/* ── Coachtrax Website Styles ────────────────────────────────────────────────
   Imports design tokens from the root styles.css, then adds all site-specific
   layout, component, and animation styles.
   ─────────────────────────────────────────────────────────────────────────── */
/* ── Coachtrax Design System — Global Stylesheet ────────────────────────────
   This file is the single entry point. Import it once; it brings in all
   tokens and font faces. Do not add inline rules here — keep it as imports.
   ─────────────────────────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap');

:root {
  --ct-accent: #00CF8A;
  --ct-accent-ink: #051B10;
  --ct-accent-dim: #00CF8A38;

  --ct-bg: #0B0D0C;
  --ct-surface: #15191A;
  --ct-surface2: #1E2325;
  --ct-nav: rgba(9, 11, 11, 0.90);

  --ct-text: #EDF1EF;
  --ct-text2: #B4C0BA;
  --ct-text3: #7E8B85;

  --ct-line: rgba(255, 255, 255, 0.075);
  --ct-track: rgba(255, 255, 255, 0.10);

  --ct-effort: #C8F135;
  --ct-cardio: #38E0FF;
  --ct-sleep: #A78BFA;
  --ct-fuel: #FFC832;
  --ct-recovery: #00CF8A;
  --ct-heart: #FF5A78;

  --ct-volt: #C8F135;
  --ct-volt-ink: #1A2200;
}

:root {
  --ct-display: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --ct-ui: 'Manrope', system-ui, -apple-system, sans-serif;
  --ct-mono: 'JetBrains Mono', ui-monospace, monospace;

  --ct-text-sm: 13px;
  --ct-text-base: 15px;

  --ct-leading-base: 1.5;
  --ct-tracking-base: -0.01em;
  --ct-tracking-caps: 0.12em;
}

:root {
  --ct-radius: 20px;
  --ct-radius-sm: 12px;
  --ct-radius-md: 14px;
  --ct-radius-pill: 999px;

  --ct-pad: 16px;
  --ct-gap: 10px;

  --ct-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  --ct-shadow-glow: 0 8px 30px rgba(0, 207, 138, 0.25);
}



/* ── Reset ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--ct-bg); color: var(--ct-text); font-family: var(--ct-ui); line-height: var(--ct-leading-base); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
input, select, textarea, button { max-width: 100%; box-sizing: border-box; }
.r-pair input, .r-pair select { width: 100%; }
a { color: inherit; text-decoration: none; }

/* ── Layout ─── */
.ct-container { max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.section-pad { padding: 108px 0; }
.section-pad-sm { padding: 72px 0; }

/* ── Eyebrow labels ─── */
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: var(--ct-tracking-caps); text-transform: uppercase; color: var(--ct-accent); font-family: var(--ct-ui); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--ct-accent); border-radius: 2px; flex-shrink: 0; }

