:root {
  color-scheme: light;
  --cream: #f9f1e2;
  --cream-deep: #f0e6d0;
  --paper: #fffcf4;
  --ink: #37312a;
  --muted: #776e60;
  --coral: #e45c3a;
  --coral-deep: #c94427;
  --sage: #71934f;
  --gold: #dd9a2b;
  --blue: #64789e;
  --lavender: #8578be;
  --line: rgba(55, 49, 42, .11);
  --shadow: 0 28px 70px rgba(96, 67, 39, .15);
  --sans: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: white; font-weight: 800; }
.skip-link:focus { top: 18px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 4px; }

.site-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(55,49,42,.08); background: rgba(249,241,226,.88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 12px; box-shadow: 0 7px 20px rgba(201,68,39,.2); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.nav-links a:hover { color: var(--coral); }
.nav-links .nav-cta { padding: 10px 16px; border-radius: 99px; background: var(--ink); color: var(--paper); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 77% 20%, rgba(228,92,58,.14), transparent 29rem), linear-gradient(180deg, var(--cream), #fbf6eb); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: radial-gradient(rgba(55,49,42,.25) .65px, transparent .65px); background-size: 8px 8px; mask-image: linear-gradient(to right, black, transparent 47%, black); }
.hero-grid { min-height: 760px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 68px; padding: 86px 0 94px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--sage); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; border-radius: 9px; background: currentColor; }
.eyebrow.coral { color: var(--coral); }
.eyebrow.gold { color: #efbd55; }
.eyebrow.sage { color: var(--sage); }
.eyebrow.light { color: #ffd38b; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin-bottom: 26px; font-size: clamp(3.6rem, 7.4vw, 6.7rem); line-height: .93; letter-spacing: -.07em; }
h2 { margin-bottom: 20px; font-size: clamp(2.45rem, 5vw, 4.45rem); line-height: 1; letter-spacing: -.055em; }
h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.13; letter-spacing: -.03em; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 99px; background: var(--coral); color: #fff8ec; font-size: 15px; font-weight: 850; text-decoration: none; box-shadow: 0 14px 30px rgba(228,92,58,.24); transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(228,92,58,.3); }
.button-quiet { border-color: var(--line); background: rgba(255,252,244,.65); color: var(--ink); box-shadow: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(113,147,79,.12); }
.hero-orbit { position: absolute; border: 1px solid rgba(228,92,58,.14); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; top: 80px; right: -250px; box-shadow: inset 0 0 0 70px rgba(228,92,58,.018), inset 0 0 0 145px rgba(228,92,58,.018); }
.orbit-two { width: 190px; height: 190px; bottom: -120px; left: 18%; border-color: rgba(113,147,79,.2); }

.phone-stage { min-height: 650px; position: relative; }
.phone { width: 332px; position: absolute; top: 0; right: 9%; padding: 10px; border: 1px solid rgba(55,49,42,.35); border-radius: 48px; background: #29251f; box-shadow: 0 44px 90px rgba(75,52,32,.27); transform: rotate(2.5deg); }
.phone-screen { min-height: 654px; position: relative; overflow: hidden; padding: 12px 16px 76px; border-radius: 39px; background: var(--cream); }
.island { width: 93px; height: 25px; margin: -4px auto 20px; border-radius: 20px; background: #1c1915; }
.phone-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.phone-header div:first-child { display: flex; flex-direction: column; }
.phone-header small, .wellness-card small, .focus-card small, .score-card small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.phone-header strong { font-size: 18px; letter-spacing: -.03em; }
.mini-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-deep); color: var(--coral); font-size: 10px; font-weight: 900; }
.wellness-card { min-height: 180px; position: relative; overflow: hidden; padding: 19px; border-radius: 23px; background: linear-gradient(145deg, var(--coral), var(--coral-deep)); color: #fff8ec; box-shadow: 0 15px 30px rgba(201,68,39,.24); }
.wellness-card::after { content: ""; position: absolute; width: 170px; height: 170px; top: -90px; right: -58px; border: 22px solid rgba(255,255,255,.08); border-radius: 50%; }
.wellness-card div:first-child { display: flex; flex-direction: column; position: relative; z-index: 2; }
.wellness-card small { color: rgba(255,248,236,.72); }
.wellness-card strong { font-size: 56px; line-height: .96; letter-spacing: -.06em; }
.wellness-card span { font-size: 11px; font-weight: 700; }
.wellness-card p { position: absolute; left: 19px; bottom: 14px; margin: 0; font-size: 9px; opacity: .76; }
.confidence { position: absolute; right: 17px; bottom: 42px; display: flex; gap: 4px; align-items: end; }
.confidence span, .confidence i { display: block; width: 6px; border-radius: 6px; background: #fff8ec; }
.confidence span:nth-child(1) { height: 12px; opacity: .45; }.confidence span:nth-child(2) { height: 19px; opacity: .65; }.confidence span:nth-child(3) { height: 27px; }.confidence i { height: 34px; opacity: .22; }
.today-label { display: flex; justify-content: space-between; margin: 18px 2px 9px; font-size: 11px; }.today-label span { color: var(--muted); }
.focus-card, .score-card { display: grid; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 9px 20px rgba(96,67,39,.07); }
.focus-card { grid-template-columns: 38px 1fr 24px; }.focus-card div:nth-child(2) { display: flex; flex-direction: column; }.focus-card strong { font-size: 13px; }.focus-card p, .score-card p { margin: 3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.35; }.focus-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: rgba(113,147,79,.15); color: var(--sage); }.check { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: white; font-size: 10px; }
.score-card { grid-template-columns: 58px 1fr; margin-top: 10px; }.score-card div:last-child { display: flex; flex-direction: column; }.score-card strong { font-size: 12px; }
.score-ring { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--coral) 0 38%, var(--gold) 38% 57%, var(--sage) 57% 76%, var(--cream-deep) 76%); position: relative; }.score-ring::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--paper); }.score-ring span { position: relative; z-index: 1; font-size: 17px; font-weight: 900; }
.tabbar { position: absolute; left: 0; right: 0; bottom: 0; height: 65px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-top: 1px solid var(--line); background: rgba(255,252,244,.95); }.tabbar span { display: flex; flex-direction: column; align-items: center; gap: 2px; color: var(--muted); font-weight: 900; }.tabbar small { font-size: 8px; font-weight: 700; }.tabbar .active { color: var(--coral); }
.paper-note { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 14px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }.paper-note b { color: var(--coral); font-size: 24px; line-height: 1; }.paper-note span { color: var(--muted); font-size: 10px; font-weight: 700; }.note-one { left: -5px; top: 118px; transform: rotate(-7deg); }.note-two { right: -15px; bottom: 80px; transform: rotate(6deg); }.note-two b { color: var(--sage); }

