/* =====================================================================
   DEATH TO DADBOD — Challenge Site
   "The Arena" design system. Black canvas, blood-red, Manrope.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  --red: #D32D1F;
  --red-dark: #a81f14;
  --red-glow: rgba(211, 45, 31, .35);
  --black: #000000;
  --phantom: #1E1E24;
  --arsenic: #2a2a30;
  --graphite: #6E7180;
  --space: #9DA2B3;
  --smoke: #D3D6E0;
  --cloud: #EDEFF7;
  --white: #ffffff;

  --bg: var(--black);
  --panel: #0d0d10;
  --panel-2: #141418;
  --line: rgba(255, 255, 255, .08);
  --line-strong: rgba(255, 255, 255, .16);
  --text: #f4f4f6;
  --text-dim: #a9aab2;

  --container: 1180px;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;

  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-weight: 800; line-height: 1.02; letter-spacing: -.02em; }
.display {
  font-weight: 800; text-transform: uppercase; letter-spacing: -.025em;
  font-size: clamp(2.6rem, 8vw, 5.6rem); line-height: .9;
}
.h2 { font-size: clamp(1.9rem, 4.5vw, 3.2rem); text-transform: uppercase; }
.h3 { font-size: clamp(1.25rem, 2.5vw, 1.6rem); }
.red { color: var(--red); }
.kicker {
  display: inline-flex; align-items: center; gap: .6em;
  font-size: .72rem; font-weight: 800; letter-spacing: .22em;
  text-transform: uppercase; color: var(--red);
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--red); }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--text-dim); max-width: 56ch; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--graphite); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(64px, 10vw, 130px) 0; position: relative; }
.section--tight { padding: clamp(48px, 7vw, 90px) 0; }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head .lead { margin-top: 18px; }
.divider { height: 1px; background: var(--line); border: 0; }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 16px; --pad-x: 30px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: var(--pad-y) var(--pad-x);
  font-weight: 800; font-size: .95rem; letter-spacing: .02em; text-transform: uppercase;
  border-radius: var(--radius-sm); transition: transform .15s var(--ease), box-shadow .25s var(--ease), background .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 30px -8px var(--red-glow); }
.btn-primary:hover { background: #e6392a; transform: translateY(-2px); box-shadow: 0 16px 40px -10px var(--red-glow); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { border: 1.5px solid var(--line-strong); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.05); }
.btn-lg { --pad-y: 20px; --pad-x: 40px; font-size: 1.05rem; }
.btn-block { display: flex; width: 100%; }
.btn .arrow { transition: transform .2s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(0,0,0,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-logo img { height: 42px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-dim); transition: color .15s; }
.nav-links a:hover { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-buy { padding: 11px 22px; font-size: .8rem; }
.nav-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2px; background: #fff; transition: .25s var(--ease);
}
.nav-toggle span::before { transform: translateY(-7px); } .nav-toggle span::after { transform: translateY(5px); }
.nav.open .nav-toggle span { background: transparent; }
.nav.open .nav-toggle span::before { transform: rotate(45deg); }
.nav.open .nav-toggle span::after { transform: rotate(-45deg) translateY(-2px); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(86vh, 760px); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 70px) 0; padding-right: clamp(20px, 4vw, 56px); }
.hero h1 { margin: 20px 0 0; }
.hero .lead { margin-top: 22px; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; flex-wrap: wrap; }
.hero-price { font-size: .92rem; color: var(--text-dim); }
.hero-price b { color: #fff; font-size: 1.35rem; font-weight: 800; }
.hero-price .strike { text-decoration: line-through; color: var(--graphite); margin-left: 8px; font-size: .95rem; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 26px; font-size: .8rem; color: var(--text-dim); }
.hero-trust .stars { color: var(--red); letter-spacing: 2px; }

.hero-media { position: relative; }
.hero-media .photo { position: absolute; inset: 0; background-size: cover; background-position: center 15%; }
.hero-media .glow { position: absolute; inset: 0; background: radial-gradient(120% 75% at 72% 28%, var(--red-glow), transparent 55%); }
.hero-media .fade { position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--black) 0%, transparent 30%),
              linear-gradient(0deg, var(--black) 1%, transparent 26%); }
.hero-media .name-badge { position: absolute; right: 24px; bottom: 22px; text-align: right; z-index: 2; }
.hero-media .name-badge .nm { font-weight: 800; font-size: 1.05rem; }
.hero-media .name-badge .rl { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--red); font-weight: 800; margin-top: 2px; }

/* big faint emblem watermark */
.hero::after {
  content: ""; position: absolute; left: -6%; bottom: -18%; width: 360px; height: 360px; opacity: .04;
  background: url('../assets/emblem-512.png') no-repeat center/contain; pointer-events: none;
}

