:root {
  --blue-950: #082f3c;
  --blue-900: #0b4358;
  --blue-800: #105f79;
  --blue-700: #157798;
  --blue-600: #218aab;
  --blue-100: #dceef3;
  --blue-050: #edf7f9;
  --paper: #ffffff;
  --wash: #f4f8f9;
  --ink: #102a34;
  --muted: #5f737b;
  --red: #f20104;
  --line: rgba(16, 42, 52, 0.14);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(8, 47, 60, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, textarea, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
section[id] { scroll-margin-top: 94px; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 18px; border-radius: 8px; background: var(--paper); color: var(--blue-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

:where(a, button, input, textarea):focus-visible { outline: 3px solid #ffb9ba; outline-offset: 4px; }
.button:focus-visible { outline-color: var(--red); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 13px 24px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-700); color: var(--paper); box-shadow: 0 12px 28px rgba(21, 119, 152, 0.28); }
.button-primary:hover { background: var(--blue-800); }
.button-secondary { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.08); color: var(--paper); }
.button-secondary:hover { background: rgba(255,255,255,.16); }
.button-light { background: var(--paper); color: var(--blue-950); }
.button-small { min-height: 44px; padding: 10px 19px; font-size: 14px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid rgba(16,42,52,.1); background: var(--paper); color: var(--ink); box-shadow: 0 5px 22px rgba(5,25,33,.08); transition: box-shadow 180ms ease; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(5,25,33,.16); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; min-height: 44px; align-items: center; }
.brand-wordmark { width: 210px; height: auto; }
.site-header .brand-wordmark { width: 240px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--blue-900); font-size: 14px; font-weight: 750; text-decoration: none; }
.desktop-nav a:hover { color: var(--blue-700); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(21,119,152,.42); border-radius: 50%; background: var(--blue-050); align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: var(--blue-900); transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { padding: 14px 24px 24px; background: var(--blue-950); border-top: 1px solid rgba(255,255,255,.12); }
.mobile-menu a:not(.button) { display: flex; min-height: 48px; align-items: center; color: var(--paper); font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu .button { width: 100%; margin-top: 16px; }

.hero { position: relative; min-height: 780px; overflow: hidden; padding: 150px 0 68px; background: var(--blue-950); color: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; width: 720px; height: 720px; right: -180px; top: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(33,138,171,.42), transparent 66%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.03fr) minmax(340px,.97fr); align-items: center; gap: 66px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #b9dfeb; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 730px; margin: 22px 0 24px; font: 700 clamp(50px, 6.2vw, 84px)/.98 var(--serif); letter-spacing: -.045em; }
h2 { margin: 16px 0 22px; font: 700 clamp(38px, 4.7vw, 64px)/1.02 var(--serif); letter-spacing: -.035em; }
h2 em { color: var(--blue-700); font-weight: inherit; }
.hero-lede { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: clamp(18px,2vw,21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 30px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #c8eaf3; font-style: normal; }
.hero-visual { position: relative; display: grid; margin: 0; place-items: center; min-height: 610px; }
.phone-shell { position: relative; z-index: 2; width: min(344px,80%); overflow: hidden; border: 10px solid #061f29; border-radius: 50px; background: #061f29; box-shadow: 0 42px 90px rgba(0,0,0,.45); }
.phone-shell img { width: 100%; height: auto; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; }
.preview-caption { position: absolute; z-index: 3; bottom: 4px; padding: 9px 14px; border-radius: 999px; background: rgba(5,28,37,.9); color: rgba(255,255,255,.8); font-size: 12px; font-style: normal; }

.section-heading { max-width: 660px; }
.section-heading.centred { margin-inline: auto; text-align: center; }
.section-heading p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.section-heading.split p { margin-bottom: 10px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 58px; }
.benefit-card { position: relative; min-height: 430px; overflow: hidden; padding: 34px; border-radius: 28px; }
.benefit-card h3 { margin: 178px 0 12px; font: 700 30px/1.05 var(--serif); }
.benefit-card p { margin: 0; line-height: 1.65; }
.benefit-blue { background: var(--blue-700); color: var(--paper); }
.benefit-blue p, .benefit-dark p { color: rgba(255,255,255,.76); }
.benefit-pale { background: var(--blue-050); }
.benefit-dark { background: var(--blue-900); color: var(--paper); }
.card-number { opacity: .62; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.mini-calendar, .mini-chart, .mini-health { position: absolute; top: 70px; left: 34px; right: 34px; }
.mini-calendar { width: 116px; height: 112px; padding: 15px; border-radius: 16px; background: rgba(255,255,255,.16); }
.mini-calendar span { display: block; font-size: 10px; letter-spacing: .15em; }
.mini-calendar strong { font: 700 38px var(--serif); }
.mini-calendar i { position: absolute; right: -12px; bottom: -12px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--paper); color: var(--blue-700); font-style: normal; }
.mini-chart span { font: 700 44px var(--serif); color: var(--blue-700); }
.mini-chart svg { width: 210px; height: 80px; }
.mini-chart path { fill: none; stroke: var(--blue-700); stroke-width: 4; }
.mini-health { padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); }
.mini-health span, .mini-health strong { display: block; }
.mini-health span { color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.mini-health strong { margin-top: 7px; }
.mini-health div { height: 6px; margin-top: 16px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.14); }
.mini-health i { display: block; width: 84%; height: 100%; background: #a7d9e7; }

.feature-stage { overflow: hidden; background: var(--blue-900); color: var(--paper); }
.feature-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.kicker-light { color: #a7d9e7; }
.feature-copy h2 em { color: #b9dfeb; }
.feature-copy > p { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.feature-tabs { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 34px; }
.feature-tabs button { min-height: 56px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: transparent; color: rgba(255,255,255,.72); text-align: left; cursor: pointer; }
.feature-tabs button span { margin-right: 9px; opacity: .54; font-size: 10px; }
.feature-tabs button[aria-selected="true"] { border-color: var(--blue-600); background: var(--blue-700); color: var(--paper); }
.feature-panel { position: relative; min-height: 500px; overflow: hidden; padding: 52px; border-radius: 32px; color: var(--ink); box-shadow: var(--shadow); }
.tone-blue { background: #dceef3; }
.tone-deep { background: #c7e5ed; }
.tone-paper { background: var(--paper); }
.tone-wash { background: #e9f3f6; }
.panel-eyebrow { color: var(--blue-700); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-panel h3 { max-width: 500px; margin: 14px 0; font: 700 42px/1.04 var(--serif); }
.feature-panel > p { max-width: 530px; color: var(--muted); line-height: 1.65; }
.feature-panel ul { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; }
.feature-panel li { display: flex; gap: 10px; align-items: center; font-weight: 750; }
.feature-panel li span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--blue-700); color: var(--paper); font-size: 12px; }
.feature-stat { position: absolute; right: 38px; bottom: 36px; display: grid; min-width: 168px; padding: 22px; border-radius: 18px; background: var(--blue-950); color: var(--paper); }
.feature-stat strong { font: 700 29px var(--serif); }
.feature-stat span { color: rgba(255,255,255,.65); font-size: 11px; }
.panel-orbit { position: absolute; width: 220px; height: 220px; right: -90px; top: -80px; border: 25px solid rgba(21,119,152,.14); border-radius: 50%; }

.steps { background: var(--wash); }
.steps-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.steps-list li { min-height: 345px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.step-index { color: var(--blue-700); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.step-art { display: grid; height: 135px; margin: 24px 0; place-items: center; }
.steps-list h3 { margin-bottom: 9px; font: 700 27px var(--serif); }
.steps-list p { color: var(--muted); line-height: 1.55; }
.plate-art { display: flex; width: min(230px,100%); height: 65px; align-self: center; margin-block: 58px 60px; border: 4px solid var(--ink); border-radius: 7px; background: #f4dd30; font-weight: 900; }
.plate-art span { align-self: stretch; display: grid; place-items: center; padding: 0 9px; background: var(--blue-700); color: var(--paper); font-size: 10px; }
.plate-art strong { margin: auto; letter-spacing: .09em; }
.radar-art { position: relative; }
.radar-art::before, .radar-art::after, .radar-art i { content: ""; position: absolute; border: 2px solid var(--blue-700); border-radius: 50%; }
.radar-art::before { width: 118px; height: 118px; opacity: .22; }
.radar-art::after { width: 76px; height: 76px; opacity: .46; }
.radar-art i { width: 38px; height: 38px; background: var(--blue-100); }
.radar-art b { position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.tick-art { width: 86px; height: 86px; margin: 48px auto 50px; border-radius: 50%; background: var(--blue-700); color: var(--paper); font-size: 38px; }

.promise-card { position: relative; min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 34px; background: var(--blue-950); color: var(--paper); }
.promise-copy { position: relative; z-index: 2; padding: 68px 0 68px 68px; }
.promise-copy h2 { font-size: clamp(38px,4.5vw,60px); }
.promise-copy h2 em { color: #b9dfeb; }
.promise-copy p { max-width: 520px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.promise-art { position: relative; display: flex; align-items: end; justify-content: center; min-width: 0; padding: 30px 28px 34px; }
.promise-art img { position: relative; z-index: 2; width: min(650px,100%); height: auto; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(0,0,0,.28)); }
.road { position: absolute; width: 640px; height: 640px; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; }
.road-two { width: 430px; height: 430px; }

.pricing { background: var(--blue-050); }
.pricing-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.pricing-card { padding: 40px 42px; border: 1px solid rgba(21,119,152,.1); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.pricing-card ul { margin: 0; padding: 0; list-style: none; }
.pricing-card li { display: grid; grid-template-columns: minmax(120px,.72fr) minmax(190px,1.28fr); align-items: baseline; gap: 24px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.pricing-card li:first-child { padding-top: 0; }
.pricing-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.pricing-label, .pricing-value { display: block; line-height: 1.45; }
.pricing-label { color: var(--ink); font-weight: 650; }
.pricing-value { color: var(--blue-700); text-align: right; }
.pricing-card > p { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; width: 100%; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; border: 0; padding: 18px 4px; background: none; font-weight: 800; text-align: left; cursor: pointer; }
.accordion-item button i { position: relative; flex: 0 0 30px; height: 30px; border-radius: 50%; background: var(--blue-100); }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; top: 14px; left: 9px; width: 12px; height: 2px; background: var(--blue-800); }
.accordion-item button i::after { transform: rotate(90deg); transition: transform 160ms ease; }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-panel { padding: 0 48px 24px 4px; }
.accordion-panel p { margin: 0; color: var(--muted); line-height: 1.65; }

.final-cta { position: relative; overflow: hidden; padding: 108px 0; background: var(--blue-950); color: var(--paper); }
.final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; right: -250px; bottom: -390px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 88px rgba(21,119,152,.06), 0 0 0 176px rgba(21,119,152,.04); pointer-events: none; }
.waitlist-layout { position: relative; display: grid; grid-template-columns: minmax(0,.84fr) minmax(460px,1.16fr); align-items: center; gap: clamp(56px,7vw,92px); }
.cta-mark { width: 62px; height: 62px; margin-bottom: 26px; object-fit: contain; }
.waitlist-copy h2 { margin-bottom: 20px; }
.waitlist-copy p { max-width: 520px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }
.waitlist-form { position: relative; padding: 38px 40px 34px; border: 1px solid rgba(255,255,255,.38); border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-heading h3 { margin: 4px 0 0; font: 700 28px/1.1 var(--serif); letter-spacing: -.02em; }
.form-kicker { color: var(--blue-700); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.form-assurance { max-width: 390px; margin: 10px 0 0; color: var(--muted); font-size: 13px; font-weight: 650; line-height: 1.5; }
.form-grid { display: grid; gap: 24px; }
.form-field { min-width: 0; }
.form-field label { display: block; margin-bottom: 9px; color: var(--blue-950); font-size: 14px; font-weight: 800; }
.form-field label span { color: var(--muted); font-weight: 500; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(16,42,52,.26); border-radius: 12px; padding: 13px 14px; background: #fbfdfe; color: var(--ink); transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.form-field input { min-height: 50px; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:hover, .form-field textarea:hover { border-color: rgba(21,119,152,.55); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue-700); background: var(--paper); box-shadow: 0 0 0 3px rgba(21,119,152,.13); outline: none; }
.form-field input[aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.form-field small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-legal { margin: 24px 0 18px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.form-legal a { color: var(--blue-700); font-weight: 750; }
.form-submit { width: 100%; }
.form-submit:disabled { background: #9ab7c1; color: var(--paper); box-shadow: none; cursor: not-allowed; opacity: 1; transform: none; }
.waitlist-form[aria-busy="true"] .form-submit:disabled { background: var(--blue-800); cursor: wait; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.form-status[data-state="success"] { color: #11614b; font-weight: 750; }
.form-status[data-state="error"] { color: #a30a0d; font-weight: 750; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.site-footer { padding: 66px 0 24px; background: #061f29; color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 60px; }
.footer-main > div:first-child p { max-width: 350px; margin-top: 20px; color: rgba(255,255,255,.57); line-height: 1.6; }
.footer-main nav, .footer-contact { display: grid; align-content: start; gap: 8px; }
.footer-main nav a, .footer-contact a { display: inline-flex; min-height: 44px; align-items: center; color: rgba(255,255,255,.72); text-decoration: none; }
.footer-contact span { margin-bottom: 6px; color: rgba(255,255,255,.45); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-base { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 12px; }

/* Content is visible by default. JavaScript adds this class only after all
   enhancement setup succeeds, so a module/network failure can never hide it. */
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.js-ready .reveal.visible { opacity: 1; transform: none; }
.js-ready .reveal-delay { transition-delay: 120ms; }
.js-ready .reveal-delay-short { transition-delay: 70ms; }
.js-ready .reveal-delay-long { transition-delay: 140ms; }

@media (max-width: 940px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero { min-height: auto; padding-top: 128px; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 30px; }
  .hero-visual { min-height: 550px; }
  .phone-shell { width: 288px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; min-height: 360px; }
  .feature-layout, .pricing-layout, .waitlist-layout { grid-template-columns: 1fr; }
  .feature-layout, .pricing-layout, .waitlist-layout { gap: 48px; }
  .promise-card { grid-template-columns: 1fr; }
  .promise-copy { padding: 54px 54px 20px; }
  .promise-art { min-height: 310px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 76px; }
  .brand-wordmark { width: 190px; }
  .site-header .brand-wordmark { width: 210px; }
  .hero { padding: 110px 0 50px; }
  .hero-grid { display: flex; flex-direction: column; gap: 30px; }
  h1 { margin: 17px 0 19px; font-size: clamp(45px,14vw,62px); }
  .hero-lede { margin-bottom: 23px; font-size: 17px; line-height: 1.52; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 14px; }
  .hero-proof { gap: 9px 18px; margin-top: 22px; }
  .hero-visual { width: 100%; min-height: 440px; }
  .phone-shell { width: 230px; max-height: 392px; border-width: 7px; border-radius: 36px; }
  .phone-shell img { transform: translateY(-4px); }
  .orbit-one { width: 400px; height: 400px; }
  .orbit-two { width: 310px; height: 310px; }
  .preview-caption { bottom: 0; max-width: 280px; text-align: center; }
  .section-heading.split { grid-template-columns: 1fr; gap: 8px; margin-bottom: 42px; }
  .benefit-grid, .steps-list { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:last-child { grid-column: auto; min-height: 370px; }
  .mini-calendar, .mini-chart, .mini-health { position: relative; top: auto; right: auto; left: auto; margin-top: 28px; }
  .benefit-card h3 { margin-top: 30px; }
  .feature-panel { min-height: 520px; padding: 34px 26px; }
  .feature-panel h3 { font-size: 35px; }
  .feature-panel ul { margin-top: 26px; }
  .feature-stat { position: relative; right: auto; bottom: auto; left: auto; width: 100%; min-width: 0; margin-top: 30px; }
  .promise-copy { padding: 44px 28px 12px; }
  .promise-art { min-height: 250px; padding: 16px 18px 26px; }
  .pricing-card { padding: 28px 24px; }
  .pricing-card li { grid-template-columns: 1fr; gap: 5px; padding: 18px 0; }
  .pricing-value { text-align: left; }
  .waitlist-form { padding: 28px 22px 24px; }
  .form-heading { align-items: flex-start; gap: 14px; margin-bottom: 24px; padding-bottom: 20px; }
  .form-heading h3 { font-size: 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-base { display: grid; gap: 8px; }
}

@media (max-width: 410px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; }
  .feature-tabs { grid-template-columns: 1fr 1fr; }
  .feature-tabs button { padding: 10px; }
}

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

/* Legal / policy pages (privacy.html, and any future same-origin policy doc).
   Reuses the site tokens for an on-brand, readable long-form document so the
   marketing site can host its own working Privacy Policy without depending on
   the (not-yet-deployed) production app. */
.legal-page { padding-top: 86px; }
.legal-hero { background: var(--blue-950); color: var(--paper); padding: 72px 0 58px; }
.legal-hero .kicker { color: #b9dfeb; }
.legal-hero h1 { max-width: none; margin: 14px 0 10px; font: 700 clamp(38px, 5vw, 60px)/1.03 var(--serif); letter-spacing: -.035em; }
.legal-meta { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.legal-body { padding: 60px 0 96px; }
.legal-body .container { max-width: 820px; }
.legal-body .lead { font-size: clamp(18px, 2vw, 21px); line-height: 1.65; color: var(--ink); margin-bottom: 10px; }
.legal-body h2 { margin: 42px 0 12px; font: 700 clamp(24px, 3vw, 32px)/1.16 var(--serif); letter-spacing: -.02em; }
.legal-body h3 { margin: 26px 0 6px; color: var(--blue-700); font-size: 18px; font-weight: 800; }
.legal-body p, .legal-body li { color: var(--ink); font-size: 16px; line-height: 1.7; }
.legal-body ul { padding-left: 22px; }
.legal-body li { margin: 6px 0; }
.legal-body strong { font-weight: 800; }
.legal-body a { color: var(--blue-700); font-weight: 700; text-underline-offset: 3px; }
.legal-body a:hover { color: var(--blue-800); }
.legal-callout { background: var(--wash); border: 1px solid var(--line); border-left: 4px solid var(--blue-700); border-radius: 14px; padding: 18px 22px; margin: 22px 0; }
.legal-callout ul { margin: 0; }
.legal-table-wrap { overflow-x: auto; margin: 16px 0; }
.legal-body table { border-collapse: collapse; width: 100%; font-size: 15px; }
.legal-body th, .legal-body td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-body th { background: var(--blue-050); font-weight: 800; }
.legal-footer { border-top: 1px solid var(--line); padding: 40px 0; background: var(--wash); }
.legal-footer .container { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; color: var(--muted); font-size: 14px; }
.legal-footer nav { display: inline-flex; flex-wrap: wrap; gap: 18px; }
.legal-footer a { color: var(--blue-800); font-weight: 750; text-decoration: none; }
.legal-footer a:hover { color: var(--blue-700); }
