@font-face {
  font-family: "DM Sans";
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("/fonts/lora-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

[hidden] { display: none !important; }

:root {
  --ink: #172033;
  --muted: #697188;
  --line: #e2e6f1;
  --paper: #ffffff;
  --wash: #f7f8ff;
  --purple: #625bf6;
  --purple-dark: #4a43d8;
  --purple-soft: #eeecff;
  --blue-soft: #eaf3ff;
  --mint: #dff8ec;
  --mint-strong: #15815d;
  --peach: #fff0e8;
  --shadow: 0 24px 70px rgba(45, 50, 90, 0.14);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); 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; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 12px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 20px; background: #17172b; color: #ebeafa; font-size: 13px; font-weight: 650; text-align: center; }
.announcement a { color: white; margin-left: 5px; text-underline-offset: 3px; }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: #64e1ae; box-shadow: 0 0 0 4px rgba(100,225,174,.13); }

.site-header { width: min(calc(100% - 40px), var(--shell)); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 19px; font-weight: 800; letter-spacing: -.4px; }
.brand-mark { position: relative; display: inline-block; width: 32px; height: 32px; border-radius: 11px 11px 14px 14px; background: var(--purple); transform: rotate(-2deg); box-shadow: inset 0 -7px 0 rgba(255,255,255,.13); }
.brand-mark::before { content: ""; position: absolute; left: 10px; top: 5px; width: 12px; height: 3px; border-radius: 2px; background: white; }
.brand-mark span { position: absolute; left: 8px; right: 8px; bottom: 7px; height: 7px; border-radius: 8px 8px 10px 10px; background: #9ff0cb; }
.brand-mark.mini { width: 22px; height: 22px; border-radius: 7px 7px 9px 9px; }
.brand-mark.mini::before { left: 7px; top: 4px; width: 8px; height: 2px; }
.brand-mark.mini span { left: 6px; right: 6px; bottom: 5px; height: 5px; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.primary-nav a { text-decoration: none; color: #535b70; }
.primary-nav a:hover { color: var(--ink); }
.primary-nav .nav-cta { padding: 11px 18px; border-radius: 999px; color: white; background: var(--ink); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: white; border-radius: 12px; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }

.hero { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; min-height: 690px; padding-top: 64px; padding-bottom: 82px; }
.hero::before { content: ""; position: absolute; z-index: -1; right: -110px; top: 30px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(98,91,246,.13), rgba(98,91,246,0) 68%); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--purple-dark); text-transform: uppercase; letter-spacing: 1.55px; font-size: 12px; font-weight: 850; }
.eyebrow > span { width: 19px; height: 2px; background: currentColor; }
.hero h1, .subhero h1 { margin: 0; max-width: 650px; font-size: clamp(49px, 5.4vw, 73px); line-height: 1.02; letter-spacing: -3.8px; }
.hero h1 span, .subhero h1 span, h2 span { color: var(--purple); }
.hero-lede { max-width: 590px; margin: 25px 0 0; color: #596177; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 12px 26px rgba(98,91,246,.25); }
.button-primary:hover { background: var(--purple-dark); box-shadow: 0 15px 30px rgba(98,91,246,.3); }
.button-secondary { color: var(--ink); background: white; border-color: var(--line); }
.calendar-icon { position: relative; display: grid; place-items: end center; width: 25px; height: 25px; padding-bottom: 3px; border-radius: 7px; color: var(--purple); background: var(--purple-soft); font-size: 8px; font-weight: 900; }
.calendar-icon::before { content: ""; position: absolute; width: 15px; height: 3px; margin-bottom: 14px; border-radius: 3px 3px 0 0; background: var(--purple); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 27px 0 0; padding: 0; list-style: none; color: #555e73; font-size: 13px; font-weight: 650; }
.hero-proof span, .check-list span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; color: var(--mint-strong); background: var(--mint); font-size: 11px; }
.independence-note { margin-top: 16px; color: #8a90a1; font-size: 11px; }
.avatar { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: white; background: var(--ink); font-size: 8px; font-weight: 800; }
.app-sidebar .active { color: var(--purple-dark); background: var(--purple-soft); }
.plan-number.lavender { color: var(--purple-dark); background: var(--purple-soft); }
.plan-number.peach { color: #a05418; background: var(--peach); }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfbfe; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 110px; align-items: center; }
.signal-grid.three { grid-template-columns: repeat(3,1fr); }
.signal-grid > div { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px; border-right: 1px solid var(--line); text-align: center; }
.signal-grid > div:last-child { border-right: 0; }
.signal-grid strong { font-size: 21px; letter-spacing: -.5px; }
.signal-grid span { color: #7c8396; font-size: 12px; }

.section { padding-top: 112px; padding-bottom: 112px; }

.check-list.dark-list { color: #586075; }

.date-field { display: flex; flex-direction: column; gap: 6px; color: #73798c; font-size: 9px; font-weight: 800; }
.date-field input { min-height: 39px; padding: 0 11px; border: 1px solid #dfe2ec; border-radius: 10px; color: var(--ink); background: white; font-size: 11px; }
.date-field input:focus { outline: 3px solid rgba(98,91,246,.14); border-color: var(--purple); }

.chart-labels { display: flex; justify-content: space-between; color: #8b91a2; font-size: 9px; font-weight: 800; }

.chart-grid { fill: none; stroke: #ececf4; stroke-width: 1; }

.centered { text-align: center; }
.centered-eyebrow { justify-content: center; }
h2 { margin: 0; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -2.5px; }
.section-lede { max-width: 670px; margin: 22px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; text-align: left; }
.feature-card { min-height: 410px; position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(31,42,71,.07); border-radius: var(--radius); }
.feature-blue { background: #eef6ff; }
.feature-purple { background: #f0efff; }
.feature-mint { background: #eaf9f2; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(255,255,255,.78); font-size: 23px; box-shadow: 0 8px 20px rgba(31,42,71,.08); }
.feature-kicker { margin: 30px 0 12px; color: #7a8193; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.feature-card h3 { margin: 0; font-size: 25px; letter-spacing: -1px; }
.feature-card > p:not(.feature-kicker) { color: #60697e; font-size: 14px; line-height: 1.7; }
.mini-chart .bar-42 { --bar: 42%; }
.mini-chart .bar-58 { --bar: 58%; }
.mini-chart .bar-64 { --bar: 64%; }
.mini-chart .bar-70 { --bar: 70%; }
.mini-chart .bar-80 { --bar: 80%; }
.mini-chart .bar-88 { --bar: 88%; }
.feature-card.is-visible .mini-chart i { transform: scaleY(1); }

.demo-section { background: #18182c; color: white; }
.demo-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: center; }
.demo-section .eyebrow { color: #aaa5ff; }
.demo-copy p:not(.eyebrow) { color: #b6b7c6; font-size: 16px; line-height: 1.7; }
.check-list { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; color: #e1e2ea; font-size: 13px; font-weight: 650; }
.question-card { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; color: var(--ink); background: white; box-shadow: 0 28px 75px rgba(0,0,0,.27); }
.question-meta { display: flex; justify-content: space-between; gap: 16px; color: #9298a8; font-size: 9px; font-weight: 850; letter-spacing: 1px; }
.question-meta span:first-child { color: var(--purple); }
.question-card h3 { margin: 0 0 21px; font-size: 18px; line-height: 1.5; letter-spacing: -.3px; }
.options { display: grid; gap: 8px; }
.options button { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: center; width: 100%; padding: 11px 13px; border: 1px solid #e0e4ed; border-radius: 11px; color: #485066; background: white; text-align: left; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.options button:hover { transform: translateX(2px); border-color: #aaa5ff; background: #fafaff; }
.options button b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #6e7485; background: #f0f2f7; font-size: 10px; }
.options button span { font-size: 11px; line-height: 1.4; }
.options button.correct { border-color: #4ab98d; background: #f0fbf6; }
.options button.correct b { color: #17684e; background: #cdf2df; }
.options button.incorrect { border-color: #e3918c; background: #fff6f5; }
.options button.incorrect b { color: #963c36; background: #ffe1df; }
.options button:disabled { cursor: default; transform: none; }
.coach-response { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin-top: 15px; padding: 14px; border-radius: 13px; background: var(--purple-soft); }
.coach-avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: white; background: var(--purple); }
.coach-response strong { font-size: 11px; }
.coach-response p { margin: 4px 0 0; color: #656c81; font-size: 10px; line-height: 1.5; }
.coach-response p b { display: block; margin-bottom: 2px; color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .6px; text-transform: uppercase; }
.demo-others { margin-top: 10px; border-top: 1px solid rgba(23,32,51,.1); }
.demo-others > summary { padding-top: 8px; color: var(--purple); font-size: 10px; font-weight: 800; cursor: pointer; }
.demo-others > div { margin-top: 8px; }
.demo-others span { color: #8a90a2; font-size: 9px; font-weight: 850; letter-spacing: .6px; text-transform: uppercase; }
.demo-others strong { display: block; margin-top: 2px; font-size: 10px; font-weight: 650; }
.question-context { margin: 12px 0 14px; padding-left: 11px; border-left: 2px solid #e0e4ed; color: #5c6479; font-size: 11px; line-height: 1.6; }

.journey-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.journey-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--purple-dark); text-decoration: none; font-size: 14px; font-weight: 850; }
.journey-steps { position: relative; display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.journey-steps::before { content: ""; position: absolute; left: 24px; top: 36px; bottom: 36px; width: 1px; background: #dfe2ec; }
.journey-steps li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; padding: 17px; border: 1px solid transparent; border-radius: 16px; }
.journey-steps li:hover { border-color: var(--line); background: #fafaff; }
.journey-steps li > span { z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: var(--purple-dark); background: var(--purple-soft); font-size: 13px; font-weight: 900; }
.journey-steps strong { font-size: 15px; }
.journey-steps p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.product-cta { padding: 0; background: var(--purple); color: white; }
.product-cta-inner { min-height: 300px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; padding-top: 52px; padding-bottom: 52px; }
.eyebrow.light { color: #d8d5ff; }
.product-cta h2 { font-size: clamp(36px, 4vw, 52px); }
.product-cta p:not(.eyebrow) { max-width: 700px; color: #e0defe; line-height: 1.7; }
.cta-actions { display: flex; flex-direction: column; align-items: start; gap: 13px; }
.button-white { color: var(--purple-dark); background: white; box-shadow: 0 14px 30px rgba(32,24,130,.25); }
.cta-actions small { color: #d4d1ff; font-size: 10px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; padding-top: 54px; padding-bottom: 35px; }
.footer-brand p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: start; padding-top: 8px; }
.footer-links a { color: #596176; text-decoration: none; font-size: 12px; font-weight: 700; }
.footer-legal { max-width: 790px; margin: 0; color: #656c7d; font-size: 11px; line-height: 1.6; }
.copyright { margin: 0; color: #656c7d; font-size: 11px; text-align: right; }

.subhero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; min-height: 620px; padding-top: 70px; padding-bottom: 85px; }
.subhero h1 { font-size: clamp(45px, 5vw, 68px); }
.reasoning-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: white; box-shadow: var(--shadow); }
.reasoning-head { display: flex; justify-content: space-between; align-items: end; gap: 15px; padding: 25px; border-bottom: 1px solid var(--line); background: #fafaff; }
.reasoning-head > div { display: flex; flex-direction: column; gap: 6px; }
.reasoning-head small { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.reasoning-head strong { font-size: 19px; }
.reasoning-head > span { color: #9298a8; font-size: 9px; }
.reasoning-row { display: grid; grid-template-columns: 39px 1fr auto; gap: 13px; align-items: center; padding: 18px 22px; border-bottom: 1px solid #eceef4; }
.reasoning-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; font-size: 9px; font-weight: 900; }
.reasoning-icon.purple { color: var(--purple-dark); background: var(--purple-soft); }
.reasoning-icon.mint { color: #17684e; background: var(--mint); }
.reasoning-icon.peach { color: #a05418; background: var(--peach); }
.reasoning-row strong { font-size: 12px; }
.reasoning-row p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.reasoning-row > b { padding: 5px 8px; border-radius: 999px; color: #9c5219; background: var(--peach); font-size: 8px; }
.reasoning-row > b.good { color: #17684e; background: var(--mint); }
.reasoning-foot { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 18px 22px; background: #fafaff; }
.reasoning-foot span { color: #868c9e; font-size: 9px; font-weight: 750; }
.reasoning-foot strong { font-size: 10px; }
.reasoning-foot i { color: var(--purple); font-style: normal; }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-feature-list { margin-top: 55px; border-top: 1px solid var(--line); }
.product-feature-list article { display: grid; grid-template-columns: 52px 1fr auto; gap: 22px; align-items: center; padding: 26px 8px; border-bottom: 1px solid var(--line); }
.product-feature-list article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--purple-dark); background: var(--purple-soft); font-size: 10px; font-weight: 900; }
.product-feature-list h3 { margin: 0; font-size: 18px; }
.product-feature-list p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.product-feature-list article > b { color: var(--purple-dark); font-size: 11px; }
.format-section { background: var(--wash); }
.format-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.format-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.format-card { padding: 30px; border: 1px solid #dee2ed; border-radius: 22px; background: white; box-shadow: 0 20px 60px rgba(46,50,83,.09); }
.format-card > div { display: flex; justify-content: space-between; gap: 18px; color: #8b91a2; font-size: 9px; font-weight: 800; }
.format-card h3 { margin: 27px 0; font-size: 22px; line-height: 1.45; }
.format-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.format-card li { display: flex; align-items: center; gap: 12px; color: #626a7f; font-size: 12px; }
.format-card li span { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px var(--purple-soft); }
.blueprint-notice { display: grid; grid-template-columns: 76px 1fr auto; gap: 25px; align-items: center; padding-top: 45px; padding-bottom: 45px; }
.notice-icon { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 22px; color: var(--purple-dark); background: var(--purple-soft); font-size: 13px; font-weight: 900; }
.blueprint-notice h2 { font-size: 23px; letter-spacing: -.8px; }
.blueprint-notice p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.blueprint-notice > a { color: var(--purple-dark); font-size: 11px; font-weight: 850; white-space: nowrap; }
.faq-section { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; }
.faq-heading h2 { font-size: 42px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--purple); font-size: 18px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.not-found { min-height: 80vh; display: grid; place-items: center; text-align: center; }
.not-found .eyebrow { margin-top: 25px; }
.not-found h1 { margin: 0; font-size: 48px; }
.not-found > div > p:not(.eyebrow) { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.feature-grid .reveal:nth-child(2) { transition-delay: .09s; }
.feature-grid .reveal:nth-child(3) { transition-delay: .18s; }

@keyframes hero-rise {
  from { opacity: 0; transform: perspective(1200px) rotateY(-1.5deg) rotateX(1deg) translateY(22px); }
  to { opacity: 1; transform: perspective(1200px) rotateY(-1.5deg) rotateX(1deg) translateY(0); }
}
@keyframes float-soft { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }@media (max-width: 980px) {
  .hero, .subhero { grid-template-columns: 1fr; gap: 40px; padding-top: 55px; }
  .hero-copy { max-width: 720px; }
  .app-stage { width: min(100%, 650px); margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 330px; }
  .demo-layout, .journey-section, .format-layout, .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-cta-inner { grid-template-columns: 1fr; gap: 25px; }
}@media (max-width: 760px) {
  .announcement { font-size: 11px; }
  .site-header { min-height: 66px; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; z-index: 20; left: 20px; right: 20px; top: 105px; flex-direction: column; align-items: stretch; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; border-radius: 10px; }
  .primary-nav .nav-cta { text-align: center; }
  .hero h1, .subhero h1 { font-size: 46px; letter-spacing: -2.5px; }
  .hero-lede { font-size: 17px; }
  .hero { padding-bottom: 60px; }
  .float-pill { display: none; }
  .app-body { grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .app-content { padding: 17px; }
  .readiness-grid { grid-template-columns: 110px 1fr; }
  .signal-grid, .signal-grid.three { grid-template-columns: repeat(2, 1fr); }
  .signal-grid.three > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .signal-grid > div:nth-child(2) { border-right: 0; }
  .signal-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding-top: 78px; padding-bottom: 78px; }
  h2 { font-size: 38px; letter-spacing: -1.8px; }
  .question-card { padding: 20px; }

  .product-feature-list article { grid-template-columns: 46px 1fr; }
  .product-feature-list article > b { grid-column: 2; }
  .blueprint-notice { grid-template-columns: 66px 1fr; }
  .blueprint-notice > a { grid-column: 2; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}@media (max-width: 480px) {
  .shell, .site-header { width: min(calc(100% - 28px), var(--shell)); }
  .brand { font-size: 17px; }
  .hero h1, .subhero h1 { font-size: 40px; letter-spacing: -2px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-proof { flex-direction: column; }
  .app-greeting { align-items: start; flex-direction: column; }
  .readiness-grid { grid-template-columns: 1fr; }
  .readiness-card { align-items: start; }
  .ring { align-self: center; }
  .feature-card { padding: 24px; }
  .question-meta { flex-direction: column; gap: 5px; }
  .options button { padding: 10px; }
  .journey-steps li { padding-left: 0; padding-right: 0; }
  .reasoning-row { grid-template-columns: 38px 1fr; }
  .reasoning-row > b { grid-column: 2; justify-self: start; }
}@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }

  .mini-chart i { transform: scaleY(1); }
}

/* Acely-inspired consumer landing page. Original layout, assets, and code. */
/* Licensure Lab homepage: restrained editorial system. */
.home-page {
  --navy: #102a56;
  --navy-deep: #0b1f43;
  --lime: #c9ffad;
  --lime-dark: #153622;
  --violet: #625bf6;
  --violet-soft: #eeecff;
  --blue-soft: #eaf4ff;
  --gray-soft: #f4f5f8;
  --home-line: #dfe3ec;
  background: #fff;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sparkle-icon {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--violet);
}

.sparkle-icon.small {
  width: 18px;
  height: 18px;
}

.home-page .site-header {
  width: min(calc(100% - 40px), var(--shell));
  min-height: 88px;
  gap: 34px;
  background: #fff;
}

.home-page .brand {
  gap: 12px;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.7px;
}

.home-page .brand img {
  display: block;
  flex: 0 0 auto;
}

.home-page .primary-nav {
  margin-left: auto;
  gap: 31px;
}

.home-page .primary-nav a {
  color: #26334b;
  font-size: 14px;
  font-weight: 680;
}

.header-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: var(--navy-deep);
}

/* The hero carries the primary case action 400px below this pill. The same three
   words twice in one viewport reads as a template, so the signed-out header
   keeps only the navigation. The account pill still appears for members. */
.header-cta:not(.is-account) {
  display: none;
}

.header-cta.is-account {
  min-height: 48px;
  gap: 10px;
  padding: 4px 16px 4px 5px;
  border: 1px solid #dedbea;
  color: #26334b;
  background: #f7f5ff;
  box-shadow: 0 7px 20px rgba(36,45,76,.08);
}

.header-cta.is-account:hover {
  border-color: #aaa5ff;
  color: #322c8c;
  background: #f0edff;
}

.header-account-avatar {
  width: 38px;
  height: 38px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4e48b0;
  background: #dedaff;
}

.header-account-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.header-account-avatar b { font-size: 13px; }

.home-hero {
  color: #fff;
  background: var(--navy);
}

.hero-inner {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 82px;
}

.home-hero .hero-copy {
  max-width: 620px;
}

.hero-kicker,
.section-label {
  margin: 0 0 20px;
  color: #7872ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15px;
}

.home-hero .hero-kicker {
  color: var(--lime);
}

.home-hero h1 {
  max-width: 590px;
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(50px, 5vw, 67px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -2px;
}

.home-hero .hero-copy > p:not(.hero-kicker, .hero-note, .hero-source) {
  max-width: 520px;
  margin: 25px 0 0;
  color: #dae4f1;
  font-size: 18px;
  line-height: 1.58;
}

.home-hero .hero-actions {
  margin-top: 31px;
}

.button-lime {
  min-height: 58px;
  padding: 0 27px;
  border-radius: 999px;
  color: var(--lime-dark);
  background: var(--lime);
  box-shadow: none;
}

.button-lime:hover {
  color: var(--lime-dark);
  background: #d9ffc7;
  box-shadow: 0 12px 30px rgba(8,25,48,.22);
}

.hero-source {
  max-width: 520px;
  margin: 20px 0 0;
  color: #b9c8db;
  font-size: 13px;
  line-height: 1.6;
}

.hero-source a {
  color: #dfe8f4;
  text-underline-offset: 3px;
}

.hero-photo {
  position: relative;
  height: 510px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 24px;
  box-shadow: 0 30px 75px rgba(4,16,42,.34);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.trust-strip {
  border-bottom: 1px solid #e4e7ee;
  background: #fff;
}

.trust-row.is-two {
  grid-template-columns: repeat(2,1fr);
}

.home-section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.home-section h2,
.final-cta h2 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(42px,4.4vw,60px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.8px;
}

.mistakes-section {
  background: #f3f1ff;
}

.mistakes-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 105px;
  align-items: start;
}

.mistakes-heading {
  position: sticky;
  top: 50px;
}

.mistakes-heading > p:last-child {
  margin: 24px 0 0;
  color: #626b80;
  font-size: 17px;
}

.mistake-list {
  border-top: 1px solid #d7d3ed;
}

.mistake-list article {
  min-height: 118px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid #d7d3ed;
}

.mistake-list article > span {
  color: #817bea;
  font-size: 12px;
  font-weight: 850;
}

.mistake-list h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.3px;
}

.mistake-list p {
  margin: 9px 0 0;
  color: #626b80;
  font-size: 13px;
  line-height: 1.55;
}

.method-section {
  overflow: hidden;
  background: #fff;
}

.method-heading {
  max-width: 780px;
  display: flex;
  gap: 23px;
  align-items: flex-start;
}

.method-heading .sparkle-icon {
  margin-top: 8px;
}

.method-heading h2 {
  max-width: 700px;
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 58px;
  align-items: center;
  margin-top: 60px;
}

.method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--home-line);
}

.method-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 17px;
  padding: 27px 0;
  border-bottom: 1px solid var(--home-line);
}

.method-steps li > span {
  padding-top: 4px;
  color: #6b65df;
  font-size: 11px;
  font-weight: 850;
}

.method-steps h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.method-steps p {
  margin: 8px 0 0;
  color: #687185;
  font-size: 13px;
  line-height: 1.55;
}

.coach-section {
  color: #fff;
  background: #11172e;
}

.coach-layout {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 72px;
  align-items: center;
}

.section-label.light {
  color: var(--lime);
}

.coach-copy > p:not(.section-label) {
  max-width: 420px;
  margin: 22px 0 0;
  color: #c4cede;
  font-size: 16px;
  line-height: 1.6;
}

.coach-copy blockquote {
  margin: 35px 0 0;
  padding: 0 0 0 20px;
  border-left: 2px solid var(--lime);
  color: #fff;
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 1.35;
}

.question-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 28px 75px rgba(0,0,0,.25);
}

.question-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #7d849a;
  font-size: 12px;
  font-weight: 700;
}

.question-meta span:first-child {
  color: #5d57d8;
}

.question-card h3 {
  margin: 0 0 22px;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: -.35px;
}

.options {
  display: grid;
  gap: 8px;
}

.options button {
  width: 100%;
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e0e4ed;
  border-radius: 11px;
  color: #485066;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .15s;
}

.options button:hover {
  transform: translateX(2px);
  border-color: #aaa5ff;
  background: #fafaff;
}

.options button b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #6e7485;
  background: #f0f2f7;
  font-size: 10px;
}

.options button span {
  font-size: 14px;
  line-height: 1.5;
}

.options button.correct {
  border-color: #4ab98d;
  background: #f0fbf6;
}

.options button.correct b {
  color: #17684e;
  background: #cdf2df;
}

.options button.incorrect {
  border-color: #e3918c;
  background: #fff6f5;
}

.options button.incorrect b {
  color: #963c36;
  background: #ffe1df;
}

.options button:disabled {
  cursor: default;
  transform: none;
}

.coach-response {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  margin-top: 15px;
  padding: 15px;
  border-radius: 13px;
  background: #eeecff;
}

.coach-avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: #5e57de;
}

.coach-avatar .sparkle-icon {
  color: #fff;
}

.coach-response {
  padding: 18px;
}

.coach-response strong {
  font-size: 14px;
}

.coach-response p {
  margin: 8px 0 0;
  color: #565e73;
  font-size: 14px;
  line-height: 1.6;
}

/* Moving member stories */
.stories-section {
  overflow: hidden;
  padding-top: 62px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 12% 14%, rgba(225,215,255,.48), transparent 25%),
    radial-gradient(circle at 90% 82%, rgba(214,246,231,.56), transparent 24%),
    #faf9fc;
}

.stories-heading {
  display: block;
  margin-bottom: 28px;
  text-align: center;
}

.stories-heading h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(36px,3.7vw,50px);
}

.stories-heading .section-label {
  margin-bottom: 11px;
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.stories-heading .section-label span {
  color: #d182b4;
  font-style: normal;
}

.story-controls {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.story-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid #dce1e9;
  border-radius: 50%;
  color: #1d2b45;
  background: #fff;
  cursor: pointer;
  font-size: 19px;
  transition: color .18s, border-color .18s, background .18s, transform .18s;
}

.story-controls button:hover {
  transform: translateY(-2px);
  border-color: #625bf6;
  color: #fff;
  background: #625bf6;
}

.story-rail-shell {
  position: relative;
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
  overflow: hidden;
}

.story-rail-shell::before,
.story-rail-shell::after {
  position: absolute;
  top: 0;
  bottom: 9px;
  z-index: 4;
  width: 46px;
  content: "";
  pointer-events: none;
}

.story-rail-shell::before { left: 0; background: linear-gradient(90deg,#faf9fc,transparent); }
.story-rail-shell::after { right: 0; background: linear-gradient(-90deg,#faf9fc,transparent); }

.story-rail {
  display: flex;
  align-items: start;
  gap: 16px;
  overflow-x: hidden;
  padding: 9px 1px 18px;
  scrollbar-width: none;
}

/* The rail is animated by script writing scrollLeft, so it is hidden from
   overflow. Where the pointer is a finger there is no hover to pause it and
   the two 38px arrows are the only way through twenty-one cards - so touch
   gets the scroll back, and the arrows grow to a real tap target. */
@media (hover: none) {
  .story-rail {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .story-card { scroll-snap-align: start; }
  .story-controls button { width: 44px; height: 44px; }
}

.story-rail.is-static {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #c9c6f6 transparent;
}

.story-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  align-self: start;
  height: fit-content;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 25px 24px 22px;
  border: 1px solid #e6e2ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(52,45,82,.065);
  scroll-snap-align: start;
  transition: transform .2s ease, box-shadow .2s ease;
}

.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 34px rgba(52,45,82,.1);
}

.story-card:nth-child(4n + 2) {
  background: #fff7f4;
}

.story-card:nth-child(4n + 3) {
  background: #f6f4ff;
}

.story-card:nth-child(4n) {
  background: #f3fbf7;
}

.story-card::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 42px;
  height: 14px;
  background: #fff1a8;
  opacity: .86;
  transform: translateX(-50%) rotate(-1.5deg);
}

.story-card:nth-child(4n + 2)::before { background: #ffd6e7; }
.story-card:nth-child(4n + 3)::before { background: #dcd6ff; }
.story-card:nth-child(4n)::before { background: #c9f1dc; }

.story-card::after {
  content: "✦";
  position: absolute;
  top: 18px;
  right: 20px;
  color: #cfc8ef;
  font-size: 13px;
}

.story-person {
  order: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
}

.story-person > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #102a56;
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
}

.story-card:nth-child(4n + 2) .story-person > span { color: #713d58; background: #ffd6e7; }
.story-card:nth-child(4n + 3) .story-person > span { color: #5049a3; background: #dcd6ff; }
.story-card:nth-child(4n) .story-person > span { color: #276247; background: #c9f1dc; }

.story-person > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.story-person strong {
  font-size: 14px;
}

.story-person small {
  color: #656c7d;
  font-size: 11px;
}

.story-card blockquote {
  order: 1;
  margin: 0 0 17px;
  color: #242a38;
  font-family: "DM Sans", ui-sans-serif, sans-serif;
  font-size: 13px;
  line-height: 1.58;
}

.story-card blockquote a {
  color: inherit;
  text-underline-offset: 3px;
}

.story-result {
  order: 2;
  align-self: flex-start;
  margin-top: 0;
  padding: 6px 9px;
  border-radius: 999px;
  color: #443fb0;
  background: #eeecff;
  font-size: 11px;
  font-weight: 850;
}

.plan-section {
  background: #f6f6f8;
}

.plan-heading {
  max-width: 740px;
  margin-bottom: 53px;
}

.plan-layout {
  display: grid;
  justify-items: center;
}

.plan-layout .pricing-card {
  width: min(100%, 460px);
}

.pricing-card {
  border: 1px solid #dfe3eb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(33,44,73,.09);
}

.date-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #747b8c;
  font-size: 9px;
  font-weight: 800;
}

.date-field input {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #dfe2ec;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-size: 11px;
}

.date-field input:focus {
  outline: 3px solid rgba(98,91,246,.14);
  border-color: #625bf6;
}

.pricing-card {
  position: relative;
  padding: 32px;
}

.price-badge {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  color: #244934;
  background: var(--lime);
  font-size: 9px;
  font-weight: 850;
}

.pricing-card h3 {
  margin: 24px 0 0;
  font-size: 19px;
}

.price {
  display: grid;
  justify-items: start;
  gap: 4px;
  margin: 17px 0 15px;
}

.price strong {
  font-family: "Lora", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.price span {
  color: #4c5468;
  font-size: 16px;
  font-weight: 650;
}


.price-release {
  margin: 0;
  color: #535c70;
  font-size: 13px;
  line-height: 1.55;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 20px 0;
  border-top: 1px solid #eceef3;
  border-bottom: 1px solid #eceef3;
  list-style: none;
  color: #535c70;
  font-size: 13px;
  line-height: 1.5;
}

.pricing-card li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  color: #1c6045;
  background: #e4f9ef;
  font-size: 9px;
  font-weight: 900;
}

.pricing-card .button {
  width: 100%;
}

.pricing-card > small {
  display: block;
  margin-top: 12px;
  color: #9096a5;
  text-align: center;
  font-size: 8px;
  line-height: 1.45;
}

.faq-section {
  display: grid;
  grid-template-columns: .67fr 1.33fr;
  gap: 92px;
}

.faq-list {
  border-top: 1px solid #dfe3eb;
}

.faq-list details {
  border-bottom: 1px solid #dfe3eb;
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #5b55dd;
  font-size: 18px;
  transition: transform .2s;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 0 24px;
  color: #667086;
  font-size: 13px;
  line-height: 1.65;
}

.final-cta {
  padding: 0 0 110px;
  background: #fff;
}

.final-cta-inner {
  min-height: 265px;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 50px 58px;
  border-radius: 30px;
  color: #fff;
  background: var(--navy);
}

.final-cta .sparkle-icon {
  width: 50px;
  height: 50px;
  color: var(--lime);
}

.final-cta h2 {
  font-size: clamp(38px,4vw,54px);
}

.final-cta p {
  margin: 10px 0 0;
  color: #d1dbe8;
  font-size: 15px;
}

.home-page .site-footer {
  border-top: 1px solid #e5e7ed;
}

@keyframes home-copy-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes home-photo-in {
  from { opacity: 0; transform: scale(.98) translateY(14px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes sparkle-breathe {
  0%, 100% { transform: rotate(-4deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.08); }
}

.hero-enter {
  animation: home-copy-in .65s cubic-bezier(.2,.7,.2,1) both;
}

.hero-enter-delay {
  animation: home-photo-in .8s cubic-bezier(.2,.7,.2,1) .08s both;
}@media (max-width: 980px) {
  .home-page .site-header { min-height: 78px; }
  .home-page .primary-nav { gap: 18px; }
  .header-cta { display: none; }
  .header-cta.is-account { display: inline-flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; min-height: 0; padding-top: 64px; padding-bottom: 64px; }
  .home-hero .hero-copy { max-width: 720px; }
  .home-hero .hero-copy > p:not(.hero-kicker, .hero-note, .hero-source), .hero-source { max-width: 610px; }
  .hero-photo { height: 500px; }
  .mistakes-layout, .method-layout, .coach-layout, .plan-layout, .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .mistakes-heading { position: static; max-width: 700px; }
  .method-layout { margin-top: 48px; }
  .method-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; border-top: 0; }
  .method-steps li { grid-template-columns: 1fr; gap: 10px; padding: 0; border-bottom: 0; }
  .story-card { flex-basis: calc((100% - 16px) / 2); }
  .plan-heading { margin-bottom: 42px; }
  .final-cta-inner { grid-template-columns: 50px 1fr; }
  .final-cta-inner .button { grid-column: 2; justify-self: start; }
}@media (max-width: 760px) {
  .home-page .site-header { width: min(calc(100% - 28px), var(--shell)); gap: 12px; }
  .home-page .brand span { display: none; }
  .home-page .nav-toggle { display: block; margin-left: auto; }
  .header-cta.is-account { min-height: 42px; padding-right: 12px; font-size: 12px; }
  .header-cta.is-account .header-account-avatar { width: 32px; height: 32px; }
  .home-page .primary-nav {
    position: absolute;
    z-index: 20;
    left: 14px;
    right: 14px;
    top: 72px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid #e0e3ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(30,38,67,.15);
  }
  .home-page .primary-nav.open { display: flex; }
  .home-page .primary-nav a { padding: 12px; }
  .hero-inner { width: min(calc(100% - 28px), var(--shell)); padding-top: 48px; padding-bottom: 32px; }
  .home-hero h1 { font-size: 46px; letter-spacing: -1.5px; }
  .home-hero .hero-copy > p:not(.hero-kicker, .hero-note, .hero-source) { font-size: 16px; }
  .hero-photo { height: 410px; border-radius: 17px; }

  .trust-row { grid-template-columns: repeat(2,1fr); padding: 24px 0; }
  .trust-row span { min-height: 76px; }
  .trust-row span:nth-child(2) { border-right: 0; }
  .trust-row span:nth-child(-n+2) { border-bottom: 1px solid #e2e5ec; }
  .home-section { padding-top: 82px; padding-bottom: 82px; }
  .home-section h2 { font-size: 41px; }
  .mistakes-layout, .method-layout, .coach-layout, .plan-layout, .faq-section { gap: 40px; }
  .mistake-list article { min-height: 125px; gap: 16px; }
  .mistake-list h3 { font-size: 18px; }
  .method-heading { gap: 15px; }
  .method-heading .sparkle-icon { width: 28px; height: 28px; }
  .method-steps { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--home-line); }
  .method-steps li { grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--home-line); }
  .coach-copy blockquote { font-size: 20px; }
  .story-rail-shell { width: min(calc(100% - 28px), var(--shell)); }
  .story-card { min-height: 0; flex-basis: min(86vw, 390px); }

  .pricing-card { padding: 28px; }
  .final-cta { padding-bottom: 80px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 19px; padding: 40px 30px; }
  .final-cta-inner .button { grid-column: 1; }
}@media (max-width: 480px) {
  .home-page .brand { font-size: 18px; }
  .home-page .brand img { width: 36px; height: 36px; }
  .home-hero h1 { font-size: 41px; }
  .button-lime { width: 100%; }
  .hero-photo { height: 365px; }
  .trust-row { width: min(calc(100% - 28px), var(--shell)); }
  .mistake-list article { grid-template-columns: 34px 1fr; }
  .question-card { padding: 20px; }
  .question-meta { flex-direction: column; gap: 5px; }
  .question-card h3 { font-size: 19px; }
  .options button { padding: 10px; }
  .stories-section { padding-top: 54px; padding-bottom: 48px; }
  .story-card { min-height: 0; padding: 23px; }
  .story-card blockquote { font-size: 13px; }

  .price strong { font-size: 50px; }
}@media (prefers-reduced-motion: reduce) {
  .hero-enter,
  .hero-enter-delay,
  .today-progress i {
    animation: none !important;
  }
}
/* Presentation pass. One type scale per surface; no geometry left over from a
   column that was deleted; nothing on this page under 11px. */

/* The citation follows the call to action instead of splitting the pitch. */
.home-hero .hero-source { margin: 26px 0 0; }
.trust-row.is-two span:nth-child(-n+2) { border-bottom: 0; }

/* Explanation set for reading, not for filling space under a 60px headline. */
.mistake-list p { font-size: 15px; }
.method-steps p { max-width: 62ch; font-size: 15px; }

/* The second column of this layout is gone, so the rows use the whole shell. */
.method-layout { grid-template-columns: minmax(0, 1fr); }

/* The demo card: the longest text was the smallest text. */
.question-context { font-size: 14px; }
.coach-response p b { font-size: 11px; letter-spacing: .5px; }
.demo-others > summary { font-size: 13px; }
.demo-others span { font-size: 11px; letter-spacing: .5px; }
.demo-others strong { font-size: 13px; }

/* Utility headings rank below the value proposition. */
.plan-heading h2,
.faq-heading h2 { font-size: clamp(28px, 3.2vw, 36px); letter-spacing: -1px; }
.faq-list summary { font-size: 15px; }
.faq-list details p { font-size: 15px; }
.price-badge { font-size: 11px; }

/* Round 3 presentation pass. Each of these deletes a competing object rather
   than restyling one. */

/* The two-cell stat band put the numeral 1 in a 27px display serif, so an
   honest fact read as a boast that came up short. One quiet centred sentence
   in body type, and the 60px headline below it is what the scroll lands on. */
.trust-strip { border-bottom: 1px solid #e4e7ee; background: #fff; }
.trust-line {
  min-height: 0;
  margin: 0;
  padding: 26px 0;
  color: #5a6377;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
.trust-line [data-release-scale] { color: #1e2d49; font-weight: 700; }

/* Pricing: the card is the section's one object. The heading it used to sit
   under was left-aligned in a 740px block above a centred 460px card, which is
   the only broken axis on the page, and it said "price" a third time. */
.plan-section .plan-layout { margin-top: 0; }

/* FAQ: the left column held one line of type and 380px of white. The heading
   sits on the list and the answers use the whole measure. */
.faq-section { display: block; }
.faq-heading { margin-bottom: 34px; }
.faq-heading h2 { max-width: 20ch; }
.faq-list { max-width: 860px; }

@media (max-width: 760px) {
  .trust-line { padding: 20px 0; font-size: 14px; }
  .faq-heading { margin-bottom: 26px; }
}