/* ---------- Countdown ---------- */
.countdown { margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: clamp(14px, 3vw, 30px); }
.countdown[hidden] { display: none; }
.cd-unit { text-align: center; min-width: 56px; }
.cd-unit b { display: block; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.cd-unit span { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--graphite); }
.cd-sep { font-size: 1.6rem; color: var(--arsenic); font-weight: 800; align-self: flex-start; margin-top: -2px; }
.cd-label { margin-left: auto; text-align: right; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--red); line-height: 1.4; }

/* ---------- Marquee strip ---------- */
.strip { background: var(--red); color: #fff; overflow: hidden; border-block: 1px solid var(--red-dark); }
.strip-track { display: flex; gap: 0; white-space: nowrap; animation: marq 28s linear infinite; }
.strip-track span { font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: .92rem; padding: 13px 0; }
.strip-track span::after { content: "✦"; padding: 0 26px; opacity: .6; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- Feature / included grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  transition: border-color .2s, transform .2s var(--ease), background .2s;
}
.card:hover { border-color: var(--line-strong); transform: translateY(-3px); background: var(--panel-2); }
.card .ic { width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center; background: rgba(211,45,31,.12); color: var(--red); margin-bottom: 18px; }
.card .ic svg { width: 24px; height: 24px; }
.card h3 { font-size: 1.15rem; }
.card p { margin-top: 8px; color: var(--text-dim); font-size: .96rem; }

/* ---------- Challenge "how it works" rows ---------- */
.steps { display: grid; gap: 14px; counter-reset: step; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-weight: 800; font-size: 1.4rem; color: var(--red); font-variant-numeric: tabular-nums; }
.step h3 { font-size: 1.1rem; } .step p { color: var(--text-dim); margin-top: 6px; font-size: .96rem; }

/* ---------- Prize ---------- */
.prize-wrap { position: relative; border: 1px solid var(--red); border-radius: var(--radius-lg); background:
  radial-gradient(120% 130% at 85% 10%, rgba(211,45,31,.18), transparent 60%), var(--panel); padding: clamp(32px, 5vw, 60px); overflow: hidden; }
.prize-wrap::after { content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px; opacity: .07; background: url('../assets/emblem-512.png') center/contain no-repeat; }
.prize-grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.prize-amount { font-size: clamp(3.2rem, 9vw, 6rem); font-weight: 800; color: var(--red); line-height: .9; letter-spacing: -.03em; }
.prize-amount small { display: block; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dim); margin-top: 12px; font-weight: 800; }
.prize-how { display: grid; gap: 12px; margin-top: 20px; }
.prize-how li { display: flex; gap: 12px; color: var(--text-dim); }
.prize-how li::before { content: "✓"; color: var(--red); font-weight: 800; }
.prize-grid { position: relative; z-index: 3; }

