/* ============================================
   PROFIT PLAYBOOK — shared styles
   Mobile-first. Dark, high-contrast, big type.
   ============================================ */

:root {
  --bg: #0b0a08;
  --surface: #141110;
  --surface-2: #191510;
  --border: #2c261d;
  --text: #f6f4ef;
  --muted: #aea895;
  --accent: #c9932e;
  --accent-ink: #1c1305;
  --glow: rgba(201, 147, 46, 0.35);
  --radius: 14px;
  --container: 1080px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ---------- Type ---------- */

.display {
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin: 0;
}

h1.display { font-size: clamp(2.5rem, 10vw, 4.75rem); }
h2.display { font-size: clamp(1.9rem, 7vw, 3.25rem); }

.accent { color: var(--accent); }

.eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  margin-bottom: 1.5rem;
  background: var(--surface);
}

.sub {
  color: var(--muted);
  font-size: clamp(1.0625rem, 4vw, 1.25rem);
  line-height: 1.65;
  max-width: 42rem;
  margin: 1.5rem auto 0;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 60px;
  padding: 1rem 2.25rem;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 0 40px var(--glow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 60px var(--glow);
}

.btn:active { transform: translateY(0); }

/* ---------- Sections ---------- */

section { padding: 4.5rem 0; }

.section-head {
  text-align: center;
  margin-bottom: 2.75rem;
}

/* ---------- Top bar ---------- */

.topbar {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wordmark {
  font-family: "Anton", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.35);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  text-align: center;
  padding: 4rem 0 4.5rem;
}

/* soft white glow behind the headline, echoing the logo */
.hero::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 140vw);
  height: 500px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.07), transparent 70%);
  pointer-events: none;
}

.hero .container { position: relative; }

.video-frame {
  margin: 2.5rem auto 0;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.video-frame wistia-player {
  width: 100%;
  height: 100%;
}

.hero .btn { margin-top: 2.25rem; }

/* ---------- Stats bar ---------- */

.stats {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  padding: 3rem 0 2.25rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}

.stat-number {
  font-family: "Anton", sans-serif;
  font-size: clamp(2.4rem, 9vw, 3.5rem);
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  color: var(--muted);
  font-size: 0.9375rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.stats-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.75rem;
  margin: 2rem 0 0;
}

/* ---------- Testimonials ---------- */

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.card .result {
  font-family: "Anton", sans-serif;
  font-size: clamp(1.75rem, 7vw, 2.4rem);
  color: var(--accent);
  text-transform: uppercase;
  line-height: 1.1;
}

.card .who {
  color: var(--text);
  font-weight: 700;
  margin: 0.35rem 0 1.25rem;
}

.shot-placeholder {
  aspect-ratio: 4 / 3;
  border: 2px dashed var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  font-size: 0.875rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.card blockquote {
  margin: 0;
  color: var(--muted);
  font-style: italic;
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
}

/* ---------- Process ---------- */

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  counter-reset: step;
}

.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.step-num {
  font-family: "Anton", sans-serif;
  font-size: 2.75rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent);
  line-height: 1;
}

.step h3 {
  font-size: 1.3rem;
  margin: 0.9rem 0 0.5rem;
}

.step p {
  color: var(--muted);
  margin: 0;
}

/* ---------- What you're actually getting ---------- */

.deliverables {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.deliverable {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.deliverable h3 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}

.deliverable p {
  color: var(--muted);
  margin: 0;
}

/* ---------- FAQ ---------- */

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0.25rem;
  font-weight: 700;
  font-size: 1.0625rem;
  min-height: 48px; /* thumb-friendly */
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  flex-shrink: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list .answer {
  color: var(--muted);
  padding: 0 2.5rem 1.5rem 0.25rem;
  margin: 0;
}

/* ---------- Final CTA ---------- */

.final-cta {
  text-align: center;
  padding: 5.5rem 0;
  position: relative;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(201, 147, 46, 0.07), transparent 65%);
  pointer-events: none;
}

.final-cta .container { position: relative; }

.final-cta .btn { margin-top: 2.25rem; }

/* ---------- Footer ---------- */

footer {
  border-top: 1px solid var(--border);
  padding: 3rem 0 2.5rem;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.7;
}

footer p { margin: 0 0 1rem; }

footer a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-links a { margin-right: 1.5rem; }

.footer-contact {
  margin: 1.5rem 0;
  padding: 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.footer-contact p { margin: 0 0 0.25rem; }

/* ---------- Legal pages ---------- */

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.legal h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2rem, 8vw, 3rem);
  line-height: 1.05;
  margin: 0 0 0.5rem;
}

.legal .updated {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}

.legal h2 {
  font-size: 1.25rem;
  margin: 2.25rem 0 0.75rem;
}

.legal p, .legal li { color: var(--muted); }

.legal strong { color: var(--text); }

.back-link {
  display: inline-block;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 2rem;
}

/* ---------- Desktop ---------- */

@media (min-width: 720px) {
  section { padding: 6.5rem 0; }

  .hero { padding: 6rem 0; }

  .btn { width: auto; }

  .stats-grid { grid-template-columns: repeat(3, 1fr); }

  .cards { grid-template-columns: repeat(2, 1fr); }

  .steps { grid-template-columns: repeat(3, 1fr); }

  .deliverables { grid-template-columns: repeat(2, 1fr); }

  .deliverable:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .faq-list summary::after { transition: none; }
}