/* ── Headings ─── */
.h-display { font-family: var(--ct-display); font-size: clamp(48px, 7vw, 80px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.0; color: var(--ct-text); }
.h-section  { font-family: var(--ct-display); font-size: clamp(34px, 4.5vw, 52px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--ct-text); }
.h-sub      { font-family: var(--ct-display); font-size: clamp(22px, 3vw, 30px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; color: var(--ct-text); }
.body-lead  { font-size: 18px; font-weight: 400; color: var(--ct-text2); line-height: 1.65; max-width: 520px; }
.body-text  { font-size: 16px; font-weight: 400; color: var(--ct-text2); line-height: 1.65; }

/* ── Buttons ─── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--ct-ui); font-weight: 700; border-radius: var(--ct-radius); cursor: pointer; transition: transform 0.15s ease, opacity 0.15s ease; white-space: nowrap; text-decoration: none; border: none; }
.btn:active { transform: scale(0.975); }
.btn-lg { padding: 14px 28px; font-size: 15px; height: 52px; }
.btn-md { padding: 11px 22px; font-size: 14px; height: 44px; }
.btn-sm { padding: 8px 16px; font-size: 13px; height: 36px; }
.btn-primary { background: var(--ct-accent); color: var(--ct-accent-ink); }
.btn-primary:hover { opacity: 0.88; }
.btn-outline { background: transparent; color: var(--ct-text); border: 1px solid var(--ct-line); }
.btn-outline:hover { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.04); }
.btn-ghost { background: transparent; color: var(--ct-accent); }
.btn-ghost:hover { opacity: 0.8; }

/* ── App Store badges ─── */
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-store { display: inline-flex; align-items: center; gap: 11px; background: var(--ct-surface); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 10px 18px; cursor: pointer; transition: border-color 0.15s, background 0.15s; text-decoration: none; color: inherit; }
.btn-store:hover { border-color: rgba(255,255,255,0.28); background: var(--ct-surface2); }
.btn-store svg { flex-shrink: 0; }
.store-text { display: flex; flex-direction: column; gap: 1px; }
.store-sub  { font-size: 10px; font-weight: 500; color: var(--ct-text3); letter-spacing: 0.02em; }
.store-name { font-family: var(--ct-display); font-size: 16px; font-weight: 700; letter-spacing: -0.01em; color: var(--ct-text); }

/* ── Navigation ─── */
.ct-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s, border-color 0.3s; border-bottom: 1px solid transparent; }
.ct-nav.scrolled { background: rgba(11,13,12,0.88); backdrop-filter: blur(24px) saturate(180%); border-bottom-color: var(--ct-line); }
.ct-nav-inner { height: 64px; display: flex; align-items: center; gap: 40px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img { width: 30px; height: 30px; object-fit: contain; }
.nav-wordmark { font-family: var(--ct-display); font-size: 19px; font-weight: 700; letter-spacing: -0.03em; color: var(--ct-text); }
.nav-wordmark span { color: var(--ct-accent); }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: 20px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ct-text2); letter-spacing: -0.01em; transition: color 0.15s; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--ct-text); }
.nav-cta { margin-left: auto; }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; margin-left: auto; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--ct-text2); border-radius: 2px; transition: 0.2s; }
.nav-mobile { display: none; position: fixed; inset: 64px 0 0; background: rgba(11,13,12,0.97); backdrop-filter: blur(24px); flex-direction: column; align-items: center; justify-content: center; gap: 32px; z-index: 99; }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-family: var(--ct-display); font-size: 28px; font-weight: 700; color: var(--ct-text); letter-spacing: -0.02em; }
.nav-mobile a:hover { color: var(--ct-accent); }

/* ── Section header ─── */
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; align-items: center; display: flex; flex-direction: column; }
.section-header.center .eyebrow { justify-content: center; }
.section-header.center .body-lead { text-align: center; margin: 0 auto; }

/* ── Divider ─── */
.ct-divider { height: 1px; background: var(--ct-line); width: 100%; }