.proof-strip { position: relative; z-index: 5; border-block: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof { min-height: 120px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 13px; padding: 22px 20px; border-right: 1px solid var(--line); }.proof:first-child { padding-left: 0; }.proof:last-child { border-right: 0; }.proof > b { color: var(--coral); font-size: 11px; }.proof div { display: flex; flex-direction: column; }.proof strong { font-size: 14px; }.proof span { color: var(--muted); font-size: 11px; }

.section { padding: 110px 0; }
.section-head { max-width: 830px; margin-bottom: 50px; }.section-head > p:last-child { max-width: 700px; color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { min-height: 305px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); box-shadow: 0 12px 32px rgba(96,67,39,.055); }.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: auto; }.step-top span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }.step-top i { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.step h3 { margin-top: 58px; }.step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }.step-coral .step-top span { background: rgba(228,92,58,.12); color: var(--coral); }.step-gold .step-top span { background: rgba(221,154,43,.14); color: var(--gold); }.step-sage .step-top span { background: rgba(113,147,79,.14); color: var(--sage); }

.feature-section { overflow: hidden; background: #20251e; color: #f7f1e4; }
.feature-intro { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 70px; margin-bottom: 52px; }.feature-intro > p { margin-bottom: 10px; color: #bdb9aa; font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }.feature-card { overflow: hidden; padding: 31px; border: 1px solid rgba(255,255,255,.09); border-radius: 26px; background: #2b3128; box-shadow: 0 22px 55px rgba(0,0,0,.16); }.feature-card p { margin-bottom: 0; color: #bdb9aa; font-size: 14px; }.feature-kicker { display: inline-block; margin-bottom: 14px; color: #f1ba5c; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.feature-large { min-height: 390px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 34px; grid-row: span 2; }.wheel { width: min(235px,100%); aspect-ratio: 1; position: relative; display: grid; place-items: center; margin-inline: auto; border-radius: 50%; background: conic-gradient(#71934f 0 11%, transparent 11% 12.5%, #e45c3a 12.5% 23.5%, transparent 23.5% 25%, #4d9489 25% 36%, transparent 36% 37.5%, #8578be 37.5% 48.5%, transparent 48.5% 50%, #64789e 50% 61%, transparent 61% 62.5%, #dd9a2b 62.5% 73.5%, transparent 73.5% 75%, #a96fa1 75% 86%, transparent 86% 87.5%, #cc5f7e 87.5% 98.5%, transparent 98.5%); box-shadow: 0 18px 44px rgba(0,0,0,.2); }.wheel::before { content: ""; width: 50%; aspect-ratio: 1; border-radius: 50%; background: #2b3128; }.wheel-center { position: absolute; display: flex; flex-direction: column; align-items: center; }.wheel-center b { font-size: 42px; line-height: 1; }.wheel-center span { color: #bdb9aa; font-size: 11px; }.age-card { min-height: 212px; background: linear-gradient(145deg,#d95232,#bd3e24); }.age-card .feature-kicker, .age-card p { color: rgba(255,248,236,.77); }.age-number { display: flex; align-items: end; color: #fff8ec; font-size: 70px; font-weight: 900; line-height: .9; letter-spacing: -.06em; }.age-number sup { margin: 0 0 8px 9px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.age-card p { max-width: 490px; margin-top: 18px; }.training-card { min-height: 260px; }.training-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }.training-pills span { padding: 8px 12px; border-radius: 99px; background: rgba(113,147,79,.18); color: #b8d49c; font-size: 12px; font-weight: 800; }.learn-card { grid-column: 1/-1; display: grid; grid-template-columns: .6fr 1fr 1fr; align-items: center; gap: 30px; }.learn-card .feature-kicker { margin: 0; }.learn-card h3 { margin: 0; }.source-line { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.source-line span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #c9c6ba; font-size: 11px; }

.privacy-section { background: var(--cream-deep); }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }.privacy-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--coral); font-weight: 850; text-decoration: none; }.privacy-card { padding: 18px 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }.privacy-card > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }.privacy-card > div:last-child { border: 0; }.privacy-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(113,147,79,.15); color: var(--sage); font-weight: 900; }.privacy-card p { margin: 0; color: var(--muted); font-size: 13px; }.privacy-card strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 15px; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: start; }.section-copy { max-width: 470px; margin-bottom: 26px; color: var(--muted); }.faq-list { border-top: 1px solid var(--line); }details { border-bottom: 1px solid var(--line); }summary { display: flex; justify-content: space-between; gap: 18px; padding: 23px 0; cursor: pointer; font-weight: 850; list-style: none; }summary::-webkit-details-marker { display: none; }summary span { color: var(--coral); font-size: 20px; }details p { max-width: 680px; padding: 0 35px 22px 0; color: var(--muted); font-size: 14px; }
.closing { padding: 62px 0; background: linear-gradient(135deg,var(--coral),var(--coral-deep)); color: #fff8ec; }.closing-inner { display: grid; grid-template-columns: 95px 1fr auto; align-items: center; gap: 30px; }.closing img { width: 90px; border-radius: 25px; box-shadow: 0 17px 35px rgba(94,31,18,.25); }.closing h2 { max-width: 700px; margin: 0; font-size: clamp(2.2rem,4vw,3.6rem); }.button-cream { background: #fff8ec; color: var(--coral-deep); box-shadow: none; }
.site-footer { padding: 42px 0; background: #24231f; color: #f8f1e4; }.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }.footer-grid > div:first-child { display: flex; flex-direction: column; }.footer-grid span, .footer-grid small { color: #aaa596; font-size: 12px; }.footer-links { display: flex; gap: 20px; }.footer-links a { color: #d9d4c7; font-size: 13px; font-weight: 750; text-decoration: none; }.footer-links a:hover { color: #ffd38b; }

/* Legal pages */
.legal-hero { position: relative; overflow: hidden; padding: 86px 0 70px; background: linear-gradient(145deg,#262a22,#3a4031); color: #f8f1e4; }.legal-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -180px; border: 60px solid rgba(228,92,58,.11); border-radius: 50%; }.legal-hero h1 { max-width: 800px; margin-bottom: 16px; font-size: clamp(3.2rem,7vw,5.8rem); }.legal-hero .eyebrow { color: #ffd38b; }.legal-lead { max-width: 760px; margin-bottom: 17px; color: #cac7b9; font-size: 18px; }.legal-meta { color: #a9a798; font-size: 13px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,780px); gap: 76px; align-items: start; padding: 70px 0 110px; }.legal-toc { position: sticky; top: 105px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,252,244,.7); }.legal-toc strong { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }.legal-toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 12px; text-decoration: none; }.legal-toc a:hover { color: var(--coral); }.legal-copy h2 { margin: 50px 0 15px; font-size: 28px; letter-spacing: -.035em; }.legal-copy h2:first-child { margin-top: 0; }.legal-copy h3 { margin: 28px 0 10px; font-size: 18px; }.legal-copy p, .legal-copy li { color: #5f584e; font-size: 15px; }.legal-copy ul { padding-left: 23px; }.legal-copy li { margin: 7px 0; }.legal-copy a { color: var(--coral-deep); font-weight: 750; }.legal-copy address { color: #5f584e; font-style: normal; }.legal-callout { margin: 26px 0; padding: 20px 22px; border-left: 4px solid var(--sage); border-radius: 0 14px 14px 0; background: var(--cream-deep); color: #5f584e; }.legal-callout strong { color: var(--ink); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-lead { margin-left: auto; margin-right: auto; }
  .phone-stage { width: min(560px,100%); margin-inline: auto; }.phone { right: calc(50% - 166px); }
  .proof-grid { grid-template-columns: repeat(2,1fr); }.proof:nth-child(2) { border-right: 0; }.proof:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.proof:first-child { padding-left: 20px; }
  .privacy-grid, .faq-grid { grid-template-columns: 1fr; gap: 52px; }.feature-intro { grid-template-columns: 1fr; gap: 12px; }.legal-layout { grid-template-columns: 1fr; gap: 38px; }.legal-toc { position: static; columns: 2; }.legal-toc strong { column-span: all; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 28px,1160px); }.nav-links a:not(.nav-cta) { display: none; }.brand span { font-size: 14px; }.site-nav .nav-cta { padding: 8px 13px; }
  .hero-grid { min-height: auto; padding-bottom: 68px; }h1 { font-size: clamp(3.25rem,17vw,5rem); }.hero-lead { font-size: 17px; }.phone-stage { min-height: 610px; transform: scale(.9); transform-origin: top center; margin-bottom: -55px; }.note-one { left: -8px; }.note-two { right: -8px; }
  .section { padding: 80px 0; }.steps, .feature-grid { grid-template-columns: 1fr; }.step { min-height: 270px; }.feature-large { min-height: 530px; grid-template-columns: 1fr; text-align: center; grid-row: auto; }.learn-card { grid-column: auto; grid-template-columns: 1fr; }.source-line { justify-content: flex-start; }.closing-inner { grid-template-columns: 70px 1fr; }.closing img { width: 68px; border-radius: 20px; }.closing .button { grid-column: 1/-1; }.footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 460px) {
  .phone-stage { width: 112%; margin-left: -6%; }.paper-note { display: none; }.proof-grid { grid-template-columns: 1fr; }.proof { border-right: 0; border-bottom: 1px solid var(--line); }.proof:nth-child(3) { border-bottom: 1px solid var(--line); }.legal-toc { columns: 1; }.legal-hero { padding-top: 66px; }.legal-layout { padding-top: 46px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
