:root {
  --navy-950: #071725;
  --navy-900: #0b2136;
  --navy-800: #12324f;
  --blue-600: #1677ff;
  --cyan-400: #5ad4e6;
  --cyan-100: #dff7f2;
  --amber-500: #b87913;
  --amber-100: #fff1cc;
  --ink: #102a43;
  --slate: #526578;
  --paper: #f7fafc;
  --white: #fff;
  --line: #cfdae4;
  --danger: #b42318;
  --shadow-lg: 0 28px 70px rgba(3, 22, 38, .18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 82px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Figtree", Arial, sans-serif; font-size: 17px; line-height: 1.6; text-rendering: optimizeLegibility; }
button, input, select, textarea { font: inherit; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan-400); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--navy-950); background: var(--white); border-radius: 6px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.mono, .section-index, .level-code, .panel-topline { font-family: "IBM Plex Mono", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; min-height: var(--header-height); padding: 0 max(20px, calc((100% - var(--container)) / 2)); color: var(--white); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, box-shadow .25s, min-height .25s; }
.site-header.is-scrolled { min-height: 68px; background: rgba(7,23,37,.96); box-shadow: 0 10px 30px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-family: "IBM Plex Mono", monospace; font-size: 11px; line-height: 1.15; letter-spacing: .14em; }
.brand strong { color: var(--cyan-400); font-size: 12px; }
.brand-mark { width: 40px; color: var(--cyan-400); fill: currentColor; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.82); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 100%; height: 2px; background: var(--cyan-400); transform: scaleX(0); transform-origin: right; transition: transform .22s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.is-current { color: var(--white); }
.desktop-nav a.is-current::after { transform: scaleX(1); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.language-switch button { min-width: 44px; min-height: 44px; color: rgba(255,255,255,.72); background: transparent; border: 0; border-radius: 999px; font-size: 12px; font-weight: 800; }
.language-switch button.is-active { color: var(--navy-950); background: var(--white); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--navy-950); background: var(--cyan-400); box-shadow: 0 12px 30px rgba(90,212,230,.22); }
.button-primary:hover { background: #8ee5ef; box-shadow: 0 16px 36px rgba(90,212,230,.28); }
.button-light { color: var(--navy-950); background: var(--white); }
.button-dark { color: var(--white); background: var(--navy-900); }
.button-dark:hover { background: var(--navy-800); }
.button-outline { color: var(--navy-900); background: transparent; border-color: var(--navy-800); }
.button-outline:hover { color: var(--white); background: var(--navy-900); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }

.hero { position: relative; min-height: 860px; padding-top: var(--header-height); color: var(--white); background: var(--navy-950); overflow: hidden; isolation: isolate; }
.hero-video, .hero-scrim, .signal-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -4; object-fit: cover; opacity: .48; }
.hero-scrim { z-index: -3; background: linear-gradient(90deg, rgba(4,18,30,.98) 0%, rgba(7,29,46,.91) 45%, rgba(7,29,46,.48) 100%), linear-gradient(0deg, rgba(7,23,37,.9), transparent 55%); }
.signal-grid { z-index: -2; opacity: .15; background-image: linear-gradient(rgba(90,212,230,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(90,212,230,.3) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero::after { content: ""; position: absolute; z-index: -1; left: -5%; bottom: 0; width: 74%; height: 1px; background: var(--cyan-400); box-shadow: 0 -80px 0 rgba(90,212,230,.06), 0 -160px 0 rgba(90,212,230,.04); transform: rotate(-7deg); transform-origin: left; }
.hero-layout { min-height: 730px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .72fr); align-items: center; gap: clamp(52px, 8vw, 110px); padding-block: 72px 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cyan-400); font-family: "IBM Plex Mono", monospace; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; background: var(--cyan-400); border-radius: 50%; box-shadow: 0 0 0 8px rgba(90,212,230,.1); }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(54px, 7.4vw, 104px); line-height: .9; letter-spacing: -.055em; font-weight: 800; white-space: pre-line; }
.hero-lede { max-width: 690px; margin: 32px 0 0; color: rgba(255,255,255,.8); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.42); }
.text-link:hover { color: var(--cyan-400); border-color: currentColor; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 40px 0 0; list-style: none; color: rgba(255,255,255,.72); font-size: 14px; }
.hero-trust li { display: flex; align-items: center; gap: 9px; }
.hero-trust li::before { content: ""; width: 5px; height: 5px; background: var(--cyan-400); border-radius: 50%; }