/* ── Phone mockup ─── */
.phone { position: relative; width: 290px; height: 592px; background: #1a1e1d; border-radius: 44px; border: 2px solid #2e3432; box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 24px 80px rgba(0,0,0,0.7), 0 0 80px rgba(0,207,138,0.06); overflow: hidden; flex-shrink: 0; }
.phone-sm { width: 248px; height: 506px; border-radius: 38px; }
.phone-screen { position: absolute; inset: 2px; background: #0B0D0C; border-radius: 42px; overflow: hidden; display: flex; flex-direction: column; }
.phone-sm .phone-screen { border-radius: 36px; }
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 110px; height: 30px; background: #1a1e1d; border-radius: 15px; z-index: 10; }
.phone-sm .phone-notch { width: 90px; height: 26px; top: 8px; }
.phone-home { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); width: 120px; height: 5px; background: rgba(255,255,255,0.2); border-radius: 3px; }

/* ── Phone inner app elements ─── */
.pstat { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; flex-shrink: 0; margin-top: 10px; }
.pstat-time { font-family: var(--ct-display); font-size: 13px; font-weight: 700; color: var(--ct-text); }
.pstat-right { display: flex; gap: 5px; align-items: center; }
.pstat-bar { display: flex; gap: 1.5px; align-items: flex-end; }
.pstat-bar span { display: block; width: 3px; background: var(--ct-text2); border-radius: 1px; }
.pbody { flex: 1; overflow: hidden; padding: 4px 14px 0; display: flex; flex-direction: column; gap: 10px; }
.p-greeting-sub { font-size: 11px; color: var(--ct-text3); font-weight: 500; }
.p-greeting { font-family: var(--ct-display); font-size: 22px; font-weight: 700; letter-spacing: -0.025em; color: var(--ct-text); line-height: 1.1; margin-top: 1px; }
.p-score-card { background: linear-gradient(140deg,#16251E,#0D1A14); border: 1px solid rgba(0,207,138,0.15); border-radius: 16px; padding: 12px; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.p-ring-stats { display: flex; flex-direction: column; gap: 7px; flex: 1; }
.p-ring-stat { border-left: 2px solid; padding-left: 7px; }
.p-ring-stat .rs-label { display: block; font-size: 8px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: var(--ct-text3); }
.p-ring-stat .rs-val { font-family: var(--ct-display); font-size: 14px; font-weight: 700; letter-spacing: -0.02em; color: var(--ct-text); line-height: 1; }
.p-ring-stat .rs-unit { font-size: 9px; font-weight: 500; color: var(--ct-text3); margin-left: 2px; }
.p-session { background: var(--ct-surface); border: 1px solid var(--ct-line); border-radius: 14px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.p-av { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--ct-display); font-size: 12px; font-weight: 700; flex-shrink: 0; }
.p-sess-name { font-family: var(--ct-display); font-size: 12px; font-weight: 700; color: var(--ct-text); letter-spacing: -0.01em; }
.p-sess-time { font-size: 10px; color: var(--ct-text3); margin-top: 1px; }
.p-sess-badge { margin-left: auto; font-size: 9px; font-weight: 700; background: rgba(0,207,138,.15); color: var(--ct-recovery); padding: 2px 7px; border-radius: 999px; flex-shrink: 0; }
.p-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; flex-shrink: 0; }
.p-stat-tile { background: var(--ct-surface); border: 1px solid var(--ct-line); border-radius: 12px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; }
.p-stat-val { font-family: var(--ct-mono); font-size: 14px; font-weight: 600; color: var(--ct-text); letter-spacing: -.01em; }
.p-stat-label { font-size: 9px; font-weight: 600; color: var(--ct-text3); letter-spacing: .06em; text-transform: uppercase; margin-top: 1px; }
.p-nav { height: 50px; border-top: 1px solid var(--ct-line); display: flex; align-items: center; flex-shrink: 0; background: rgba(9,11,11,0.94); }
.p-nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; }
.p-nav-dot { width: 18px; height: 2px; border-radius: 1px; background: var(--ct-accent); }
.p-nav-icon { width: 18px; height: 18px; opacity: 0.4; }

/* Ring SVG animations */
@keyframes ringFill1 { from { stroke-dashoffset: 276.46; } to { stroke-dashoffset: 35.9; } }
@keyframes ringFill2 { from { stroke-dashoffset: 219.91; } to { stroke-dashoffset: 63.8; } }
@keyframes ringFill3 { from { stroke-dashoffset: 163.36; } to { stroke-dashoffset: 14.7; } }
.ring-effort   { stroke-dasharray: 276.46; animation: ringFill1 1.5s 0.5s cubic-bezier(.2,.8,.2,1) forwards; stroke-dashoffset: 276.46; }
.ring-recovery { stroke-dasharray: 219.91; animation: ringFill2 1.5s 0.7s cubic-bezier(.2,.8,.2,1) forwards; stroke-dashoffset: 219.91; }
.ring-sleep    { stroke-dasharray: 163.36; animation: ringFill3 1.5s 0.9s cubic-bezier(.2,.8,.2,1) forwards; stroke-dashoffset: 163.36; }

/* ── Phone float animation ─── */
@keyframes phoneFloat { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-10px); } }
.phone-float { animation: phoneFloat 5s ease-in-out infinite; }

/* ── Floating badges ─── */
.float-badge { position: absolute; background: rgba(21,26,25,0.92); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 10px 14px; display: flex; align-items: center; gap: 9px; box-shadow: 0 8px 32px rgba(0,0,0,0.5); white-space: nowrap; z-index: 5; }
.float-badge .fb-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.float-badge .fb-title { font-size: 12px; font-weight: 700; color: var(--ct-text); line-height: 1.2; }
.float-badge .fb-sub { font-size: 10px; color: var(--ct-text3); }

