/* =====================================================================
   ShowYB - Homepage stylesheet
   Design system extracted from the approved concept screenshots.
   Light editorial theme, warm orange accent, bold grotesk display type.
   British English throughout. Standard hyphens only (no em dashes).
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root {
  /* Colour */
  --bg: #f4f5f7;
  --bg-white: #ffffff;
  --bg-dark: #1f2733;
  --bg-dark-2: #263041;

  --accent: #f5a200;
  --accent-600: #e08e00;
  --accent-soft: rgba(245, 162, 0, 0.12);

  --ink: #1f2937;
  --ink-2: #3b4657;
  --muted: #6b7280;
  --muted-light: #9aa3b2;

  --on-dark: #f3f5f8;
  --on-dark-muted: #9fa9b8;

  --border: rgba(17, 24, 39, 0.08);
  --border-strong: rgba(17, 24, 39, 0.14);
  --border-dark: rgba(255, 255, 255, 0.1);

  /* Shape */
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --maxw: 1200px;

  /* Type */
  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.05);
  --shadow-card: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.07);
  --shadow-float: 0 6px 22px rgba(16, 24, 40, 0.12);

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.08; margin: 0; letter-spacing: -0.015em; }

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Layout helpers ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section--tight { padding: 72px 0; }
.section--dark { background: var(--bg-dark); color: var(--on-dark); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--on-dark); }
.section--white { background: var(--bg-white); }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* Eyebrow label: mono, uppercase, tracked, orange, with rule */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent);
  margin: 0 0 20px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); display: inline-block; }
.section-head--center .eyebrow { justify-content: center; }

.h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; }
.h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; }
.h3 { font-size: 1.2rem; font-weight: 700; }
.accent-text { color: var(--accent); }
.lead { font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; }
.section--dark .lead { color: var(--on-dark-muted); }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: 15px 26px; border-radius: var(--radius-sm); border: 1px solid transparent;
  transition: transform 0.15s var(--ease), background 0.15s var(--ease), box-shadow 0.15s var(--ease);
  min-height: 44px; text-align: center;
}
.btn-primary { background: var(--accent); color: #1a1205; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--accent-600); transform: translateY(-2px); box-shadow: var(--shadow-float); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--border-strong); }
.btn-secondary:hover { border-color: var(--ink); transform: translateY(-2px); }
.section--dark .btn-secondary { color: var(--on-dark); border-color: var(--border-dark); }
.section--dark .btn-secondary:hover { border-color: var(--on-dark); background: rgba(255,255,255,0.04); }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 30px; font-size: 1.05rem; }

/* CTA row that follows proof sections */
.cta-row { margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap; }
.cta-row--center { justify-content: center; }

/* ---------- Placeholder tag (brief: never fabricate data) ---------- */
.ph {
  font-family: var(--font-mono); font-size: 0.82em; font-weight: 700;
  color: var(--accent-600); background: var(--accent-soft);
  border: 1px dashed rgba(245, 162, 0, 0.5); border-radius: 6px;
  padding: 2px 8px; display: inline-block; letter-spacing: 0.01em; white-space: nowrap;
}
.section--dark .ph { color: var(--accent); background: rgba(245,162,0,0.14); }

/* =====================================================================
   HEADER / NAV
   ===================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(244, 245, 247, 0.97);
  border-bottom-color: var(--border);
  box-shadow: 0 1px 0 var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; color: var(--ink); }
.brand b { color: var(--accent); font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links > li > a,
.nav-toggle-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border-radius: var(--radius-sm); color: var(--ink-2);
  font-weight: 500; font-size: 0.98rem; background: none; border: 0;
}
.nav-links > li > a:hover, .nav-toggle-link:hover { color: var(--ink); background: rgba(17,24,39,0.04); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

/* Dropdown */
.has-dropdown { position: relative; }
.caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.2s var(--ease); }
.has-dropdown[aria-expanded="true"] .caret { transform: rotate(-135deg) translateY(0); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 280px;
  background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 8px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all 0.18s var(--ease);
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown[aria-expanded="true"] .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 10px 14px; border-radius: var(--radius-sm); color: var(--ink-2); font-weight: 500; }
.dropdown a:hover { background: var(--accent-soft); color: var(--ink); }