/* prize flames + embers (ignite on scroll-in) */
.flames, .embers { position: absolute; left: 0; right: 0; bottom: 0; height: 170px; z-index: 1; pointer-events: none; }
.flames { mix-blend-mode: screen; }
.flames::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70px; background: linear-gradient(0deg, rgba(255,120,20,.5), transparent); filter: blur(10px); }
.flame {
  position: absolute; bottom: -14px; width: 90px; height: 150px; transform-origin: 50% 100%;
  background: radial-gradient(ellipse at 50% 100%, #fff1b0 0%, #ffd34d 16%, #ff9a1f 38%, #ec3a1e 60%, rgba(211,45,31,0) 76%);
  border-radius: 50% 50% 38% 38%; filter: blur(4px); opacity: .96;
  animation: flick 1.5s ease-in-out infinite;
}
.flames { height: 200px; }
.ember {
  position: absolute; bottom: 8px; width: 5px; height: 5px; border-radius: 50%;
  background: #ffb13b; box-shadow: 0 0 9px 2px rgba(255,150,40,.8); opacity: 0;
  animation: rise 3.6s linear infinite;
}
@keyframes flick {
  0%, 100% { transform: scaleY(1) scaleX(1) translateY(0); opacity: .9; }
  25%      { transform: scaleY(1.28) scaleX(.9) translateY(-10px); opacity: 1; }
  50%      { transform: scaleY(.9) scaleX(1.08) translateY(3px); opacity: .82; }
  75%      { transform: scaleY(1.16) scaleX(.95) translateY(-6px); opacity: 1; }
}
@keyframes rise {
  0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  12%  { opacity: 1; }
  100% { transform: translateY(-170px) translateX(var(--dx, 14px)) scale(.2); opacity: 0; }
}
/* gate: dark until the banner scrolls into view, then ignite */
.prize-wrap .flames, .prize-wrap .embers { opacity: 0; transition: opacity .7s var(--ease) .15s; }
.prize-wrap.in .flames, .prize-wrap.in .embers { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .flame, .ember { animation: none; }
  .embers { display: none; }
}

/* ---------- Transformations ---------- */
.transform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tcard { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.tcard .pic { aspect-ratio: 1/1; background: #1a1a1f center/cover; border-bottom: 1px solid var(--line); }
.tcard .body { padding: 22px; }
.tcard .stars { color: var(--red); letter-spacing: 2px; font-size: .9rem; }
.tcard blockquote { margin: 12px 0 16px; font-size: .98rem; color: var(--text); }
.tcard .who { font-weight: 800; font-size: .95rem; }
.tcard .res { font-size: .8rem; color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }

/* ---------- Coach ---------- */
.coach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.coach-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/5; }
.coach-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.coach-photo .tag { position: absolute; left: 18px; bottom: 18px; background: var(--red); color: #fff; padding: 8px 16px; border-radius: 8px; font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.coach-copy p { color: var(--text-dim); margin-top: 16px; }
.coach-stats { display: flex; gap: 36px; margin-top: 28px; flex-wrap: wrap; }
.coach-stats b { display: block; font-size: 1.9rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.coach-stats span { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--graphite); font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; text-align: left; font-weight: 800; font-size: 1.05rem; }
.faq-q .pm { flex: none; width: 26px; height: 26px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; inset: 0; margin: auto; background: var(--red); transition: transform .25s var(--ease); }
.faq-q .pm::before { width: 14px; height: 2px; } .faq-q .pm::after { width: 2px; height: 14px; }
.faq-item.open .faq-q .pm::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 4px 24px; color: var(--text-dim); }

/* ---------- Final CTA ---------- */
.finalcta { position: relative; text-align: center; border-top: 1px solid var(--line); overflow: hidden; }
.finalcta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 100% at 50% 0%, rgba(211,45,31,.16), transparent 60%); }
.finalcta .inner { position: relative; max-width: 760px; margin: 0 auto; }
.finalcta .lead { margin: 18px auto 0; }
.finalcta .actions { margin-top: 36px; display: flex; flex-direction: column; align-items: center; gap: 14px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 56px 0 40px; background: var(--panel); }
.footer-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
.footer img { height: 48px; width: auto; margin-bottom: 16px; }
.footer p { color: var(--text-dim); font-size: .9rem; max-width: 36ch; }
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer-col h4 { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--graphite); margin-bottom: 14px; }
.footer-col a { display: block; color: var(--text-dim); font-size: .92rem; padding: 5px 0; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.socials { display: flex; gap: 12px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line-strong); border-radius: 10px; display: grid; place-items: center; transition: .18s; }
.socials a:hover { background: var(--red); border-color: var(--red); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--graphite); font-size: .82rem; }

/* ---------- Dash motif ---------- */
.dash { display: inline-block; width: 34px; height: 3px; background: var(--red); border-radius: 2px; flex: none; }
.dash-sm { width: 22px; height: 2px; }