.decision-panel { align-self: center; padding: 22px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); backdrop-filter: blur(15px); }
.panel-topline { display: flex; justify-content: space-between; padding: 2px 4px 16px; color: var(--slate); font-size: 10px; font-weight: 600; }
.route-toggle { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; background: #e8eef3; border-radius: 12px; }
.route-toggle button { min-height: 46px; padding: 8px 12px; color: var(--slate); background: transparent; border: 0; border-radius: 9px; font-size: 14px; font-weight: 800; }
.route-toggle button.is-active { color: var(--navy-950); background: var(--white); box-shadow: 0 4px 14px rgba(16,42,67,.1); }
.route-content { padding: 26px 4px 0; }
.route-kicker { margin: 0 0 8px; color: var(--blue-600); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.route-content h2 { margin: 0; font-size: 28px; line-height: 1.16; letter-spacing: -.025em; }
.signal-list { padding: 0; margin: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.signal-list li { min-height: 52px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.signal-list li > span:first-child { color: var(--blue-600); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.signal-list-check li > span:first-child { width: 24px; height: 24px; display: grid; place-items: center; color: var(--navy-950); background: var(--cyan-100); border-radius: 50%; font-size: 13px; }
.hero-foot { position: absolute; bottom: 22px; left: max(20px, calc((100% - var(--container)) / 2)); right: max(20px, calc((100% - var(--container)) / 2)); display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: 10px; }
.scroll-cue i { width: 42px; height: 1px; background: currentColor; }

.audit-strip { color: var(--white); background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.1); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { min-height: 150px; display: flex; align-items: center; gap: 14px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); }
.stats-grid article:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.stats-grid strong { color: var(--cyan-400); font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.stats-grid span { max-width: 120px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.35; }

.quick-win { padding: 46px 0; color: var(--white); background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.1); }
.quick-win-layout { display: grid; grid-template-columns: 250px 1fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.checklist-preview { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; color: var(--navy-950); background: linear-gradient(145deg, var(--white), #dff7f2); border-radius: 10px 24px 10px 10px; box-shadow: 18px 22px 0 rgba(90,212,230,.12); transform: rotate(-2deg); }
.checklist-preview .mono { color: var(--blue-600); font-size: 10px; }
.checklist-preview strong { font-size: 100px; line-height: .72; letter-spacing: -.09em; }
.checklist-preview span:last-child { max-width: 170px; font-weight: 800; line-height: 1.25; }
.quick-win-copy h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.quick-win-copy > p:not(.section-index) { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.7); }
.quick-win-actions { display: flex; align-items: center; gap: 20px; margin-top: 26px; }
.quick-win-actions > span { color: rgba(255,255,255,.58); font-size: 13px; }

.section { padding-block: clamp(84px, 10vw, 150px); }
.section-index { margin: 4px 0 0; color: var(--blue-600); font-size: 11px; font-weight: 700; }
.split-heading { display: grid; grid-template-columns: .7fr 2fr; gap: 50px; margin-bottom: 64px; }
.split-heading h2, .program-sticky h2, .video-heading h2, .verification-copy h2, .faq-layout h2, .enquiry-copy h2 { margin: 0; color: var(--navy-900); font-size: clamp(39px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.split-heading p:not(.section-index), .program-sticky > p:not(.section-index), .video-heading p, .verification-copy > p, .enquiry-copy > p { max-width: 720px; margin: 24px 0 0; color: var(--slate); }

.intro-section { background: var(--white); }
.world-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.world-card { min-width: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.world-image { aspect-ratio: 4/3; overflow: hidden; background: var(--navy-900); }
.world-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .6s var(--ease), filter .4s; }
.world-card:hover .world-image img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.world-content { padding: 26px; }
.world-content .mono { color: var(--blue-600); font-size: 10px; }
.world-content h3 { margin: 10px 0 12px; font-size: 28px; line-height: 1.15; }
.world-content p { margin: 0; color: var(--slate); font-size: 15px; }

.program-section { background: #edf3f7; }
.program-layout { display: grid; grid-template-columns: .85fr 1.25fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.program-sticky { position: sticky; top: 120px; }
.download-links { margin-top: 36px; border-top: 1px solid var(--line); }
.download-links a { min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.download-links a:hover { color: var(--blue-600); }
.level-stack { display: grid; gap: 20px; }
.level-card { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: clamp(28px, 4vw, 46px); background: var(--white); border-radius: var(--radius-md); box-shadow: 0 14px 40px rgba(16,42,67,.06); }
.level-code { display: flex; flex-direction: column; color: var(--blue-600); font-size: 10px; }
.level-code strong { margin-top: -4px; font-family: "Figtree", sans-serif; font-size: 64px; line-height: 1; letter-spacing: -.07em; }
.level-kicker { margin: 0 0 8px; color: var(--blue-600); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.level-card h3 { margin: 0; font-size: 32px; line-height: 1.15; letter-spacing: -.025em; }
.level-card p:not(.level-kicker) { color: var(--slate); }
.level-card ul, .offer-card ul { padding: 0; margin: 22px 0 0; list-style: none; }
.level-card li, .offer-card li { display: flex; gap: 10px; margin-top: 8px; font-size: 14px; font-weight: 650; }
.level-card li::before, .offer-card li::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; margin-top: 8px; background: var(--cyan-400); border-radius: 50%; }

.transformation-section { background: var(--white); }
.transformation-grid { display: grid; grid-template-columns: 1fr 88px 1fr; align-items: stretch; }
.mindset-card { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); }
.mindset-before { background: #f4f7f9; border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.mindset-after { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.mindset-label { display: inline-block; padding: 5px 10px; color: var(--slate); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mindset-after .mindset-label { color: var(--navy-950); background: var(--cyan-400); border-color: var(--cyan-400); }
.mindset-card h3 { margin: 24px 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.08; letter-spacing: -.03em; }
.mindset-card ul { padding: 0; margin: 0; list-style: none; }
.mindset-card li { position: relative; padding: 11px 0 11px 30px; border-top: 1px solid var(--line); }
.mindset-card li::before { content: ""; position: absolute; left: 4px; top: 22px; width: 9px; height: 9px; border: 2px solid #8ca0b2; border-radius: 50%; }
.mindset-after li { border-color: rgba(255,255,255,.14); }
.mindset-after li::before { border: 0; background: var(--cyan-400); box-shadow: 0 0 0 4px rgba(90,212,230,.16); }
.shift-arrow { display: grid; place-items: center; color: var(--navy-950); background: var(--cyan-400); }
.shift-arrow svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.video-section { color: var(--white); background: var(--navy-950); }
.video-heading { display: grid; grid-template-columns: 1.45fr .75fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.video-heading h2 { color: var(--white); }
.video-heading p { color: rgba(255,255,255,.68); }
.video-language-switch { width: max-content; display: flex; margin-top: 20px; padding: 4px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.video-language-switch button { min-height: 44px; padding: 0 15px; color: rgba(255,255,255,.62); background: transparent; border: 0; border-radius: 999px; font-size: 12px; font-weight: 800; }
.video-language-switch button.is-active { color: var(--navy-950); background: var(--cyan-400); }
.video-shell { position: relative; padding: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.video-shell video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #000; border-radius: calc(var(--radius-lg) - 10px); }
.video-meta { display: flex; justify-content: space-between; padding: 14px 8px 2px; color: rgba(255,255,255,.58); font-size: 11px; }
.video-meta .mono { color: var(--cyan-400); }

.verification-section { background: var(--amber-100); }
.verification-layout { display: grid; grid-template-columns: .92fr 1fr; gap: clamp(54px, 8vw, 110px); align-items: start; }
.verification-copy { position: sticky; top: 110px; }
.verification-copy .large-copy { color: var(--navy-900); font-size: 24px; font-weight: 700; line-height: 1.4; }
.verification-copy .button { margin-top: 28px; }
.verification-list { border-top: 1px solid rgba(16,42,67,.25); }
.verification-list article { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid rgba(16,42,67,.25); }
.verification-number { color: var(--amber-500); font-family: "IBM Plex Mono", monospace; font-size: 13px; }
.verification-list h3 { margin: 0 0 8px; font-size: 27px; }
.verification-list p { margin: 0; color: #53606d; }

.offer-section { background: var(--white); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { display: flex; flex-direction: column; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); }
.offer-card-featured { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); transform: translateY(-16px); box-shadow: var(--shadow-lg); }
.offer-tag { width: max-content; padding: 6px 10px; color: var(--blue-600); background: #e8f1ff; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.offer-card-featured .offer-tag { color: var(--navy-950); background: var(--cyan-400); }
.offer-card h3 { margin: 24px 0 14px; font-size: 30px; line-height: 1.16; letter-spacing: -.025em; }
.offer-card p { margin: 0; color: var(--slate); }
.offer-card-featured p { color: rgba(255,255,255,.7); }
.offer-price { display: grid; gap: 3px; margin: 24px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-price strong { font-size: 22px; line-height: 1.2; }
.offer-price span { color: var(--slate); font-size: 12px; }
.offer-card-featured .offer-price { border-color: rgba(255,255,255,.16); }
.offer-card-featured .offer-price span { color: rgba(255,255,255,.58); }
.subscription-bonus { display: grid; grid-template-columns: 46px 1fr; gap: 14px; margin-top: 18px; padding: 16px; color: var(--navy-950); background: var(--amber-100); border: 1px solid rgba(255,224,153,.7); border-radius: 12px; }
.subscription-bonus svg { width: 42px; fill: none; stroke: var(--amber-500); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.subscription-bonus div { display: grid; gap: 3px; }
.subscription-bonus span { color: var(--amber-500); font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.subscription-bonus strong { font-size: 16px; line-height: 1.25; }
.subscription-bonus small { color: #5f4a24; font-size: 10px; line-height: 1.4; }
.offer-card ul { margin-bottom: 30px; }
.offer-card .button { width: 100%; margin-top: auto; }
.offer-card-featured .button { color: var(--navy-950); }
.cohort-signal { width: max-content; max-width: 100%; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin: 28px auto 0; padding: 12px 18px; color: var(--white); background: var(--navy-900); border-radius: 999px; font-size: 13px; }
.cohort-signal .pulse-dot { background: var(--cyan-400); }

.faq-section { background: #edf3f7; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(54px, 8vw, 110px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 82px; display: flex; align-items: center; padding: 18px 56px 18px 0; cursor: pointer; font-size: 20px; font-weight: 750; line-height: 1.3; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue-600); border: 1px solid var(--line); border-radius: 50%; transform: translateY(-50%); transition: transform .22s; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { max-width: 720px; margin: 0; padding: 0 60px 28px 0; color: var(--slate); }

.enquiry-section { color: var(--white); background: var(--navy-900); }
.enquiry-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px, 8vw, 110px); align-items: start; }
.enquiry-copy { position: sticky; top: 110px; }
.enquiry-copy h2 { color: var(--white); }
.enquiry-copy > p { color: rgba(255,255,255,.68); }
.privacy-note { display: flex; gap: 12px; margin-top: 30px; padding: 16px; color: #ffe6aa; background: rgba(184,121,19,.16); border: 1px solid rgba(255,224,153,.28); border-radius: var(--radius-sm); font-size: 13px; }
.privacy-note svg { flex: 0 0 22px; width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.enquiry-form { padding: clamp(26px, 5vw, 48px); color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form-status { display: none; margin-bottom: 20px; padding: 14px 16px; background: var(--cyan-100); border-left: 4px solid var(--blue-600); border-radius: 6px; font-size: 14px; }
.form-status.is-visible { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy-900); font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: var(--paper); border: 1px solid #b9c8d5; border-radius: 8px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(22,119,255,.16); }
.field [aria-invalid="true"] { border-color: var(--danger); }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: var(--danger); font-size: 12px; }
.field-help { display: flex; justify-content: space-between; color: var(--slate); font-size: 12px; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--slate); font-size: 13px; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue-600); }
.button-submit { width: 100%; margin-top: 20px; }
.button-submit:disabled { cursor: wait; opacity: .62; transform: none; }
.form-helper { margin: 12px 0 0; color: var(--slate); font-size: 11px; text-align: center; }
.form-helper code { padding: 1px 4px; background: #edf3f7; border-radius: 3px; }

.site-footer { padding: 74px 0 24px; color: rgba(255,255,255,.68); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 72px; }
.brand-footer { color: var(--white); }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a:not(.brand) { display: block; width: max-content; max-width: 100%; margin-top: 10px; font-size: 14px; }
.footer-grid a:not(.brand):hover { color: var(--cyan-400); }
.footer-grid p { max-width: 480px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-family: "IBM Plex Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 120px; padding-bottom: 110px; }
  .hero-copy { max-width: 850px; }
  .quick-win-layout { grid-template-columns: 210px 1fr; }
  .decision-panel { width: min(100%, 650px); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid article:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .world-grid { grid-template-columns: 1fr 1fr; }
  .world-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .program-layout, .verification-layout, .faq-layout, .enquiry-layout { grid-template-columns: 1fr; }
  .program-sticky, .verification-copy, .enquiry-copy { position: static; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-card:last-child { grid-column: 1 / -1; }
  .offer-card-featured { transform: none; }
  .transformation-grid { grid-template-columns: 1fr 64px 1fr; }
}

@media (max-width: 720px) {
  :root { --header-height: 68px; }
  body { font-size: 16px; padding-bottom: 76px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { min-height: 68px; padding-inline: 14px; gap: 10px; }
  .brand { gap: 7px; font-size: 9px; }
  .brand strong { font-size: 10px; }
  .brand-mark { width: 32px; }
  .header-actions .button { display: none; }
  .language-switch button { min-width: 44px; min-height: 44px; }
  .hero-layout { gap: 46px; padding-top: 90px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; border: 0; }
  .hero-trust { gap: 8px 16px; }
  .hero-foot { display: none; }
  .quick-win { padding: 56px 0; }
  .quick-win-layout { grid-template-columns: 1fr; }
  .checklist-preview { width: min(100%, 260px); min-height: 200px; }
  .quick-win-actions { align-items: stretch; flex-direction: column; }
  .quick-win-actions .button { width: 100%; }
  .decision-panel { padding: 16px; border-radius: 20px; }
  .route-content h2 { font-size: 24px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article { min-height: 125px; display: block; padding: 20px; }
  .stats-grid strong, .stats-grid span { display: block; }
  .stats-grid span { margin-top: 8px; }
  .section { padding-block: 84px; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
  .split-heading h2, .program-sticky h2, .video-heading h2, .verification-copy h2, .faq-layout h2, .enquiry-copy h2 { font-size: 42px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card:last-child { grid-column: auto; display: block; }
  .level-card { grid-template-columns: 1fr; gap: 16px; padding: 26px; }
  .level-code { flex-direction: row; align-items: baseline; gap: 8px; }
  .level-code strong { font-size: 40px; }
  .level-card h3 { font-size: 27px; }
  .transformation-grid { grid-template-columns: 1fr; }
  .mindset-before { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .mindset-after { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .shift-arrow { min-height: 60px; }
  .shift-arrow svg { transform: rotate(90deg); }
  .video-heading { grid-template-columns: 1fr; gap: 14px; }
  .video-language-switch { width: 100%; }
  .video-language-switch button { flex: 1; min-height: 44px; }
  .video-shell { padding: 6px; border-radius: 16px; }
  .video-meta { display: none; }
  .verification-list article { grid-template-columns: 44px 1fr; gap: 12px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card:last-child { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 22px; border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; display: block; bottom: 0; left: 0; width: 100%; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(7,23,37,.96); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); transform: translateY(110%); transition: transform .25s var(--ease); }
  .mobile-cta.is-visible { transform: translateY(0); }
  .mobile-cta .button { width: 100%; min-height: 48px; }
}

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