/* ============================================================
   Ron Stevens Fitness — landing page
   Light & clean, electric cyan accents, bold athletic type
   ============================================================ */

:root {
  /* Brand */
  --cyan: #12c2e0;
  --cyan-bright: #35d7f2;
  --blue: #1f6fd6;
  --grad: linear-gradient(100deg, var(--cyan) 0%, var(--blue) 100%);

  /* Neutrals */
  --ink: #0c1420;
  --ink-2: #2b3648;
  --muted: #64708a;
  --line: #e7ebf1;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --bg-ink: #0c1420;

  /* System */
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 10px rgba(12, 20, 32, .06);
  --shadow: 0 18px 50px -18px rgba(12, 20, 32, .22);
  --shadow-cyan: 0 16px 40px -12px rgba(18, 194, 224, .55);
  --maxw: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);

  --font-display: "Archivo", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--ink);
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--cyan); }
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  padding: 15px 30px;
  border-radius: 999px;
  cursor: pointer;
  border: 0;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-cyan);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 46px -12px rgba(18,194,224,.7); }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--cyan); color: var(--blue); }
.btn-lg { padding: 18px 38px; font-size: 18px; }
.btn svg { width: 18px; height: 18px; }

/* ---------- Header ---------- */
.header {
  position: static; z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: center; height: 92px; }
.brand { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-weight: 800; font-size: 21px; }
.brand img { width: 68px; height: 68px; border-radius: 50%; }
.brand span small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 11px; letter-spacing: .18em; color: var(--muted); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-weight: 600; font-size: 15px; color: var(--ink-2); transition: color .2s; }
.nav-links a:hover { color: var(--cyan); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; margin: 5px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 70px 0 90px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 55% at 82% 8%, rgba(18,194,224,.16), transparent 60%),
    radial-gradient(50% 50% at 5% 30%, rgba(31,111,214,.10), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue);
  background: rgba(18,194,224,.10);
  border: 1px solid rgba(18,194,224,.25);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 22px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(18,194,224,.2); }
.hero h1 { font-size: clamp(38px, 5.4vw, 66px); font-weight: 900; }
.hero h1 .grad-text { display: inline-block; }
.hero p.lead { font-size: clamp(17px, 2vw, 20px); color: var(--ink-2); max-width: 540px; margin: 24px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 30px; color: var(--muted); font-size: 14px; font-weight: 500; }
.stars { color: #ffb400; letter-spacing: 2px; font-size: 16px; }

/* Hero video card */
.hero-media { position: relative; }
.hero-card {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow); background: #000; aspect-ratio: 4 / 5;
  border: 6px solid #fff;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card .play { position: absolute; inset: 0; }
.hero-badge {
  position: absolute; z-index: 3; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); padding: 14px 18px; display: flex; align-items: center; gap: 12px;
}
.hero-badge.b1 { top: 24px; left: -26px; }
.hero-badge.b2 { bottom: 26px; right: -24px; }
.hero-badge .num { font-family: var(--font-display); font-weight: 800; font-size: 26px; line-height: 1; }
.hero-badge small { color: var(--muted); font-size: 12.5px; font-weight: 600; }

/* Play button */
.play { display: grid; place-items: center; cursor: pointer; }
.play::after {
  content: ""; width: 74px; height: 74px; border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%230c1420'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: 54% center; background-size: 26px;
  transition: transform .25s var(--ease);
}
.play:hover::after { transform: scale(1.08); }