/* ---------- Challenge: photo + animated steps ---------- */
.challenge-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(24px, 4vw, 52px); align-items: start; }
.challenge-photo { position: sticky; top: 92px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/5; }
.challenge-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 1.2s var(--ease); }
.challenge-photo:hover img { transform: scale(1.05); }
.challenge-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.85)); }
.cp-overlay { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; display: flex; gap: 14px; align-items: center; }
.cp-overlay b { display: block; font-size: 1.05rem; font-weight: 800; }
.cp-overlay span { font-size: .82rem; color: var(--text-dim); }

.steps { position: relative; }
.step {
  border: 1px solid var(--line); border-left: 3px solid var(--arsenic); border-radius: var(--radius);
  background: var(--panel); transition: border-color .3s var(--ease), transform .25s var(--ease), background .3s;
}
.step:hover { border-color: var(--line-strong); border-left-color: var(--red); transform: translateX(6px); background: var(--panel-2); }
.step::before { transition: transform .3s var(--ease), color .3s; }
.step:hover::before { transform: scale(1.12); }
.step .st-head { display: flex; align-items: center; gap: 10px; }

/* ---------- Included: bento with photo ---------- */
.included-bento { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; align-items: stretch; }
.incl-photo { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 420px; }
.incl-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform 1.2s var(--ease); }
.incl-photo:hover img { transform: scale(1.06); }
.incl-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1) 40%, rgba(0,0,0,.85)); }
.incl-photo::before { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 0 var(--red); transition: box-shadow .4s var(--ease); z-index: 2; pointer-events: none; border-radius: inherit; }
.incl-photo:hover::before { box-shadow: inset 0 0 0 2px var(--red); }
.ip-cap { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 3; display: flex; gap: 12px; align-items: center; }
.ip-cap b { font-size: 1.1rem; font-weight: 800; line-height: 1.15; }
.incl-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.incl-cards .card .ic { transition: transform .3s var(--ease), background .3s; }
.incl-cards .card:hover .ic { transform: scale(1.1) rotate(-6deg); background: var(--red); color: #fff; }

/* ---------- Stagger reveal ---------- */
.reveal.up { transform: translateY(26px); }
@media (max-width: 900px) {
  .challenge-layout, .included-bento { grid-template-columns: 1fr; }
  .challenge-photo { position: relative; top: 0; aspect-ratio: 16/10; max-height: 360px; }
  .incl-photo { min-height: 300px; }
}
@media (max-width: 560px) {
  .incl-cards { grid-template-columns: 1fr; }
}

/* ---------- THE APP ---------- */
.app-section { position: relative; overflow: hidden; background: var(--panel); border-block: 1px solid var(--line); }
.app-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 22% 40%, rgba(211,45,31,.16), transparent 60%); pointer-events: none; }
.app-grid { position: relative; display: grid; grid-template-columns: 1fr .92fr; gap: clamp(30px, 5vw, 70px); align-items: center; }

/* phone coverflow stage */
.phone-stage { position: relative; height: 600px; perspective: 1800px; }
.phone-stage::after { content: ""; position: absolute; left: 50%; top: 50%; width: 380px; height: 380px; transform: translate(-50%,-50%); background: radial-gradient(circle, var(--red-glow), transparent 62%); filter: blur(8px); z-index: 0; }
.phone {
  position: absolute; top: 50%; left: 50%; width: 268px; margin: 0;
  transform: translate(-50%, -50%) scale(.6); opacity: 0; z-index: 1;
  transform-style: preserve-3d; will-change: transform, opacity;
  transition: transform 1s var(--ease), opacity 1s var(--ease), filter 1s var(--ease);
}
.phone img { width: 100%; border-radius: 36px; box-shadow: 0 40px 90px -24px rgba(0,0,0,.85); }
.phone.is-center { transform: translate(-50%,-50%) rotateY(-7deg) scale(1); opacity: 1; z-index: 3; }
.phone.is-left  { transform: translate(-50%,-50%) translateX(-74%) rotateY(40deg) scale(.8); opacity: .45; filter: brightness(.55); z-index: 2; }
.phone.is-right { transform: translate(-50%,-50%) translateX(74%) rotateY(-40deg) scale(.8); opacity: .45; filter: brightness(.55); z-index: 2; }
.phone.is-center img { animation: floaty 5.5s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.phone-dots { position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%); display: flex; gap: 9px; z-index: 5; }
.phone-dots button { width: 8px; height: 8px; border-radius: 50%; background: var(--arsenic); transition: .2s; }
.phone-dots button.on { background: var(--red); width: 24px; border-radius: 5px; }

