:root {
  --ink: #111827;
  --ink-2: #1c2738;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --muted: #667085;
  --line: #d9d5cc;
  --orange: #ff633e;
  --orange-dark: #db3f1c;
  --lime: #c9ff63;
  --violet: #8794ff;
  --shadow: 0 22px 70px rgba(17, 24, 39, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); background: var(--lime); color: var(--ink); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  color: #fff;
  transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { padding: 11px 0; background: rgba(17, 24, 39, .94); backdrop-filter: blur(18px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 850; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { width: 28px; height: 28px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; display: block; width: 9px; background: var(--orange); border-radius: 8px; bottom: 2px; }
.brand-mark i:nth-child(1) { height: 12px; left: 1px; }
.brand-mark i:nth-child(2) { height: 20px; left: 10px; }
.brand-mark i:nth-child(3) { height: 27px; left: 19px; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a:not(.button) { text-decoration: none; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-large { min-height: 60px; padding-inline: 30px; font-size: 16px; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(255, 99, 62, .24); }
.button-primary:hover { background: #ff7554; box-shadow: 0 15px 34px rgba(255, 99, 62, .31); }
.button-ink { background: var(--lime); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-ghost { color: var(--ink); border-color: #b8b4ad; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.text-link-light { color: #fff; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 145px 0 0; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; top: 35px; right: -260px; background: radial-gradient(circle, rgba(135,148,255,.26), transparent 67%); }
.hero-orb-two { width: 390px; height: 390px; bottom: -120px; left: -160px; background: radial-gradient(circle, rgba(255,99,62,.18), transparent 69%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .97fr 1.03fr; align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: #77746e; }
.hero h1 { max-width: 640px; margin: 0; font-size: clamp(48px, 5.1vw, 73px); line-height: .99; letter-spacing: -4.2px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 590px; margin: 28px 0 30px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 25px; color: rgba(255,255,255,.58); font-size: 12px; }
.hero-notes span { display: flex; gap: 6px; align-items: center; }
.hero-notes i { display: grid; place-items: center; width: 16px; height: 16px; border: 1px solid rgba(201,255,99,.5); border-radius: 50%; color: var(--lime); font-size: 9px; font-style: normal; }

.hero-visual { position: relative; height: 540px; min-width: 0; }
.visual-label { position: absolute; top: 13px; right: 31px; z-index: 5; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: 1.4px; font-weight: 800; }
.system-card { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(35,47,65,.94); box-shadow: 0 25px 60px rgba(0,0,0,.32); }
.system-card-main { z-index: 2; top: 51px; right: 25px; width: min(100%, 450px); height: 315px; overflow: hidden; transform: rotate(1.5deg); }
.card-topbar { height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.65); font-size: 11px; }
.card-topbar > span { flex: 1; }
.card-topbar b { color: var(--lime); background: rgba(201,255,99,.11); border-radius: 20px; padding: 5px 8px; font-size: 8px; letter-spacing: .8px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-dots i:first-child { background: var(--orange); }
.offer-preview { height: calc(100% - 54px); padding: 46px 48px; background: radial-gradient(circle at 90% 10%, rgba(135,148,255,.25), transparent 35%), #192335; }
.mini-kicker { color: var(--orange); font-size: 9px; letter-spacing: 1.5px; font-weight: 900; }
.offer-preview h2 { max-width: 315px; margin: 12px 0 24px; font-size: 27px; line-height: 1.12; letter-spacing: -1.3px; }
.fake-button { display: inline-block; padding: 11px 21px; border-radius: 8px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 900; }
.system-card-email, .system-card-course { z-index: 3; display: flex; align-items: center; gap: 12px; width: 260px; padding: 17px; }
.system-card-email { bottom: 73px; left: 3px; transform: rotate(-3deg); }
.system-card-course { bottom: 29px; right: 6px; transform: rotate(2deg); }
.system-card small { display: block; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: 1px; }
.system-card strong { display: block; margin-top: 4px; font-size: 12px; }
.card-icon { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 10px; background: var(--violet); color: var(--ink); }
.card-icon-dark { background: var(--orange); color: #fff; font-size: 11px; }
.status-dot { margin-left: auto; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,255,99,.1); }
.progress-mini { margin-left: auto; width: 34px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.12); }
.progress-mini i { display: block; width: 70%; height: 100%; border-radius: inherit; background: var(--orange); }
.connection-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.connection-lines path { fill: none; stroke: rgba(201,255,99,.32); stroke-width: 1.5; stroke-dasharray: 5 7; }
.float-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.11); border-radius: 30px; padding: 7px 10px 7px 7px; background: rgba(17,24,39,.8); color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.float-badge span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--lime); font-size: 8px; }
.float-badge-one { top: 86px; left: -14px; }
.float-badge-two { top: 224px; right: -10px; }
.float-badge-three { bottom: 8px; left: 185px; }

.tool-ribbon { position: relative; z-index: 3; display: grid; grid-template-columns: 1.5fr repeat(5, 1fr); align-items: center; margin-top: 32px; min-height: 92px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.54); }
.tool-ribbon > span { font-size: 11px; letter-spacing: 1.3px; text-transform: uppercase; }
.tool-ribbon > div { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.tool-ribbon i { color: var(--lime); font-style: normal; font-size: 18px; }

.section { padding: 112px 0; }
.section-heading h2, .audience-intro h2, .roadmap-heading h2, .readiness-copy h2, .faq-heading h2 { margin: 0; font-size: clamp(39px, 4vw, 58px); line-height: 1.05; letter-spacing: -3px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 100px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-problem { background: var(--paper); }
.compare-grid { display: grid; grid-template-columns: 1fr 58px 1fr; align-items: center; margin-top: 66px; }
.compare-card { min-height: 386px; border-radius: var(--radius); padding: 37px; }
.compare-before { border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.compare-after { color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.compare-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid rgba(100,100,100,.2); }
.compare-title span { color: #8a8780; font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.compare-title strong { font-size: 17px; }
.compare-before ul, .flow-list { list-style: none; margin: 0; padding: 15px 0 0; }
.compare-before li { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 11px; min-height: 61px; border-bottom: 1px solid var(--line); color: #696761; font-size: 14px; }
.compare-before li i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #e8e3da; font-style: normal; }
.compare-before li b { color: #b3afa6; }
.compare-arrow { display: grid; place-items: center; z-index: 2; width: 58px; height: 58px; border: 7px solid var(--paper); border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 24px; font-weight: 900; }
.flow-list li { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 15px; min-height: 83px; border-bottom: 1px solid rgba(255,255,255,.09); }
.flow-list > li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(201,255,99,.4); color: var(--lime); font-size: 10px; font-weight: 900; }
.flow-list strong, .flow-list small { display: block; }
.flow-list strong { font-size: 15px; }
.flow-list small { margin-top: 3px; color: rgba(255,255,255,.49); font-size: 12px; }

.section-audience { color: #fff; background: #6f7ef0; overflow: hidden; }
.audience-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
.audience-intro > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 34px; color: rgba(255,255,255,.76); font-size: 16px; }
.persona-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.persona-tab { border: 1px solid rgba(255,255,255,.32); border-radius: 30px; background: transparent; color: rgba(255,255,255,.75); padding: 9px 17px; cursor: pointer; font-size: 13px; font-weight: 800; }
.persona-tab.is-active { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.persona-panel { position: relative; min-height: 470px; padding: 55px; border-radius: 30px; color: var(--ink); background: var(--white); box-shadow: 0 35px 80px rgba(31,40,110,.28); transform: rotate(1deg); }
.panel-number { position: absolute; top: 34px; right: 40px; color: #dad6cd; font-size: 60px; font-weight: 900; line-height: 1; }
.panel-label { margin: 0 0 24px; color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.persona-panel h3 { max-width: 550px; margin: 0; font-size: clamp(31px, 3vw, 45px); line-height: 1.06; letter-spacing: -2.3px; }
.persona-panel > p:not(.panel-label) { max-width: 540px; margin: 20px 0; color: var(--muted); }
.persona-panel ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; list-style: none; margin: 24px 0 30px; padding: 0; }
.persona-panel li { min-height: 69px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; font-weight: 750; }
.persona-panel li::before { content: "✓"; display: block; margin-bottom: 5px; color: var(--orange); font-weight: 950; }

.section-roadmap { background: var(--white); }
.roadmap-heading { text-align: center; }
.roadmap-heading .eyebrow { justify-content: center; }
.roadmap-heading > p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--muted); }
.roadmap { max-width: 880px; margin: 58px auto 0; border-top: 1px solid var(--line); }
.roadmap-item { border-bottom: 1px solid var(--line); }
.roadmap-item button { display: grid; grid-template-columns: 88px 1fr 32px; align-items: center; width: 100%; min-height: 82px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.roadmap-item .day { color: #9a978f; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.roadmap-item strong { font-size: 18px; }
.roadmap-item button i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #ece8df; font-style: normal; }
.roadmap-item.is-open button i { background: var(--lime); }
.roadmap-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.roadmap-content p { overflow: hidden; margin: 0 46px 0 88px; color: var(--muted); }
.roadmap-item.is-open .roadmap-content { grid-template-rows: 1fr; }
.roadmap-item.is-open .roadmap-content p { margin-bottom: 28px; }

.section-checklist { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.section-checklist::after { content: ""; position: absolute; width: 650px; height: 650px; top: -380px; left: 35%; border-radius: 50%; background: rgba(135,148,255,.14); filter: blur(1px); }
.readiness-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.readiness-copy > p:not(.eyebrow) { max-width: 490px; margin: 24px 0; color: rgba(255,255,255,.62); font-size: 16px; }
.checklist-card { padding: 43px 45px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.checklist-title { margin: 0 0 18px; color: rgba(255,255,255,.43); font-size: 10px; letter-spacing: 1.3px; font-weight: 900; }
.checklist-card label { display: block; border-bottom: 1px solid rgba(255,255,255,.09); cursor: pointer; }
.checklist-card input { position: absolute; opacity: 0; }
.checklist-card label > span { display: flex; align-items: center; gap: 13px; min-height: 57px; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 700; }
.checklist-card label i { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; font-style: normal; }
.checklist-card input:checked + span { color: #fff; }
.checklist-card input:checked + span i { border-color: var(--lime); background: var(--lime); }
.checklist-card input:checked + span i::after { content: "✓"; color: var(--ink); font-size: 12px; font-weight: 950; }
.checklist-progress { display: flex; justify-content: space-between; align-items: center; gap: 17px; margin-top: 25px; color: rgba(255,255,255,.47); font-size: 10px; }
.checklist-progress > div { flex: 1; height: 5px; border-radius: 5px; background: rgba(255,255,255,.1); overflow: hidden; }
.checklist-progress i { display: block; width: 0; height: 100%; background: var(--lime); transition: width .25s ease; }

.section-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p:last-child { max-width: 400px; margin-top: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: grid; grid-template-columns: 1fr 32px; align-items: center; width: 100%; min-height: 84px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-weight: 850; }
.faq-item button i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #cbc7be; border-radius: 50%; font-style: normal; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item > div p { overflow: hidden; margin: 0 50px 0 0; color: var(--muted); }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div p { margin-bottom: 28px; }
.faq-item.is-open button i { border-color: var(--orange); color: var(--orange); }

.final-cta { padding: 100px 0; color: #fff; background: #6f7ef0; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.final-cta h2 { margin: 0; font-size: clamp(42px, 4.3vw, 64px); line-height: 1.02; letter-spacing: -3.3px; }
.final-cta-action { text-align: center; }
.final-cta-action small { display: block; margin-top: 13px; color: rgba(255,255,255,.65); font-size: 10px; }

.site-footer { padding: 60px 0 27px; color: rgba(255,255,255,.67); background: #0b111c; }
.footer-top { display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: start; gap: 60px; padding-bottom: 46px; }
.brand-footer { color: #fff; }
.footer-top > p { max-width: 400px; margin: 0; font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; }
.footer-links a { font-size: 12px; text-underline-offset: 4px; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.footer-bottom p { margin: 0; }
.affiliate-disclosure { text-align: right; }

.cookie-banner { position: fixed; z-index: 200; right: 22px; bottom: 22px; left: 22px; display: none; grid-template-columns: 1fr auto; align-items: center; gap: 28px; max-width: 1080px; margin-inline: auto; padding: 19px 20px 19px 24px; border: 1px solid #d4d0c8; border-radius: 16px; background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.cookie-banner.is-visible { display: grid; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.cookie-actions { display: flex; align-items: center; gap: 8px; }
.cookie-actions > a { margin-right: 4px; font-size: 11px; font-weight: 750; }
.cookie-actions .button { min-height: 38px; padding-inline: 13px; font-size: 11px; }

.legal-page { background: var(--white); }
.legal-header { position: static; background: var(--ink); }
.legal-header .header-inner { min-height: 58px; }
.legal-header .site-nav { margin-left: auto; }
.legal-main { padding: 88px 0 110px; }
.legal-main .legal-wrap { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.legal-kicker { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.legal-main h1 { margin: 10px 0 18px; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -3.5px; }
.legal-updated { color: var(--muted); font-size: 12px; }
.legal-summary { margin: 42px 0; padding: 25px 28px; border-left: 4px solid var(--orange); background: var(--paper); font-size: 16px; }
.legal-content h2 { margin: 42px 0 12px; font-size: 24px; letter-spacing: -.8px; }
.legal-content p, .legal-content li { color: #596171; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--orange-dark); }
.legal-back { display: inline-flex; margin-top: 55px; font-weight: 800; text-underline-offset: 4px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-revealed { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; background: var(--ink); transform: translateX(100%); transition: transform .28s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav > a:not(.button) { font-size: 22px; }
  .menu-toggle { position: relative; z-index: 2; display: block; cursor: pointer; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: min(100%, 650px); margin-inline: auto; }
  .tool-ribbon { grid-template-columns: repeat(5, 1fr); }
  .tool-ribbon > span { grid-column: 1 / -1; margin-bottom: 15px; }
  .split-heading { gap: 50px; }
  .audience-grid, .readiness-grid { gap: 55px; }
  .persona-panel { padding: 40px; }
  .faq-grid { gap: 50px; }
  .final-cta-inner { grid-template-columns: 1fr; align-items: start; }
  .final-cta-action { text-align: left; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .hero { min-height: auto; padding-top: 115px; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); letter-spacing: -3.2px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { height: 450px; margin-top: -10px; }
  .system-card-main { top: 48px; right: 0; width: calc(100% - 16px); height: 265px; }
  .offer-preview { padding: 34px 30px; }
  .offer-preview h2 { font-size: 23px; }
  .system-card-email, .system-card-course { width: 220px; padding: 13px; }
  .system-card-email { bottom: 55px; left: -4px; }
  .system-card-course { bottom: 0; right: -3px; }
  .float-badge-two { display: none; }
  .float-badge-one { top: 24px; left: 2px; }
  .float-badge-three { display: none; }
  .tool-ribbon { grid-template-columns: repeat(2, 1fr); gap: 17px 8px; padding: 23px 0 30px; }
  .tool-ribbon > div:last-child { grid-column: 1 / -1; }
  .split-heading, .audience-grid, .readiness-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading h2, .audience-intro h2, .roadmap-heading h2, .readiness-copy h2, .faq-heading h2 { letter-spacing: -2.3px; }
  .compare-grid { grid-template-columns: 1fr; gap: 0; margin-top: 43px; }
  .compare-arrow { margin: -7px auto; transform: rotate(90deg); }
  .compare-card { min-height: auto; padding: 27px; }
  .persona-panel { min-height: auto; padding: 34px 25px; transform: none; }
  .panel-number { top: 25px; right: 22px; font-size: 45px; }
  .persona-panel ul { grid-template-columns: 1fr; }
  .roadmap-item button { grid-template-columns: 62px 1fr 31px; }
  .roadmap-item strong { font-size: 15px; }
  .roadmap-content p { margin-left: 62px; }
  .checklist-card { padding: 30px 24px; }
  .faq-heading { position: static; }
  .final-cta { padding: 77px 0; }
  .final-cta h2 { letter-spacing: -2.4px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; gap: 26px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .affiliate-disclosure { text-align: left; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; gap: 13px; padding: 17px; }
  .cookie-actions { flex-wrap: wrap; }
  .legal-header .site-nav { position: static; transform: none; display: flex; flex-direction: row; background: transparent; }
  .legal-header .site-nav > a:not(.button) { font-size: 13px; }
  .legal-header .menu-toggle { display: none; }
}

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