/* ── Feature grid ─── */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { background: var(--ct-surface); border: 1px solid var(--ct-line); border-radius: 24px; padding: 28px 26px; transition: border-color 0.2s, transform 0.2s; }
.feature-card:hover { border-color: rgba(0,207,138,0.2); transform: translateY(-2px); }
.feature-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--ct-surface2); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-title { font-family: var(--ct-display); font-size: 19px; font-weight: 700; letter-spacing: -0.02em; color: var(--ct-text); margin-bottom: 8px; }
.feature-desc { font-size: 14px; color: var(--ct-text2); line-height: 1.6; }

/* ── Steps ─── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--ct-surface); border: 1px solid var(--ct-line); border-radius: 24px; padding: 28px 26px; position: relative; overflow: hidden; }
.step-num { font-family: var(--ct-display); font-size: 80px; font-weight: 800; letter-spacing: -0.04em; color: rgba(0,207,138,0.08); line-height: 1; position: absolute; top: 10px; right: 18px; }
.step-badge { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--ct-accent-dim); border-radius: 8px; font-family: var(--ct-display); font-size: 14px; font-weight: 800; color: var(--ct-accent); margin-bottom: 18px; }
.step-title { font-family: var(--ct-display); font-size: 18px; font-weight: 700; letter-spacing: -0.02em; color: var(--ct-text); margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--ct-text2); line-height: 1.6; }

/* ── Discipline strip ─── */
.discipline-strip { display: flex; gap: 10px; flex-wrap: wrap; }
.disc-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--ct-line); font-size: 13px; font-weight: 600; color: var(--ct-text2); background: var(--ct-surface); white-space: nowrap; transition: border-color 0.15s, color 0.15s; cursor: default; }
.disc-pill:hover { border-color: rgba(0,207,138,0.35); color: var(--ct-text); }
.disc-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

/* ── Stats bar ─── */
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ct-line); border-radius: 20px; overflow: hidden; }
.stat-cell { background: var(--ct-surface); padding: 24px; text-align: center; }
.stat-num { font-family: var(--ct-display); font-size: 36px; font-weight: 800; letter-spacing: -0.04em; color: var(--ct-text); line-height: 1; }
.stat-num span { color: var(--ct-accent); }
.stat-label { font-size: 12px; font-weight: 500; color: var(--ct-text3); margin-top: 4px; }