/* app feature list with icon pills */
.app-copy .lead { margin-top: 16px; }
.app-features { display: grid; gap: 12px; margin: 30px 0; }
.app-feat { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 16px 18px; background: rgba(255,255,255,.02); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, background .2s; }
.app-feat:hover { border-color: var(--line-strong); background: rgba(255,255,255,.04); }
.app-feat .pill { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(145deg, var(--red), var(--red-dark)); color: #fff; box-shadow: 0 8px 20px -8px var(--red-glow); }
.app-feat .pill svg { width: 23px; height: 23px; }
.app-feat h4 { font-size: 1.02rem; }
.app-feat p { color: var(--text-dim); font-size: .9rem; margin-top: 2px; }
.app-store-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.store-btn { display: inline-flex; align-items: center; gap: 11px; padding: 12px 20px; border: 1.5px solid var(--line-strong); border-radius: 12px; transition: .18s var(--ease); }
.store-btn:hover { border-color: #fff; background: rgba(255,255,255,.05); transform: translateY(-2px); }
.store-btn svg { width: 22px; height: 22px; }
.store-btn .t { line-height: 1.1; } .store-btn .t small { display: block; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); }
.store-btn .t b { font-size: .98rem; font-weight: 800; }
.app-incl { margin-top: 18px; font-size: .86rem; color: var(--text-dim); display: inline-flex; align-items: center; gap: 8px; }
.app-incl b { color: var(--red); }

@media (max-width: 900px) {
  .app-grid { grid-template-columns: 1fr; }
  .phone-stage { height: 540px; order: -1; }
  .app-store-row { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .phone-stage { height: 470px; }
  .phone { width: 220px; }
}

/* ---------- Floating support ---------- */
.support-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--red); color: #fff; padding: 13px 18px; border-radius: 999px;
  font-weight: 800; font-size: .85rem; box-shadow: 0 12px 30px -8px var(--red-glow);
  transition: transform .15s var(--ease), box-shadow .2s;
}
.support-fab:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -10px var(--red-glow); }
.support-fab svg { width: 17px; height: 17px; }

/* ---------- Sub-page (thankyou / support) ---------- */
.page { min-height: 70vh; display: flex; align-items: center; }
.page-inner { max-width: 660px; margin: 0 auto; text-align: center; padding: 60px 0; }
.page-inner.left { text-align: left; max-width: 760px; }
.checkmark { width: 84px; height: 84px; border-radius: 50%; background: rgba(211,45,31,.12); border: 2px solid var(--red); display: grid; place-items: center; margin: 0 auto 28px; }
.checkmark svg { width: 40px; height: 40px; color: var(--red); }
.store-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.order-ref { display: inline-block; margin-top: 26px; font-size: .8rem; color: var(--graphite); letter-spacing: .05em; }
.help-list { display: grid; gap: 14px; margin-top: 12px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .strip-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3, .transform-grid { grid-template-columns: 1fr 1fr; }
  .coach-grid { grid-template-columns: 1fr; }
  .coach-photo { max-width: 420px; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; gap: 0; position: absolute; left: 0; right: 0; top: 70px;
    background: var(--black); border-bottom: 1px solid var(--line); padding: 8px 22px 22px;
  }
  .nav.open .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-media { order: -1; min-height: 320px; }
  .hero-media .fade { background: linear-gradient(0deg, var(--black) 2%, transparent 55%); }
  .hero-copy { padding-right: 0; padding-top: 36px; }
  .prize-grid { grid-template-columns: 1fr; text-align: center; }
  .prize-how { text-align: left; max-width: 420px; margin-inline: auto; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid-3, .transform-grid { grid-template-columns: 1fr; }
  .nav-buy { display: none; }
  .hero-actions { gap: 14px; }
  .btn-block-mobile { display: flex; width: 100%; }
  .cd-label { display: none; }
  .countdown { justify-content: space-between; }
  .footer-top { flex-direction: column; }
  .support-fab span { display: none; }
  .support-fab { padding: 14px; }
}
