:root {
  --ink: #0d1c2d;
  --muted: #657083;
  --line: rgba(13, 28, 45, .10);
  --surface: #ffffff;
  --page: #f7f8fb;
  --mint: #77dfb3;
  --mint-dark: #1e8a61;
  --lilac: #a99af8;
  --sky: #8fc8ff;
  --navy: #0c2036;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 24px 80px rgba(33, 48, 72, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; position: relative; overflow: hidden; }
.section-soft { background: #f0f3f7; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 248, 251, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(26, 39, 57, .05); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 760; letter-spacing: -.45px; white-space: nowrap; }
.brand strong { color: #5b73e8; }
.brand-mark { width: 34px; height: 34px; color: #5e79e9; background: #edf0ff; border-radius: 11px; padding: 5px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #4f5b6c; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--ink); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 17px;
  font-weight: 760;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 14px; font-size: 13px; }
.button-dark { background: var(--navy); color: #fff; box-shadow: 0 12px 28px rgba(12, 32, 54, .18); }
.button-primary { background: linear-gradient(135deg, #0d2035, #172f4d); color: #fff; min-width: 196px; box-shadow: 0 20px 38px rgba(12, 32, 54, .20); }
.button-white { background: #fff; color: var(--ink); box-shadow: 0 18px 45px rgba(0, 0, 0, .14); }
.button small { display: block; font-size: 10px; line-height: 1.1; font-weight: 600; opacity: .7; }
.button .apple { font-size: 25px; line-height: 1; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 4px; }
.mobile-menu { padding: 10px 20px 24px; background: rgba(247, 248, 251, .97); border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 13px 0; font-weight: 700; }

.hero { min-height: 780px; display: flex; align-items: center; padding-top: 82px; background: radial-gradient(circle at 70% 20%, rgba(169,154,248,.15), transparent 33%), radial-gradient(circle at 85% 65%, rgba(119,223,179,.15), transparent 31%), var(--page); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #526074; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(119,223,179,.17); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(56px, 6.1vw, 86px); line-height: .98; letter-spacing: -.065em; font-weight: 840; }
.hero h1 span { background: linear-gradient(100deg, #5b71e9, #7c67da 52%, #278a6a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-text { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { font-weight: 760; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #657083; font-size: 12px; font-weight: 680; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e7f8f0; color: #24855f; font-style: normal; font-size: 10px; }

.hero-visual { min-height: 640px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-a { width: 410px; height: 410px; right: 2%; top: 13%; background: rgba(170, 155, 249, .15); }
.hero-glow-b { width: 330px; height: 330px; right: 20%; bottom: 5%; background: rgba(117, 221, 179, .15); }
.orb { position: absolute; border-radius: 50%; filter: blur(.2px); }
.orb-one { width: 300px; height: 300px; right: 30px; top: 80px; background: linear-gradient(145deg, rgba(171,157,249,.68), rgba(143,200,255,.4)); }
.orb-two { width: 230px; height: 230px; left: 18px; bottom: 30px; background: linear-gradient(145deg, rgba(119,223,179,.65), rgba(143,200,255,.4)); }
.phone { position: relative; background: #0b1118; border: 1px solid rgba(255,255,255,.75); border-radius: 48px; padding: 10px; box-shadow: 0 34px 90px rgba(23, 37, 55, .23), inset 0 0 0 1px rgba(255,255,255,.2); }
.phone-main { width: 316px; transform: rotate(3.5deg); z-index: 2; }
.phone-island { position: absolute; z-index: 4; width: 92px; height: 25px; border-radius: 18px; background: #090d12; top: 18px; left: 50%; transform: translateX(-50%); }
.phone-screen { min-height: 625px; background: #f8f8fb; border-radius: 39px; padding: 54px 18px 16px; overflow: hidden; position: relative; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.app-topbar strong { display: block; font-size: 19px; line-height: 1.15; letter-spacing: -.03em; }
.app-kicker { display: block; color: #8a93a3; font-size: 8px; font-weight: 850; letter-spacing: .12em; margin-bottom: 4px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #f0d2bb, #a7c3eb); color: #223146; font-size: 10px; font-weight: 900; border: 2px solid #fff; box-shadow: 0 5px 14px rgba(37,54,78,.13); }
.score-card { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #172a44, #112035 70%); box-shadow: 0 15px 32px rgba(17,32,53,.2); }
.score-card span, .score-card small { display: block; opacity: .72; font-size: 9px; font-weight: 700; }
.score-card strong { display: block; font-size: 31px; line-height: 1.15; }
.score-ring { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#78dfb4 0 82%, rgba(255,255,255,.15) 82% 100%); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #14263d; }
.score-ring span { position: relative; z-index: 1; color: #fff; opacity: 1; font-size: 18px; font-weight: 850; }
.metrics-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 10px 0; }
.metrics-row div { background: #fff; padding: 12px 10px; border-radius: 16px; border: 1px solid #edf0f4; box-shadow: 0 7px 18px rgba(42,57,79,.05); }
.metrics-row span, .metrics-row small { display: block; color: #929aa7; font-size: 7px; }
.metrics-row strong { display: block; font-size: 14px; margin: 2px 0; }
.meal-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; background: #fff; border: 1px solid #edf0f4; padding: 12px; border-radius: 18px; }
.meal-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #effaf5; font-size: 20px; }
.meal-card span, .meal-card small { display: block; color: #9199a6; font-size: 7px; }
.meal-card strong { display: block; font-size: 11px; margin: 2px 0; }
.meal-card b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #dcf6ea; color: #197e58; font-size: 10px; }
.progress-label { display: flex; justify-content: space-between; margin: 15px 2px 6px; font-size: 8px; color: #7d8795; }
.progress-label strong { color: var(--ink); }
.progress-bar { height: 8px; border-radius: 10px; background: #e8ebf0; overflow: hidden; }
.progress-bar span { display: block; width: 74%; height: 100%; background: linear-gradient(90deg, #75dcae, #6a88ef); border-radius: inherit; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.mini-grid div { background: #fff; border-radius: 15px; padding: 12px; border: 1px solid #edf0f4; }
.mini-grid span { display: block; color: #8d96a4; font-size: 7px; }
.mini-grid strong { font-size: 13px; }
.app-nav { position: absolute; left: 12px; right: 12px; bottom: 10px; display: flex; justify-content: space-around; align-items: center; padding: 11px 8px; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(36,50,69,.12); color: #a3aab5; font-size: 12px; }
.app-nav .active { color: #5b74e9; }
.floating-card { position: absolute; z-index: 4; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.85); box-shadow: 0 22px 55px rgba(35,51,75,.15); border-radius: 18px; }
.floating-ai { left: 15px; top: 150px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; }
.float-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 11px; background: #ebe8ff; color: #6659c7; }
.floating-card small { display: block; color: #8a94a2; font-size: 8px; }
.floating-card strong { display: block; font-size: 11px; }
.floating-score { right: -6px; bottom: 112px; width: 155px; padding: 15px; }
.floating-score strong { font-size: 22px; color: #21835e; }
.sparkline { display: flex; align-items: end; gap: 4px; height: 36px; margin-top: 5px; }
.sparkline i { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(#76ddb0, #acc6fa); }
.sparkline i:nth-child(1){height:28%}.sparkline i:nth-child(2){height:48%}.sparkline i:nth-child(3){height:38%}.sparkline i:nth-child(4){height:70%}.sparkline i:nth-child(5){height:62%}.sparkline i:nth-child(6){height:92%}

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.logo-strip-inner { min-height: 86px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 21px; color: #778191; font-size: 13px; }
.logo-strip-inner b { color: #39465a; }
.logo-strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: #b6bdc8; }

.section-heading { max-width: 680px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading h2, .steps-copy h2, .score-copy h2, .cta-card h2 { margin: 15px 0 18px; font-size: clamp(39px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p, .steps-copy > p, .score-copy p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.feature-card { min-height: 300px; position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: 34px; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 18px 50px rgba(31,47,70,.08); }
.feature-card h3 { margin: 12px 0; font-size: 27px; line-height: 1.15; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: #5f6a79; line-height: 1.65; max-width: 500px; }
.feature-number { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 26px; border-radius: 999px; background: rgba(255,255,255,.62); color: #536174; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.feature-large { min-height: 440px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 20px; }
.feature-lilac { background: linear-gradient(145deg, #efedff, #e3e6ff); }
.feature-mint { background: linear-gradient(145deg, #e5faef, #d8f3e9); }
.feature-sky { background: linear-gradient(145deg, #e8f5ff, #dbeafa); }
.feature-dark { background: linear-gradient(145deg, #12263d, #0c1c2f); color: #fff; }
.feature-dark p { color: rgba(255,255,255,.65); }
.feature-dark .feature-number { background: rgba(255,255,255,.1); color: rgba(255,255,255,.76); }
.feature-wide { grid-column: 1 / -1; min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.meal-visual { position: relative; min-height: 330px; display: grid; place-items: center; }
.food-bowl { width: 175px; height: 175px; display: grid; place-items: center; font-size: 86px; border-radius: 50%; background: linear-gradient(145deg,#fff,#e4e5fb); box-shadow: 0 28px 55px rgba(68,72,131,.15), inset 0 0 0 12px rgba(255,255,255,.65); transform: rotate(-5deg); }
.analysis-panel { position: absolute; right: 0; bottom: 12px; width: 190px; background: rgba(255,255,255,.9); padding: 16px; border-radius: 19px; box-shadow: 0 22px 45px rgba(52,57,103,.14); }
.analysis-panel > div { display: flex; justify-content: space-between; align-items: center; }
.analysis-panel span { font-size: 9px; color: #7b8493; }
.analysis-panel strong { font-size: 23px; color: #27825e; }
.analysis-panel ul { list-style: none; padding: 0; margin: 10px 0 0; }
.analysis-panel li { display: flex; align-items: center; gap: 7px; font-size: 8px; color: #687384; margin-top: 7px; }
.analysis-panel li i { width: 7px; height: 7px; border-radius: 50%; background: #72d9ab; }
.round-icon { width: 70px; height: 70px; display: grid; place-items: center; margin-top: 48px; border-radius: 23px; background: rgba(255,255,255,.65); color: #3e9f76; font-size: 30px; box-shadow: 0 14px 35px rgba(37,128,91,.1); }
.mini-chart { height: 130px; display: flex; align-items: end; gap: 10px; padding: 22px; margin: 45px 0 24px; border-radius: 22px; background: rgba(255,255,255,.58); }
.mini-chart span { flex: 1; min-width: 10px; border-radius: 8px 8px 3px 3px; background: linear-gradient(#647ce6,#9dc9f9); }
.habit-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.habit-visual div { display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 0 18px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.habit-visual span { color: rgba(255,255,255,.68); }
.habit-visual b { color: #85e4bb; }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.phone-stack { min-height: 690px; display: grid; place-items: center; position: relative; }
.phone-secondary { width: 320px; transform: rotate(-2.4deg); }
.phone-secondary .phone-screen { min-height: 630px; }
.app-topbar.simple { margin-bottom: 20px; }
.coach-card { display: flex; gap: 10px; background: linear-gradient(145deg,#172b44,#102038); color: #fff; border-radius: 22px; padding: 17px; }
.coach-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.12); color: #b8aeff; }
.coach-card small { display: block; color: rgba(255,255,255,.55); font-size: 8px; }
.coach-card strong { display: block; font-size: 13px; margin: 2px 0 4px; }
.coach-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 9px; line-height: 1.5; }
.section-mini-title { margin: 18px 0 9px; font-size: 10px; font-weight: 850; }
.signal-list { display: grid; gap: 8px; }
.signal-list > div { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 9px; padding: 12px; border-radius: 17px; background: #fff; border: 1px solid #edf0f3; }
.signal-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: #f2f5f8; }
.signal-list p { margin: 0; }
.signal-list b, .signal-list small { display: block; }
.signal-list b { font-size: 10px; }
.signal-list small { color: #9099a7; font-size: 8px; }
.signal-list strong { font-size: 13px; }
.stack-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 18px; padding: 14px 17px; box-shadow: 0 20px 55px rgba(35,49,69,.15); }
.stack-badge b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: #eef0ff; color: #6574df; }
.stack-badge span { font-size: 10px; color: #687384; font-weight: 700; }
.badge-one { left: 15px; top: 160px; }
.badge-two { right: 10px; bottom: 130px; }
.steps-list { display: grid; gap: 25px; margin: 38px 0; }
.step-item { display: grid; grid-template-columns: 46px 1fr; gap: 18px; }
.step-item > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: #fff; color: #596edd; font-weight: 850; box-shadow: 0 10px 24px rgba(40,55,75,.08); }
.step-item h3 { margin: 0 0 5px; font-size: 19px; letter-spacing: -.02em; }
.step-item p { margin: 0; color: var(--muted); line-height: 1.65; }

.score-section { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; padding: 68px; border-radius: 46px; background: radial-gradient(circle at 85% 20%, rgba(126,114,221,.35), transparent 30%), linear-gradient(145deg,#10253e,#091928); color: #fff; box-shadow: 0 34px 85px rgba(11,26,44,.23); }
.eyebrow-light { color: rgba(255,255,255,.58); }
.score-copy p { color: rgba(255,255,255,.65); }
.score-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; font-size: 11px; color: rgba(255,255,255,.65); }
.score-legend span { display: inline-flex; align-items: center; gap: 7px; }
.score-legend i { width: 8px; height: 8px; border-radius: 50%; }
.green { background:#72d8a8}.yellow{background:#f0ca67}.red{background:#ef7d7d}
.score-demo { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 24px; }
.score-demo-ring { width: 210px; height: 210px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: conic-gradient(#77dfb3 0 82%, rgba(255,255,255,.10) 82% 100%); position: relative; }
.score-demo-ring::before { content:""; position:absolute; inset:17px; border-radius:50%; background:#10253c; }
.score-demo-ring span, .score-demo-ring small { position: relative; z-index: 1; }
.score-demo-ring span { font-size: 65px; line-height: 1; font-weight: 850; letter-spacing: -.05em; }
.score-demo-ring small { color: #82e1b8; font-weight: 750; margin-top: 7px; }
.score-factors { display: grid; gap: 10px; }
.score-factors div { display: flex; justify-content: space-between; padding: 14px 15px; border-radius: 15px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.06); }
.score-factors span { color: rgba(255,255,255,.6); font-size: 11px; }
.score-factors b { color: #fff; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; min-height: 78px; cursor: pointer; font-size: 18px; font-weight: 760; }
summary::-webkit-details-marker { display: none; }
summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 50px 24px 0; color: var(--muted); line-height: 1.7; }

.cta-section { padding-top: 80px; }
.cta-card { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; padding: 60px 68px; border-radius: 44px; color: #fff; background: linear-gradient(135deg,#5b70e6,#7967d4 55%,#238767); box-shadow: 0 30px 80px rgba(73,82,172,.22); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { margin-bottom: 0; }
.cta-glow { position: absolute; width: 360px; height: 360px; right: -60px; top: -100px; border-radius: 50%; background: rgba(255,255,255,.17); filter: blur(4px); }

.site-footer { padding: 72px 0 28px; background: #0b1929; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 60px; }
.footer-brand .brand-mark { background: rgba(255,255,255,.08); color: #96a9ff; }
.footer-grid p { max-width: 320px; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.footer-grid h4 { margin: 4px 0 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.45); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { color: rgba(255,255,255,.76); font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.availability { color: rgba(255,255,255,.38); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.4); font-size: 11px; }

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

.legal-page { min-height: 100vh; background: var(--page); }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-wrap { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.legal-wrap h1 { margin: 12px 0 12px; font-size: clamp(42px, 6vw, 66px); letter-spacing: -.05em; }
.legal-meta { color: var(--muted); margin-bottom: 42px; }
.legal-wrap h2 { margin-top: 38px; font-size: 23px; letter-spacing: -.02em; }
.legal-wrap p, .legal-wrap li { color: #566275; line-height: 1.75; }
.legal-wrap a { color: #4f67d8; text-decoration: underline; }
.legal-note { padding: 18px 20px; border-radius: 16px; background: #edf0ff; border: 1px solid #dfe4ff; color: #41527c !important; }

@media (max-width: 980px) {
  .desktop-nav, .nav-wrap > .button-small { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .hero-grid, .split-grid, .score-section, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 660px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large, .feature-wide { grid-column: 1 / -1; }
  .split-grid { gap: 45px; }
  .steps-copy { max-width: 680px; margin: 0 auto; }
  .score-section { padding: 48px; gap: 45px; }
  .score-demo { max-width: 590px; }
  .faq-grid { gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 68px; }
  .hero { min-height: auto; padding-top: 52px; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: 52px; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-visual { min-height: 620px; transform: scale(.9); margin: -25px 0 -30px; }
  .floating-ai { left: -12px; }
  .floating-score { right: -18px; }
  .logo-strip-inner { gap: 12px; padding: 22px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-large, .feature-wide { grid-column: auto; grid-template-columns: 1fr; min-height: auto; padding: 26px; }
  .feature-large { padding-bottom: 18px; }
  .meal-visual { min-height: 290px; }
  .analysis-panel { right: 5px; }
  .feature-wide { gap: 35px; }
  .phone-stack { min-height: 620px; transform: scale(.9); margin: -20px 0 -30px; }
  .badge-one { left: -12px; }
  .badge-two { right: -14px; }
  .score-section { padding: 34px 24px; border-radius: 32px; }
  .score-demo { grid-template-columns: 1fr; }
  .score-demo-ring { margin: 0 auto; }
  .score-copy h2 { font-size: 41px; }
  .cta-card { min-height: 400px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px 28px; border-radius: 32px; }
  .cta-card h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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