/* ── For-coaches section ─── */
.for-coaches-section { background: linear-gradient(140deg, #0d1e17 0%, #0B1210 50%, #0B0D0C 100%); border-top: 1px solid rgba(0,207,138,0.1); border-bottom: 1px solid rgba(0,207,138,0.1); }
.coach-benefit { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--ct-line); }
.coach-benefit:last-child { border-bottom: none; }
.coach-benefit-dot { width: 22px; height: 22px; border-radius: 6px; background: var(--ct-accent-dim); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.coach-benefit-title { font-size: 15px; font-weight: 600; color: var(--ct-text); margin-bottom: 2px; }
.coach-benefit-desc { font-size: 13.5px; color: var(--ct-text3); line-height: 1.5; }

/* ── Coach cards (coaches.html) ─── */
.coach-card { background: var(--ct-surface); border: 1px solid var(--ct-line); border-radius: 20px; padding: 22px; }
.coach-av { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-family: var(--ct-display); font-size: 18px; font-weight: 700; color: #0A0B0E; flex-shrink: 0; }

/* ── FAQ ─── */
.faq-item { border-bottom: 1px solid var(--ct-line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 22px 0; background: none; border: none; cursor: pointer; text-align: left; gap: 16px; }
.faq-question-text { font-size: 16px; font-weight: 600; color: var(--ct-text); line-height: 1.4; }
.faq-chevron { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.25s; color: var(--ct-text3); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.3s ease, padding 0.3s; }
.faq-item.open .faq-answer { max-height: 200px; padding-bottom: 20px; }
.faq-answer p { font-size: 15px; color: var(--ct-text2); line-height: 1.65; }

/* ── Footer ─── */
.ct-footer { padding: 72px 0 32px; border-top: 1px solid var(--ct-line); }
.footer-grid { display: grid; grid-template-columns: 280px 1fr; gap: 80px; margin-bottom: 56px; }
.footer-brand-text { font-family: var(--ct-display); font-size: 20px; font-weight: 700; letter-spacing: -0.025em; color: var(--ct-text); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.footer-brand-text img { width: 28px; }
.footer-tagline { font-size: 13.5px; color: var(--ct-text3); line-height: 1.55; margin-bottom: 24px; }
.footer-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--ct-text3); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: var(--ct-text2); margin-bottom: 10px; transition: color 0.15s; }
.footer-col a:hover { color: var(--ct-text); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--ct-line); }
.footer-copy { font-size: 12.5px; color: var(--ct-text3); }

/* ── Page hero (non-home) ─── */
.page-hero { padding: 140px 0 80px; }
.page-hero-inner { max-width: 680px; }

/* ── Coaches grid ─── */
.coaches-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

/* ── Responsive grid utilities ─────────────────────────────────────────────
   Use these classes instead of inline grid-template-columns so layouts
   collapse cleanly on tablet/mobile. ─── */
.r-split   { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.r-split.v-center { align-items: center; }
.r-grid-3  { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.r-grid-4  { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.r-pair    { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.r-pair > * { min-width: 0; }
.r-grid-4 > *, .r-grid-3 > *, .r-split > * { min-width: 0; }
.app-preview-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 56px; align-items: center; }
.app-preview-grid .ap-phone-left  { display: flex; justify-content: flex-end; }
.app-preview-grid .ap-phone-right { display: flex; justify-content: flex-start; }
.app-preview-center { max-width: 300px; text-align: center; display: flex; flex-direction: column; gap: 28px; align-items: center; }

/* Full-bleed stats bar that respects container padding on small screens */
.stats-bar.bleed { margin: 0 -56px; border-radius: 0; }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ct-container { padding: 0 32px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .coaches-grid { grid-template-columns: repeat(2,1fr); }
  .r-split { gap: 48px; }
  .stats-bar.bleed { margin: 0 -32px; }
}
@media (max-width: 900px) {
  /* Stack all two-column splits */
  .r-split { grid-template-columns: 1fr; gap: 48px; }
  .r-grid-3 { grid-template-columns: repeat(2,1fr); }
  .r-grid-4 { grid-template-columns: repeat(2,1fr); }
  /* App preview: stack center text above the two phones */
  .app-preview-grid { grid-template-columns: 1fr; gap: 40px; justify-items: center; }
  .app-preview-grid .ap-phone-left,
  .app-preview-grid .ap-phone-right { justify-content: center; }
  .app-preview-center { order: -1; max-width: 480px; }
}
@media (max-width: 768px) {
  .ct-container { padding: 0 20px; }
  .section-pad { padding: 72px 0; }
  .section-pad-sm { padding: 56px 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .feature-grid, .steps-grid, .coaches-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-cols { grid-template-columns: repeat(2,1fr); }
  .stats-bar { grid-template-columns: repeat(2,1fr); }
  .stats-bar.bleed { margin: 0 -20px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .h-display { font-size: 42px; }
  .h-section { font-size: 32px; }
  .section-header { margin-bottom: 40px; }
  .phone { transform: none !important; animation: none !important; }
  .page-hero { padding: 116px 0 56px; }
}
@media (max-width: 560px) {
  .r-grid-3 { grid-template-columns: 1fr; }
  .r-grid-4 { grid-template-columns: 1fr; }
  .r-pair { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .stat-cell { padding: 18px 12px; }
  .stat-num { font-size: 28px; }
  .h-display { font-size: 36px; }
  .section-pad { padding: 56px 0; }
  .feature-card, .step-card { padding: 22px 20px; }
  .btn-lg { padding: 13px 22px; font-size: 14px; height: 48px; }
  /* App-store badges go full width and stack neatly */
  .hero-badges .store-badges { flex-direction: column; width: 100%; }
  .hero-badges .store-badges .btn-store { width: 100%; }
}