/* Hamburger */
.hamburger { display: none; width: 44px; height: 44px; border: 1px solid var(--border-strong); border-radius: var(--radius-sm); background: var(--bg-white); flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.hamburger span { width: 20px; height: 2px; background: var(--ink); transition: 0.2s var(--ease); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { padding: 150px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero-hook {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.25rem, 2.3vw, 1.7rem); line-height: 1.22; letter-spacing: -0.01em;
  color: var(--ink); margin: 0 0 16px; max-width: 26ch;
}
.hero .lead { font-size: 1.18rem; margin-bottom: 34px; }
.hero-filter { margin-top: 28px; font-size: 0.95rem; color: var(--muted); max-width: 46ch; }
.hero-filter b { color: var(--ink); font-weight: 600; }

/* Phone mockup with video slot (Type A) */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 260px; aspect-ratio: 9 / 16; border-radius: 34px;
  background: linear-gradient(160deg, #2c333f 0%, #3a2f22 100%);
  border: 8px solid #10141b; box-shadow: 0 30px 60px rgba(16,24,40,0.28);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.phone::after {
  content: "SALES REEL · 0:27 · META ADS";
  position: absolute; left: 14px; bottom: 14px; right: 14px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; color: rgba(255,255,255,0.72);
}
.play-btn {
  width: 66px; height: 66px; border-radius: 50%; background: var(--accent); border: 0;
  display: grid; place-items: center; box-shadow: 0 0 0 10px rgba(245,162,0,0.22);
  transition: transform 0.15s var(--ease);
}
.play-btn:hover { transform: scale(1.06); }
.play-btn::before { content: ""; width: 0; height: 0; border-left: 18px solid #1a1205; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }

.stat-card {
  position: absolute; background: var(--bg-white); border: 1px solid var(--border);
  border-radius: 12px; padding: 12px 16px; box-shadow: var(--shadow-float); min-width: 128px;
}
.stat-card .val { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--ink); display: block; }
.stat-card .lab { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.stat-card--a { top: 26px; left: -6px; }
.stat-card--b { top: 120px; right: -18px; }
.stat-card--c { bottom: 60px; left: -24px; }

/* =====================================================================
   TRUST BAR
   ===================================================================== */
.trustbar { background: var(--bg-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trustbar .container { padding-top: 26px; padding-bottom: 26px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 26px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.trust-row .lead-word { color: var(--muted); }
.trust-row .city { color: var(--ink); font-weight: 700; }
.trust-row .tail { color: var(--muted-light); }
.trust-logos { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 20px; }
.logo-slot { width: 118px; height: 42px; border: 1px dashed var(--border-strong); border-radius: 8px; display: grid; place-items: center; }
.logo-slot span { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; color: var(--muted-light); text-transform: uppercase; }

/* =====================================================================
   CARDS / GRIDS
   ===================================================================== */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-card); transition: transform 0.18s var(--ease), border-color 0.18s var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.card h3 { margin-bottom: 12px; }
.card p { margin: 0; color: var(--ink-2); }

/* Problem cards */
.problem-card p { color: var(--ink-2); }

/* What you get - feature list */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature {
  background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; display: block; position: relative; overflow: hidden;
  transition: transform 0.18s var(--ease), border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.feature::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.2s var(--ease); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--border-strong); }
.feature:hover::before { transform: scaleX(1); }
.feature .feature-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-soft); color: var(--accent-600); display: grid; place-items: center; margin-bottom: 16px; font-family: var(--font-mono); font-weight: 700; }
.feature h3 { font-size: 1.1rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.feature p { margin: 0; color: var(--ink-2); font-size: 0.98rem; }
.feature .go { margin-top: 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--accent-600); text-transform: uppercase; }
.feature--highlight { border-color: rgba(245,162,0,0.5); background: linear-gradient(180deg, #fffdf8, #fff); }
.feature--highlight::before { transform: scaleX(1); }
.tag-star { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: #1a1205; background: var(--accent); padding: 2px 7px; border-radius: 5px; }

/* =====================================================================
   HOW WE WORK - steps
   ===================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; }
.step .num { font-family: var(--font-mono); font-weight: 700; color: var(--accent-600); font-size: 0.95rem; letter-spacing: 0.08em; margin-bottom: 18px; }
.step h3 { font-size: 1.2rem; margin-bottom: 10px; }
.step p { margin: 0; color: var(--ink-2); font-size: 0.98rem; }
.steps-note { margin-top: 26px; font-family: var(--font-mono); font-size: 13px; color: var(--muted); letter-spacing: 0.02em; }

/* =====================================================================
   CASE STUDIES
   ===================================================================== */
.case-card { background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); display: flex; flex-direction: column; transition: transform 0.18s var(--ease); }
.case-card:hover { transform: translateY(-4px); }
.case-head { background: var(--bg-dark); color: var(--on-dark); padding: 22px 24px; }
.case-head .meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.case-head h3 { color: var(--on-dark); font-size: 1.18rem; }
.case-body { padding: 22px 24px; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.case-body p { margin: 0; color: var(--ink-2); font-size: 0.96rem; }
.case-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.case-stat { border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; }
.case-stat .val { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; }
.case-stat .lab { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* =====================================================================
   REELS GALLERY (Type B)
   ===================================================================== */
.reels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.reel { position: relative; border-radius: var(--radius); overflow: hidden; }
.reel-thumb {
  aspect-ratio: 9 / 16; border-radius: var(--radius); position: relative;
  background: linear-gradient(160deg, #2c333f, #3a2f22); display: grid; place-items: center;
  border: 1px solid var(--border-dark); cursor: pointer; width: 100%; padding: 0;
}
.reel .play-btn { width: 54px; height: 54px; box-shadow: 0 0 0 8px rgba(245,162,0,0.2); }
.reel .play-btn::before { border-left-width: 15px; border-top-width: 9px; border-bottom-width: 9px; }
.reel-cap { position: absolute; left: 14px; right: 14px; bottom: 14px; color: #fff; font-weight: 600; font-size: 0.9rem; pointer-events: none; text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
.reel-desc { margin-top: 12px; font-size: 0.9rem; color: var(--ink-2); }

/* =====================================================================
   FIT (for / not for)
   ===================================================================== */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit { border-radius: var(--radius); padding: 32px; }
.fit--yes { background: var(--bg-white); border: 1px solid rgba(245,162,0,0.45); }
.fit--no { background: #eceef1; border: 1px solid var(--border); }
.fit h3 { font-size: 1.25rem; margin-bottom: 20px; }
.fit ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.fit li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.fit .mark { flex: none; width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; margin-top: 2px; font-size: 12px; font-weight: 700; }
.fit--yes .mark { background: var(--accent); color: #1a1205; }
.fit--no .mark { background: #cfd4da; color: #5b6470; border-radius: 50%; }

/* =====================================================================
   ABOUT (no people) + explainer video slot (Type C)
   ===================================================================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.video-16x9 { aspect-ratio: 16 / 9; border-radius: var(--radius); background: linear-gradient(160deg, #2c333f, #3a2f22); display: grid; place-items: center; border: 1px solid var(--border-dark); position: relative; }
.video-16x9 .cap { position: absolute; left: 16px; bottom: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--bg-white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.faq-icon { flex: none; width: 22px; height: 22px; position: relative; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform 0.2s var(--ease); }
.faq-icon::before { top: 10px; left: 2px; right: 2px; height: 2px; }
.faq-icon::after { left: 10px; top: 2px; bottom: 2px; width: 2px; }
.faq-q[aria-expanded="true"] .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.28s var(--ease); }
.faq-a-inner { padding: 0 24px 22px; color: var(--ink-2); }

/* =====================================================================
   FINAL CTA + short form
   ===================================================================== */
.final-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--on-dark-muted); }
.check-list .mark { flex: none; width: 24px; height: 24px; border-radius: 7px; background: var(--accent); color: #1a1205; display: grid; place-items: center; font-weight: 700; font-size: 13px; }
.mini-form { background: var(--bg-white); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-float); }
.mini-form h3 { color: var(--ink); margin-bottom: 20px; font-size: 1.3rem; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 7px; color: var(--ink); }
.field input {
  width: 100%; padding: 13px 15px; border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; color: var(--ink); background: #fbfbfc;
}
.field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 14px 0 0; font-size: 0.85rem; color: var(--muted); text-align: center; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--bg-dark); color: var(--on-dark-muted); padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand { color: #fff; display: inline-block; margin-bottom: 16px; }
.footer-brand p { margin: 0; max-width: 34ch; font-size: 0.95rem; }
.footer-col h4 { color: #fff; font-family: var(--font-display); font-size: 1rem; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col address { color: var(--on-dark-muted); font-size: 0.95rem; font-style: normal; }
.footer-col a:hover { color: #fff; }
.footer-col address { display: flex; flex-direction: column; gap: 11px; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border-dark); display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; font-size: 0.85rem; }
.footer-bottom .legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* =====================================================================
   MOBILE STICKY CTA BAR
   ===================================================================== */
.mobile-cta {
  position: fixed; inset: auto 0 0 0; z-index: 90; display: none; gap: 10px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.98); border-top: 1px solid var(--border);
  transform: translateY(120%); transition: transform 0.25s var(--ease);
}
.mobile-cta.is-visible { transform: translateY(0); }
.mobile-cta .btn { flex: 1; }

/* =====================================================================
   COOKIE BAR (slim, non-blocking - PECR/GDPR, analytics gated)
   ===================================================================== */
.cookie-bar {
  position: fixed; inset: auto 16px 16px; z-index: 95; max-width: 640px; margin: 0 auto;
  background: var(--bg-dark-2); color: var(--on-dark); border-radius: var(--radius);
  box-shadow: var(--shadow-float); padding: 18px 20px; display: none;
  align-items: center; gap: 16px; flex-wrap: wrap; justify-content: space-between;
}
.cookie-bar.is-visible { display: flex; }
.cookie-bar p { margin: 0; font-size: 0.9rem; color: var(--on-dark-muted); flex: 1 1 260px; }
.cookie-bar a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn { padding: 10px 18px; min-height: 40px; }
.cookie-actions .btn-secondary { color: var(--on-dark); border-color: var(--border-dark); }

/* =====================================================================
   SCROLL REVEAL
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* =====================================================================
   LIGHTBOX (reels placeholder)
   ===================================================================== */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(15,19,26,0.86); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox-inner { width: min(340px, 90vw); aspect-ratio: 9/16; background: linear-gradient(160deg, #2c333f, #3a2f22); border-radius: 20px; display: grid; place-items: center; text-align: center; padding: 24px; color: var(--on-dark-muted); border: 1px solid var(--border-dark); }
.lightbox-close { position: fixed; top: 20px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.12); color: #fff; border: 0; font-size: 22px; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: 2; }
  .feature-grid, .grid-3, .steps, .reels { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .hero { padding: 120px 0 60px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-actions .btn-primary { display: none; }
  .grid-3, .grid-2, .feature-grid, .steps, .fit-grid, .about-grid, .final-grid, .footer-grid, .reels { grid-template-columns: 1fr; }
  .reels { grid-template-columns: repeat(2, 1fr); }
  .mobile-cta { display: flex; }
  .stat-card--a { top: 10px; left: 0; }
  .stat-card--b { top: auto; bottom: 130px; right: 0; }
  .stat-card--c { bottom: 20px; left: 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  /* Mobile nav panel */
  .nav-links.is-open {
    display: flex; position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--bg-white); border-bottom: 1px solid var(--border); padding: 16px; gap: 4px; box-shadow: var(--shadow-card);
  }
  .nav-links.is-open > li > a, .nav-links.is-open .nav-toggle-link { padding: 14px 16px; font-size: 1.05rem; }
  .nav-links.is-open .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 12px; min-width: 0; }
  .nav-links.is-open .has-dropdown .dropdown { display: none; }
  .nav-links.is-open .has-dropdown[aria-expanded="true"] .dropdown { display: block; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
