:root {
  --black: #0b0b10;
  --black-soft: #111119;
  --white: #ffffff;
  --paper: #f7f7fa;
  --ink: #111118;
  --muted: #686873;
  --line: #dcdce4;
  --lime: #c6ff16;
  --lime-dark: #91bd00;
  --lavender: #7868f2;
  --teal: #259b8e;
  --mustard: #d69b12;
  --green: #4d9f55;
  --rose: #a55d9d;
  --orange: #e2572c;
  --radius: 18px;
  --container: min(1380px, calc(100vw - 96px));
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
/* `height: auto` neutraliza o atributo height="..." do HTML, que e um
   presentational hint e vence o height:auto padrao da UA. Sem esta linha,
   .browser-frame img (que declara width e aspect-ratio, mas nao height) era
   renderizada com os 720px do atributo e o aspect-ratio 16/9 era ignorado: o
   print da plataforma saia esticado e recortado. As regras que declaram
   height:100% (.hero-media img, .competencies-image img) tem especificidade
   maior e continuam vencendo. */
img { display: block; max-width: 100%; height: auto; }
/* As imagens passaram a vir dentro de <picture> (WebP + fallback PNG). Sem esta
   linha o <picture>, que e inline por padrao, entraria como uma caixa a mais
   entre o container e a <img>: as regras existentes sao todas descendentes
   (.hero-media img, .browser-frame img, .competencies-image img), entao
   continuariam casando, mas o height:100% passaria a medir contra uma caixa
   inline e sobraria o gap de baseline embaixo da imagem. `display: contents`
   apaga a caixa do <picture> e devolve a arvore ao que era antes. */
picture { display: contents; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, dl, dd, dt, ol, ul { margin: 0; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 128px 0; }
.section--dark { color: var(--white); background: var(--black); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; color: var(--black); background: var(--lime); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(11, 11, 16, .92); box-shadow: 0 1px 0 rgba(255, 255, 255, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; flex: 0 0 auto; }
.brand-main { font-size: 29px; font-weight: 800; letter-spacing: -.06em; }
.brand-dot { color: var(--lime); }
.brand-sub { margin-top: 6px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand--light { color: var(--white); }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 54px); margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.86); transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--lime); }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 0 30px; border: 0; border-radius: 12px; background: var(--lime); color: var(--black); font-size: 14px; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; box-shadow: inset 0 -2px 0 rgba(72, 91, 0, .18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #d1ff3d; box-shadow: 0 14px 32px rgba(198, 255, 22, .16), inset 0 -2px 0 rgba(72, 91, 0, .2); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--lavender); outline-offset: 4px; }
.button--compact { min-height: 50px; padding-inline: 25px; text-transform: none; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.06); color: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.mobile-menu { position: absolute; inset: 96px 20px auto; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(11,11,16,.98); box-shadow: 0 24px 70px rgba(0,0,0,.45); opacity: 0; transform: translateY(-10px); transition: opacity .18s ease, transform .18s ease; }
.mobile-menu.is-open { opacity: 1; transform: translateY(0); }
.mobile-menu > a:not(.button) { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 700; }
.mobile-menu .button { width: 100%; margin-top: 18px; }

.hero { position: relative; min-height: 900px; overflow: hidden; color: var(--white); background: var(--black); }
.hero-media { position: absolute; inset: 0 0 0 38%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0%, rgba(11,11,16,.95) 10%, rgba(11,11,16,.42) 35%, transparent 66%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 900px; padding-top: 80px; }
.hero-copy { width: min(690px, 52vw); padding: 56px 0 40px; }
.hero-label { display: inline-flex; min-height: 38px; align-items: center; padding: 0 22px; border: 1px solid rgba(198,255,22,.66); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { margin-top: 28px; font-size: clamp(64px, 6.4vw, 98px); line-height: .93; letter-spacing: -.07em; font-weight: 800; }
.hero h1 span { color: var(--lime); }
.script-accent { color: var(--lime); font-family: "Caveat", cursive; font-size: clamp(35px, 3.4vw, 52px); font-weight: 600; line-height: 1; }
.hero .script-accent { margin-top: 24px; transform: rotate(-1deg); }
.hero-description { max-width: 600px; margin-top: 35px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 2px solid var(--lime); font-size: 14px; font-weight: 700; }
.text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.text-link--lime { color: var(--lime); }
.hero-stats { display: flex; margin-top: 48px; }
.hero-stats > div { min-width: 148px; padding-right: 38px; }
.hero-stats > div + div { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-stats dt { color: var(--lime); font-size: 42px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.hero-stats dd { margin-top: 10px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.blueprint { background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at center, #000 10%, transparent 70%); }
.blueprint--hero { position: absolute; inset: 14% 35% 10% 20%; opacity: .48; transform: rotate(-5deg); }

.section-label { margin-bottom: 22px; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.section-label--lavender { color: var(--lavender); }
.section-label--lime { color: var(--lime); }
.proposal { background: var(--white); }
.proposal-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.proposal h2, .platform h2, .curriculum h2, .competencies h2, .enrollment h2 { font-size: clamp(46px, 4.6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.proposal h2 span { color: var(--lavender); }
.proposal-intro { padding-bottom: 4px; color: var(--lavender); font-family: Georgia, serif; font-size: clamp(20px, 2vw, 30px); font-style: italic; line-height: 1.5; }
.dimensions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin-top: 92px; }
.dimension { --accent: var(--lavender); }
.dimension--teal { --accent: var(--teal); }
.dimension--mustard { --accent: var(--mustard); }
.dimension--lime { --accent: var(--lime-dark); }
.dimension-top { display: flex; align-items: center; gap: 16px; color: var(--accent); font-size: 31px; font-weight: 800; }
.dimension-top i { height: 1px; flex: 1; background: currentColor; opacity: .55; }
.dimension svg { width: 44px; height: 44px; margin-top: 30px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dimension h3 { margin-top: 20px; font-size: 21px; }
.dimension p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.platform { padding-bottom: 0; overflow: hidden; }
.platform-grid { display: grid; grid-template-columns: .8fr 1.3fr; align-items: center; gap: 78px; }
.platform-copy > p:not(.section-label) { max-width: 580px; margin-top: 28px; color: rgba(255,255,255,.69); font-size: 16px; line-height: 1.75; }
.platform-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 24px; margin-top: 42px; }
.platform-benefits article { display: grid; grid-template-columns: 52px 1fr; gap: 14px; }
.platform-benefits article:last-child { grid-column: 1 / -1; max-width: 360px; }
.platform-benefits span { display: inline-grid; width: 45px; height: 45px; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-weight: 800; }
.platform-benefits h3 { font-size: 17px; }
.platform-benefits p { margin-top: 7px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.platform-copy .text-link { margin-top: 40px; }
.browser-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: #05050a; box-shadow: 0 30px 90px rgba(0,0,0,.55); transform: perspective(1400px) rotateY(-2deg); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #1b1b25; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #6b6b76; }
.browser-bar span { margin-left: auto; margin-right: auto; color: #888895; font-size: 10px; }
.browser-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.journey { margin-top: 118px; padding: 86px 0 108px; border-top: 1px solid rgba(255,255,255,.12); }
.journey-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.journey h2 { font-size: clamp(42px, 4vw, 68px); }
.journey-steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 58px; padding: 0; counter-reset: step; }
.journey-steps li { min-height: 210px; padding: 26px; border-top: 3px solid var(--lavender); background: rgba(255,255,255,.045); }
.journey-steps li:nth-child(2) { border-color: var(--teal); }
.journey-steps li:nth-child(3) { border-color: var(--mustard); }
.journey-steps li:nth-child(4) { border-color: var(--lime); }
.journey-steps span { color: var(--lime); font-size: 32px; font-weight: 800; }
.journey-steps h3 { margin-top: 24px; font-size: 17px; }
.journey-steps p { margin-top: 12px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; }

.curriculum { background: var(--paper); }
.curriculum-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.curriculum-head > div > p:last-child { max-width: 780px; margin-top: 26px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.curriculum-stats { display: flex; align-items: stretch; }
.curriculum-stats > div { min-width: 165px; padding: 0 28px; border-left: 1px solid var(--line); }
.curriculum-stats dt { color: var(--lavender); font-size: 45px; font-weight: 800; line-height: 1; }
.curriculum-stats > div:nth-child(2) dt { color: var(--mustard); }
.curriculum-stats > div:nth-child(3) dt { color: var(--teal); }
.curriculum-stats dd { margin-top: 12px; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: .04em; text-transform: uppercase; }
.catalog-note { margin: 38px 0 16px auto; color: var(--muted); font-size: 12px; text-align: right; }
.accordion { border-top: 1px solid var(--line); }
.module { --module-color: var(--lavender); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
.module--purple { --module-color: #6550df; }
.module--teal { --module-color: var(--teal); }
.module--green { --module-color: var(--green); }
.module--mustard { --module-color: var(--mustard); }
.module--rose { --module-color: var(--rose); }
.module--orange { --module-color: var(--orange); }
.module summary { position: relative; min-height: 76px; display: grid; grid-template-columns: 7px 90px 1fr auto 28px; align-items: center; gap: 22px; padding: 0 26px 0 0; cursor: pointer; list-style: none; }
.module summary::-webkit-details-marker { display: none; }
.module summary::before { content: ""; align-self: stretch; width: 7px; background: var(--module-color); }
.module-number { color: var(--module-color); font-size: 26px; font-weight: 800; }
.module summary strong { font-size: 17px; }
.module-meta { color: #474751; font-size: 13px; }
.module summary i { position: relative; width: 18px; height: 18px; }
.module summary i::before, .module summary i::after { content: ""; position: absolute; top: 8px; left: 3px; width: 12px; height: 2px; background: currentColor; }
.module summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.module[open] summary i::after { transform: rotate(0); }
.module-content { padding: 0 52px 28px 112px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.module-content--featured { display: grid; grid-template-columns: .55fr 1.45fr; gap: 58px; padding-top: 14px; padding-bottom: 36px; }
.topic-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; }
.topic-list li { min-height: 64px; display: flex; align-items: center; padding: 12px 14px; border: 1px solid color-mix(in srgb, var(--module-color) 35%, var(--line)); border-radius: 10px; color: var(--ink); font-size: 12px; font-weight: 700; }

.competencies { background: var(--white); }
.competencies-intro { display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 36px; }
.competencies-intro > div:first-child { display: flex; flex-direction: column; justify-content: center; padding-right: 35px; }
.competencies-image { overflow: hidden; min-height: 360px; border-radius: 32px 0 0 32px; }
.competencies-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.competency-flow { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 65px; padding: 0; }
.competency-flow li { position: relative; padding: 0 28px 24px 0; border-top: 2px solid var(--lavender); }
.competency-flow li:nth-child(2) { border-color: var(--teal); }
.competency-flow li:nth-child(3) { border-color: var(--green); }
.competency-flow li:nth-child(4) { border-color: var(--mustard); }
.competency-flow li:nth-child(5) { border-color: var(--rose); }
.competency-flow span { display: inline-block; margin-top: -19px; padding-right: 12px; background: var(--white); color: var(--lavender); font-size: 29px; font-weight: 800; }
.competency-flow li:nth-child(2) span { color: var(--teal); }
.competency-flow li:nth-child(3) span { color: var(--green); }
.competency-flow li:nth-child(4) span { color: var(--mustard); }
.competency-flow li:nth-child(5) span { color: var(--rose); }
.competency-flow h3 { margin-top: 18px; font-size: 20px; }
.competency-flow p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.delivery { position: relative; overflow: hidden; margin-top: 34px; padding: 38px 46% 40px 48px; border-radius: 20px; color: var(--white); background: var(--black); }
.delivery > p { position: relative; z-index: 1; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.delivery h3 { position: relative; z-index: 1; margin-top: 11px; font-size: clamp(24px, 2.6vw, 40px); line-height: 1.15; letter-spacing: -.035em; }
.blueprint--delivery { position: absolute; inset: -30% -8% -30% 44%; opacity: .9; }

.enrollment { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.enrollment-media { position: absolute; inset: 0 0 0 42%; }
.enrollment-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0%, rgba(11,11,16,.82) 22%, transparent 68%); }
.enrollment-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.enrollment-inner { position: relative; z-index: 2; }
.enrollment-copy { width: min(700px, 55vw); padding: 110px 0; }
.enrollment .script-accent { margin-top: 18px; }
.enrollment-copy > p:not(.script-accent) { max-width: 660px; margin-top: 32px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.enrollment .button { margin-top: 34px; }
.enrollment small { display: block; margin-top: 12px; color: rgba(255,255,255,.65); }
.enrollment-stats { display: flex; margin-top: 48px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.enrollment-stats > div { min-width: 122px; padding-right: 26px; }
.enrollment-stats > div + div { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.15); }
.enrollment-stats dt { font-size: 28px; font-weight: 800; }
.enrollment-stats dd { margin-top: 7px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.blueprint--enrollment { position: absolute; inset: 15% 26% 15% 28%; opacity: .5; transform: rotate(-8deg); }

.footer { padding: 36px 0; color: rgba(255,255,255,.55); background: #07070b; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer p { font-size: 10px; line-height: 1.5; text-align: center; }
.back-top { color: var(--lime); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.footer .brand-main { font-size: 24px; }

.toast { position: fixed; z-index: 200; right: 26px; bottom: 26px; max-width: 430px; padding: 20px 22px; border: 1px solid rgba(198,255,22,.4); border-radius: 14px; color: var(--white); background: rgba(17,17,25,.96); box-shadow: 0 22px 55px rgba(0,0,0,.35); opacity: 0; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast strong, .toast span { display: block; }
.toast strong { color: var(--lime); font-size: 14px; }
.toast span { margin-top: 7px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-revealed { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-revealed > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-revealed > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.is-revealed > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.is-revealed > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.is-revealed > *:nth-child(5) { transition-delay: .32s; }

@media (max-width: 1180px) {
  :root { --container: min(100% - 56px, 1080px); }
  .desktop-nav { gap: 22px; }
  .hero-media { left: 31%; }
  .hero-copy { width: 60vw; }
  .hero h1 { font-size: clamp(60px, 7vw, 84px); }
  .dimensions { gap: 24px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-showcase { width: min(900px, 100%); margin: 20px auto 0; }
  .curriculum-head { grid-template-columns: 1fr; }
  .curriculum-stats > div:first-child { padding-left: 0; border-left: 0; }
  .catalog-note { text-align: left; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 40px, 760px); }
  .section { padding: 92px 0; }
  .desktop-nav, .header-inner > .button { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 870px; }
  .hero-media { inset: 0; opacity: .64; }
  .hero-media::after { background: linear-gradient(90deg, var(--black) 0%, rgba(11,11,16,.78) 55%, rgba(11,11,16,.26) 100%), linear-gradient(0deg, var(--black) 0%, transparent 38%); }
  .hero-media img { object-position: 64% center; }
  .hero-inner { min-height: 870px; }
  .hero-copy { width: min(620px, 85vw); }
  .proposal-heading { grid-template-columns: 1fr; gap: 35px; }
  .proposal-intro br { display: none; }
  .dimensions { grid-template-columns: repeat(2, 1fr); }
  .journey-steps { grid-template-columns: repeat(2, 1fr); }
  .module-content--featured { grid-template-columns: 1fr; gap: 22px; }
  .competencies-intro { grid-template-columns: 1fr; }
  .competencies-image { min-height: 300px; border-radius: 18px; }
  .competency-flow { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .delivery { padding-right: 32%; }
  .enrollment-media { left: 24%; opacity: .7; }
  .enrollment-media::after { background: linear-gradient(90deg, var(--black) 0%, rgba(11,11,16,.76) 55%, rgba(11,11,16,.15) 100%), linear-gradient(0deg, var(--black) 0%, transparent 45%); }
  .enrollment-copy { width: min(650px, 84vw); }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 32px); }
  .header-inner { min-height: 76px; }
  .mobile-menu { top: 76px; }
  .brand-main { font-size: 25px; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; padding-top: 48px; align-items: flex-end; }
  .hero-media { inset: 0; height: 58%; }
  .hero-media::after { background: linear-gradient(0deg, var(--black) 0%, rgba(11,11,16,.18) 65%, transparent 100%); }
  .hero-media img { object-position: 68% center; }
  .hero-copy { width: 100%; padding-bottom: 44px; }
  .hero-label { min-height: 32px; padding-inline: 16px; font-size: 9px; }
  .hero h1 { margin-top: 18px; font-size: clamp(47px, 14vw, 64px); }
  .script-accent { font-size: 34px; }
  .hero .script-accent { margin-top: 14px; }
  .hero-description { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-stats { justify-content: space-between; margin-top: 34px; }
  .hero-stats > div { min-width: 0; padding-right: 16px; }
  .hero-stats > div + div { padding-left: 16px; }
  .hero-stats dt { font-size: 29px; }
  .hero-stats dd { font-size: 9px; }
  .proposal h2, .platform h2, .curriculum h2, .competencies h2, .enrollment h2 { font-size: clamp(38px, 12vw, 52px); }
  .dimensions { grid-template-columns: 1fr; margin-top: 58px; }
  .dimension { display: grid; grid-template-columns: 62px 1fr; column-gap: 18px; }
  .dimension-top { grid-row: 1 / span 3; display: block; }
  .dimension-top i, .dimension svg { display: none; }
  .dimension h3 { margin-top: 4px; }
  .dimension p { margin-top: 8px; }
  .platform-benefits { grid-template-columns: 1fr; }
  .platform-benefits article:last-child { grid-column: auto; }
  .browser-frame { border-radius: 12px; transform: none; }
  .browser-bar { height: 30px; }
  .journey { margin-top: 74px; padding-block: 66px; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps li { min-height: 0; }
  .curriculum-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .curriculum-stats > div { min-width: 0; padding-inline: 14px; }
  .curriculum-stats dt { font-size: 31px; }
  .curriculum-stats dd { font-size: 8px; }
  .module summary { grid-template-columns: 7px 52px 1fr 22px; gap: 10px; padding-right: 14px; }
  .module-number { font-size: 20px; }
  .module summary strong { font-size: 14px; }
  .module-meta { display: none; }
  .module-content { padding: 4px 20px 24px 60px; }
  .topic-list { grid-template-columns: repeat(2, 1fr); }
  .competency-flow { grid-template-columns: 1fr; gap: 44px; }
  .delivery { padding: 34px 28px; }
  .delivery h3 { font-size: 25px; }
  .blueprint--delivery { display: none; }
  .enrollment { min-height: 850px; align-items: flex-end; }
  .enrollment-media { inset: 0; height: 55%; }
  .enrollment-media::after { background: linear-gradient(0deg, var(--black) 0%, rgba(11,11,16,.12) 68%, transparent 100%); }
  .enrollment-copy { width: 100%; padding: 300px 0 56px; }
  .enrollment .button { width: 100%; }
  .enrollment-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .enrollment-stats > div { min-width: 0; padding: 0 18px 0 0; }
  .enrollment-stats > div + div { padding-left: 18px; }
  .enrollment-stats > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .toast { right: 16px; bottom: 16px; left: 16px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
}
