:root {
  color-scheme: dark;
  --bg: #08080a;
  --surface: #111114;
  --surface-2: #18181d;
  --text: #f8f6f1;
  --muted: #aaa8a3;
  --line: rgba(255,255,255,.1);
  --orange: #ff5a1f;
  --orange-2: #ff8a32;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 5%, rgba(255,90,31,.12), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: relative;
  z-index: 10;
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -.02em; }
.brand img, .footer-brand img { border-radius: 24%; box-shadow: 0 8px 30px rgba(255,90,31,.18); }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; color: #d4d1ca; }
nav a:hover, .footer-links a:hover { color: #fff; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }

main { overflow: hidden; }
.hero {
  min-height: 760px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 28px 110px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 44px;
}
.eyebrow { margin: 0 0 18px; color: var(--orange-2); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.3rem); line-height: .92; letter-spacing: -.065em; font-weight: 850; }
h1 span { color: #8f8d87; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: #c3c0b9; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 21px; border-radius: 13px; font-weight: 760; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #fff; box-shadow: 0 14px 34px rgba(255,90,31,.2); }
.button.primary:hover { background: #ff682f; }
.button.secondary { background: rgba(255,255,255,.055); border: 1px solid var(--line); }
.fine-print { max-width: 530px; margin-top: 24px; color: #77756f; font-size: .8rem; }

.hero-visual { position: relative; height: 580px; }
.glow { position: absolute; inset: 15% 5%; border-radius: 50%; background: rgba(255,90,31,.26); filter: blur(80px); }
.phone { position: absolute; width: min(285px, 54%); border-radius: 34px; box-shadow: 0 38px 90px rgba(0,0,0,.62); border: 1px solid rgba(255,255,255,.14); }
.phone-back { right: 2%; top: 18px; transform: rotate(6deg); opacity: .78; }
.phone-front { left: 5%; bottom: 0; transform: rotate(-5deg); }

.proof-strip {
  max-width: var(--max);
  margin: 0 auto 130px;
  padding: 30px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.proof-strip div { padding: 0 34px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { display: block; font-size: 1.7rem; letter-spacing: -.04em; }
.proof-strip span { color: var(--muted); font-size: .9rem; }

.features { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.section-heading { max-width: 760px; margin-bottom: 80px; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
.feature-row { min-height: 600px; margin-bottom: 82px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.feature-row.reverse { grid-template-columns: 1.12fr .88fr; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-number { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
h3 { margin: 17px 0 20px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.03; letter-spacing: -.045em; }
.feature-copy > p { color: #b7b4ad; font-size: 1.06rem; }
.feature-copy ul { margin: 26px 0 0; padding: 0; list-style: none; color: #dad7d0; }
.feature-copy li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--line); }
.feature-copy li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.feature-media { min-height: 560px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; display: grid; place-items: end center; position: relative; }
.feature-media::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 70%, rgba(255,255,255,.1), transparent 55%); }
.feature-media img { position: relative; width: 285px; margin-bottom: -90px; border-radius: 34px; box-shadow: 0 30px 70px rgba(0,0,0,.48); }
.workout-media { background: linear-gradient(145deg, #15191a, #27200f); }
.nutrition-media { background: linear-gradient(145deg, #161315, #35180f); }
.progress-media { background: linear-gradient(145deg, #131419, #231723); }

.closing-card { max-width: var(--max); margin: 150px auto 0; padding: 100px 28px; min-height: 520px; border-top: 1px solid var(--line); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 55%, rgba(255,90,31,.11), transparent 26rem); }
.closing-card img { border-radius: 24%; margin-bottom: 24px; box-shadow: 0 20px 70px rgba(255,90,31,.18); }
.closing-card h2 { max-width: 700px; }
.closing-card > p:not(.eyebrow) { margin: 20px 0 30px; color: var(--muted); }

footer { max-width: var(--max); margin: 0 auto; padding: 35px 28px 48px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; color: #8d8a84; font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
footer > p { grid-column: 1 / -1; margin: 0; }

.support-page main { overflow: visible; }
.support-shell { max-width: 940px; margin: 0 auto; padding: 90px 28px 140px; }
.support-shell h1 { max-width: 800px; }
.support-intro { max-width: 700px; margin: 30px 0 55px; color: #b9b6b0; font-size: 1.16rem; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.support-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.support-card h2 { font-size: 1.35rem; letter-spacing: -.02em; }
.support-card p { margin: 12px 0 0; color: var(--muted); }
.support-card a { color: var(--orange-2); }
.support-card.full { grid-column: 1 / -1; }

.privacy-page main { overflow: visible; }
.privacy-shell { max-width: 1000px; margin: 0 auto; padding: 90px 28px 140px; }
.policy-hero { max-width: 800px; padding-bottom: 70px; }
.policy-hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.policy-intro { margin: 28px 0 0; color: #c3c0b9; font-size: 1.16rem; }
.policy-effective { margin: 20px 0 0; color: #85827c; font-size: .9rem; }
.policy-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; align-items: start; }
.policy-nav { position: sticky; top: 24px; display: grid; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17,17,20,.88); }
.policy-nav strong { padding: 5px 10px 10px; color: #f0ede7; font-size: .82rem; }
.policy-nav a { padding: 7px 10px; border-radius: 8px; color: #94918b; font-size: .82rem; }
.policy-nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.policy-content section { padding: 0 0 46px; margin: 0 0 46px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.policy-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.policy-content h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -.035em; }
.policy-content h3 { margin: 30px 0 10px; font-size: 1.1rem; letter-spacing: -.015em; }
.policy-content p, .policy-content li { color: #b9b6b0; }
.policy-content p { margin: 16px 0 0; }
.policy-content ul { margin: 18px 0 0; padding-left: 22px; }
.policy-content li { margin: 10px 0; }
.policy-content a { color: var(--orange-2); text-decoration: underline; text-decoration-color: rgba(255,138,50,.4); text-underline-offset: 3px; }
.policy-content strong { color: #f0ede7; }

@media (max-width: 820px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 65px; grid-template-columns: 1fr; }
  .hero-visual { height: 560px; margin-top: 25px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 38px; }
  .feature-row.reverse .feature-copy { order: 0; }
  .feature-media { min-height: 500px; }
  footer { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card.full { grid-column: auto; }
  .policy-layout { grid-template-columns: 1fr; gap: 42px; }
  .policy-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .site-header, .hero, .features, footer { padding-left: 20px; padding-right: 20px; }
  .brand span { display: none; }
  h1 { font-size: 3.25rem; }
  .hero-visual { height: 455px; }
  .phone { width: 60%; border-radius: 25px; }
  .feature-media { min-height: 430px; }
  .feature-media img { width: 235px; border-radius: 28px; }
  .closing-card { padding-left: 20px; padding-right: 20px; }
  .privacy-shell { padding: 60px 20px 100px; }
  .policy-nav { grid-template-columns: 1fr; }
  .policy-nav strong { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