/* ---------- VSL hero ---------- */
.vsl { position: relative; padding: 56px 0 80px; overflow: hidden; }
.vsl::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(55% 40% at 50% 0%, rgba(18,194,224,.16), transparent 62%),
    radial-gradient(40% 40% at 92% 22%, rgba(31,111,214,.10), transparent 60%);
}
.vsl-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.vsl-inner .eyebrow { margin-bottom: 20px; }
.vsl h1 { font-size: clamp(30px, 5.2vw, 56px); font-weight: 900; }
.hl { background: var(--ink); color: #fff; padding: .02em .28em; border-radius: 8px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.vsl-lead { font-size: clamp(16px, 2vw, 19px); color: var(--ink-2); max-width: 640px; margin: 22px auto 34px; }
.vsl-lead u { text-underline-offset: 3px; }

.vsl-player {
  position: relative; border-radius: 20px; overflow: hidden;
  background: #000; box-shadow: var(--shadow); border: 6px solid #fff;
  aspect-ratio: 16 / 9; max-width: 620px; margin: 0 auto;
}
.vsl-player video { width: 100%; height: 100%; object-fit: contain; background: #000; display: block; }

.vsl-actions { margin-top: 34px; }
.vsl-note { color: var(--muted); font-size: 14px; margin-top: 14px; }

/* Emphasized testimonial section heading (matches reference look) */
.tag-head {
  display: inline-block; font-family: var(--font-display); font-weight: 900;
  font-size: clamp(24px, 4vw, 40px); line-height: 1.15; color: #fff;
  background: var(--ink); padding: 6px 18px; border-radius: 10px;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; margin-bottom: 16px;
}

/* 4-in-a-row testimonial grid with quotes */
.vid-grid.vid-grid-4 { grid-template-columns: repeat(4, 1fr); max-width: 1140px; margin: 0 auto; gap: 26px 22px; }
.vid-block { display: flex; flex-direction: column; gap: 12px; margin: 0; }
.vid-quote {
  font-family: var(--font-display); font-weight: 700; font-size: 15px; line-height: 1.35;
  color: var(--ink); text-align: center;
}
.vid-quote cite { display: block; margin-top: 6px; font-style: normal; font-weight: 600; font-size: 13px; color: var(--cyan); }
.vid-block .vid-card { aspect-ratio: 4 / 5; }

/* ---------- Logo strip / stats ---------- */
.stats { background: var(--bg-ink); color: #fff; padding: 46px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 4vw, 46px); }
.stat .num .accent { color: var(--cyan-bright); }
.stat p { color: #9aa6bd; font-size: 14px; font-weight: 600; margin-top: 4px; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.08); }

/* ---------- Section shell ---------- */
section.block { padding: 96px 0; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .kicker { color: var(--cyan); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); }
.section-head p { color: var(--muted); font-size: 18px; margin-top: 16px; }
.bg-soft { background: var(--bg-soft); }

/* ---------- Pain / who it's for ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pain-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.pain-card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(18,194,224,.12); margin-bottom: 18px; font-size: 24px; }
.pain-card h3 { font-size: 20px; margin-bottom: 8px; }
.pain-card p { color: var(--muted); font-size: 15.5px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding: 34px 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--font-display); font-weight: 900; font-size: 22px; color: #fff;
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--grad); box-shadow: var(--shadow-cyan); margin-bottom: 20px;
}
.step h3 { font-size: 21px; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 15.5px; }

/* ---------- Included / features ---------- */
.feat-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.feat-list { display: grid; gap: 14px; }
.feat-item { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.feat-item .check { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; margin-top: 2px; }
.feat-item .check svg { width: 15px; height: 15px; }
.feat-item h4 { font-size: 16.5px; font-family: var(--font-display); font-weight: 700; }
.feat-item p { color: var(--muted); font-size: 14.5px; margin-top: 2px; }
.feat-cta { background: var(--bg-ink); color: #fff; border-radius: var(--radius); padding: 40px; position: sticky; top: 100px; }
.feat-cta h3 { color: #fff; font-size: 28px; margin-bottom: 12px; }
.feat-cta p { color: #9aa6bd; margin-bottom: 24px; }
.feat-cta .price { font-family: var(--font-display); font-weight: 900; font-size: 20px; color: var(--cyan-bright); margin-bottom: 20px; }
.feat-cta .btn { width: 100%; }
.feat-cta ul { list-style: none; margin-top: 22px; display: grid; gap: 10px; }
.feat-cta ul li { color: #cbd4e4; font-size: 14.5px; display: flex; gap: 10px; }
.feat-cta ul li::before { content: "✓"; color: var(--cyan-bright); font-weight: 800; }

/* ---------- Video testimonials ---------- */
.vid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vid-card {
  position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
  background: #000; aspect-ratio: 4 / 5; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.vid-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vid-card img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: opacity .3s; }
.vid-card:hover img { opacity: 1; }
.vid-card .play { position: absolute; inset: 0; }
.vid-card .play::after { width: 62px; height: 62px; background-size: 22px; }
.vid-card .cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 40px 20px 18px; color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.82), transparent);
}
.vid-card .cap strong { font-family: var(--font-display); font-weight: 700; font-size: 17px; display: block; }
.vid-card .cap span { font-size: 13px; color: #cfd8e6; }
.vid-card .len { position: absolute; top: 12px; right: 12px; z-index: 2; background: rgba(0,0,0,.6); color: #fff; font-size: 12px; font-weight: 600; padding: 4px 9px; border-radius: 999px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(6,10,16,.88); display: none; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(6px); }
.lightbox.open { display: flex; }
.lightbox video { max-width: min(92vw, 760px); max-height: 86vh; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.6); background: #000; }
.lightbox .close { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: #fff; cursor: pointer; font-size: 22px; display: grid; place-items: center; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1/1; background: var(--bg-ink); display: grid; place-items: center; }
.about-media img { width: 62%; }
.about h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 18px; }
.about p { color: var(--ink-2); margin-bottom: 16px; }
.about .sig { font-family: var(--font-display); font-weight: 800; font-size: 22px; margin-top: 8px; }
.about .sig small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 14px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; margin-bottom: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 24px; font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .ic { flex: 0 0 auto; width: 26px; height: 26px; transition: transform .3s; color: var(--cyan); font-size: 22px; display: grid; place-items: center; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 24px 22px; color: var(--muted); }

/* ---------- Final CTA ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--bg-ink); color: #fff; border-radius: 28px; padding: 68px 40px; text-align: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% 0%, rgba(18,194,224,.25), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(30px, 4.5vw, 52px); }
.cta-band p { color: #b9c3d6; font-size: 18px; max-width: 560px; margin: 18px auto 30px; }

/* ---------- Footer ---------- */
.footer { padding: 60px 0 40px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; align-items: center; }
.footer .brand small { color: var(--muted); }
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer-links a { color: var(--ink-2); font-weight: 500; font-size: 15px; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; color: var(--muted); font-size: 14px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-media { max-width: 420px; margin: 0 auto; }
  .feat-wrap { grid-template-columns: 1fr; }
  .feat-cta { position: static; }
  .about { grid-template-columns: 1fr; gap: 34px; }
  .about-media { max-width: 380px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
  .stat + .stat { border-left: 0; }
  .pain-grid, .steps { grid-template-columns: 1fr; }
  .vid-grid { grid-template-columns: repeat(2, 1fr); }
  .vid-grid.vid-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .header.open .nav { flex-wrap: wrap; height: auto; padding-bottom: 18px; }
  .header.open .nav-links {
    display: flex; flex-direction: column; align-items: stretch;
    order: 3; width: 100%; gap: 0; padding: 6px 0 10px;
  }
  .header.open .nav-links a { width: 100%; padding: 14px 2px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .header.open .nav-cta { order: 4; width: 100%; }
  .header.open .nav-cta .btn { display: inline-flex; width: 100%; }
  section.block { padding: 68px 0; }
  .hero { padding: 44px 0 64px; }
  .hero-badge.b1 { left: 8px; }
  .hero-badge.b2 { right: 8px; }
  .cta-band { padding: 50px 24px; border-radius: 20px; }
}
@media (max-width: 480px) {
  .vid-grid { grid-template-columns: 1fr; }
  .vid-grid.vid-grid-4 { grid-template-columns: 1fr; }
  .vid-block .vid-card { aspect-ratio: 4 / 5; }
  body { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transition: none; opacity: 1; transform: none; }
}
