
:root{
  --navy:#071329;
  --navy2:#0d2448;
  --navy3:#12335d;
  --gold:#e4ba3e;
  --gold2:#f2d572;
  --cream:#f6f2e9;
  --ice:#edf4f8;
  --ink:#101827;
  --muted:#626d80;   /* was #687386 — 4.44 on cream, below the 4.5 minimum */
  --line:#dde3e8;
  --cyan:#58ddf3;
  --green:#198753;   /* was #1d9e61 — 3.43 both as text on white and behind white text */
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img,video{max-width:100%}
button,input{font:inherit}
.skip-link{position:fixed;top:-100px;right:20px;z-index:999;padding:12px 18px;background:#fff;color:#000}
.skip-link:focus{top:15px}

.announcement{
  min-height:40px;display:flex;align-items:center;justify-content:center;gap:14px;
  padding:8px 18px;background:var(--gold);color:var(--navy);font-size:12px;font-weight:900
}
.announcement a{border-bottom:1px solid currentColor}

.site-header{
  position:sticky;top:0;z-index:100;height:76px;display:flex;align-items:center;gap:20px;
  padding:8px max(22px,calc((100% - var(--max))/2));
  background:rgba(7,19,41,.98);border-bottom:1px solid rgba(228,186,62,.2);backdrop-filter:blur(14px)
}
.brand{margin-left:auto}
.brand img{width:200px;height:55px;display:block;object-fit:contain}
.online-badge{
  direction:ltr;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;
  border:1px solid rgba(88,221,243,.3);border-radius:999px;background:rgba(255,255,255,.04);
  color:#ddfaff;font:800 9px/1 Arial,sans-serif;letter-spacing:.13em
}
.online-badge i{
  width:8px;height:8px;border-radius:50%;background:#ff5363;
  box-shadow:0 0 0 5px rgba(255,83,99,.12),0 0 12px #ff5363;
  animation:pulse 1.8s ease-in-out infinite
}
@keyframes pulse{50%{opacity:.55;transform:scale(.8)}}
.desktop-nav{
  display:flex;align-items:center;gap:17px;color:rgba(255,255,255,.8);
  font-size:12px;font-weight:800;white-space:nowrap
}
.desktop-nav a:hover{color:var(--gold2)}
.participant-link{padding-right:16px;border-right:1px solid rgba(255,255,255,.18);color:var(--gold2)}
.header-cta{
  padding:12px 16px;background:var(--gold);color:var(--navy);
  font-size:11px;font-weight:900;white-space:nowrap
}
.menu-toggle,.mobile-menu{display:none}

.hero{
  min-height:calc(100svh - 202px);max-height:590px;
  display:grid;grid-template-columns:minmax(0,1fr) 325px;align-items:center;gap:58px;
  padding:28px max(22px,calc((100% - var(--max))/2));
  background:radial-gradient(circle at 20% 44%,rgba(228,186,62,.12),transparent 30%),
             linear-gradient(125deg,var(--navy),var(--navy2));
  color:#fff;overflow:hidden
}
.hero-copy{max-width:690px}
.hero h1{
  direction:ltr;text-align:right;margin:0;color:var(--gold);
  font:900 clamp(68px,8.2vw,112px)/.9 Arial,sans-serif;letter-spacing:-.075em
}
.hero h1 span{color:#fff}
.hero h2{
  max-width:640px;margin:17px 0 12px;
  font-size:clamp(30px,3.8vw,49px);line-height:1.15;letter-spacing:-.04em
}
.hero p{max-width:688px;margin:0;color:rgba(255,255,255,.72);font-size:17px;font-weight:600;line-height:1.7}
.hero p b{color:#fff;font-weight:800}
.hero-actions{display:flex;align-items:center;gap:20px;margin-top:22px}
.button{
  display:inline-flex;min-height:50px;align-items:center;justify-content:center;
  gap:9px;padding:12px 22px;border:1px solid transparent;font-weight:900;transition:.2s
}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:var(--navy)}
.button-navy{background:var(--navy);color:#fff}
.button-whatsapp{background:var(--green);color:#fff}
.button-whatsapp svg{width:19px;height:19px;fill:currentColor}
.hero-text-link{
  color:rgba(255,255,255,.7);font-size:13px;font-weight:800;
  border-bottom:1px solid rgba(255,255,255,.3)
}
.course-video{
  position:relative;width:min(100%,325px);justify-self:center;padding:8px;
  border:1px solid rgba(228,186,62,.3);background:rgba(255,255,255,.04);
  box-shadow:0 25px 70px rgba(0,0,0,.34)
}
.course-video iframe{display:block;width:100%;aspect-ratio:9/16;max-height:480px;object-fit:contain;background:#020713}

.tool-section{padding:10px 12px;background:#071329;overflow:hidden}
.tool-ribbon{
  position:relative;width:min(100%,1400px);height:54px;margin:auto;overflow:hidden;
  border:1px solid rgba(88,221,243,.18);border-radius:999px;
  background:linear-gradient(90deg,#12325b,#081d3a,#12325b);
  box-shadow:inset 0 0 24px rgba(88,221,243,.06)
}
.tool-ribbon::before{
  content:"";position:absolute;z-index:4;top:0;right:8%;left:8%;height:1px;
  background:linear-gradient(90deg,transparent,#5ee7ff,transparent);box-shadow:0 0 12px #5ee7ff
}
.tool-ribbon-window{height:100%;overflow:hidden}
.tool-ribbon-window::before,.tool-ribbon-window::after{
  content:"";position:absolute;z-index:3;top:0;bottom:0;width:65px;pointer-events:none
}
.tool-ribbon-window::before{right:0;background:linear-gradient(90deg,transparent,#0b2548)}
.tool-ribbon-window::after{left:0;background:linear-gradient(270deg,transparent,#0b2548)}
.tool-ribbon-track{
  width:max-content;height:100%;display:flex;align-items:center;gap:10px;padding-inline:10px;
  animation:toolsMove 24s linear infinite
}
.tool-ribbon:hover .tool-ribbon-track{animation-play-state:paused}
.tool-pill{
  flex:0 0 auto;min-width:130px;height:34px;display:flex;align-items:center;justify-content:center;
  gap:8px;padding:5px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;
  background:rgba(255,255,255,.04);color:rgba(255,255,255,.78);
  font:700 10px/1 Arial,sans-serif;white-space:nowrap
}
.tool-pill img{width:22px;height:22px;object-fit:contain;border-radius:7px;background:#fff}
.tool-fallback{
  display:none;width:22px;height:22px;place-items:center;border-radius:7px;
  background:linear-gradient(145deg,#62d9ef,#d9b349);color:#071329;font:900 8px/1 Arial,sans-serif
}
@keyframes toolsMove{to{transform:translateX(50%)}}

.program-section{
  padding:72px max(22px,calc((100% - var(--max))/2)) 84px;
  background:radial-gradient(circle at 82% 20%,rgba(88,221,243,.08),transparent 30%),
             linear-gradient(120deg,var(--navy),#091a36);
  color:#fff;overflow:hidden
}
.program-heading{max-width:780px;margin-bottom:30px}
.program-heading>span,.section-heading>span,.requirements-copy>span,.completion-copy>span,.login-copy>span{
  display:block;margin-bottom:8px;color:#8e6c1a;font-size:12px;font-weight:900
}
.program-heading>span,.requirements-copy>span,.completion-copy>span,.login-copy>span{color:var(--gold2)}
.program-heading h2{
  margin:0;font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.045em;
  white-space:nowrap
}
.program-heading p{max-width:670px;margin:14px 0 0;color:rgba(255,255,255,.62);line-height:1.75}

.session-number-row{
  width:min(100%,860px);display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:24px
}
.session-number{
  min-height:62px;border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.025);color:rgba(255,255,255,.72);
  font:900 18px/1 Arial,sans-serif;cursor:pointer;transition:.2s ease
}
.session-number:hover,.session-number.is-active{
  border-color:var(--gold2);background:var(--gold);color:var(--navy);
  box-shadow:0 12px 30px rgba(228,186,62,.12)
}

.session-showcase{
  display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:66px
}
.session-copy{
  min-height:330px;padding:42px;border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  box-shadow:0 24px 60px rgba(0,0,0,.19)
}
.session-counter{display:block;color:var(--gold2);font-size:12px;font-weight:900}
.session-copy>small{display:block;margin-top:12px;color:rgba(255,255,255,.5);font:800 10px/1.2 Arial,sans-serif;letter-spacing:.08em}
.session-copy h3{margin:12px 0 13px;font-size:clamp(42px,5vw,66px);line-height:1.07;letter-spacing:-.04em}
.session-copy p{max-width:670px;margin:0;color:rgba(255,255,255,.68);font-size:16px;line-height:1.9}
.session-date{
  width:max-content;min-width:170px;display:flex;align-items:center;justify-content:space-between;
  gap:20px;margin-top:28px;padding:12px 15px;border:1px solid rgba(255,255,255,.15)
}
.session-date span{color:rgba(255,255,255,.48);font-size:11px}
.session-date b{color:#fff;font-size:12px}

.session-visual{
  position:relative;width:min(100%,430px);aspect-ratio:1;margin:auto;display:grid;place-items:center;
  border:1px solid rgba(88,221,243,.16);border-radius:30px;overflow:hidden;
  background:radial-gradient(circle at center,rgba(25,119,165,.24),transparent 38%),
             linear-gradient(145deg,#12335d,#07162f);
  box-shadow:0 30px 80px rgba(0,0,0,.25)
}
.visual-grid{
  position:absolute;inset:0;opacity:.18;
  background-image:linear-gradient(rgba(88,221,243,.15) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(88,221,243,.15) 1px,transparent 1px);
  background-size:64px 64px
}
.visual-ring{position:absolute;border-radius:50%;pointer-events:none}
.ring-a{width:310px;height:310px;border:1px solid rgba(88,221,243,.52)}
.ring-b{width:370px;height:220px;border:1px dashed rgba(228,186,62,.34);transform:rotate(-18deg)}
.visual-orbit{
  position:absolute;z-index:3;width:360px;height:360px;border-radius:50%;
  animation:visualOrbit 24s linear infinite
}
.orbit-dot{
  position:absolute;top:50%;left:50%;width:13px;height:13px;border-radius:50%;
  background:var(--cyan);box-shadow:0 0 14px rgba(88,221,243,.8);
  transform:translate(-50%,-50%) rotate(var(--dot-angle)) translateX(180px)
}
.orbit-dot:nth-child(even){background:var(--gold);box-shadow:0 0 14px rgba(228,186,62,.8)}
@keyframes visualOrbit{to{transform:rotate(360deg)}}
.visual-image{
  position:relative;z-index:4;width:205px;height:205px;border-radius:50%;overflow:hidden;
  border:2px solid rgba(88,221,243,.8);
  box-shadow:0 0 0 18px rgba(88,221,243,.06),0 0 45px rgba(88,221,243,.35);
  background:#06142a
}
.visual-image img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease,transform .4s ease}
.visual-image.is-changing img{opacity:.2;transform:scale(1.08)}
.visual-number{
  position:absolute;z-index:6;bottom:56px;right:50%;transform:translateX(50%);
  min-width:64px;padding:8px 12px;border:1px solid rgba(228,186,62,.65);
  background:rgba(7,19,41,.88);color:var(--gold2);
  font:900 23px/1 Arial,sans-serif;text-align:center
}

.section-heading{margin-bottom:36px}
.section-heading h2{
  margin:0;font-size:clamp(38px,5vw,64px);line-height:1.12;letter-spacing:-.04em
}
.section-heading p{max-width:680px;margin:12px 0 0;color:var(--muted);line-height:1.75}

.audience-section{padding:80px max(22px,calc((100% - var(--max))/2));background:#fff}
.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.audience-grid article{
  min-height:250px;padding:25px 21px;border:1px solid var(--line);background:#fff;
  transition:.25s;box-shadow:0 15px 35px rgba(7,19,41,.04)
}
.audience-grid article:hover{transform:translateY(-6px);border-color:rgba(228,186,62,.7);box-shadow:0 22px 44px rgba(7,19,41,.1)}
.line-icon{
  width:52px;height:52px;display:grid;place-items:center;margin-bottom:24px;
  border:1px solid rgba(228,186,62,.55);background:#fffaf0;color:#987312
}
.line-icon svg,.requirements-grid svg,.login-icon svg,.certificate-icon svg{
  width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round
}
.audience-grid h3{margin:0 0 10px;font-size:18px}
.audience-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}

.learning-section{padding:78px max(22px,calc((100% - var(--max))/2));background:var(--cream)}
.portrait-showcase{display:flex;align-items:flex-end;gap:12px;overflow:hidden;padding:22px 8px 30px}
.portrait-card{
  position:relative;flex:1;min-width:0;aspect-ratio:9/16;overflow:hidden;background:var(--navy);
  box-shadow:0 20px 42px rgba(7,19,41,.13);transition:.3s
}
.portrait-card:nth-child(2),.portrait-card:nth-child(5){transform:translateY(22px)}
.portrait-card:nth-child(3),.portrait-card:nth-child(6){transform:translateY(-13px)}
.portrait-card.card-assistant{flex:1.13;transform:translateY(-24px)}
.portrait-card:hover{transform:translateY(-28px) scale(1.025);z-index:3}
.portrait-card img{width:100%;height:100%;object-fit:cover;object-position:center top}
.portrait-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 56%,rgba(3,9,20,.96))}
.portrait-card div{position:absolute;z-index:2;right:14px;bottom:13px;left:14px;color:#fff}
.portrait-card b{display:block;margin-bottom:4px;font-size:17px}
.portrait-card span{color:rgba(255,255,255,.67);font-size:9px;line-height:1.5}

.schedule-section{padding:80px max(22px,calc((100% - var(--max))/2));background:#fff}
.schedule-summary{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);margin-bottom:28px}
.schedule-summary article{min-height:100px;padding:21px;border-left:1px solid var(--line)}
.schedule-summary article:last-child{border-left:0}
.schedule-summary small{display:block;margin-bottom:11px;color:var(--muted);font-size:11px}
.schedule-summary b{font-size:14px;line-height:1.5}
.schedule-table-wrap{overflow-x:auto}
.schedule-table{width:100%;border-collapse:collapse;min-width:660px}
.schedule-table th,.schedule-table td{padding:16px 18px;border:1px solid var(--line);text-align:right}
.schedule-table th{background:var(--navy);color:#fff;font-size:12px}
.schedule-table td:first-child{width:90px;color:#9a7412;font:900 15px/1 Arial,sans-serif}
.schedule-table td:last-child{width:190px;color:var(--muted);font-size:12px}
.schedule-table tbody tr:nth-child(even){background:#fafafa}

.requirements-section{
  display:grid;grid-template-columns:.65fr 1.35fr;gap:55px;
  padding:80px max(22px,calc((100% - var(--max))/2));background:var(--ice)
}
.requirements-copy h2{margin:0 0 16px;font-size:clamp(40px,5vw,62px);line-height:1.12}
.requirements-copy p{margin:0;color:var(--muted);line-height:1.8}
.requirements-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.requirements-grid article{min-height:220px;padding:26px;background:#fff;border:1px solid #d8e1e7}
.requirements-grid svg{width:48px;height:48px;margin-bottom:20px;color:#33404c}
.requirements-grid h3{margin:0 0 10px;font-size:19px}
.requirements-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.85}
.requirements-note{
  grid-column:1/-1;display:flex;align-items:center;gap:16px;padding:18px 22px;
  border-right:4px solid var(--gold);background:#fff
}
.requirements-note b{white-space:nowrap}
.requirements-note span{color:var(--muted);font-size:13px}

.completion-section{
  min-height:520px;display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;
  background:linear-gradient(110deg,#0b1e3c,#071329);color:#fff
}
.completion-visual{min-height:520px;display:grid;place-items:center;background:radial-gradient(circle,rgba(228,186,62,.16),transparent 55%)}
.certificate-icon{
  width:210px;height:210px;display:grid;place-items:center;border-radius:50%;
  border:1px solid rgba(228,186,62,.55);box-shadow:0 0 0 24px rgba(228,186,62,.04)
}
.certificate-icon svg{width:105px;height:105px;color:var(--gold2);stroke-width:1.2}
.completion-copy{padding:65px clamp(35px,6vw,90px)}
.completion-copy h2{margin:0 0 14px;font-size:clamp(40px,5vw,62px);line-height:1.1}
.completion-copy>p{max-width:650px;margin:0;color:rgba(255,255,255,.65);line-height:1.85}
.completion-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.completion-list div{display:flex;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035)}
.completion-list i{font-style:normal;color:var(--gold2);font-weight:900}
.completion-list span{font-size:13px;line-height:1.7}

.participant-login-section{
  width:min(calc(100% - 44px),var(--max));margin:58px auto;padding:34px 38px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;
  border:1px solid #d8e1e7;background:#fff;box-shadow:0 18px 45px rgba(7,19,41,.08)
}
.login-icon{width:74px;height:74px;display:grid;place-items:center;background:var(--navy);color:var(--gold2)}
.login-icon svg{width:38px;height:38px}
.login-copy h2{margin:0 0 7px;font-size:clamp(28px,4vw,44px);line-height:1.1}
.login-copy p{margin:0;color:var(--muted);line-height:1.7}

.free-session-section{min-height:620px;display:grid;grid-template-columns:1fr 1fr;background:var(--cream)}
.free-session-video{display:grid;place-items:center;min-height:620px;padding:34px;background:var(--navy)}
.free-video-frame{
  width:min(100%,330px);height:min(535px,calc(100vh - 150px));padding:8px;
  border:1px solid rgba(228,186,62,.28);background:#020713
}
.free-video-frame iframe{display:block;width:100%;height:100%;object-fit:contain;background:#020713}
.free-session-copy{align-self:center;max-width:610px;padding:55px clamp(38px,6vw,90px)}
.free-session-copy>span{display:block;margin-bottom:9px;color:#8e6c1a;font-size:12px;font-weight:900}
.free-session-copy h2{margin:0 0 17px;font-size:clamp(50px,6vw,76px);line-height:1}
.prompt-definition{margin:0 0 22px;color:#435064;font-size:16px;line-height:1.8}
.prompt-definition b{color:var(--navy)}
.free-session-copy ul{margin:0 0 25px;padding:0;list-style:none;border-top:1px solid #ddd6c7}
.free-session-copy li{padding:12px 0;border-bottom:1px solid #ddd6c7;font-weight:800}
.free-session-copy li::before{content:"✓";margin-left:9px;color:#8e6c1a}
.session-meta{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:26px;border:1px solid #d8d1c4}
.session-meta span{padding:13px;border-left:1px solid #d8d1c4}
.session-meta span:last-child{border-left:0}
.session-meta small{display:block;margin-bottom:5px;color:#6a727e}
.session-meta b{font-size:12px}

.faq-section{padding:72px max(22px,calc((100% - 1040px)/2)) 52px;background:#fff}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.faq-grid details{border:1px solid var(--line);background:#fafafa}
.faq-grid summary{position:relative;padding:17px 20px 17px 52px;cursor:pointer;font-weight:900;list-style:none}
.faq-grid summary::-webkit-details-marker{display:none}
.faq-grid summary::after{content:"+";position:absolute;left:18px;top:12px;color:#8e6c1a;font-size:27px;font-weight:500}
.faq-grid details[open] summary::after{content:"−"}
.faq-grid p{margin:0;padding:0 20px 18px;color:var(--muted);line-height:1.72}

.final-cta{
  width:min(calc(100% - 44px),1040px);margin:12px auto 60px;padding:34px 38px;
  display:flex;align-items:center;justify-content:space-between;gap:32px;
  background:radial-gradient(circle at 86% 30%,rgba(228,186,62,.12),transparent 30%),var(--navy2);
  color:#fff
}
.final-cta>div:first-child{max-width:600px}
.final-cta>div:first-child>span{color:var(--gold2);font-size:12px;font-weight:900}
.final-cta h2{margin:7px 0;font-size:clamp(30px,4vw,46px);line-height:1.15}
.final-cta p{margin:0;color:rgba(255,255,255,.62)}
.final-actions{min-width:245px;display:grid;gap:9px}
.free-text-link{text-align:center;color:rgba(255,255,255,.68);font-size:11px;font-weight:800}

.site-footer{
  min-height:95px;padding:18px max(22px,calc((100% - var(--max))/2));
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;
  background:#030a17;color:rgba(255,255,255,.67)
}
.footer-logo img{width:165px;height:54px;display:block;object-fit:contain}
.site-footer nav{display:flex;align-items:center;justify-content:center;gap:19px;font-size:10px;font-weight:800;white-space:nowrap}
.site-footer nav a:hover{color:var(--gold2)}
.footer-whatsapp{display:inline-flex;align-items:center;gap:6px}
.footer-whatsapp svg{width:15px;height:15px;fill:currentColor}
.site-footer small{font-size:9px;white-space:nowrap}
[data-placeholder="true"]{opacity:.58;cursor:not-allowed}

@media(max-width:1080px){
  .desktop-nav{gap:11px;font-size:10px}
  .header-cta{padding-inline:12px}
  .audience-grid{grid-template-columns:repeat(3,1fr)}
  .schedule-summary{grid-template-columns:repeat(3,1fr)}
  .schedule-summary article{border-bottom:1px solid var(--line)}
}

@media(max-width:1239px){
  .desktop-nav,.header-cta{display:none}
  .brand{margin-left:0}
  .online-badge{margin-left:auto}
  .menu-toggle{
    display:grid;width:44px;height:40px;place-content:center;gap:5px;
    border:1px solid rgba(255,255,255,.2);background:transparent
  }
  .menu-toggle span{width:21px;height:2px;background:#fff}
  .mobile-menu{
    position:fixed;z-index:95;top:116px;right:16px;left:16px;display:none;
    padding:17px;background:var(--navy);color:#fff;box-shadow:0 25px 55px rgba(0,0,0,.4)
  }
  .mobile-menu.is-open{display:grid}
  .mobile-menu a{padding:12px;border-bottom:1px solid rgba(255,255,255,.12);font-weight:800}
  .mobile-register{margin-top:9px;background:var(--gold);color:var(--navy);text-align:center}
  .hero{min-height:auto;max-height:none;grid-template-columns:1fr;gap:38px;padding-block:48px}
  .course-video{width:min(100%,345px)}
  .session-showcase{grid-template-columns:1fr;gap:35px}
  .session-copy{order:2}
  .session-visual{order:1;width:min(100%,430px)}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .portrait-showcase{overflow-x:auto;align-items:center;scroll-snap-type:x mandatory;padding-inline:15px}
  .portrait-card,.portrait-card.card-assistant{flex:0 0 205px;transform:none;scroll-snap-align:center}
  .requirements-section{grid-template-columns:1fr}
  .requirements-note{grid-column:auto}
  .completion-section{grid-template-columns:1fr}
  .completion-visual{min-height:320px}
  .completion-copy{padding-top:45px;padding-bottom:55px}
  .participant-login-section{grid-template-columns:auto 1fr}
  .participant-login-section .button{grid-column:1/-1}
  .free-session-section{grid-template-columns:1fr}
  .free-session-video{min-height:auto;padding-block:30px}
  .free-session-copy{max-width:none}
  .final-cta{align-items:flex-start;flex-direction:column}
  .final-actions{width:100%;grid-template-columns:1fr 1fr}
  .free-text-link{grid-column:1/-1}
  .site-footer{grid-template-columns:auto 1fr;gap:12px 20px}
  .site-footer nav{justify-content:flex-end;flex-wrap:wrap;white-space:normal}
  .site-footer small{grid-column:1/-1;text-align:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}
}

@media(max-width:680px){
  .announcement{font-size:10px}
  .site-header{height:68px;padding-inline:15px}
  .brand img{width:165px;height:48px}
  .online-badge{padding:6px 8px;font-size:8px}
  .mobile-menu{top:108px}
  .hero{padding:44px 18px 54px}
  .hero h1{font-size:67px;text-align:right}
  .hero h2{font-size:31px}
  .hero p{font-size:17px;font-weight:600}
  .hero-actions{display:grid;gap:13px}
  .hero-text-link{width:max-content}
  .course-video{width:min(86vw,320px)}
  .tool-ribbon{height:52px}
  .tool-pill{min-width:120px;height:33px;font-size:9px}

  .program-section,.audience-section,.learning-section,.schedule-section,.requirements-section{
    padding:54px 18px
  }
  .program-heading h2{font-size:48px}
  .section-heading h2,.requirements-copy h2{font-size:39px}
  .session-number-row{display:flex;overflow-x:auto;gap:5px;padding-bottom:5px}
  .session-number{flex:0 0 55px;min-height:54px;font-size:15px}
  .session-copy{min-height:auto;padding:28px 22px}
  .session-copy h3{font-size:43px}
  .session-visual{width:min(100%,355px);border-radius:21px}
  .visual-orbit{width:290px;height:290px}
  .orbit-dot{transform:translate(-50%,-50%) rotate(var(--dot-angle)) translateX(145px)}
  .ring-a{width:240px;height:240px}
  .ring-b{width:305px;height:175px}
  .visual-image{width:165px;height:165px}
  .visual-number{bottom:41px}
  .audience-grid{grid-template-columns:1fr}
  .audience-grid article{min-height:auto}
  .portrait-card,.portrait-card.card-assistant{flex-basis:185px}
  .schedule-summary{grid-template-columns:1fr}
  .schedule-summary article{border-left:0;border-bottom:1px solid var(--line)}
  .schedule-summary article:last-child{border-bottom:0}
  .requirements-grid{grid-template-columns:1fr}
  .requirements-note{align-items:flex-start;flex-direction:column}
  .completion-list{grid-template-columns:1fr}
  .certificate-icon{width:170px;height:170px}
  .participant-login-section{
    width:calc(100% - 28px);grid-template-columns:1fr;padding:28px 20px;text-align:center
  }
  .login-icon{margin:auto}
  .free-video-frame{width:min(100%,300px);height:min(500px,70vh)}
  .free-session-copy{padding:48px 18px}
  .free-session-copy h2{font-size:56px}
  .session-meta{grid-template-columns:1fr}
  .session-meta span{border-left:0;border-bottom:1px solid #d8d1c4}
  .session-meta span:last-child{border-bottom:0}
  .faq-section{padding:55px 18px 42px}
  .faq-grid{grid-template-columns:1fr}
  .final-cta{width:calc(100% - 28px);padding:30px 20px;margin-bottom:34px}
  .final-actions{grid-template-columns:1fr}
  .free-text-link{grid-column:auto}
  .site-footer{padding:24px 18px 70px;grid-template-columns:1fr}
  .footer-logo{display:grid;place-items:center}
  .site-footer nav{justify-content:center;gap:15px}
  .site-footer small{grid-column:auto}
}

@media(min-width:1240px) and (max-height:760px){
  .site-header{height:68px}
  .brand img{height:48px}
  .hero{min-height:calc(100svh - 186px);max-height:550px;padding-block:22px}
  .hero h1{font-size:86px}
  .hero h2{font-size:40px}
  .course-video{width:292px}
  .course-video iframe{max-height:438px}
  .tool-section{padding-block:8px}
  .tool-ribbon{height:50px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .online-badge i,.tool-ribbon-track,.visual-orbit{animation:none!important}
}


/* v1.10 — reviewed CTA hierarchy and order */
.announcement{
  justify-content:center;
}

.hero-free-link{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  gap:11px;
  padding:8px 14px 8px 17px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.88);
  font-size:13px;
  font-weight:900;
  transition:.2s ease;
}

.hero-free-link:hover{
  border-color:rgba(88,221,243,.75);
  background:rgba(88,221,243,.08);
  transform:translateY(-2px);
}

.hero-free-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  border-radius:50%;
  background:var(--gold);
  color:var(--navy);
  box-shadow:0 0 0 5px rgba(228,186,62,.09);
}

.hero-free-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#free-session{
  scroll-margin-top:95px;
}

#learning{
  scroll-margin-top:95px;
}

@media(max-width:680px){
  .hero-free-link{
    width:100%;
    justify-content:flex-start;
  }
}


/* v1.11 — reviewed hero proportions and stamp CTAs */

/*
  Desktop hero:
  - two columns only
  - larger video
  - 28px gap instead of the previous wide empty area
  - copy is pulled toward the video
*/
@media (min-width:1240px){
  .hero{
    grid-template-columns:minmax(0,1fr) minmax(340px,365px);
    justify-content:center;
    gap:28px;
    padding-top:22px;
    padding-bottom:22px;
  }

  .hero-copy{
    width:100%;
    max-width:680px;
    justify-self:end;
  }

  .hero h1{
    font-size:clamp(68px,7.7vw,106px);
  }

  .hero h2{
    max-width:610px;
    margin-top:14px;
    margin-bottom:10px;
    font-size:clamp(30px,3.55vw,46px);
  }

  .hero p{
    max-width:610px;
  }

  .hero-actions{
    margin-top:17px;
    gap:16px;
    align-items:center;
    flex-wrap:nowrap;
  }

  .course-video{
    width:min(100%,365px);
    justify-self:center;
  }

  .course-video iframe{
    max-height:500px;
  }
}

/* Clickable visual stamp in the hero */
.hero-free-stamp{
  width:120px;
  height:120px;
  display:block;
  flex:0 0 120px;
  border-radius:50%;
  transform:rotate(-5deg);
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));
  transition:transform .22s ease,filter .22s ease;
}

.hero-free-stamp img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

.hero-free-stamp:hover{
  transform:rotate(-1deg) scale(1.06);
  filter:
    drop-shadow(0 12px 22px rgba(0,0,0,.34))
    drop-shadow(0 0 13px rgba(228,186,62,.36));
}

/* v1.37 — this element used to set outline:none on keyboard focus, and nothing
   restored it, so it was the one focus stop on the site with no visible cue.
   The stamp-pulse animation only animates transform and filter, never outline,
   so a plain rule is enough here — no !important needed. */
.hero-free-stamp:focus-visible{
  transform:rotate(-1deg) scale(1.06);
  filter:
    drop-shadow(0 12px 22px rgba(0,0,0,.34))
    drop-shadow(0 0 13px rgba(228,186,62,.36));
  outline:3px solid #fff;
  outline-offset:4px;
  border-radius:50%;
}

/* The final free-session prompt is now an icon, not another sentence */
.final-free-stamp{
  width:82px;
  height:82px;
  display:block;
  margin:2px auto 0;
  border-radius:50%;
  transform:rotate(-4deg);
  filter:drop-shadow(0 7px 13px rgba(0,0,0,.25));
  transition:transform .22s ease,filter .22s ease;
}

.final-free-stamp img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

.final-free-stamp:hover,
.final-free-stamp:focus-visible{
  transform:rotate(0deg) scale(1.07);
  filter:
    drop-shadow(0 9px 17px rgba(0,0,0,.32))
    drop-shadow(0 0 11px rgba(228,186,62,.32));
  outline:none;
}

/* Retire the old calendar/text CTA styles */
.hero-free-link,
.free-text-link{
  display:none!important;
}

@media (min-width:1240px) and (max-height:760px){
  .hero{
    gap:24px;
    padding-top:18px;
    padding-bottom:18px;
  }

  .hero h1{
    font-size:84px;
  }

  .hero h2{
    font-size:38px;
  }

  .course-video{
    width:345px;
  }

  .course-video iframe{
    max-height:455px;
  }

  .hero-free-stamp{
    width:104px;
    height:104px;
    flex-basis:104px;
  }
}

@media (max-width:1239px){
  .hero-copy{
    width:100%;
    max-width:none;
    justify-self:stretch;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:13px;
  }

  .hero-actions .button{
    width:100%;
  }

  .hero-free-stamp{
    width:104px;
    height:104px;
    flex-basis:104px;
  }
}

@media (max-width:680px){
  .hero-actions{
    grid-template-columns:minmax(0,1fr) 92px;
  }

  .hero-free-stamp{
    width:92px;
    height:92px;
    flex-basis:92px;
  }

  .final-free-stamp{
    width:76px;
    height:76px;
  }
}

/* v1.12 — practical before/after example */
.example-section{
  padding:80px max(22px,calc((100% - var(--max))/2));
  background:#fff;
}
.example-heading{max-width:780px;margin-bottom:28px}
.example-tabs{
  display:inline-flex;gap:6px;margin-bottom:18px;padding:5px;
  border:1px solid var(--line);background:#f7f8fa
}
.example-tab{
  min-width:135px;min-height:42px;padding:9px 18px;border:0;
  background:transparent;color:var(--muted);font-size:12px;font-weight:900;
  cursor:pointer;transition:.2s ease
}
.example-tab:hover,.example-tab.is-active{background:var(--navy);color:#fff}
.example-comparison{
  display:grid;grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr);
  align-items:stretch;gap:18px
}
.example-card{
  min-height:360px;display:flex;flex-direction:column;padding:28px;
  border:1px solid var(--line);background:#fff;
  box-shadow:0 18px 42px rgba(7,19,41,.06)
}
.weak-example{background:#fbfbfc}
.strong-example{
  border-color:rgba(228,186,62,.65);
  background:linear-gradient(145deg,#fffdf6,#fff);
  box-shadow:0 22px 50px rgba(228,186,62,.12)
}
.example-card-label{
  display:flex;align-items:center;justify-content:space-between;
  gap:14px;margin-bottom:22px
}
.example-card-label small{color:var(--muted);font-size:11px;font-weight:800}
.example-status{
  display:inline-flex;min-height:30px;align-items:center;padding:6px 11px;
  font-size:10px;font-weight:900
}
.status-weak{background:#eef0f3;color:#5d6674}
.status-strong{background:var(--gold);color:var(--navy)}
.example-prompt{
  min-height:100px;padding:19px;border-right:4px solid #aab1bb;
  background:#f4f5f7;font-size:17px;font-weight:900;line-height:1.8
}
.strong-example .example-prompt{border-right-color:var(--gold);background:#fff9e9}
.example-outcome{margin-top:auto;padding-top:24px}
.example-outcome>span{
  display:block;margin-bottom:10px;color:var(--muted);
  font-size:11px;font-weight:900
}
.example-outcome p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}
.example-outcome ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.example-outcome li{
  position:relative;padding-right:23px;font-size:13px;font-weight:800;line-height:1.65
}
.example-outcome li::before{
  content:"✓";position:absolute;top:0;right:0;color:#9a7412;font-weight:900
}
.example-transform{
  display:grid;align-content:center;justify-items:center;gap:12px;color:#8b6710
}
.transform-core{
  width:64px;height:64px;display:grid;place-items:center;border-radius:50%;
  background:var(--gold);color:var(--navy);
  box-shadow:0 0 0 10px rgba(228,186,62,.1)
}
.transform-core svg{
  width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round
}
.example-transform>span{font-size:10px;font-weight:900;white-space:nowrap}
.example-footnote{
  display:flex;align-items:center;gap:13px;margin-top:18px;padding:15px 18px;
  border:1px solid #dce3e8;background:var(--ice)
}
.example-footnote-icon{
  width:36px;height:36px;display:grid;flex:0 0 36px;place-items:center;
  border-radius:50%;background:var(--navy);color:var(--gold2)
}
.example-footnote-icon svg{
  width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6
}
.example-footnote p{margin:0;color:#465263;font-size:13px;font-weight:800}
#example{scroll-margin-top:95px}
@media(max-width:860px){
  .example-comparison{grid-template-columns:1fr}
  .example-transform{min-height:70px}
  /* arrow is drawn pointing left; stacked layout needs it pointing DOWN,
     from the "قبل" card above to the "بعد" card below. rotate(90deg) pointed it up. */
  .transform-core{transform:rotate(-90deg)}
}
@media(max-width:680px){
  .example-section{padding:54px 18px}
  .example-tabs{width:100%}
  .example-tab{min-width:0;flex:1}
  .example-card{min-height:330px;padding:22px}
  .example-prompt{font-size:15px}
}


/* v1.13 — visual depth pass */

/* Free-session example now sits directly under the free-session block */
.example-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 18%,rgba(88,221,243,.10),transparent 24%),
    radial-gradient(circle at 88% 82%,rgba(228,186,62,.10),transparent 25%),
    linear-gradient(180deg,#fff,#fbfcfe);
}

.example-section::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),var(--cyan),var(--gold));
}

.example-free-badge{
  position:absolute;
  top:28px;
  left:max(22px,calc((100% - var(--max))/2));
  width:112px;
  height:112px;
  transform:rotate(-6deg);
  filter:drop-shadow(0 12px 20px rgba(7,19,41,.18));
  z-index:2;
}

.example-free-badge img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

.example-heading{
  padding-left:145px;
}

.example-heading p b{
  color:var(--navy);
}

.example-card{
  border-radius:18px;
  overflow:hidden;
}

.weak-example{
  border-top:5px solid #aeb7c3;
}

.strong-example{
  border-top:5px solid var(--gold);
}

.example-transform{
  position:relative;
}

.example-transform::before{
  content:"";
  position:absolute;
  top:50%;
  right:-18px;
  left:-18px;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(228,186,62,.6),transparent);
  z-index:-1;
}

.example-footnote{
  border-radius:14px;
}

/* Audience cards: distinct visual identities */
.audience-grid article{
  position:relative;
  overflow:hidden;
  border-radius:16px;
}

.audience-grid article::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:5px;
  background:var(--audience-accent);
}

.audience-grid article::after{
  content:"";
  position:absolute;
  top:-55px;
  left:-55px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:var(--audience-wash);
  pointer-events:none;
}

.audience-grid .line-icon{
  position:relative;
  z-index:1;
  border:0;
  border-radius:14px;
  background:var(--audience-wash);
  color:var(--audience-accent);
  box-shadow:0 10px 22px rgba(7,19,41,.07);
}

.audience-blue{--audience-accent:#315fbc;--audience-wash:#edf3ff}
.audience-gold{--audience-accent:#b38413;--audience-wash:#fff7df}
.audience-cyan{--audience-accent:#1684a3;--audience-wash:#ebf9fd}
.audience-purple{--audience-accent:#7848b3;--audience-wash:#f5efff}
.audience-green{--audience-accent:#278061;--audience-wash:#edf9f4}

/* Schedule summary: colored icon tiles */
.schedule-summary{
  gap:10px;
  border:0;
  background:transparent;
}

.schedule-summary article{
  position:relative;
  min-height:150px;
  padding:22px;
  border:1px solid var(--line)!important;
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 34px rgba(7,19,41,.06);
  overflow:hidden;
}

.schedule-summary article::after{
  content:"";
  position:absolute;
  bottom:-40px;
  left:-40px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:var(--schedule-wash);
}

.schedule-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:13px;
  background:var(--schedule-wash);
  color:var(--schedule-accent);
}

.schedule-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.schedule-summary article small,
.schedule-summary article b{
  position:relative;
  z-index:1;
}

.schedule-blue{--schedule-accent:#315fbc;--schedule-wash:#edf3ff}
.schedule-purple{--schedule-accent:#7848b3;--schedule-wash:#f5efff}
.schedule-gold{--schedule-accent:#a9780f;--schedule-wash:#fff6d9}
.schedule-cyan{--schedule-accent:#1684a3;--schedule-wash:#ebf9fd}
.schedule-green{--schedule-accent:#278061;--schedule-wash:#edf9f4}

.schedule-table{
  border-collapse:separate;
  border-spacing:0 7px;
}

.schedule-table th{
  border:0;
}

.schedule-table td{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  border-left:0;
  border-right:0;
  background:#fff;
}

.schedule-table td:first-child{
  border-right:1px solid var(--line);
  color:#fff;
  background:var(--navy);
  text-align:center;
}

.schedule-table td:last-child{
  border-left:1px solid var(--line);
}

/* Requirements: colored icon panels */
.requirements-grid article{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  border-top:5px solid var(--requirement-accent);
  box-shadow:0 16px 34px rgba(7,19,41,.06);
}

.requirements-grid article::after{
  content:"";
  position:absolute;
  top:-48px;
  left:-48px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:var(--requirement-wash);
}

.requirements-grid article svg{
  position:relative;
  z-index:1;
  width:52px;
  height:52px;
  padding:11px;
  border-radius:14px;
  background:var(--requirement-wash);
  color:var(--requirement-accent);
}

.requirements-grid article h3,
.requirements-grid article p{
  position:relative;
  z-index:1;
}

.requirement-blue{--requirement-accent:#315fbc;--requirement-wash:#edf3ff}
.requirement-cyan{--requirement-accent:#1684a3;--requirement-wash:#ebf9fd}
.requirement-gold{--requirement-accent:#a9780f;--requirement-wash:#fff6d9}
.requirement-purple{--requirement-accent:#7848b3;--requirement-wash:#f5efff}

.requirements-note{
  border-radius:14px;
  box-shadow:0 12px 28px rgba(7,19,41,.05);
}

/* Slightly richer section transitions */
.audience-section,
.schedule-section{
  position:relative;
}

.audience-section::before,
.schedule-section::before{
  content:"";
  position:absolute;
  top:0;
  right:max(18px,calc((100% - var(--max))/2));
  left:max(18px,calc((100% - var(--max))/2));
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(7,19,41,.12),transparent);
}

@media(max-width:1239px){
  .example-free-badge{
    position:static;
    width:96px;
    height:96px;
    margin-bottom:8px;
  }

  .example-heading{
    padding-left:0;
  }

  .schedule-summary{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .schedule-summary{
    grid-template-columns:1fr;
  }

  .schedule-summary article{
    min-height:130px;
  }
}


/* v1.14 — compact desktop proportions */

/* The free-session stamp should read as a real CTA, not a tiny decoration. */
@media (min-width:1240px){
  .hero-free-stamp{
    width:138px;
    height:138px;
    flex-basis:138px;
  }

  .final-free-stamp{
    width:118px;
    height:118px;
  }

  /* Global desktop rhythm */
  .program-section,
  .audience-section,
  .learning-section,
  .schedule-section,
  .requirements-section,
  .example-section,
  .faq-section{
    padding-top:54px;
    padding-bottom:54px;
  }

  .section-heading{
    margin-bottom:26px;
  }

  .section-heading h2,
  .program-heading h2,
  .requirements-copy h2,
  .completion-copy h2{
    font-size:clamp(36px,4.3vw,56px);
  }

  .section-heading p,
  .program-heading p{
    margin-top:9px;
    line-height:1.6;
  }

  /* Programme content */
  .program-heading{
    margin-bottom:22px;
  }

  .session-number-row{
    margin-bottom:18px;
  }

  .session-number{
    min-height:52px;
  }

  .session-showcase{
    grid-template-columns:minmax(0,1fr) 380px;
    gap:42px;
  }

  .session-copy{
    min-height:280px;
    padding:32px;
  }

  .session-copy h3{
    margin-top:9px;
    font-size:clamp(38px,4.5vw,56px);
  }

  .session-copy p{
    font-size:14px;
    line-height:1.72;
  }

  .session-date{
    margin-top:20px;
  }

  .session-visual{
    width:min(100%,380px);
  }

  .visual-image{
    width:185px;
    height:185px;
  }

  .visual-orbit{
    width:330px;
    height:330px;
  }

  .orbit-dot{
    transform:translate(-50%,-50%) rotate(var(--dot-angle)) translateX(165px);
  }

  .ring-a{
    width:280px;
    height:280px;
  }

  .ring-b{
    width:340px;
    height:200px;
  }

  /* Free-session section */
  .free-session-section{
    min-height:520px;
  }

  .free-session-video{
    min-height:520px;
    padding:24px;
  }

  .free-video-frame{
    width:min(100%,330px);
    height:460px;
  }

  .free-session-copy{
    padding-top:40px;
    padding-bottom:40px;
  }

  .free-session-copy h2{
    font-size:clamp(46px,5vw,64px);
  }

  .free-session-copy ul{
    margin-bottom:18px;
  }

  .free-session-copy li{
    padding-top:9px;
    padding-bottom:9px;
  }

  /* Example section */
  .example-section{
    padding-top:48px;
    padding-bottom:48px;
  }

  .example-free-badge{
    width:150px;
    height:150px;
    top:18px;
  }

  .example-heading{
    padding-left:175px;
    margin-bottom:20px;
  }

  .example-tabs{
    margin-bottom:14px;
  }

  .example-comparison{
    grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);
    gap:14px;
  }

  .example-card{
    min-height:300px;
    padding:22px;
  }

  .example-card-label{
    margin-bottom:15px;
  }

  .example-prompt{
    min-height:88px;
    padding:16px;
    font-size:15px;
    line-height:1.65;
  }

  .example-outcome{
    padding-top:18px;
  }

  .transform-core{
    width:56px;
    height:56px;
  }

  .example-footnote{
    margin-top:14px;
    padding-top:12px;
    padding-bottom:12px;
  }

  /* Results */
  .portrait-showcase{
    padding-top:10px;
    padding-bottom:18px;
  }

  .portrait-card{
    max-height:360px;
  }

  /* Audience */
  .audience-grid article{
    min-height:215px;
    padding:20px 18px;
  }

  .line-icon{
    margin-bottom:16px;
  }

  /* Schedule */
  .schedule-summary article{
    min-height:122px;
    padding:18px;
  }

  .schedule-icon{
    width:39px;
    height:39px;
    margin-bottom:11px;
  }

  .schedule-table th,
  .schedule-table td{
    padding-top:12px;
    padding-bottom:12px;
  }

  /* Technical requirements */
  .requirements-section{
    grid-template-columns:.7fr 1.3fr;
    gap:38px;
  }

  .requirements-grid article{
    min-height:185px;
    padding:21px;
  }

  .requirements-grid article svg{
    width:46px;
    height:46px;
    margin-bottom:14px;
  }

  .requirements-note{
    padding-top:14px;
    padding-bottom:14px;
  }

  /* Certificate */
  .completion-section{
    min-height:440px;
  }

  .completion-visual{
    min-height:440px;
  }

  .certificate-icon{
    width:175px;
    height:175px;
  }

  .certificate-icon svg{
    width:86px;
    height:86px;
  }

  .completion-copy{
    padding-top:46px;
    padding-bottom:46px;
  }

  .completion-list{
    margin-top:20px;
  }

  .completion-list div{
    padding:11px 12px;
  }

  /* Participant login */
  .participant-login-section{
    margin-top:42px;
    margin-bottom:42px;
    padding-top:26px;
    padding-bottom:26px;
  }

  /* FAQ and final CTA */
  .faq-section{
    padding-top:50px;
    padding-bottom:38px;
  }

  .faq-grid summary{
    padding-top:14px;
    padding-bottom:14px;
  }

  .final-cta{
    margin-top:8px;
    margin-bottom:42px;
    padding-top:28px;
    padding-bottom:28px;
  }
}

/* Shorter desktop displays receive an even tighter composition. */
@media (min-width:1240px) and (max-height:800px){
  .program-section,
  .audience-section,
  .learning-section,
  .schedule-section,
  .requirements-section,
  .example-section,
  .faq-section{
    padding-top:42px;
    padding-bottom:42px;
  }

  .free-session-section,
  .free-session-video{
    min-height:480px;
  }

  .free-video-frame{
    height:420px;
  }

  .example-card{
    min-height:275px;
  }

  .portrait-card{
    max-height:325px;
  }

  .completion-section,
  .completion-visual{
    min-height:400px;
  }
}


/* v1.15 — larger header logo */
@media (min-width:1240px){
  .brand{
    flex:0 0 auto;
    display:flex;
    align-items:center;
  }

  .brand img{
    width:245px;
    height:62px;
    object-fit:contain;
    object-position:center right;
  }

  .site-header{
    column-gap:18px;
  }
}

@media (max-width:1239px){
  .brand img{
    width:195px;
    height:54px;
  }
}

@media (max-width:680px){
  .brand img{
    width:178px;
    height:50px;
  }
}


/* v1.16 — combined review edits: compact selector, larger visual,
   full-screen desktop rhythm, cleaner mobile navigation, thinner footer */

/* Every anchor section lands below the sticky announcement/header. */
main section[id]{scroll-margin-top:126px}

@media (min-width:1240px){
  /* Use the desktop viewport deliberately: each major part reads as one scene. */
  .hero,
  .program-section,
  .free-session-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .completion-section,
  .faq-section{
    min-height:calc(100svh - 116px);
  }

  .hero{max-height:none}

  .program-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .faq-section{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .requirements-section{align-items:center}
  .free-session-video,
  .completion-visual{min-height:calc(100svh - 116px)}

  /* Smaller session buttons: compact, truly square, and easier to scan. */
  .session-number-row{
    width:max-content;
    display:flex;
    gap:7px;
    margin-bottom:14px;
  }

  .session-number{
    width:48px;
    min-height:48px;
    flex:0 0 48px;
    font-size:14px;
  }

  /* The animated session visual is now the focal point and starts alongside the selector. */
  .session-showcase{
    grid-template-columns:minmax(0,1fr) 500px;
    align-items:start;
    gap:54px;
  }

  .session-copy{
    min-height:300px;
    padding:34px 38px;
  }

  .session-visual{
    width:500px;
    max-width:100%;
    margin-top:-62px;
    border-radius:34px;
  }

  .visual-orbit{width:420px;height:420px}
  .orbit-dot{transform:translate(-50%,-50%) rotate(var(--dot-angle)) translateX(210px)}
  .ring-a{width:365px;height:365px}
  .ring-b{width:445px;height:265px}
  .visual-image{width:245px;height:245px}
  .visual-number{bottom:64px}

  /* Thinner footer without losing its navigation. */
  .site-footer{
    min-height:60px;
    padding-top:6px;
    padding-bottom:6px;
    gap:18px;
  }

  .footer-logo img{width:126px;height:38px}
  .site-footer nav{gap:14px;font-size:9px}
  .site-footer small{font-size:8px}
}

@media (max-width:1239px){
  /* Phones and tablets scroll naturally rather than forcing tall viewport panels. */
  .hero,
  .program-section,
  .free-session-section,
  .free-session-video,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .completion-section,
  .completion-visual,
  .faq-section{
    min-height:auto;
  }

  main section[id]{scroll-margin-top:116px}

  .mobile-menu{
    top:116px;
    max-height:calc(100dvh - 132px);
    overflow-y:auto;
    overscroll-behavior:contain;
    border:1px solid rgba(228,186,62,.22);
    border-radius:14px;
  }

  .mobile-menu a{
    min-height:46px;
    display:flex;
    align-items:center;
  }

  .session-visual{margin-top:0}

  .site-footer{
    min-height:auto;
    padding-top:14px;
    padding-bottom:18px;
  }

  .footer-logo img{width:132px;height:40px}
}

@media (max-width:680px){
  main section[id]{scroll-margin-top:108px}

  .mobile-menu{
    top:108px;
    right:10px;
    left:10px;
    max-height:calc(100dvh - 120px);
    padding:12px;
  }

  .session-number-row{
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .session-number-row::-webkit-scrollbar{display:none}

  .session-number{
    flex-basis:48px;
    min-height:48px;
    font-size:14px;
  }

  .session-visual{width:min(100%,370px)}

  .site-footer{
    padding:12px 16px 18px;
    gap:9px;
  }

  .site-footer nav{gap:11px 14px;font-size:9px}
  .site-footer small{padding-top:8px;font-size:8px}
}


/* v1.16 narrow-device and compact-laptop safeguards */
@media (max-width:360px){
  .online-badge{display:none}
  .brand img{width:168px;height:48px}
  .site-header{gap:14px}
  .hero h1{font-size:clamp(56px,18vw,64px)}
  .program-heading h2{white-space:normal;font-size:43px}
}

/* Keep the moving tools track fully contained by its ribbon on every browser. */
.tool-section,
.tool-ribbon,
.tool-ribbon-window{
  max-width:100%;
  overflow:clip;
}
.tool-ribbon-window{position:relative;contain:layout paint}


/* v1.17 — conversion additions on uploaded combined-responsive base */

.registration-pulse{
  position:relative;
  isolation:isolate;
}

.registration-pulse::after{
  content:"";
  position:absolute;
  inset:-4px;
  z-index:-1;
  border:2px solid rgba(228,186,62,.72);
  border-radius:inherit;
  opacity:0;
  pointer-events:none;
  animation:registrationPulse 3.2s ease-out infinite;
}

@keyframes registrationPulse{
  0%,64%{opacity:0;transform:scale(1)}
  73%{opacity:.52}
  100%{opacity:0;transform:scale(1.12)}
}

.registration-steps-section{
  padding:54px max(22px,calc((100% - var(--max))/2));
  background:
    radial-gradient(circle at 12% 18%,rgba(88,221,243,.08),transparent 25%),
    linear-gradient(180deg,#fff,#f8fafc);
}

.registration-heading{
  max-width:760px;
  margin-bottom:26px;
}

.registration-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.registration-step{
  position:relative;
  min-height:285px;
  display:flex;
  flex-direction:column;
  padding:25px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 38px rgba(7,19,41,.07);
}

.registration-step::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:5px;
  background:var(--step-accent);
}

.registration-step::after{
  content:"";
  position:absolute;
  left:-48px;
  bottom:-48px;
  width:135px;
  height:135px;
  border-radius:50%;
  background:var(--step-wash);
}

.step-one{--step-accent:var(--gold);--step-wash:#fff6d9}
.step-two{--step-accent:var(--gold);--step-wash:#fff6d9}
.step-three{--step-accent:#a9780f;--step-wash:#fff6d9}

.step-number{
  position:absolute;
  top:20px;
  left:22px;
  color:var(--step-accent);
  font:900 34px/1 Arial,sans-serif;
  opacity:.16;
}

.step-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border-radius:15px;
  background:var(--step-wash);
  color:var(--step-accent);
}

.step-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.registration-step h3{
  margin:0 0 10px;
  font-size:21px;
}

.registration-step p{
  margin:0 0 22px;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}

.registration-step a,
.confirmation-note{
  position:relative;
  z-index:1;
  width:max-content;
  margin-top:auto;
  padding-bottom:4px;
  color:var(--step-accent);
  border-bottom:1px solid currentColor;
  font-size:12px;
  font-weight:900;
}

.mobile-session-carousel,
.mobile-sticky-bar{
  display:none;
}

@media (min-width:1240px){
  .registration-steps-section{
    min-height:calc(100svh - 116px);
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
}

@media (max-width:680px){
  .program-section .session-number-row,
  .program-section .session-showcase{
    display:none;
  }

  .mobile-session-carousel{
    display:block;
    width:calc(100vw - 18px);
    margin-right:-9px;
    overflow:hidden;
  }

  .mobile-session-track{
    display:flex;
    gap:14px;
    overflow-x:auto;
    padding:8px 9px 20px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-inline:contain;
  }

  .mobile-session-track::-webkit-scrollbar{
    display:none;
  }

  .mobile-session-card{
    flex:0 0 min(84vw,340px);
    scroll-snap-align:center;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.15);
    border-radius:20px;
    background:linear-gradient(180deg,#112b52,#08162f);
    box-shadow:0 22px 45px rgba(0,0,0,.25);
  }

  .mobile-session-image{
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#061329;
  }

  .mobile-session-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(transparent 58%,rgba(5,13,28,.76));
  }

  .mobile-session-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }

  .mobile-session-number{
    position:absolute;
    z-index:2;
    right:18px;
    bottom:12px;
    color:var(--gold);
    font:900 55px/1 Arial,sans-serif;
    text-shadow:0 8px 18px rgba(0,0,0,.35);
  }

  .mobile-session-body{
    padding:20px;
  }

  .mobile-session-label{
    display:block;
    margin-bottom:8px;
    color:var(--gold2);
    font-size:10px;
    font-weight:900;
  }

  .mobile-session-body h3{
    margin:0 0 10px;
    color:#fff;
    font-size:29px;
    line-height:1.15;
  }

  .mobile-session-body p{
    margin:0 0 16px;
    color:rgba(255,255,255,.68);
    font-size:12px;
    line-height:1.75;
  }

  .mobile-session-body ul{
    display:grid;
    gap:8px;
    margin:0;
    padding:14px 16px;
    list-style:none;
    border-right:3px solid var(--gold);
    border-radius:12px;
    background:rgba(0,0,0,.18);
  }

  .mobile-session-body li{
    position:relative;
    padding-right:21px;
    color:rgba(255,255,255,.84);
    font-size:12px;
    font-weight:800;
  }

  .mobile-session-body li::before{
    content:"✓";
    position:absolute;
    right:0;
    color:var(--gold2);
  }

  .mobile-swipe-hint{
    margin:0;
    text-align:center;
    color:rgba(255,255,255,.5);
    font-size:10px;
  }

  .registration-steps-section{
    padding:48px 18px;
  }

  .registration-steps-grid{
    grid-template-columns:1fr;
  }

  .registration-step{
    min-height:245px;
  }

  body{
    padding-bottom:76px;
  }

  .mobile-sticky-bar{
    position:fixed;
    z-index:160;
    right:10px;
    bottom:10px;
    left:10px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
    padding:8px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:18px;
    background:rgba(5,13,28,.95);
    box-shadow:0 18px 45px rgba(0,0,0,.4);
    backdrop-filter:blur(14px);
    transform:translateY(130%);
    opacity:0;
    pointer-events:none;
    transition:transform .28s ease,opacity .28s ease;
  }

  .mobile-sticky-bar.is-visible{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }

  .mobile-sticky-bar.is-suppressed{
    transform:translateY(130%);
    opacity:0;
    pointer-events:none;
  }

  .mobile-sticky-register,
  .mobile-sticky-whatsapp{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    font-size:13px;
    font-weight:900;
  }

  .mobile-sticky-register{
    background:var(--gold);
    color:var(--navy);
  }

  .mobile-sticky-whatsapp{
    gap:7px;
    padding-inline:13px;
    background:var(--green);
    color:#fff;
  }

  .mobile-sticky-whatsapp svg{
    width:20px;
    height:20px;
    fill:currentColor;
  }

  .mobile-sticky-whatsapp span{
    display:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .registration-pulse::after{
    animation:none!important;
  }
}


/* v1.18 — aligned selector, stronger outcomes, clearer stamp and number */

/* Three simple, benefit-led points inside the desktop session card. */
.session-outcomes{
  display:grid;
  gap:12px;
  max-width:680px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.session-outcomes li{
  position:relative;
  min-height:34px;
  display:flex;
  align-items:center;
  padding:7px 40px 7px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(3,12,27,.24);
  color:rgba(255,255,255,.86);
  font-size:14px;
  font-weight:800;
  line-height:1.55;
}

.session-outcomes li::before{
  content:"✓";
  position:absolute;
  right:13px;
  top:50%;
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(228,186,62,.14);
  color:var(--gold2);
  font-size:11px;
  transform:translateY(-50%);
}

/* The seven controls fill exactly the same line as the text panel. */
.session-number{
  width:auto;
  min-width:0;
  border-radius:9px;
  outline:none;
}

.session-number:focus-visible{
  box-shadow:
    inset 0 0 0 2px rgba(7,19,41,.68),
    0 0 0 2px var(--cyan);
}

@media (min-width:1240px){
  .session-number-row{
    width:calc(100% - 554px);
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:8px;
  }

  .session-number{
    min-height:50px;
    font-size:15px;
  }
}

@media (min-width:981px) and (max-width:1239px){
  .session-number-row{
    width:calc(100% - 422px);
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:6px;
    margin-bottom:14px;
  }

  .session-number{
    min-height:48px;
    font-size:14px;
  }
}

@media (min-width:681px) and (max-width:980px){
  .session-number-row{
    width:100%;
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:6px;
  }

  .session-number{
    min-height:48px;
  }
}

/* Larger, premium session number under the circular visual. */
.visual-number{
  bottom:48px;
  min-width:92px;
  padding:10px 18px;
  border:2px solid rgba(228,186,62,.82);
  border-radius:15px;
  background:
    linear-gradient(145deg,rgba(16,39,73,.97),rgba(4,14,31,.97));
  color:#f4c943;
  font-size:clamp(32px,2.5vw,42px);
  letter-spacing:.02em;
  box-shadow:
    0 13px 30px rgba(0,0,0,.4),
    inset 0 0 18px rgba(228,186,62,.08),
    0 0 22px rgba(228,186,62,.12);
}

/* Slightly larger free-session stamps: visible, but still proportional. */
@media (min-width:1240px){
  .hero-free-stamp{
    width:142px;
    height:142px;
    flex-basis:142px;
  }

  .final-free-stamp{
    width:102px;
    height:102px;
  }

  .example-free-badge{
    width:166px;
    height:166px;
  }
}

@media (min-width:681px) and (max-width:1239px){
  .hero-free-stamp{
    width:118px;
    height:118px;
    flex-basis:118px;
  }

  .final-free-stamp{
    width:94px;
    height:94px;
  }

  .example-free-badge{
    width:116px;
    height:116px;
  }
}

@media (max-width:680px){
  .hero-actions{
    grid-template-columns:minmax(0,1fr) 102px;
  }

  .hero-free-stamp{
    width:102px;
    height:102px;
    flex-basis:102px;
  }

  .final-free-stamp{
    width:88px;
    height:88px;
  }

  .session-outcomes{
    gap:9px;
  }

  .session-outcomes li{
    font-size:13px;
  }

  .mobile-session-number{
    font-size:64px;
  }
}

/* At common 125–175% desktop display scaling, keep the panel compact. */
@media (min-width:981px) and (max-width:1365px){
  .session-copy{
    padding:28px 30px;
  }

  .session-copy h3{
    font-size:clamp(40px,4.2vw,54px);
  }

  .session-outcomes{
    gap:9px;
    margin-top:14px;
  }

  .session-outcomes li{
    min-height:31px;
    padding-top:6px;
    padding-bottom:6px;
    font-size:13px;
  }

  .session-date{
    margin-top:16px;
  }
}

@media (min-width:1240px) and (max-height:800px){
  .visual-number{
    bottom:44px;
    min-width:84px;
    font-size:34px;
  }

  .hero-free-stamp{
    width:122px;
    height:122px;
    flex-basis:122px;
  }
}

@media (prefers-reduced-motion:reduce){
  .session-number,
  .visual-number{
    transition:none;
  }
}


/* v1.19 — visual polish, direct CTA pulse, premium participant portal */

/* Retire the old outline-only pulse. */
.registration-pulse::after,
.cta-pulse-solid::after{
  content:none!important;
  animation:none!important;
}

/* The button itself now pulses through scale, brightness and shadow. */
.cta-pulse-solid{
  animation:ctaSolidPulse 2.6s ease-in-out infinite;
  transform-origin:center;
  will-change:transform,filter,box-shadow;
}

@keyframes ctaSolidPulse{
  0%,58%,100%{
    transform:scale(1);
    filter:brightness(1);
    box-shadow:0 10px 24px rgba(7,19,41,.16);
  }
  72%{
    transform:scale(1.045);
    filter:brightness(1.16) saturate(1.08);
    box-shadow:
      0 16px 34px rgba(7,19,41,.24),
      0 0 0 7px rgba(228,186,62,.16);
  }
  84%{
    transform:scale(1.015);
    filter:brightness(1.06);
    box-shadow:
      0 12px 27px rgba(7,19,41,.20),
      0 0 0 3px rgba(228,186,62,.10);
  }
}

.free-cta-pulse{
  animation-name:freeCtaPulse;
}

@keyframes freeCtaPulse{
  0%,58%,100%{
    transform:scale(1);
    filter:brightness(1);
    box-shadow:0 10px 24px rgba(7,19,41,.18);
  }
  72%{
    transform:scale(1.045);
    filter:brightness(1.24) saturate(1.15);
    box-shadow:
      0 16px 34px rgba(7,19,41,.25),
      0 0 0 7px rgba(88,221,243,.18);
  }
}

/* Clickable free-session stamps pulse as the object itself. */
.stamp-pulse{
  animation:stampDirectPulse 2.9s ease-in-out infinite;
  transform-origin:center;
  will-change:transform,filter;
}

@keyframes stampDirectPulse{
  0%,60%,100%{
    transform:rotate(-5deg) scale(1);
    filter:drop-shadow(0 10px 18px rgba(0,0,0,.28)) brightness(1);
  }
  74%{
    transform:rotate(-3deg) scale(1.09);
    filter:
      drop-shadow(0 14px 25px rgba(0,0,0,.34))
      drop-shadow(0 0 14px rgba(228,186,62,.38))
      brightness(1.13);
  }
  86%{
    transform:rotate(-4deg) scale(1.035);
  }
}

/* Lower and enlarge the free-session badge in the example section. */
@media (min-width:1240px){
  .example-free-badge{
    top:78px;
    width:194px;
    height:194px;
  }

  .example-heading{
    padding-left:224px;
  }
}

@media (min-width:981px) and (max-width:1239px){
  .example-free-badge{
    top:60px;
    width:158px;
    height:158px;
  }

  .example-heading{
    padding-left:180px;
  }
}

@media (max-width:980px){
  .example-free-badge{
    position:static;
    width:128px;
    height:128px;
    margin:12px 0 20px;
  }
}

/* Distinct participant portal advantage */
.participant-portal{
  position:relative;
  isolation:isolate;
  width:min(calc(100% - 44px),var(--max));
  margin:48px auto;
  padding:42px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  align-items:center;
  gap:48px;
  overflow:hidden;
  border:1px solid rgba(88,221,243,.22);
  border-radius:26px;
  background:
    radial-gradient(circle at 12% 15%,rgba(88,221,243,.16),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(228,186,62,.13),transparent 30%),
    linear-gradient(135deg,#07162f,#0d274b 58%,#08172f);
  box-shadow:
    0 30px 70px rgba(7,19,41,.24),
    inset 0 1px 0 rgba(255,255,255,.07);
  color:#fff;
}

.participant-portal::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.24;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to left,transparent,black 25%,black 80%,transparent);
}

.participant-portal-copy>span{
  display:block;
  margin-bottom:10px;
  color:var(--gold2);
  font-size:12px;
  font-weight:900;
}

.participant-portal-copy h2{
  max-width:620px;
  margin:0 0 14px;
  font-size:clamp(38px,4.4vw,62px);
  line-height:1.08;
  letter-spacing:-.04em;
}

.participant-portal-copy p{
  max-width:650px;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:15px;
  line-height:1.85;
}

.portal-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:22px 0 26px;
}

.portal-benefits span{
  padding:8px 12px;
  border:1px solid rgba(88,221,243,.18);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.84);
  font-size:11px;
  font-weight:900;
}

.portal-login-button{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 21px;
  border-radius:13px;
  background:var(--gold);
  color:var(--navy);
  box-shadow:0 14px 30px rgba(0,0,0,.24);
  font-weight:900;
}

.portal-login-button svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.participant-portal-visual{
  position:relative;
  min-height:340px;
  display:grid;
  place-items:center;
}

.portal-glow{
  position:absolute;
  width:310px;
  height:310px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(88,221,243,.20),transparent 68%);
  filter:blur(4px);
}

.portal-laptop{
  position:relative;
  width:min(100%,480px);
  z-index:2;
  transform:perspective(900px) rotateY(4deg) rotateX(1deg);
}

.portal-screen{
  padding:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px 20px 10px 10px;
  background:linear-gradient(145deg,#071329,#0e2748);
  box-shadow:
    0 26px 50px rgba(0,0,0,.40),
    inset 0 0 0 1px rgba(88,221,243,.07);
}

.portal-screen-top{
  height:30px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 8px;
  color:rgba(255,255,255,.60);
  font:800 9px/1 Arial,sans-serif;
  letter-spacing:.08em;
}

.portal-screen-top i{
  width:6px;
  height:6px;
  margin-right:auto;
  border-radius:50%;
  background:rgba(255,255,255,.15);
}

.portal-screen-top i+i{
  margin-right:0;
}

.portal-brand-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 10px rgba(228,186,62,.55);
}

.portal-dashboard{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:10px;
  border-radius:14px;
  background:rgba(255,255,255,.025);
}

.portal-feature{
  min-height:102px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:9px;
  padding:15px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  text-align:center;
}

.portal-feature svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.portal-feature b{
  color:rgba(255,255,255,.82);
  font-size:11px;
}

.portal-recordings{color:#63dff4}
.portal-files{color:#e4ba3e}
.portal-tools{color:#8f7cff}
.portal-sessions{color:#65d59f}

.portal-laptop-base{
  width:108%;
  height:14px;
  margin-right:-4%;
  border-radius:0 0 60px 60px;
  background:linear-gradient(#71839a,#26384e);
  box-shadow:0 13px 20px rgba(0,0,0,.35);
}

.portal-access-badge{
  position:absolute;
  z-index:3;
  bottom:15px;
  left:2px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 13px;
  border:1px solid rgba(228,186,62,.34);
  border-radius:12px;
  background:rgba(5,15,32,.90);
  color:var(--gold2);
  box-shadow:0 13px 28px rgba(0,0,0,.30);
}

.portal-access-badge svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}

.portal-access-badge span{
  font-size:10px;
  font-weight:900;
}

/* A different portal-grid icon in the header */
.participant-nav-portal{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
}

.participant-nav-icon{
  width:17px;
  height:17px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px;
  padding:2px;
  border:1px solid rgba(228,186,62,.45);
  border-radius:5px;
}

.participant-nav-icon i{
  border-radius:1px;
  background:var(--gold2);
  opacity:.85;
}

/* Fix empty PC pages: only the hero remains viewport-led. */
@media (min-width:1240px){
  .program-section,
  .free-session-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .completion-section,
  .faq-section,
  .registration-steps-section{
    min-height:auto!important;
  }

  .program-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .faq-section{
    display:block;
  }

  .requirements-section{
    align-items:start;
  }

  .free-session-video{
    min-height:500px!important;
  }

  .completion-visual{
    min-height:430px!important;
  }

  .program-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .faq-section,
  .registration-steps-section{
    padding-top:58px;
    padding-bottom:58px;
  }

  .free-session-section,
  .completion-section{
    min-height:500px!important;
  }
}

/* Common Windows 125–175% scaling: tighter and better centered. */
@media (min-width:981px) and (max-width:1365px){
  .program-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .faq-section,
  .registration-steps-section{
    padding-top:44px;
    padding-bottom:44px;
  }

  .participant-portal{
    margin-top:38px;
    margin-bottom:38px;
    padding:34px;
    gap:34px;
  }

  .participant-portal-copy h2{
    font-size:clamp(36px,4vw,50px);
  }

  .participant-portal-visual{
    min-height:300px;
  }

  .portal-feature{
    min-height:90px;
  }
}

@media (max-width:980px){
  .participant-portal{
    grid-template-columns:1fr;
    padding:30px 24px;
    gap:22px;
  }

  .participant-portal-copy{
    order:1;
  }

  .participant-portal-visual{
    order:2;
    min-height:300px;
  }
}

@media (max-width:680px){
  .participant-portal{
    width:calc(100% - 24px);
    margin:34px auto;
    padding:25px 18px;
    border-radius:20px;
  }

  .participant-portal-copy h2{
    font-size:36px;
  }

  .participant-portal-copy p{
    font-size:13px;
  }

  .participant-portal-visual{
    min-height:260px;
  }

  .portal-laptop{
    width:100%;
    transform:none;
  }

  .portal-feature{
    min-height:78px;
    padding:10px 7px;
  }

  .portal-feature b{
    font-size:9px;
  }

  .portal-access-badge{
    position:relative;
    left:auto;
    bottom:auto;
    width:max-content;
    margin:14px auto 0;
  }

  .portal-login-button{
    width:100%;
    justify-content:center;
  }
}

@media (prefers-reduced-motion:reduce){
  .cta-pulse-solid,
  .stamp-pulse{
    animation:none!important;
  }
}


/* v1.20 — YouTube autoplay embeds and calm registration CTAs */
.course-video iframe,
.free-video-frame iframe{
  border:0;
}

/* Registration buttons and free-session stamps remain still until hover/tap. */
.cta-pulse-solid,
.free-cta-pulse,
.stamp-pulse,
.registration-pulse{
  animation:none!important;
  will-change:auto!important;
}
.cta-pulse-solid::after,
.registration-pulse::after{
  content:none!important;
  animation:none!important;
}

/* v1.21 — restored stronger registration pulse, larger hero free-session stamp */
.cta-pulse-solid{
  position:relative;
  isolation:isolate;
  animation:ctaPulseV121 2.05s cubic-bezier(.22,.75,.25,1) infinite!important;
  transform-origin:center;
  will-change:transform,filter,box-shadow!important;
}

.cta-pulse-solid::after{
  content:""!important;
  position:absolute;
  inset:-5px;
  z-index:-1;
  border:3px solid rgba(228,186,62,.78);
  border-radius:inherit;
  opacity:0;
  pointer-events:none;
  animation:ctaRingV121 2.05s ease-out infinite!important;
}

.free-cta-pulse::after{
  border-color:rgba(88,221,243,.84);
}

@keyframes ctaPulseV121{
  0%,42%,100%{
    transform:translateY(0) scale(1);
    filter:brightness(1) saturate(1);
    box-shadow:0 10px 24px rgba(7,19,41,.18);
  }
  56%{
    transform:translateY(-2px) scale(1.075);
    filter:brightness(1.22) saturate(1.14);
    box-shadow:
      0 18px 38px rgba(7,19,41,.30),
      0 0 0 9px rgba(228,186,62,.20),
      0 0 28px rgba(228,186,62,.30);
  }
  68%{
    transform:translateY(0) scale(1.018);
    filter:brightness(1.07);
    box-shadow:
      0 12px 28px rgba(7,19,41,.22),
      0 0 0 4px rgba(228,186,62,.12);
  }
  78%{
    transform:translateY(-1px) scale(1.045);
    filter:brightness(1.13);
  }
}

@keyframes ctaRingV121{
  0%,40%{opacity:0;transform:scale(.98)}
  54%{opacity:.82;transform:scale(1.015)}
  82%{opacity:0;transform:scale(1.18)}
  100%{opacity:0;transform:scale(1.18)}
}

.stamp-pulse{
  position:relative;
  isolation:isolate;
  animation:stampPulseV121 2.1s cubic-bezier(.22,.75,.25,1) infinite!important;
  transform-origin:center;
  will-change:transform,filter!important;
}

.stamp-pulse::after{
  content:"";
  position:absolute;
  inset:-8px;
  z-index:-1;
  border:3px solid rgba(242,213,114,.88);
  border-radius:50%;
  opacity:0;
  pointer-events:none;
  animation:stampRingV121 2.1s ease-out infinite;
}

@keyframes stampPulseV121{
  0%,40%,100%{
    transform:rotate(-5deg) scale(1);
    filter:drop-shadow(0 10px 18px rgba(0,0,0,.28)) brightness(1);
  }
  56%{
    transform:rotate(-2deg) scale(1.16);
    filter:
      drop-shadow(0 16px 28px rgba(0,0,0,.38))
      drop-shadow(0 0 22px rgba(242,213,114,.62))
      brightness(1.22) saturate(1.12);
  }
  69%{
    transform:rotate(-4deg) scale(1.035);
  }
  79%{
    transform:rotate(-3deg) scale(1.085);
    filter:
      drop-shadow(0 13px 23px rgba(0,0,0,.33))
      drop-shadow(0 0 14px rgba(242,213,114,.44))
      brightness(1.11);
  }
}

@keyframes stampRingV121{
  0%,40%{opacity:0;transform:scale(.94)}
  55%{opacity:.92;transform:scale(1.02)}
  84%{opacity:0;transform:scale(1.25)}
  100%{opacity:0;transform:scale(1.25)}
}

/* The hero stamp is deliberately larger than v1.20. */
.hero-free-stamp{
  width:168px;
  height:168px;
  flex-basis:168px;
}

@media (min-width:1240px) and (max-height:800px){
  .hero-free-stamp{
    width:148px;
    height:148px;
    flex-basis:148px;
  }
}

@media (min-width:681px) and (max-width:1239px){
  .hero-free-stamp{
    width:140px;
    height:140px;
    flex-basis:140px;
  }
}

@media (max-width:680px){
  .hero-actions{
    grid-template-columns:minmax(0,1fr) 116px;
  }

  .hero-free-stamp{
    width:116px;
    height:116px;
    flex-basis:116px;
  }
}

@media (prefers-reduced-motion:reduce){
  .cta-pulse-solid,
  .stamp-pulse,
  .cta-pulse-solid::after,
  .stamp-pulse::after{
    animation:none!important;
  }
}


/* v1.22 — compact, laptop-friendly free-session layout and clean stamp pulse */

/* Keep the stamp itself moving, but remove the large expanding yellow circle. */
.stamp-pulse::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}

/* Desktop and laptop: use a purposeful narrow video panel instead of a 50/50 split. */
@media (min-width:981px){
  .free-session-section{
    min-height:0!important;
    grid-template-columns:minmax(360px,440px) minmax(0,1fr);
    align-items:stretch;
  }

  .free-session-video{
    min-height:0!important;
    padding:24px 34px;
  }

  .free-video-frame{
    width:min(100%,310px);
    height:clamp(410px,61vh,465px);
  }

  .free-session-copy{
    width:min(100%,720px);
    max-width:none;
    justify-self:center;
    align-self:center;
    padding:34px clamp(42px,5vw,76px);
  }

  .free-session-copy h2{
    margin-bottom:13px;
  }

  .prompt-definition{
    margin-bottom:17px;
    line-height:1.65;
  }

  .free-session-copy ul{
    margin-bottom:18px;
  }

  .free-session-copy li{
    padding-top:9px;
    padding-bottom:9px;
  }

  .session-meta{
    margin-bottom:20px;
  }
}

/* Short laptop screens: compact further without crowding the content. */
@media (min-width:981px) and (max-height:760px){
  .free-session-section{
    grid-template-columns:minmax(340px,410px) minmax(0,1fr);
  }

  .free-session-video{
    padding:18px 28px;
  }

  .free-video-frame{
    width:min(100%,290px);
    height:400px;
  }

  .free-session-copy{
    width:min(100%,690px);
    padding-top:26px;
    padding-bottom:26px;
  }

  .free-session-copy>span{
    margin-bottom:6px;
  }

  .free-session-copy h2{
    font-size:clamp(44px,4.5vw,58px);
  }
}

/* v1.23 — quiet, premium pulse matched to the supplied reference video */

/* No expanding circles or attention-grabbing jumps. The CTA gently breathes
   through a narrow highlight and soft shadow, similar to the calm reference. */
.cta-pulse-solid,
.free-cta-pulse{
  --quiet-pulse-rgb:228,186,62;
  animation:ctaQuietPulseV123 3.4s ease-in-out infinite!important;
  transform-origin:center;
  will-change:transform,filter,box-shadow!important;
}

.free-cta-pulse{
  --quiet-pulse-rgb:88,221,243;
}

.cta-pulse-solid::after,
.registration-pulse::after,
.free-cta-pulse::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}

@keyframes ctaQuietPulseV123{
  0%,100%{
    transform:translateY(0) scale(1);
    filter:brightness(1) saturate(1);
    box-shadow:0 10px 24px rgba(7,19,41,.17);
  }
  46%{
    transform:translateY(0) scale(1.008);
    filter:brightness(1.035) saturate(1.02);
    box-shadow:
      0 11px 25px rgba(7,19,41,.18),
      0 0 0 1px rgba(var(--quiet-pulse-rgb),.18),
      0 0 9px rgba(var(--quiet-pulse-rgb),.10);
  }
  58%{
    transform:translateY(-1px) scale(1.018);
    filter:brightness(1.075) saturate(1.045);
    box-shadow:
      0 13px 28px rgba(7,19,41,.20),
      0 0 0 2px rgba(var(--quiet-pulse-rgb),.28),
      0 0 16px rgba(var(--quiet-pulse-rgb),.16);
  }
  72%{
    transform:translateY(0) scale(1.006);
    filter:brightness(1.025) saturate(1.015);
    box-shadow:
      0 11px 25px rgba(7,19,41,.18),
      0 0 0 1px rgba(var(--quiet-pulse-rgb),.14),
      0 0 8px rgba(var(--quiet-pulse-rgb),.08);
  }
}

/* The free-session stamp remains clearly alive, but it no longer jumps,
   rotates during the cycle, or creates a large halo. */
.stamp-pulse{
  animation:stampQuietPulseV123 3.6s ease-in-out infinite!important;
  transform-origin:center;
  will-change:transform,filter!important;
}

.stamp-pulse::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}

@keyframes stampQuietPulseV123{
  0%,100%{
    transform:rotate(-5deg) scale(1);
    filter:drop-shadow(0 10px 18px rgba(0,0,0,.28)) brightness(1);
  }
  52%{
    transform:rotate(-5deg) scale(1.022);
    filter:
      drop-shadow(0 11px 20px rgba(0,0,0,.30))
      drop-shadow(0 0 8px rgba(242,213,114,.22))
      brightness(1.065) saturate(1.035);
  }
  66%{
    transform:rotate(-5deg) scale(1.01);
    filter:
      drop-shadow(0 10px 19px rgba(0,0,0,.29))
      drop-shadow(0 0 5px rgba(242,213,114,.13))
      brightness(1.025);
  }
}

@media (prefers-reduced-motion:reduce){
  .cta-pulse-solid,
  .free-cta-pulse,
  .stamp-pulse{
    animation:none!important;
  }
}

/* v1.26 — clearly visible pulse, larger hero stamp, live participant portal */
/* Pulse the CTA itself. No expanding yellow circle or halo. */
.cta-pulse-solid,
.free-cta-pulse{
  animation:ctaVisiblePulseV126 2.55s ease-in-out infinite!important;
  transform-origin:center;
  will-change:transform,filter,box-shadow!important;
}

@keyframes ctaVisiblePulseV126{
  0%,100%{
    transform:translateY(0) scale(1);
    filter:brightness(1) saturate(1);
  }
  48%{
    transform:translateY(-1px) scale(1.025);
    filter:brightness(1.08) saturate(1.04);
  }
  60%{
    transform:translateY(-2px) scale(1.05);
    filter:brightness(1.15) saturate(1.08);
    box-shadow:
      0 15px 31px rgba(7,19,41,.23),
      0 0 18px rgba(228,186,62,.25);
  }
  74%{
    transform:translateY(0) scale(1.014);
    filter:brightness(1.04) saturate(1.02);
  }
}

.free-cta-pulse{
  animation-name:freeCtaVisiblePulseV126!important;
}

@keyframes freeCtaVisiblePulseV126{
  0%,100%{
    transform:translateY(0) scale(1);
    filter:brightness(1) saturate(1);
  }
  48%{
    transform:translateY(-1px) scale(1.025);
    filter:brightness(1.09) saturate(1.05);
  }
  60%{
    transform:translateY(-2px) scale(1.05);
    filter:brightness(1.17) saturate(1.10);
    box-shadow:
      0 15px 31px rgba(7,19,41,.24),
      0 0 18px rgba(88,221,243,.28);
  }
  74%{
    transform:translateY(0) scale(1.014);
    filter:brightness(1.04) saturate(1.02);
  }
}

/* Both free-session stamps visibly breathe, still without an outer circle. */
.stamp-pulse{
  animation:stampVisiblePulseV126 2.65s ease-in-out infinite!important;
  transform-origin:center;
  will-change:transform,filter!important;
}
.stamp-pulse::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}

@keyframes stampVisiblePulseV126{
  0%,100%{
    transform:rotate(-5deg) scale(1);
    filter:drop-shadow(0 10px 18px rgba(0,0,0,.28)) brightness(1);
  }
  52%{
    transform:rotate(-5deg) scale(1.045);
    filter:
      drop-shadow(0 13px 23px rgba(0,0,0,.33))
      drop-shadow(0 0 11px rgba(242,213,114,.32))
      brightness(1.11) saturate(1.06);
  }
  66%{
    transform:rotate(-5deg) scale(1.018);
    filter:
      drop-shadow(0 11px 20px rgba(0,0,0,.30))
      drop-shadow(0 0 6px rgba(242,213,114,.18))
      brightness(1.04);
  }
}

/* Larger hero stamp only; the final-page stamp keeps its current proportion. */
.hero-free-stamp{
  width:196px!important;
  height:196px!important;
  flex-basis:196px!important;
}

@media (min-width:1240px) and (max-height:800px){
  .hero-free-stamp{
    width:176px!important;
    height:176px!important;
    flex-basis:176px!important;
  }
}

@media (min-width:681px) and (max-width:1239px){
  .hero-free-stamp{
    width:158px!important;
    height:158px!important;
    flex-basis:158px!important;
  }
}

@media (max-width:680px){
  .hero-actions{
    grid-template-columns:minmax(0,1fr) 128px;
  }
  .hero-free-stamp{
    width:128px!important;
    height:128px!important;
    flex-basis:128px!important;
  }
}

/* v1.27 — full-page proportion audit, distinct section language, supplied participant-hub visual */

/* Global desktop rhythm: content-led sections, no artificial screen-height gaps. */
@media (min-width:981px){
  .program-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .registration-steps-section,
  .faq-section{
    min-height:0!important;
    padding-top:46px!important;
    padding-bottom:46px!important;
  }

  .section-heading,
  .program-heading,
  .registration-heading{
    margin-bottom:22px!important;
  }

  .section-heading p,
  .program-heading p{
    margin-top:9px;
  }
}

/* Programme journey: tighter without feeling compressed. */
@media (min-width:981px){
  .program-section{padding-top:42px!important;padding-bottom:44px!important}
  .program-heading{margin-bottom:20px!important}
  .session-number-row{margin-bottom:14px;gap:7px}
  .session-number{min-height:50px}
  .session-showcase{grid-template-columns:minmax(0,1fr) 388px;gap:42px}
  .session-copy{min-height:0;padding:32px 34px}
  .session-copy h3{margin-top:9px;margin-bottom:10px}
  .session-outcomes{margin-block:12px 0}
  .session-visual{width:min(100%,388px)}
  .session-date{margin-top:20px}
}

/* Free session: balanced laptop composition with no vacant half-screen. */
@media (min-width:981px){
  .free-session-section{
    min-height:0!important;
    grid-template-columns:minmax(330px,405px) minmax(0,1fr)!important;
  }
  .free-session-video{min-height:0!important;padding:20px 28px!important}
  .free-video-frame{width:min(100%,285px)!important;height:430px!important}
  .free-session-copy{width:min(100%,700px);padding:27px clamp(36px,4.5vw,68px)!important}
  .free-session-copy h2{font-size:clamp(46px,4.6vw,62px)!important;margin-bottom:11px!important}
  .prompt-definition{margin-bottom:14px!important}
  .free-session-copy ul{margin-bottom:15px!important}
  .free-session-copy li{padding-block:8px!important}
  .session-meta{margin-bottom:17px!important}
}

/* Before/after example: remove unnecessary height while keeping the comparison readable. */
@media (min-width:981px){
  .example-section{padding-top:44px!important;padding-bottom:44px!important}
  .example-heading{margin-bottom:18px!important}
  .example-tabs{margin-bottom:13px}
  .example-comparison{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);gap:14px}
  .example-card{min-height:286px;padding:21px 23px}
  .example-card-label{margin-bottom:15px}
  .example-prompt{min-height:82px;padding:15px 17px;font-size:15px;line-height:1.65}
  .example-outcome{padding-top:16px}
  .example-footnote{margin-top:13px;padding:12px 15px}
  .transform-core{width:54px;height:54px}
  .example-free-badge{width:150px!important;height:150px!important;top:51px!important}
  .example-heading{padding-left:170px!important}
}

/* Practical outcomes: compact visual strip. */
@media (min-width:981px){
  .learning-section{padding-top:44px!important;padding-bottom:38px!important}
  .portrait-showcase{padding:12px 6px 18px;gap:10px}
  .portrait-card{min-height:286px}
}

/* Audience: open journey rows instead of another grid of cards. */
.audience-journey{
  display:grid!important;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.35fr);
  align-items:center;
  gap:62px;
  background:
    radial-gradient(circle at 7% 22%,rgba(228,186,62,.10),transparent 24%),
    #fff;
}

.audience-journey::before{display:none!important}
.audience-intro{display:grid;gap:24px}
.audience-intro .section-heading{margin:0!important}
.audience-intro .section-heading h2{font-size:clamp(37px,4vw,54px);line-height:1.14}
.audience-intro .section-heading p{max-width:470px}

.audience-core{
  position:relative;
  min-height:145px;
  display:grid;
  align-content:center;
  padding:24px 28px;
  overflow:hidden;
  border-right:5px solid var(--gold);
  background:linear-gradient(125deg,var(--navy),#102c53);
  color:#fff;
  box-shadow:0 20px 44px rgba(7,19,41,.14);
}
.audience-core::after{
  content:"";
  position:absolute;
  width:190px;height:190px;
  left:-66px;bottom:-95px;
  border:1px solid rgba(88,221,243,.26);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(88,221,243,.035),0 0 0 58px rgba(228,186,62,.025);
}
.audience-core small{color:var(--gold2);font:900 12px/1 Arial,sans-serif;letter-spacing:.12em}
.audience-core b{margin-top:8px;font-size:24px;line-height:1.35}
.audience-core i{position:absolute;left:34px;top:32px;width:11px;height:11px;border-radius:50%;background:var(--cyan);box-shadow:0 0 15px var(--cyan)}

.audience-paths{border-top:1px solid #dce3e8}
.audience-path{
  --path-accent:#315fbc;
  display:grid;
  grid-template-columns:42px 52px minmax(0,1fr);
  align-items:center;
  gap:17px;
  min-height:78px;
  padding:12px 2px;
  border-bottom:1px solid #dce3e8;
  transition:.2s ease;
}
.audience-path:hover{padding-right:12px;background:linear-gradient(90deg,transparent,rgba(7,19,41,.025))}
.audience-index{color:var(--path-accent);font:900 12px/1 Arial,sans-serif;letter-spacing:.08em}
.audience-path-icon{
  width:46px;height:46px;display:grid;place-items:center;
  border-radius:50%;background:color-mix(in srgb,var(--path-accent) 10%,white);color:var(--path-accent)
}
.audience-path-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.audience-path h3{margin:0 0 3px;font-size:18px}
.audience-path p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.6}
.path-students{--path-accent:#315fbc}
.path-employees{--path-accent:#a9780f}
.path-business{--path-accent:#1684a3}
.path-parents{--path-accent:#7848b3}
.path-creators{--path-accent:#278061}

/* Schedule: retain the information, remove oversized cards and rows. */
@media (min-width:981px){
  .schedule-section{padding-top:44px!important;padding-bottom:42px!important}
  .schedule-heading{margin-bottom:19px!important}
  .schedule-summary{gap:8px;margin-bottom:19px}
  .schedule-summary article{min-height:112px;padding:15px 16px;border-radius:13px}
  .schedule-icon{width:36px;height:36px;margin-bottom:10px;border-radius:10px}
  .schedule-icon svg{width:20px;height:20px}
  .schedule-summary small{margin-bottom:6px}
  .schedule-summary b{font-size:12.5px}
  .schedule-table{border-spacing:0 5px}
  .schedule-table th,.schedule-table td{padding:10px 15px}
  .schedule-table-wrap{overflow:visible}
}

/* Requirements: device + checklist, deliberately unlike the audience and card grids. */
.requirements-check{
  display:grid!important;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.25fr)!important;
  align-items:center!important;
  gap:58px!important;
  background:
    radial-gradient(circle at 16% 30%,rgba(88,221,243,.15),transparent 28%),
    linear-gradient(115deg,#eaf3f7,#f7fafb 58%,#eef4f7)!important;
}
.requirements-panel{display:grid;gap:18px}
.requirements-panel .requirements-copy h2{font-size:clamp(39px,4.2vw,56px);margin-bottom:9px}
.requirements-panel .requirements-copy p{max-width:600px}

.requirements-device{
  position:relative;
  min-height:330px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(7,19,41,.10);
  background:linear-gradient(145deg,#0a1b36,#102e54);
  box-shadow:0 24px 55px rgba(7,19,41,.18);
}
.device-orbit{position:absolute;border-radius:50%;border:1px solid rgba(88,221,243,.23)}
.orbit-one{width:260px;height:260px}
.orbit-two{width:190px;height:190px;border-style:dashed;border-color:rgba(228,186,62,.30);transform:rotate(18deg)}
.device-laptop{position:relative;z-index:2;width:min(74%,310px)}
.device-screen{
  aspect-ratio:16/10;display:grid;place-items:center;align-content:center;gap:6px;
  border:8px solid #c8d3df;border-bottom-width:13px;border-radius:12px 12px 5px 5px;
  background:radial-gradient(circle at 50% 45%,rgba(88,221,243,.18),transparent 40%),#071329;
  color:#fff;box-shadow:0 20px 35px rgba(0,0,0,.34)
}
.device-screen b{font:900 28px/1 Arial,sans-serif;color:var(--gold2);letter-spacing:.09em}
.device-screen small{font:800 9px/1 Arial,sans-serif;letter-spacing:.18em;color:rgba(255,255,255,.60)}
.device-ready-dot{width:10px;height:10px;border-radius:50%;background:#58ddf3;box-shadow:0 0 14px #58ddf3}
.device-base{width:112%;height:11px;margin-right:-6%;border-radius:0 0 50px 50px;background:linear-gradient(#8193a6,#2e4055)}
.device-no-code{position:absolute;z-index:3;bottom:22px;right:22px;padding:9px 13px;border:1px solid rgba(228,186,62,.36);background:rgba(7,19,41,.82);color:var(--gold2);font-size:11px;font-weight:900}

.requirements-list{border-top:1px solid #cfdbe1}
.requirements-list>div{
  display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;
  padding:12px 0;border-bottom:1px solid #cfdbe1
}
.requirements-list i{
  width:34px;height:34px;display:grid;place-items:center;border-radius:50%;
  background:var(--navy);color:var(--gold2);font:900 10px/1 Arial,sans-serif;font-style:normal
}
.requirements-list span{display:grid;gap:3px}
.requirements-list b{font-size:16px}
.requirements-list small{color:var(--muted);font-size:12px;line-height:1.55}
.requirements-check .requirements-note{
  display:flex!important;grid-column:auto!important;align-items:center;gap:13px;
  padding:13px 16px;border:0;border-right:4px solid var(--gold);border-radius:0;
  background:#fff;box-shadow:0 12px 26px rgba(7,19,41,.055)
}

/* Completion: no forced 500px panel. */
@media (min-width:981px){
  .completion-section{min-height:0!important;grid-template-columns:.62fr 1.38fr}
  .completion-visual{min-height:355px!important}
  .certificate-icon{width:170px;height:170px;box-shadow:0 0 0 18px rgba(228,186,62,.04)}
  .certificate-icon svg{width:84px;height:84px}
  .completion-copy{padding:38px clamp(34px,5vw,72px)}
  .completion-copy h2{font-size:clamp(38px,4.2vw,54px)}
  .completion-list{margin-top:20px;gap:8px}
  .completion-list div{padding:11px 12px}
}

/* Supplied participant-hub image: one premium visual, no repeated dashboard cards. */
.participant-hub-showcase{
  position:relative;
  width:min(calc(100% - 44px),1280px);
  margin:42px auto!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(228,186,62,.24);
  border-radius:22px;
  background:#06152d;
  box-shadow:0 28px 70px rgba(7,19,41,.24);
}
.participant-hub-image-link{position:relative;display:block;overflow:hidden;background:#06152d}
.participant-hub-image-link img{
  display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center;
}
.participant-hub-image-link::after{
  content:"اضغط للدخول";
  position:absolute;left:5%;bottom:5%;
  padding:7px 11px;border:1px solid rgba(255,255,255,.20);border-radius:999px;
  background:rgba(7,19,41,.72);color:#fff;font-size:10px;font-weight:900;
  backdrop-filter:blur(8px);opacity:.76
}
.participant-hub-image-link:hover img{filter:brightness(1.04)}
.participant-hub-hotspot{
  position:absolute;left:3.8%;bottom:12.7%;width:27%;height:10%;border-radius:999px;
  box-shadow:0 0 0 0 rgba(228,186,62,.28);animation:hubButtonPulse 2.8s ease-in-out infinite;pointer-events:none
}
@keyframes hubButtonPulse{50%{box-shadow:0 0 0 7px rgba(228,186,62,.12),0 0 24px rgba(228,186,62,.20)}}
.participant-hub-mobile-copy{display:none}

/* Registration and FAQ: reduce dead air, keep clear scanning. */
@media (min-width:981px){
  .registration-steps-section{padding-top:42px!important;padding-bottom:42px!important}
  .registration-heading{max-width:720px;margin-bottom:18px!important}
  .registration-step{min-height:245px;padding:21px 22px}
  .step-icon{margin-bottom:15px}
  .registration-step p{margin-bottom:16px}
  .faq-section{padding-top:42px!important;padding-bottom:38px!important}
  .faq-heading{margin-bottom:18px!important}
  .faq-grid summary{padding-top:14px;padding-bottom:14px}
}

/* Large desktop: prevent oversized voids caused by wide screens. */
@media (min-width:1440px){
  .hero{min-height:0;height:min(690px,calc(100svh - 116px));max-height:690px}
  .participant-hub-showcase{width:min(calc(100% - 72px),1320px)}
}

/* Typical short laptop screens: stay dense and fully visible. */
@media (min-width:981px) and (max-height:800px){
  .program-section,
  .example-section,
  .learning-section,
  .audience-section,
  .schedule-section,
  .requirements-section,
  .registration-steps-section,
  .faq-section{padding-top:38px!important;padding-bottom:38px!important}
  .participant-hub-showcase{margin-top:32px!important;margin-bottom:32px!important}
}

/* Tablet and mobile: stack intelligently, never preserve desktop empty columns. */
@media (max-width:980px){
  .audience-journey,
  .requirements-check{grid-template-columns:1fr!important;gap:28px!important}
  .audience-core{min-height:130px}
  .requirements-device{min-height:300px;order:2}
  .requirements-panel{order:1}
  .participant-hub-showcase{width:calc(100% - 24px);margin:28px auto!important;border-radius:18px}
  .participant-hub-image-link img{aspect-ratio:4/3;object-position:48% center}
  .participant-hub-image-link::after,.participant-hub-hotspot{display:none}
  .participant-hub-mobile-copy{display:grid;gap:10px;padding:23px 20px;background:#071329;color:#fff}
  .participant-hub-mobile-copy>span{color:var(--gold2);font-size:11px;font-weight:900}
  .participant-hub-mobile-copy h2{margin:0;font-size:31px;line-height:1.15}
  .participant-hub-mobile-copy p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.7}
  .participant-hub-mobile-copy .button{width:100%;margin-top:5px}
}

@media (max-width:680px){
  .audience-journey,.requirements-check{padding:46px 18px!important}
  .audience-path{grid-template-columns:34px 44px minmax(0,1fr);gap:11px;min-height:84px}
  .audience-path-icon{width:40px;height:40px}
  .audience-path h3{font-size:16px}
  .audience-path p{font-size:11.5px}
  .requirements-device{min-height:245px}
  .device-screen b{font-size:22px}
  .requirements-check .requirements-note{align-items:flex-start;flex-direction:column}
  .participant-hub-image-link img{aspect-ratio:1/1;object-position:63% center}
}

@media (prefers-reduced-motion:reduce){
  .participant-hub-hotspot{animation:none!important}
}

/* Final participant visual proportion: cinematic, not poster-height. */
@media (min-width:981px){
  .participant-hub-image-link img{
    aspect-ratio:16/9;
    max-height:742px;
    object-fit:cover;
    object-position:center 48%;
  }
}


/* v1.28 — exact supplied participant-platform visual with a real clickable CTA hotspot. */
.participant-hub-premium{
  width:min(calc(100% - 44px),1440px);
  margin:40px auto!important;
  border:0;
  border-radius:22px;
  background:#06152d;
  overflow:hidden;
  box-shadow:0 26px 70px rgba(7,19,41,.25);
}
.participant-hub-image-frame{
  position:relative;
  display:block;
  width:100%;
  line-height:0;
  background:#06152d;
}
.participant-hub-image-frame>img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
}
.participant-login-btn{
  position:absolute;
  z-index:4;
  left:19.45%;
  top:64.2%;
  width:25.0%;
  height:12.4%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:20px;
  color:transparent;
  font-size:0;
  text-decoration:none;
  cursor:pointer;
  background:transparent;
  box-shadow:0 0 0 0 rgba(239,192,70,0);
  transition:filter .2s ease,transform .2s ease,box-shadow .2s ease;
  animation:participantLoginPulse 2.35s ease-in-out infinite;
}
.participant-login-btn:hover{
  transform:scale(1.018);
  filter:brightness(1.08);
  box-shadow:0 0 0 3px rgba(255,223,123,.18),0 0 28px rgba(239,192,70,.35);
}
.participant-login-btn:focus-visible{
  outline:3px solid #fff;
  outline-offset:4px;
  box-shadow:0 0 0 7px rgba(239,192,70,.45),0 0 34px rgba(239,192,70,.42);
}
@keyframes participantLoginPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(239,192,70,0),0 0 0 rgba(239,192,70,0)}
  50%{box-shadow:0 0 0 3px rgba(255,223,123,.10),0 0 22px rgba(239,192,70,.23)}
}
@media (min-width:1440px){
  .participant-hub-premium{width:min(calc(100% - 72px),1560px)}
}
@media (min-width:981px) and (max-height:800px){
  .participant-hub-premium{margin-top:28px!important;margin-bottom:28px!important}
}
@media (max-width:980px){
  .participant-hub-premium{
    width:calc(100% - 24px);
    margin:26px auto!important;
    border-radius:16px;
  }
  .participant-login-btn{border-radius:12px}
}
@media (max-width:520px){
  .participant-hub-premium{width:calc(100% - 16px);border-radius:12px}
  .participant-login-btn{
    left:18.8%;
    top:63.5%;
    width:26.5%;
    height:13.8%;
    border-radius:9px;
  }
}
@media (prefers-reduced-motion:reduce){
  .participant-login-btn{animation:none!important;transition:none!important}
}

/* v1.29 — restore clarity, icons and concise copy in audience/requirements */
.audience-clean{
  display:block!important;
  padding:52px max(22px,calc((100% - var(--max))/2))!important;
  background:#fff!important;
}
.audience-clean::before{display:none!important}
.audience-clean-heading{
  max-width:760px;
  margin:0 auto 30px!important;
  text-align:center;
}
.audience-clean-heading h2{
  margin:0;
  font-size:clamp(34px,4.2vw,52px);
  line-height:1.15;
}
.audience-clean-heading p{
  margin:9px auto 0;
  font-size:15px;
}
.audience-clean-list{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.audience-clean-item{
  min-height:142px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:14px;
  padding:20px 12px;
  text-align:center;
  border-left:1px solid var(--line);
  background:transparent;
}
.audience-clean-item:last-child{border-left:0}
.audience-clean-item .line-icon{
  width:56px;
  height:56px;
  margin:0;
  border:0;
  border-radius:18px;
  background:var(--audience-wash);
  color:var(--audience-accent);
  box-shadow:none;
}
.audience-clean-item .line-icon svg{width:28px;height:28px}
.audience-clean-item h3{margin:0;font-size:16px;line-height:1.35}

.requirements-icons{
  display:block!important;
  padding:52px max(22px,calc((100% - var(--max))/2))!important;
  background:linear-gradient(180deg,#eef5f8,#f8fbfc)!important;
}
.requirements-icons-heading{
  max-width:720px;
  margin:0 0 28px!important;
}
.requirements-icons-heading h2{
  margin:0;
  font-size:clamp(36px,4.4vw,54px);
  line-height:1.14;
}
.requirements-icons-heading p{margin-top:8px;font-size:15px}
.requirements-icons-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.requirements-icons-grid article{
  --requirement-accent:#315fbc;
  --requirement-wash:#edf3ff;
  min-height:132px;
  display:flex;
  align-items:center;
  gap:15px;
  padding:20px;
  border:1px solid #d6e1e7;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 26px rgba(7,19,41,.045);
}
.requirements-icons-grid article svg{
  flex:0 0 auto;
  width:52px;
  height:52px;
  padding:12px;
  border-radius:15px;
  background:var(--requirement-wash);
  color:var(--requirement-accent);
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.requirements-icons-grid h3{margin:0 0 5px;font-size:16px;line-height:1.35}
.requirements-icons-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}
.requirements-simple-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:16px;
  padding:13px 18px;
  border-right:4px solid var(--gold);
  background:#fff;
  box-shadow:0 10px 24px rgba(7,19,41,.04);
}
.requirements-simple-note span{
  width:26px;height:26px;display:grid;place-items:center;border-radius:50%;
  background:var(--navy);color:var(--gold2);font-weight:900
}
.requirements-simple-note b{font-size:15px}

@media (max-width:980px){
  .audience-clean-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .audience-clean-item:nth-child(3){border-left:0}
  .audience-clean-item:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .requirements-icons-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .audience-clean,.requirements-icons{padding:42px 18px!important}
  .audience-clean-heading,.requirements-icons-heading{margin-bottom:22px!important;text-align:right}
  .audience-clean-heading p{margin-right:0}
  .audience-clean-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .audience-clean-item{min-height:120px;padding:17px 8px;border-bottom:1px solid var(--line)!important}
  .audience-clean-item:nth-child(even){border-left:0}
  .audience-clean-item:last-child{grid-column:1/-1;border-bottom:0!important}
  .audience-clean-item .line-icon{width:49px;height:49px;border-radius:15px}
  .audience-clean-item h3{font-size:14px}
  .requirements-icons-grid{grid-template-columns:1fr;gap:9px}
  .requirements-icons-grid article{min-height:94px;padding:15px 16px}
  .requirements-icons-grid article svg{width:46px;height:46px;padding:10px}
  .requirements-simple-note{justify-content:flex-start;padding:12px 14px}
}


/* v1.30 — Five paths into AI START: concise audience journey, no card grid */
.audience-paths{
  position:relative;
  display:block!important;
  overflow:hidden;
  padding:48px max(22px,calc((100% - var(--max))/2)) 54px!important;
  background:
    radial-gradient(circle at 12% 65%,rgba(88,221,243,.09),transparent 27%),
    linear-gradient(180deg,#fbf8f0 0%,#fff 72%)!important;
}
.audience-paths::before{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(228,186,62,.55),rgba(88,221,243,.45),transparent);
}
.audience-paths-heading{
  max-width:790px;
  margin:0 auto 30px!important;
  text-align:center;
}
.audience-paths-heading h2{
  margin:0;
  font-size:clamp(34px,4vw,50px);
  line-height:1.13;
  letter-spacing:-.035em;
}
.audience-paths-heading p{
  margin:8px auto 0;
  color:var(--muted);
  font-size:14px;
}
.audience-route{
  position:relative;
  width:100%;
  min-height:164px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)) minmax(138px,.78fr);
  align-items:center;
  gap:0;
  isolation:isolate;
}
.audience-route-track{
  position:absolute;
  z-index:-1;
  top:50%;
  right:7%;
  left:7%;
  height:4px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 6px rgba(255,255,255,.82),0 8px 24px rgba(7,19,41,.11);
}
.audience-route-track::after{
  content:"";
  position:absolute;
  left:-2px;
  top:50%;
  width:12px;
  height:12px;
  border-left:3px solid #0d2341;
  border-bottom:3px solid #0d2341;
  transform:translateY(-50%) rotate(45deg);
}
.audience-route-stop{
  position:relative;
  min-width:0;
  display:grid;
  justify-items:center;
  align-content:center;
  gap:10px;
  text-align:center;
}
.audience-route-stop:nth-of-type(2),
.audience-route-stop:nth-of-type(4){transform:translateY(-13px)}
.audience-route-stop:nth-of-type(3),
.audience-route-stop:nth-of-type(5){transform:translateY(13px)}
.audience-route-stop .line-icon{
  position:relative;
  width:62px;
  height:62px;
  margin:0;
  border:5px solid #fff;
  border-radius:50%;
  background:var(--audience-wash);
  color:var(--audience-accent);
  box-shadow:0 10px 25px rgba(7,19,41,.12),0 0 0 1px rgba(7,19,41,.06);
}
.audience-route-stop .line-icon::after{
  content:"";
  position:absolute;
  inset:-10px;
  border:1px solid color-mix(in srgb,var(--audience-accent) 28%,transparent);
  border-radius:50%;
}
.audience-route-stop .line-icon svg{width:27px;height:27px}
.audience-route-stop h3{
  max-width:150px;
  margin:0;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 5px 15px rgba(7,19,41,.055);
  font-size:14px;
  line-height:1.35;
  white-space:normal;
}
.audience-route-destination{
  position:relative;
  width:124px;
  height:124px;
  justify-self:end;
  display:grid;
  place-content:center;
  text-align:center;
  border:7px solid #fff;
  border-radius:50%;
  background:
    radial-gradient(circle at 35% 30%,rgba(88,221,243,.28),transparent 34%),
    linear-gradient(145deg,#102d53,#061329);
  color:#fff;
  box-shadow:0 16px 35px rgba(7,19,41,.24),0 0 0 2px rgba(228,186,62,.55);
}
.audience-route-destination::before{
  content:"";
  position:absolute;
  inset:-15px;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(228,186,62,.23),transparent 68%);
}
.audience-route-destination span{
  color:var(--gold2);
  font-size:27px;
  font-weight:950;
  line-height:1;
}
.audience-route-destination b{
  margin-top:3px;
  font-size:15px;
  letter-spacing:.14em;
}

@media (max-width:980px){
  .audience-route{
    min-height:310px;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:repeat(2,1fr);
    gap:18px 6px;
  }
  .audience-route-track{
    top:25%;right:10%;left:10%;height:3px;
    box-shadow:0 0 0 5px rgba(255,255,255,.8),0 8px 20px rgba(7,19,41,.09);
  }
  .audience-route-track::before{
    content:"";
    position:absolute;
    top:0;left:0;width:3px;height:150px;
    background:linear-gradient(#0d2341,#d6aa30);
  }
  .audience-route-stop:nth-of-type(n){transform:none}
  .audience-route-destination{width:105px;height:105px;justify-self:center}
}

@media (max-width:680px){
  .audience-paths{padding:40px 18px 44px!important}
  .audience-paths-heading{margin-bottom:22px!important;text-align:right}
  .audience-paths-heading h2{font-size:36px}
  .audience-paths-heading p{margin-right:0}
  .audience-route{
    min-height:0;
    grid-template-columns:1fr;
    grid-template-rows:none;
    gap:9px;
    padding-right:34px;
  }
  .audience-route-track{
    top:18px;bottom:54px;right:20px;left:auto;width:3px;height:auto;
    background:var(--gold);
    box-shadow:0 0 0 5px rgba(255,255,255,.82);
  }
  .audience-route-track::before{display:none}
  .audience-route-track::after{
    left:50%;top:auto;bottom:-3px;
    transform:translateX(-50%) rotate(-45deg);
  }
  .audience-route-stop{
    min-height:64px;
    grid-template-columns:58px 1fr;
    justify-items:start;
    align-items:center;
    gap:13px;
    text-align:right;
  }
  .audience-route-stop .line-icon{width:50px;height:50px;border-width:4px}
  .audience-route-stop .line-icon::after{inset:-7px}
  .audience-route-stop .line-icon svg{width:23px;height:23px}
  .audience-route-stop h3{
    max-width:none;
    padding:0;
    background:transparent;
    box-shadow:none;
    font-size:15px;
  }
  .audience-route-destination{
    width:88px;height:88px;justify-self:start;margin-top:5px;border-width:5px;
  }
  .audience-route-destination span{font-size:22px}
  .audience-route-destination b{font-size:12px}
}

/* v1.31 — stronger visual separation between audience and schedule */
.audience-paths{
  padding-top:46px!important;
  padding-bottom:58px!important;
  background:
    radial-gradient(circle at 8% 72%,rgba(77,196,211,.12),transparent 25%),
    radial-gradient(circle at 91% 20%,rgba(228,186,62,.13),transparent 24%),
    linear-gradient(180deg,#fffaf0 0%,#f8f3e8 100%)!important;
  border-top:0;
}
.audience-paths::before{
  height:4px;
  background:var(--gold);
  opacity:.75;
}
.audience-paths-heading h2{font-size:clamp(32px,3.55vw,46px)}
.audience-paths-heading p{color:#647083}
.audience-route{
  min-height:190px;
  padding:16px 18px;
  border:1px solid rgba(13,35,65,.08);
  border-radius:28px;
  background:rgba(255,255,255,.46);
  box-shadow:0 20px 55px rgba(13,35,65,.07);
}
.audience-route-track{
  right:8%;left:8%;
  box-shadow:0 0 0 7px rgba(255,255,255,.73),0 9px 24px rgba(7,19,41,.10);
}
.audience-route-stop{
  min-height:132px;
  margin:0 5px;
  padding:15px 7px 13px;
  border:1px solid color-mix(in srgb,var(--audience-accent) 18%,transparent);
  border-radius:22px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--audience-wash) 82%,white),rgba(255,255,255,.82));
  box-shadow:0 12px 28px rgba(7,19,41,.07);
}
.audience-route-stop:nth-of-type(2),
.audience-route-stop:nth-of-type(4){transform:translateY(-9px)}
.audience-route-stop:nth-of-type(3),
.audience-route-stop:nth-of-type(5){transform:translateY(9px)}
.audience-route-stop .line-icon{
  width:60px;height:60px;
  border-color:rgba(255,255,255,.96);
  box-shadow:0 10px 24px color-mix(in srgb,var(--audience-accent) 14%,transparent),0 0 0 1px rgba(7,19,41,.05);
}
.audience-route-stop h3{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:none;
}
.audience-route-destination{
  width:118px;height:118px;
  margin-inline-start:8px;
  box-shadow:0 18px 38px rgba(7,19,41,.26),0 0 0 3px rgba(228,186,62,.56);
}

.schedule-section{
  position:relative;
  padding-top:54px!important;
  padding-bottom:58px!important;
  background:
    radial-gradient(circle at 12% 10%,rgba(62,160,210,.15),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(228,186,62,.10),transparent 25%),
    linear-gradient(145deg,#07172f 0%,#0b2445 58%,#07162d 100%)!important;
  color:#fff;
  border-top:8px solid #d6aa30;
}
.schedule-section::before{
  top:-8px;
  right:0;left:0;
  height:8px;
  background:var(--gold);
}
.schedule-heading{margin-bottom:24px!important}
.schedule-heading span{color:#f1c54f!important}
.schedule-heading h2{
  max-width:900px;
  margin-inline:auto;
  color:#fff;
  font-size:clamp(34px,3.8vw,52px);
  text-shadow:0 7px 22px rgba(0,0,0,.18);
}
.schedule-heading p{color:#c8d5e6!important}
.schedule-summary{gap:11px;margin-bottom:24px}
.schedule-summary article{
  min-height:118px!important;
  padding:17px 17px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,249,252,.96));
  box-shadow:0 17px 36px rgba(0,0,0,.16);
}
.schedule-summary article::before{
  content:"";
  position:absolute;
  top:0;right:0;left:0;
  height:5px;
  background:var(--schedule-accent);
}
.schedule-summary article::after{opacity:.92}
.schedule-summary article small{color:#69778b}
.schedule-summary article b{color:#0a1830;font-size:13px}
.schedule-summary .schedule-green{
  border-color:#f0c95f!important;
  background:linear-gradient(145deg,#fff1b8,#f3c64f 62%,#dca72a);
  box-shadow:0 18px 40px rgba(220,167,42,.25);
}
.schedule-summary .schedule-green::before{background:#0b2445}
.schedule-summary .schedule-green::after{background:rgba(255,255,255,.24)}
.schedule-summary .schedule-green .schedule-icon{
  background:#0b2445;
  color:#ffd664;
}
.schedule-summary .schedule-green small,
.schedule-summary .schedule-green b{color:#07172f}
.schedule-table-wrap{
  padding:8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  box-shadow:0 20px 45px rgba(0,0,0,.16);
}
.schedule-table th{
  background:#06152d;
  color:#f8d66e;
  border-bottom:1px solid rgba(248,214,110,.28);
}
.schedule-table td{
  color:#0a1830;
  background:rgba(255,255,255,.97);
}
.schedule-table tbody tr:nth-child(even) td{background:#f3f7fb}
/* Odd rows sit on navy, even rows on #f3f7fb. #aa7c0f reads 4.94 on the navy rows
   but only 3.48 on the light ones, so the darker gold is scoped to those alone —
   darkening both would fix three rows and break four. */
.schedule-table td:first-child{color:#aa7c0f}
.schedule-table tbody tr:nth-child(even) td:first-child{color:#926b0d}
.schedule-table td:last-child{color:#536277}

@media (max-width:980px){
  .audience-route{padding:18px 10px;min-height:330px}
  .audience-route-stop{margin:0;min-height:125px}
  .schedule-section{padding-top:48px!important}
}
@media (max-width:680px){
  .audience-paths{padding-top:38px!important;padding-bottom:44px!important}
  .audience-route{padding:13px 12px 13px 45px;border-radius:20px;background:rgba(255,255,255,.62)}
  .audience-route-stop{
    min-height:67px;
    padding:8px 10px;
    border-radius:15px;
    grid-template-columns:52px 1fr;
  }
  .audience-route-stop:nth-of-type(n){transform:none}
  .audience-route-stop h3{padding:0;background:transparent;border:0}
  .schedule-section{padding-top:42px!important;padding-bottom:46px!important;border-top-width:6px}
  .schedule-heading h2{font-size:34px}
  .schedule-summary article{min-height:94px!important}
  .schedule-table-wrap{padding:5px;border-radius:12px}
}


/* v1.32 — make the embedded participant-platform CTA unmistakably clickable. */
.participant-hub-premium .participant-login-btn{
  overflow:visible;
  border:3px solid rgba(255,249,211,.98);
  background:
    linear-gradient(180deg,rgba(255,255,255,.23) 0%,rgba(255,235,147,.10) 38%,rgba(143,82,0,.18) 100%);
  -webkit-backdrop-filter:brightness(1.12) saturate(1.16);
  backdrop-filter:brightness(1.12) saturate(1.16);
  transform:translateY(-4px);
  box-shadow:
    0 8px 0 rgba(105,61,7,.96),
    0 15px 24px rgba(0,0,0,.55),
    0 0 0 2px rgba(242,185,51,.55),
    0 0 28px rgba(255,191,45,.54),
    inset 0 3px 0 rgba(255,255,255,.82),
    inset 0 -5px 9px rgba(92,49,0,.30);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
  animation:participantButtonLift 2.25s ease-in-out infinite;
  isolation:isolate;
}
.participant-hub-premium .participant-login-btn::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:5px;
  border-radius:calc(20px - 5px);
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 32%,rgba(255,255,255,.62) 45%,rgba(255,255,255,.12) 54%,transparent 66%);
  background-size:240% 100%;
  background-position:125% 0;
  opacity:.78;
  animation:participantButtonShine 3.15s ease-in-out infinite;
}
.participant-hub-premium .participant-login-btn::after{
  content:"↗";
  position:absolute;
  z-index:3;
  left:-14px;
  top:50%;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:2px solid rgba(255,239,170,.95);
  border-radius:50%;
  background:linear-gradient(180deg,#11284c,#06152d);
  color:#ffd66d;
  font:900 24px/1 Arial,sans-serif;
  box-shadow:0 7px 14px rgba(0,0,0,.42),0 0 18px rgba(255,194,47,.40),inset 0 1px 0 rgba(255,255,255,.25);
  transform:translateY(-50%);
  pointer-events:none;
}
.participant-hub-premium .participant-login-btn:hover{
  transform:translateY(-8px) scale(1.018);
  filter:brightness(1.12);
  box-shadow:
    0 12px 0 rgba(105,61,7,.98),
    0 21px 32px rgba(0,0,0,.62),
    0 0 0 3px rgba(255,238,171,.78),
    0 0 42px rgba(255,194,47,.78),
    inset 0 4px 0 rgba(255,255,255,.92),
    inset 0 -5px 10px rgba(92,49,0,.32);
  animation-play-state:paused;
}
.participant-hub-premium .participant-login-btn:active{
  transform:translateY(3px) scale(.992);
  box-shadow:
    0 2px 0 rgba(105,61,7,.98),
    0 5px 10px rgba(0,0,0,.48),
    0 0 0 2px rgba(255,238,171,.68),
    0 0 20px rgba(255,194,47,.48),
    inset 0 2px 7px rgba(77,40,0,.28);
}
.participant-hub-premium .participant-login-btn:focus-visible{
  outline:4px solid #fff;
  outline-offset:6px;
  box-shadow:
    0 10px 0 rgba(105,61,7,.98),
    0 18px 30px rgba(0,0,0,.60),
    0 0 0 10px rgba(246,190,47,.58),
    0 0 48px rgba(255,194,47,.78),
    inset 0 3px 0 rgba(255,255,255,.90);
}
@keyframes participantButtonLift{
  0%,100%{
    transform:translateY(-4px);
    box-shadow:0 8px 0 rgba(105,61,7,.96),0 15px 24px rgba(0,0,0,.55),0 0 0 2px rgba(242,185,51,.55),0 0 26px rgba(255,191,45,.48),inset 0 3px 0 rgba(255,255,255,.82),inset 0 -5px 9px rgba(92,49,0,.30)
  }
  50%{
    transform:translateY(-7px);
    box-shadow:0 11px 0 rgba(105,61,7,.98),0 20px 30px rgba(0,0,0,.60),0 0 0 3px rgba(255,235,154,.72),0 0 38px rgba(255,191,45,.70),inset 0 4px 0 rgba(255,255,255,.90),inset 0 -5px 10px rgba(92,49,0,.32)
  }
}
@keyframes participantButtonShine{
  0%,38%{background-position:125% 0;opacity:0}
  48%{opacity:.82}
  68%,100%{background-position:-120% 0;opacity:0}
}
@media (max-width:980px){
  .participant-hub-premium .participant-login-btn::before{border-radius:8px}
  .participant-hub-premium .participant-login-btn::after{
    left:-9px;
    width:30px;
    height:30px;
    font-size:18px;
    border-width:1.5px;
  }
}
@media (max-width:520px){
  .participant-hub-premium .participant-login-btn{
    border-width:2px;
    box-shadow:0 5px 0 rgba(105,61,7,.96),0 10px 18px rgba(0,0,0,.54),0 0 0 2px rgba(242,185,51,.52),0 0 22px rgba(255,191,45,.48),inset 0 2px 0 rgba(255,255,255,.80);
  }
  .participant-hub-premium .participant-login-btn::after{
    left:-7px;
    width:24px;
    height:24px;
    font-size:14px;
  }
}
@media (prefers-reduced-motion:reduce){
  .participant-hub-premium .participant-login-btn,
  .participant-hub-premium .participant-login-btn::before{animation:none!important}
}


/* v1.33 — unified section backgrounds, separators, and vertical rhythm. */
:root{
  --section-white:#FFFFFF;
  --section-cream:#FAF6EC;
  --section-navy:#071329;
  --section-rule:rgba(7,19,41,.10);
  --footer-rule:rgba(228,186,62,.40);
}

html,body{
  max-inline-size:100%;
  overflow-x:clip;
}

main > section:not(.hero){
  position:relative;
  min-inline-size:0;
  margin:0!important;
  padding-block:3.5rem!important;
  padding-inline:max(1rem,calc((100% - var(--max))/2))!important;
  border-block-start:0!important;
  border-block-end:0!important;
  background-image:none!important;
}

/* Exactly three section background values, with no identical adjacent pair. */
.tool-section{background:var(--section-cream)!important;color:var(--ink)}
.program-section{background:var(--section-navy)!important;color:#fff}
.free-session-section{background:var(--section-cream)!important;color:var(--ink)}
.example-section{background:var(--section-white)!important;color:var(--ink)}
.learning-section{background:var(--section-cream)!important;color:var(--ink)}
.audience-section{background:var(--section-white)!important;color:var(--ink)}
.schedule-section{background:var(--section-navy)!important;color:#fff}
.requirements-section{background:var(--section-cream)!important;color:var(--ink)}
.completion-section{background:var(--section-navy)!important;color:#fff}
.participant-hub-showcase{background:var(--section-white)!important;color:var(--ink)}
.registration-steps-section{background:var(--section-cream)!important;color:var(--ink)}
.faq-section{background:var(--section-white)!important;color:var(--ink)}
.final-cta{background:var(--section-navy)!important;color:#fff}

/* Remove every legacy section-edge decoration. */
.tool-section::before,
.program-section::before,
.free-session-section::before,
.example-section::before,
.learning-section::before,
.audience-section::before,
.schedule-section::before,
.requirements-section::before,
.completion-section::before,
.participant-hub-showcase::before,
.registration-steps-section::before,
.faq-section::before,
.final-cta::before{
  content:none!important;
  display:none!important;
}

/* State 1: light to light. */
.example-section,
.learning-section,
.audience-section,
.registration-steps-section,
.faq-section{
  border-block-start:1px solid var(--section-rule)!important;
}

/* State 2: light/dark transitions use only the background change. */
.program-section,
.free-session-section,
.schedule-section,
.requirements-section,
.completion-section,
.participant-hub-showcase,
.final-cta{
  border-block-start:0!important;
}

/* State 3: the footer has the only colored separator. */
.site-footer{
  margin:0!important;
  border-block-start:1px solid var(--footer-rule)!important;
  background:var(--section-cream)!important;
  color:var(--navy)!important;
}
.site-footer nav a:hover{color:#8d6711}
.site-footer small{color:rgba(7,19,41,.68)}

/* Keep the split free-session content compact inside the section rhythm. */
.free-session-section{
  min-height:0!important;
  grid-template-columns:1fr;
  gap:2rem;
}
.free-session-video{
  min-height:0!important;
  padding:1rem!important;
  background:var(--section-navy)!important;
}
.free-video-frame{
  inline-size:min(100%,20.625rem);
  block-size:auto!important;
  aspect-ratio:9/16;
  margin-inline:auto;
}
.free-session-copy{
  max-inline-size:42rem;
  padding:0!important;
  margin-inline:auto;
}

/* Full-width section shells no longer float as isolated blocks. */
.participant-hub-showcase,
.final-cta{
  inline-size:100%!important;
  max-inline-size:none!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.participant-hub-image-frame{
  max-inline-size:90rem;
  margin-inline:auto;
  border-radius:1.25rem;
  overflow:hidden;
  box-shadow:0 1.5rem 4rem rgba(7,19,41,.20);
}
.final-cta{
  display:grid!important;
  grid-template-columns:1fr;
  gap:1.75rem;
  align-items:center;
}
.final-actions{min-inline-size:0!important}

/* One-color internal route line; no rainbow treatment remains. */
.audience-route-track,
.audience-route-track::before{
  background:var(--gold)!important;
}
.audience-route-track::after{
  border-inline-start-color:var(--gold)!important;
  border-block-end-color:var(--gold)!important;
}

@media (min-width:48rem){
  main > section:not(.hero){
    padding-block:5rem!important;
    padding-inline:max(1.5rem,calc((100% - var(--max))/2))!important;
  }
  .free-session-section{
    gap:3rem;
  }
  .final-cta{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
}

@media (min-width:64rem){
  main > section:not(.hero){
    padding-block:7rem!important;
    padding-inline:max(2rem,calc((100% - var(--max))/2))!important;
  }
  .free-session-section{
    grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);
    align-items:center;
    gap:4rem;
  }
}

@media (min-width:80rem){
  main > section:not(.hero){
    padding-inline:max(2.5rem,calc((100% - var(--max))/2))!important;
  }
}

/* v1.33 — typography, media alignment, card accents, and mobile-first layouts. */
main > section:not(.hero){
  font-size:1.0625rem;
  line-height:1.75;
  letter-spacing:0;
  font-weight:400;
}
main > section:not(.hero) p,
main > section:not(.hero) li,
main > section:not(.hero) summary,
main > section:not(.hero) td,
main > section:not(.hero) .registration-step a,
main > section:not(.hero) .confirmation-note{
  font-size:1.0625rem!important;
  line-height:1.75!important;
  letter-spacing:0!important;
  font-weight:400;
}
main > section:not(.hero) summary,
main > section:not(.hero) .registration-step a,
main > section:not(.hero) .confirmation-note{
  font-weight:800;
}

.section-heading{
  margin-block:0 2rem!important;
  margin-inline:0!important;
}
.section-heading p{
  max-inline-size:42rem;
}

/* Media cards: aligned grid on tablet/desktop, snap carousel on mobile. */
.portrait-showcase{
  display:flex!important;
  align-items:stretch!important;
  gap:1rem!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding-block:1rem 1.5rem!important;
  padding-inline:.125rem!important;
  scroll-snap-type:inline mandatory;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
}
.portrait-card,
.portrait-card:nth-child(n),
.portrait-card.card-assistant{
  flex:0 0 100%!important;
  min-inline-size:0!important;
  aspect-ratio:9/14!important;
  transform:none!important;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.portrait-card:hover{
  transform:translateY(-.25rem)!important;
}
.portrait-card::after{
  background:linear-gradient(to bottom,rgba(3,9,20,.05) 28%,rgba(3,9,20,.82) 67%,rgba(3,9,20,.98) 100%)!important;
}
.portrait-card div{
  inset-inline:.875rem!important;
  inset-block-end:.875rem!important;
  text-shadow:0 .125rem .5rem rgba(0,0,0,.9);
}
.portrait-card b{
  font-size:1.0625rem!important;
  line-height:1.4;
}
.portrait-card span{
  color:rgba(255,255,255,.92)!important;
  font-size:1.0625rem!important;
  line-height:1.7!important;
}

/* Registration cards: one gold system, with green only for WhatsApp icon/link. */
.registration-steps-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:1rem!important;
}
.registration-step,
.step-one,
.step-two,
.step-three{
  --step-accent:var(--gold)!important;
  --step-wash:#FFF6D9!important;
}
.registration-step{
  min-height:0!important;
  padding:1.5rem!important;
  border-radius:1rem!important;
  border:1px solid rgba(7,19,41,.12)!important;
  background:#fff!important;
  box-shadow:0 1rem 2.25rem rgba(7,19,41,.07)!important;
}
.registration-step::before{
  block-size:.3125rem!important;
  background:var(--gold)!important;
}
.registration-step::after{
  inline-size:8.5rem!important;
  block-size:8.5rem!important;
  inset-inline-end:auto!important;
  inset-inline-start:-3rem!important;
  inset-block-end:-3rem!important;
  background:#FFF6D9!important;
}
.step-number{
  inset-block-start:1.125rem!important;
  inset-inline-end:1.25rem!important;
  inset-inline-start:auto!important;
  color:#9A7412!important;
  font-size:2.5rem!important;
  opacity:.72!important;
}
.step-icon{
  margin-block-end:1.25rem!important;
  background:#FFF6D9!important;
  color:#9A7412!important;
}
.registration-step a,
.confirmation-note{
  color:#8D6711!important;
}
.step-two .step-icon,
.step-two a{
  color:var(--green)!important;
}

/* FAQ is single-column first and expands without overlap. */
.faq-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:.75rem!important;
}
.faq-grid details{
  min-inline-size:0;
  background:#fff!important;
}
.faq-grid summary{
  padding-block:1rem!important;
  padding-inline:1.25rem 3.25rem!important;
}
.faq-grid summary::after{
  inset-inline-end:auto!important;
  inset-inline-start:1.125rem!important;
}
.faq-grid p{
  padding-block:0 1.125rem!important;
  padding-inline:1.25rem!important;
}

/* Other high-risk responsive rows. */
.requirements-icons-grid,
.schedule-summary{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:.75rem!important;
}
.requirements-icons-grid article,
.schedule-summary article{
  min-inline-size:0!important;
  min-height:0!important;
}
.schedule-table-wrap{
  max-inline-size:100%;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain;
}
.schedule-table{
  min-inline-size:41.25rem;
}

.audience-route{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:.75rem!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.audience-route-track{display:none!important}
.audience-route-stop,
.audience-route-stop:nth-of-type(n){
  min-height:0!important;
  margin:0!important;
  padding:1rem!important;
  grid-template-columns:3.5rem minmax(0,1fr)!important;
  align-items:center!important;
  justify-items:start!important;
  gap:1rem!important;
  transform:none!important;
  text-align:start!important;
}
.audience-route-stop h3{
  max-inline-size:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.audience-route-destination{
  justify-self:center!important;
  margin-inline:0!important;
}

.completion-section{
  min-height:0!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:2rem;
}
.completion-visual{
  min-height:0!important;
  padding-block:1rem!important;
}
.completion-copy{
  padding:0!important;
}
.completion-list{
  grid-template-columns:minmax(0,1fr)!important;
}

.program-section,
.example-section,
.learning-section,
.audience-section,
.schedule-section,
.requirements-section,
.completion-section,
.participant-hub-showcase,
.registration-steps-section,
.faq-section,
.final-cta{
  overflow-wrap:anywhere;
}
.session-number-row,
.session-showcase,
.example-comparison,
.requirements-icons-grid,
.registration-steps-grid,
.faq-grid{
  max-inline-size:100%;
  min-inline-size:0;
}

@media (min-width:40rem){
  .requirements-icons-grid,
  .schedule-summary{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .audience-route{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .audience-route-destination{
    grid-column:1/-1;
  }
}

@media (min-width:48rem){
  .portrait-showcase{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    overflow:visible!important;
    scroll-snap-type:none;
  }
  .portrait-card,
  .portrait-card:nth-child(n),
  .portrait-card.card-assistant{
    inline-size:auto!important;
    min-inline-size:0!important;
    transform:none!important;
  }
  .registration-steps-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .registration-step:last-child{
    grid-column:1/-1;
  }
  .faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .audience-route{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .audience-route-destination{
    grid-column:auto;
  }
  .completion-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (min-width:64rem){
  main > section:not(.hero) p,
  main > section:not(.hero) li,
  main > section:not(.hero) summary,
  main > section:not(.hero) td,
  main > section:not(.hero) .registration-step a,
  main > section:not(.hero) .confirmation-note{
    font-size:1.125rem!important;
  }
  .portrait-showcase{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
  .registration-steps-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .registration-step:last-child{
    grid-column:auto;
  }
  .requirements-icons-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .schedule-summary{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  .audience-route{
    grid-template-columns:repeat(5,minmax(0,1fr)) minmax(7.5rem,.8fr)!important;
    align-items:center!important;
  }
  .audience-route-track{
    display:block!important;
    inset-inline:8%!important;
    background:var(--gold)!important;
  }
  .audience-route-stop{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
  }
  .audience-route-destination{
    justify-self:end!important;
  }
  .completion-section{
    grid-template-columns:.7fr 1.3fr!important;
    align-items:center;
  }
}

@media (min-width:80rem){
  .section-heading{margin-block-end:2.5rem!important}
}

/* v1.33 validation corrections. */
main > section.example-section,
main > section.learning-section,
main > section.audience-section,
main > section.registration-steps-section,
main > section.faq-section{
  border-block-start:1px solid var(--section-rule)!important;
}


@media (min-width:64rem){
  .portrait-showcase{
    gap:.75rem!important;
    padding-inline:0!important;
    overflow:clip!important;
  }
}

@media (min-width:48rem){
  .portrait-card,
  .portrait-card:nth-child(n),
  .portrait-card.card-assistant{
    min-height:0!important;
    max-height:none!important;
    block-size:auto!important;
  }
}

/* v1.34 — integrate the moving tools ribbon with the hero. */
main > section.tool-section{
  background:var(--section-navy)!important;
  color:#fff;
  padding-block:0!important;
  padding-inline:0!important;
  overflow:hidden;
}

main > section.tool-section .tool-ribbon{
  inline-size:100%;
  max-inline-size:none;
  block-size:3.5rem;
  margin:0;
  border-block:1px solid rgba(88,221,243,.16);
  border-inline:0;
  border-radius:0;
  background:linear-gradient(90deg,#0a203f 0%,#12325b 50%,#0a203f 100%);
  box-shadow:inset 0 0 1.5rem rgba(88,221,243,.07);
}

main > section.tool-section .tool-ribbon::before{
  inset-inline:0;
  background:linear-gradient(90deg,transparent 0%,rgba(94,231,255,.72) 50%,transparent 100%);
}

main > section.tool-section .tool-ribbon-window::before,
main > section.tool-section .tool-ribbon-window::after{
  inline-size:4rem;
}

main > section.tool-section .tool-ribbon-window::before{
  inset-inline-start:auto;
  inset-inline-end:0;
  background:linear-gradient(90deg,transparent,#0a203f);
}

main > section.tool-section .tool-ribbon-window::after{
  inset-inline-start:0;
  inset-inline-end:auto;
  background:linear-gradient(270deg,transparent,#0a203f);
}

@media (min-width:48rem){
  main > section.tool-section .tool-ribbon{block-size:3.75rem}
}


/* v1.35 — final consolidated corrections requested after v1.34. */

/* 1) Make the active session artwork more prominent without changing the section structure. */
@media (min-width:64rem){
  .session-visual .visual-image{
    inline-size:clamp(15rem,18vw,17rem)!important;
    block-size:clamp(15rem,18vw,17rem)!important;
  }
  .session-visual .ring-a{
    inline-size:21rem!important;
    block-size:21rem!important;
  }
}

/* 2) Restore the compact full-bleed split layout for the free-session section. */
.free-session-section{
  inline-size:100%!important;
  max-inline-size:none!important;
  min-block-size:0!important;
  padding:0!important;
  gap:0!important;
  background:var(--section-cream)!important;
  overflow:hidden;
}
.free-session-video{
  min-block-size:0!important;
  padding:1.25rem 1.75rem!important;
  background:var(--section-navy)!important;
}
.free-session-copy{
  inline-size:min(100%,43.75rem)!important;
  max-inline-size:none!important;
  margin-inline:auto!important;
  padding:2rem clamp(2.25rem,4.5vw,4.25rem)!important;
}
.free-video-frame{
  inline-size:min(100%,18.125rem)!important;
  block-size:25rem!important;
  aspect-ratio:auto!important;
}
@media (min-width:64rem){
  .free-session-section{
    grid-template-columns:minmax(21.25rem,25.625rem) minmax(0,1fr)!important;
    align-items:stretch!important;
  }
  .free-session-video{
    min-block-size:32rem!important;
    padding:1.125rem 1.75rem!important;
  }
  .free-video-frame{
    inline-size:min(100%,18.125rem)!important;
    block-size:25rem!important;
  }
  .free-session-copy{
    justify-self:center!important;
    align-self:center!important;
  }
}
@media (min-width:64rem) and (max-height:47.5rem){
  .free-session-video{min-block-size:30rem!important}
  .free-video-frame{block-size:23rem!important}
  .free-session-copy{padding-block:1.5rem!important}
}

/* 3) Larger clickable free-session stamps. */
.example-free-badge{
  inline-size:10.5rem!important;
  block-size:10.5rem!important;
  cursor:pointer;
}
.example-free-badge:focus-visible,
.final-free-stamp:focus-visible{
  outline:.1875rem solid var(--gold)!important;
  outline-offset:.375rem!important;
}
.final-free-stamp{
  inline-size:7.5rem!important;
  block-size:7.5rem!important;
  cursor:pointer;
}
@media (min-width:77.5rem){
  .example-free-badge{
    inline-size:12rem!important;
    block-size:12rem!important;
  }
  .example-heading{padding-inline-end:0!important;padding-inline-start:13.5rem!important}
  .final-free-stamp{
    inline-size:8.75rem!important;
    block-size:8.75rem!important;
  }
}
@media (max-width:61.25rem){
  .example-free-badge{
    position:static!important;
    inline-size:8.5rem!important;
    block-size:8.5rem!important;
    margin-block:0 1.25rem!important;
    margin-inline:0!important;
  }
  .example-heading{padding-inline:0!important}
}
@media (max-width:42.5rem){
  .example-free-badge{
    inline-size:7.5rem!important;
    block-size:7.5rem!important;
  }
  .final-free-stamp{
    inline-size:6.75rem!important;
    block-size:6.75rem!important;
  }
}

/* 4) Schedule: readable labels, one icon system, and dates on one line. */
.schedule-summary article{
  min-block-size:8.25rem!important;
  padding:1.25rem!important;
}
.schedule-summary .schedule-icon,
.schedule-summary article .schedule-icon,
.schedule-summary .schedule-green .schedule-icon{
  inline-size:2.75rem!important;
  block-size:2.75rem!important;
  display:grid!important;
  place-items:center!important;
  border-radius:.75rem!important;
  background:var(--section-navy)!important;
  color:var(--gold)!important;
  box-shadow:0 .4rem 1rem rgba(7,19,41,.14)!important;
}
.schedule-summary .schedule-icon svg{
  inline-size:1.45rem!important;
  block-size:1.45rem!important;
  stroke:currentColor!important;
  fill:none!important;
}
.schedule-summary article small,
.schedule-summary .schedule-green small{
  display:block!important;
  margin-block:.75rem .35rem!important;
  color:#536277!important;
  font-size:.9375rem!important;
  line-height:1.55!important;
  font-weight:700!important;
}
.schedule-summary article b,
.schedule-summary .schedule-green b{
  color:#07172f!important;
  font-size:1.0625rem!important;
  line-height:1.55!important;
  font-weight:900!important;
}
.schedule-table td:last-child{
  inline-size:15.5rem!important;
  min-inline-size:15.5rem!important;
  white-space:nowrap!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  font-size:1rem!important;
}

/* 5) Participant-platform hotspot: keep one arrow and center its frame on the arrow already in the artwork. */
.participant-hub-premium .participant-login-btn::after{
  content:""!important;
  inset-inline-start:auto!important;
  inset-inline-end:3.5%!important;
  inset-block-start:50%!important;
  inline-size:2.75rem!important;
  block-size:2.75rem!important;
  border:.125rem solid rgba(255,245,199,.98)!important;
  border-radius:50%!important;
  background:rgba(7,19,41,.08)!important;
  color:transparent!important;
  box-shadow:0 .35rem .8rem rgba(0,0,0,.28),0 0 1rem rgba(255,194,47,.30)!important;
  transform:translateY(-50%)!important;
  pointer-events:none!important;
}
@media (max-width:61.25rem){
  .participant-hub-premium .participant-login-btn::after{
    inset-inline-end:3%!important;
    inline-size:2rem!important;
    block-size:2rem!important;
  }
}
@media (max-width:32.5rem){
  .participant-hub-premium .participant-login-btn::after{
    inline-size:1.5rem!important;
    block-size:1.5rem!important;
  }
}

/* 6) Registration cards: decorative circles stay behind and away from all wording. */
.registration-step{
  overflow:hidden!important;
  isolation:isolate;
}
.registration-step::after{
  inline-size:7.25rem!important;
  block-size:7.25rem!important;
  inset-inline-start:auto!important;
  inset-inline-end:-4.75rem!important;
  inset-block-end:-4.75rem!important;
  opacity:.48!important;
  z-index:0!important;
  pointer-events:none!important;
}
.registration-step::before{z-index:1!important}
.registration-step > *{
  position:relative;
  z-index:2;
}
.registration-step a,
.registration-step .confirmation-note{
  display:inline-block;
  max-inline-size:100%;
}

/* 7) FAQ: reserve a dedicated icon lane so Arabic questions never overlap the plus/minus. */
.faq-grid summary{
  min-block-size:4rem!important;
  padding-block:1rem!important;
  padding-inline:4.25rem 1.25rem!important;
  text-align:start!important;
}
.faq-grid summary::after{
  inset-inline-start:1.25rem!important;
  inset-inline-end:auto!important;
  inset-block-start:50%!important;
  transform:translateY(-50%)!important;
  inline-size:1.75rem!important;
  block-size:1.75rem!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
}

/* Keep all final fixes stable at the smallest supported width. */
@media (max-width:22.5rem){
  .free-session-copy{padding-inline:1rem!important}
  .session-meta{grid-template-columns:1fr!important}
  .session-meta span{border-inline-start:0!important;border-block-end:1px solid #d8d1c4}
  .session-meta span:last-child{border-block-end:0}
  .schedule-summary article{padding:1rem!important}
  .faq-grid summary{padding-inline:3.75rem .875rem!important}
  .faq-grid summary::after{inset-inline-start:.875rem!important}
}

/* v1.35 validation corrections. */
.example-free-badge{display:block!important}
main > section.free-session-section{padding:0!important}
.participant-hub-premium .participant-login-btn::after{
  inset-inline-start:3.5%!important;
  inset-inline-end:auto!important;
}
@media (max-width:61.25rem){
  .participant-hub-premium .participant-login-btn::after{
    inset-inline-start:3%!important;
    inset-inline-end:auto!important;
  }
}

/* v1.36 — controlled final repair pass. */
.visually-hidden{
  position:absolute!important;
  inline-size:1px!important;
  block-size:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Desktop hero: the complete hero, header and tools ribbon fit in one PC viewport. */
@media (min-width:64rem){
  .hero{
    min-block-size:32rem!important;
    block-size:calc(100svh - 11rem)!important;
    max-block-size:42rem!important;
    grid-template-columns:minmax(0,1fr) clamp(15.5rem,20vw,19rem)!important;
    gap:clamp(2.25rem,4vw,4rem)!important;
    padding-block:1rem!important;
    overflow:hidden!important;
  }
  .hero-copy{max-inline-size:43rem!important}
  .hero h1{font-size:clamp(4.75rem,7vw,6.5rem)!important}
  .hero h2{font-size:clamp(2rem,3.1vw,2.75rem)!important;margin-block:.85rem .55rem!important}
  /* 43rem = 688px, the full width of .hero-copy. The line needs 673px at this size;
     the previous 610px cap forced it to wrap and strand "بدون برمجة." on its own line. */
  .hero p{font-size:1.0625rem!important;font-weight:600!important;line-height:1.6!important;
          max-inline-size:43rem!important}
  .hero-actions{margin-block-start:1rem!important;gap:1rem!important}
  .hero-free-stamp{
    inline-size:8.75rem!important;
    block-size:8.75rem!important;
    flex-basis:8.75rem!important;
  }
  .course-video{
    inline-size:100%!important;
    max-inline-size:19rem!important;
    padding:.45rem!important;
  }
  .course-video iframe{
    inline-size:100%!important;
    block-size:auto!important;
    max-block-size:min(28rem,calc(100svh - 14rem))!important;
    aspect-ratio:9/16!important;
  }
}
@media (min-width:64rem) and (max-height:47.5rem){
  .hero{
    min-block-size:29rem!important;
    block-size:calc(100svh - 11rem)!important;
    max-block-size:none!important;
    padding-block:.625rem!important;
  }
  .hero h1{font-size:4.9rem!important}
  .hero h2{font-size:2.05rem!important}
  .hero-free-stamp{
    inline-size:7.75rem!important;
    block-size:7.75rem!important;
    flex-basis:7.75rem!important;
  }
  .course-video{max-inline-size:16.5rem!important}
  .course-video iframe{max-block-size:25.5rem!important}
}

/* Restore the practical-results row as a continuously moving visual carousel. */
.learning-section{overflow:hidden!important}
.portrait-showcase{
  display:block!important;
  inline-size:100%!important;
  max-inline-size:100%!important;
  overflow:hidden!important;
  padding-block:.75rem 1.25rem!important;
  padding-inline:0!important;
  scroll-snap-type:none!important;
  scrollbar-width:none!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
}
.portrait-showcase::-webkit-scrollbar{display:none!important}
.portrait-track{
  display:flex!important;
  inline-size:max-content!important;
  align-items:center!important;
  gap:.75rem!important;
  direction:ltr;
  animation:portraitMarquee 34s linear infinite;
  will-change:transform;
}
.portrait-showcase:hover .portrait-track{animation-play-state:paused}
.portrait-track .portrait-card,
.portrait-track .portrait-card:nth-child(n),
.portrait-track .portrait-card.card-assistant{
  flex:0 0 clamp(10.75rem,15vw,12.25rem)!important;
  inline-size:clamp(10.75rem,15vw,12.25rem)!important;
  block-size:18.5rem!important;
  min-block-size:18.5rem!important;
  max-block-size:18.5rem!important;
  aspect-ratio:auto!important;
  transform:none!important;
  direction:rtl;
  scroll-snap-align:none!important;
}
.portrait-track .portrait-card:hover{transform:translateY(-.35rem) scale(1.015)!important}
.portrait-track .portrait-card::after{
  background:linear-gradient(to bottom,rgba(3,9,20,.03) 34%,rgba(3,9,20,.76) 68%,rgba(3,9,20,.98) 100%)!important;
}
.portrait-track .portrait-card div{
  inset-inline:.8rem!important;
  inset-block-end:.75rem!important;
}
.portrait-track .portrait-card b{font-size:1rem!important}
.portrait-track .portrait-card span{font-size:.875rem!important;line-height:1.55!important}
@keyframes portraitMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - .375rem))}
}
@media (max-width:47.99rem){
  .portrait-track{
    gap:.65rem!important;
    animation-duration:28s;
  }
  .portrait-track .portrait-card,
  .portrait-track .portrait-card:nth-child(n),
  .portrait-track .portrait-card.card-assistant{
    flex-basis:11.5rem!important;
    inline-size:11.5rem!important;
    block-size:17.25rem!important;
    min-block-size:17.25rem!important;
    max-block-size:17.25rem!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .portrait-track{animation:none!important}
  .portrait-showcase{overflow-x:auto!important;mask-image:none;-webkit-mask-image:none}
}

/* Schedule information cards: distinct color fields, navy/gold icon system, readable labels. */
.schedule-summary{
  align-items:stretch!important;
  gap:.75rem!important;
}
.schedule-summary article{
  min-inline-size:0!important;
  min-block-size:9.5rem!important;
  padding:1.1rem!important;
  border:.0625rem solid color-mix(in srgb,var(--schedule-accent) 36%,#ffffff)!important;
  border-block-start:.3rem solid var(--schedule-accent)!important;
  border-radius:.9rem!important;
  box-shadow:0 .9rem 2rem rgba(0,0,0,.13)!important;
}
.schedule-summary .schedule-blue{background:#eaf2ff!important}
.schedule-summary .schedule-purple{background:#f1eaff!important}
.schedule-summary .schedule-gold{background:#fff0bd!important}
.schedule-summary .schedule-cyan{background:#e5f8fb!important}
.schedule-summary .schedule-green{background:linear-gradient(145deg,#ffe994,#f0bd2f)!important}
.schedule-summary .schedule-icon,
.schedule-summary article .schedule-icon,
.schedule-summary .schedule-green .schedule-icon{
  inline-size:2.9rem!important;
  block-size:2.9rem!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:.75rem!important;
  background:var(--navy)!important;
  color:var(--gold)!important;
  box-shadow:0 .45rem 1rem rgba(7,19,41,.18)!important;
}
.schedule-summary .schedule-icon svg{
  inline-size:1.5rem!important;
  block-size:1.5rem!important;
  stroke:currentColor!important;
  fill:none!important;
}
.schedule-summary article small,
.schedule-summary .schedule-green small{
  margin-block:.8rem .35rem!important;
  color:#4d5d73!important;
  font-size:1rem!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.schedule-summary article b,
.schedule-summary .schedule-green b{
  display:block!important;
  color:var(--navy)!important;
  font-size:1.08rem!important;
  line-height:1.55!important;
  font-weight:900!important;
}
@media (min-width:64rem){
  .schedule-summary article b{white-space:nowrap!important;font-size:1rem!important}
}
.schedule-table td:last-child{
  min-inline-size:16.5rem!important;
  inline-size:16.5rem!important;
  white-space:nowrap!important;
}

/* Use the supplied AI START Certified badge without the previous generic icon frame. */
.certificate-icon{
  inline-size:14rem!important;
  block-size:14rem!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.certificate-icon img{
  display:block;
  inline-size:100%;
  block-size:100%;
  object-fit:contain;
  filter:drop-shadow(0 1.25rem 2rem rgba(0,0,0,.28));
}
@media (max-width:42.5rem){
  .certificate-icon{inline-size:11rem!important;block-size:11rem!important}
}

/* The participant artwork already contains the CTA and arrow: keep only an invisible hotspot. */
.participant-hub-premium .participant-login-btn{
  background:transparent!important;
  border:0!important;
  outline:0;
  color:transparent!important;
  font-size:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  animation:none!important;
  overflow:hidden!important;
  opacity:1!important;
}
.participant-hub-premium .participant-login-btn::before,
.participant-hub-premium .participant-login-btn::after{
  content:none!important;
  display:none!important;
}
.participant-hub-premium .participant-login-btn:hover{
  background:rgba(255,255,255,.035)!important;
  box-shadow:inset 0 0 0 .125rem rgba(255,244,190,.42)!important;
  transform:none!important;
  filter:none!important;
}
.participant-hub-premium .participant-login-btn:focus-visible{
  outline:.2rem solid #fff!important;
  outline-offset:.2rem!important;
  box-shadow:0 0 0 .4rem rgba(228,186,62,.55)!important;
}

/* Registration steps: stable three-card desktop grid, no clipped cards or decorative overlap. */
.registration-steps-section{overflow:hidden!important}
.registration-steps-grid{
  inline-size:100%!important;
  max-inline-size:var(--max)!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:1rem!important;
  direction:rtl;
}
.registration-step{
  position:relative!important;
  min-inline-size:0!important;
  min-block-size:19rem!important;
  display:flex!important;
  flex-direction:column!important;
  padding:1.6rem!important;
  overflow:hidden!important;
  border-radius:1rem!important;
  background:#fff!important;
}
.registration-step::after{content:none!important;display:none!important}
.registration-step::before{z-index:1!important}
.registration-step > *{position:relative;z-index:2}
.step-number{
  inset-block-start:.9rem!important;
  inset-inline-start:auto!important;
  inset-inline-end:1rem!important;
  color:#9a7412!important;
  font-size:2.5rem!important;
  line-height:1!important;
  opacity:.32!important;
  z-index:1!important;
}
.step-icon{
  inline-size:3.25rem!important;
  block-size:3.25rem!important;
  margin-block:1rem 1.35rem!important;
  margin-inline:0!important;
  background:#fff4cf!important;
  color:#9a7412!important;
  z-index:2!important;
}
.step-two .step-icon,
.step-two a{color:var(--green)!important}
.registration-step h3{
  margin-block:0 .75rem!important;
  font-size:1.35rem!important;
  line-height:1.45!important;
}
.registration-step p{
  margin-block:0 1.2rem!important;
  color:#657287!important;
  font-size:1.0625rem!important;
  line-height:1.75!important;
}
.registration-step a,
.registration-step .confirmation-note{
  max-inline-size:100%!important;
  margin-block-start:auto!important;
  align-self:flex-start!important;
  white-space:normal!important;
}
@media (min-width:48rem){
  .registration-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .registration-step:last-child{grid-column:1/-1}
}
@media (min-width:64rem){
  .registration-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .registration-step:last-child{grid-column:auto}
}

/* Keep the FAQ icon lane separate from Arabic question text. */
.faq-grid summary{
  padding-block:1rem!important;
  padding-inline:1.25rem 4.25rem!important;
}
.faq-grid summary::after{
  inset-inline-start:auto!important;
  inset-inline-end:1.25rem!important;
}

/* Preserve the original RTL card order while the practical-results strip moves. */
.portrait-track{direction:rtl!important}
@keyframes portraitMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(50% + .375rem))}
}
.portrait-track .portrait-card{direction:rtl}


/* Final correction — restore the original staggered practical-results composition.
   The cards stay in one visual row on PC, alternating vertically as originally designed.
   There is no horizontal marquee on desktop. */
.portrait-showcase{
  display:flex!important;
  align-items:center!important;
  gap:.75rem!important;
  inline-size:100%!important;
  max-inline-size:var(--max)!important;
  margin-inline:auto!important;
  overflow:visible!important;
  padding-block:2.25rem 2.75rem!important;
  padding-inline:.5rem!important;
  scroll-snap-type:none!important;
  mask-image:none!important;
  -webkit-mask-image:none!important;
}
.portrait-track{display:contents!important;animation:none!important}
.portrait-card,
.portrait-card:nth-child(n),
.portrait-card.card-assistant{
  flex:1 1 0!important;
  inline-size:auto!important;
  min-inline-size:0!important;
  block-size:auto!important;
  min-block-size:0!important;
  max-block-size:none!important;
  aspect-ratio:9/16!important;
  scroll-snap-align:none!important;
  direction:rtl!important;
  transition:transform .3s ease,box-shadow .3s ease!important;
}
.portrait-card:nth-child(1){transform:translateY(-1.5rem)!important;flex-grow:1.13!important}
.portrait-card:nth-child(2){transform:translateY(1.375rem)!important}
.portrait-card:nth-child(3){transform:translateY(-.8125rem)!important}
.portrait-card:nth-child(4){transform:translateY(0)!important}
.portrait-card:nth-child(5){transform:translateY(1.375rem)!important}
.portrait-card:nth-child(6){transform:translateY(-.8125rem)!important}
.portrait-card:hover{transform:translateY(-1.75rem) scale(1.025)!important;z-index:3!important}
.portrait-card::after{
  background:linear-gradient(to bottom,rgba(3,9,20,.03) 34%,rgba(3,9,20,.76) 68%,rgba(3,9,20,.98) 100%)!important;
}
.portrait-card div{inset-inline:.8rem!important;inset-block-end:.75rem!important}
.portrait-card b{font-size:1rem!important}
.portrait-card span{font-size:.875rem!important;line-height:1.55!important}

@media (max-width:63.99rem){
  .portrait-showcase{
    align-items:center!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding-block:1.25rem 1.75rem!important;
    padding-inline:1rem!important;
    scroll-snap-type:inline mandatory!important;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin!important;
  }
  .portrait-card,
  .portrait-card:nth-child(n),
  .portrait-card.card-assistant{
    flex:0 0 11.5rem!important;
    inline-size:11.5rem!important;
    min-inline-size:11.5rem!important;
    transform:none!important;
    scroll-snap-align:center!important;
  }
  .portrait-card:hover{transform:translateY(-.25rem)!important}
}
