:root {
  --bg: #0b1622;
  --bg-2: #0e1c2c;
  --panel: #122334;
  --panel-2: #15293c;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --text: #eaf2fb;
  --muted: #9fb3cd;
  --orange: #f5821f;
  --orange-2: #ff9a3d;
  --blue: #3f8efc;
  --green: #34d399;
  --gold: #ffce4d;
  --purple: #9b6bff;
  --max: 1200px;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(245, 130, 31, 0.12), transparent 60%),
    radial-gradient(1000px 600px at -10% 10%, rgba(63, 142, 252, 0.12), transparent 55%),
    linear-gradient(180deg, #0b1622, #0a1320 60%, #0a121d);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--orange-2); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.center { text-align: center; }
.center-actions { justify-content: center; }
.accent { color: var(--orange); }

.skip-link {
  position: absolute; top: -50px; left: 8px; z-index: 100000;
  background: #fff; color: #000; padding: 8px 12px; border-radius: 8px;
}
.skip-link:focus { top: 8px; }

/* ===== Typography ===== */
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 0.6rem; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; }
h3 { font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 800; }
h4 { font-size: 1.12rem; font-weight: 700; }
.lead { color: var(--muted); font-size: 1.06rem; max-width: 760px; }
.center.lead { margin-inline: auto; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border-radius: 10px; padding: 0.72rem 1.15rem; font-weight: 700; font-size: 0.96rem;
  border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-lg { padding: 0.92rem 1.5rem; font-size: 1.02rem; }
.btn-primary { background: linear-gradient(90deg, var(--orange), var(--orange-2)); color: #1a1206; box-shadow: 0 10px 24px rgba(245, 130, 31, 0.35); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(245, 130, 31, 0.5); }
.btn-outline { background: rgba(255, 255, 255, 0.04); border-color: var(--line-2); color: var(--text); }
.btn-outline:hover { background: rgba(255, 255, 255, 0.09); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); }

.pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(63, 142, 252, 0.12); border: 1px solid rgba(63, 142, 252, 0.35);
  color: #cfe2ff; padding: 0.4rem 0.8rem; border-radius: 999px; font-size: 0.82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(6, 11, 18, 0.84); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.logo { display: inline-flex; align-items: center; }
.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.36rem 0.62rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: 0 8px 22px rgba(0,0,0,0.35), 0 0 0 1px rgba(245,130,31,0.12) inset;
  text-decoration: none;
}
.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 0 18px rgba(245,130,31,0.28);
  flex: none;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-text strong {
  color: #fff;
  font-size: 1.06rem;
  letter-spacing: 0.01em;
}
.logo-text em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.logo-lockup:hover {
  border-color: rgba(245,130,31,0.45);
  box-shadow: 0 10px 26px rgba(0,0,0,0.4), 0 0 0 1px rgba(245,130,31,0.25) inset;
}
.primary-nav { display: flex; align-items: center; gap: 1rem; flex: 1; justify-content: flex-end; min-width: 0; }
.nav-list { list-style: none; display: flex; gap: 0.85rem; margin: 0; padding: 0; flex-wrap: nowrap; }
.nav-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.btn-sm { padding: 0.5rem 0.85rem; font-size: 0.82rem; }
.nav-login { border-color: rgba(52, 211, 153, 0.35); color: #b8f5d4; background: rgba(52, 211, 153, 0.08); }
.nav-login:hover { background: rgba(52, 211, 153, 0.15); border-color: rgba(52, 211, 153, 0.5); }
.logo-lockup { flex-shrink: 0; max-width: min(42vw, 220px); }
.nav-list a { color: var(--text); font-weight: 600; font-size: 0.95rem; }
.nav-list a:hover { color: var(--orange-2); text-decoration: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 26px; height: 3px; background: var(--text); border-radius: 3px; transition: .2s; }

/* ===== Cinematic Hero (post-intro) ===== */
.cinematic-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #06090f;
}
.cinematic-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #06090f;
}
/* Only darken the bottom so the dog (center of frame) stays fully visible. */
.cinematic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,9,15,0) 45%, rgba(6,9,15,0.45) 72%, rgba(6,9,15,0.9) 100%);
}
.cinematic-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,9,15,0.25) 0%, transparent 18%);
}
.cinematic-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 0 0 3rem;
}
.cinematic-content h1 {
  margin-top: 1rem;
  margin-bottom: 0.9rem;
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  line-height: 0.98;
}
.cinematic-content .lead {
  font-size: 1.08rem;
  color: #d0e0f6;
  max-width: 640px;
}

/* ===== Hero ===== */
.hero { padding: 3.5rem 0 2.5rem; }

.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2rem; align-items: center; }
.hero-copy h2 { margin-top: 0.9rem; }
.hero-sub { font-size: 1.3rem; font-weight: 800; color: var(--orange); margin: 0 0 0.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; padding: 0; margin: 1.4rem 0 0; }
.hero-trust li { display: flex; align-items: center; gap: 0.4rem; font-size: 0.86rem; color: var(--muted); }
.hero-trust img { width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(60%) sepia(80%) saturate(500%) hue-rotate(120deg); }

/* ===== Command Center ===== */
.command-center {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.1rem;
  box-shadow: var(--shadow);
}
.cc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.9rem; }
.cc-title { display: flex; align-items: center; gap: 0.45rem; font-size: 0.92rem; letter-spacing: 0.04em; }
.cc-title img { width: 20px; height: 20px; }
.cc-title strong { color: var(--orange); }
.cc-title span { color: var(--muted); font-weight: 600; }
.cc-meta { font-size: 0.78rem; color: var(--muted); }
.cc-live { color: var(--green); font-weight: 700; }
.cc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; }
.cc-card { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); border-radius: 10px; padding: 0.6rem; }
.cc-row { display: flex; align-items: center; justify-content: space-between; gap: 0.3rem; }
.cc-row span { font-size: 0.68rem; color: var(--muted); }
.cc-row img { width: 15px; height: 15px; opacity: 0.8; }
.cc-card strong { display: block; font-size: 1.2rem; margin-top: 0.2rem; }
.cc-card strong.good { color: var(--green); }
.cc-card em { font-style: normal; font-size: 0.64rem; color: var(--muted); }
.cc-card em.up { color: var(--green); }
.cc-card em.warn { color: var(--orange-2); }
.cc-insight { display: flex; gap: 0.55rem; align-items: flex-start; margin-top: 0.8rem; padding: 0.7rem; background: rgba(245, 130, 31, 0.1); border: 1px solid rgba(245, 130, 31, 0.3); border-radius: 10px; }
.cc-insight img { width: 20px; height: 20px; flex: none; }
.cc-insight p { margin: 0; font-size: 0.8rem; color: #ffe3c4; }
.cc-insight strong { color: var(--orange); }

/* ===== Sections base ===== */
.section { padding: 3.4rem 0; }
.section h3.center { margin-bottom: 1.6rem; }

/* ===== Pain ===== */
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.pain-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem; transition: .2s; }
.pain-card:hover { border-color: rgba(245, 130, 31, 0.4); transform: translateY(-3px); }
.pain-card img { width: 26px; height: 26px; margin-bottom: 0.5rem; opacity: 0.9; }
.pain-card h4 { font-size: 0.98rem; margin-bottom: 0.2rem; }
.pain-card p { margin: 0; font-size: 0.84rem; color: var(--muted); }

/* ===== Method ===== */
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.2rem; }
.method-card { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.4rem; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; background: var(--blue); color: #fff; font-weight: 800; font-size: 1.1rem; margin-bottom: 0.7rem; box-shadow: 0 8px 20px rgba(63, 142, 252, 0.4); }
.step-num.purple { background: var(--purple); box-shadow: 0 8px 20px rgba(155, 107, 255, 0.4); }
.step-num.green { background: var(--green); box-shadow: 0 8px 20px rgba(52, 211, 153, 0.4); }
.method-card ul { margin: 0.7rem 0 0; padding-left: 1.1rem; }
.method-card li { color: var(--muted); font-size: 0.9rem; margin-bottom: 0.3rem; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.why-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem; }
.why-card img { width: 26px; height: 26px; margin-bottom: 0.5rem; }
.why-card p { margin: 0; font-size: 0.85rem; color: var(--muted); }

/* ===== Offers ===== */
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.offer-card { position: relative; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.5rem 1.3rem; display: flex; flex-direction: column; }
.offer-card.featured { border-color: var(--orange); box-shadow: 0 18px 44px rgba(245, 130, 31, 0.22); }
.offer-tag { align-self: flex-start; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--blue); background: rgba(63, 142, 252, 0.12); border: 1px solid rgba(63, 142, 252, 0.3); padding: 0.25rem 0.6rem; border-radius: 999px; margin-bottom: 0.8rem; }
.offer-tag.hot { color: #1a1206; background: var(--orange); border-color: var(--orange); }
.offer-ic { width: 34px; height: 34px; margin-bottom: 0.6rem; }
.offer-card ul { margin: 0.6rem 0 1rem; padding-left: 1.1rem; }
.offer-card li { color: var(--muted); font-size: 0.9rem; margin-bottom: 0.35rem; }
.offer-card p { color: var(--muted); font-size: 0.92rem; }
.offer-price { margin: auto 0 0.4rem; font-size: 0.92rem; color: var(--muted); }
.offer-price strong { font-size: 1.5rem; color: var(--text); }
.offer-price span { font-size: 0.9rem; color: var(--muted); }
.offer-note { font-size: 0.82rem; color: var(--muted); line-height: 1.45; margin: 0 0 1rem; }
.offer-card .btn { margin-top: auto; }

/* Section subheading + pricing trust note */
.section-sub { max-width: 760px; margin: 0.7rem auto 2rem; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.offer-guarantee { display: inline-flex; align-items: center; gap: 0.55rem; max-width: 760px; margin: 1.6rem auto 0; padding: 0.7rem 1.1rem; font-size: 0.88rem; color: var(--text); background: rgba(245,130,31,0.08); border: 1px solid rgba(245,130,31,0.28); border-radius: 12px; line-height: 1.5; }
.offer-guarantee { display: flex; }
.offer-guarantee .og-mark { flex: none; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #1a1206; font-weight: 800; font-size: 0.8rem; }

/* ===== Results ===== */
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.result-card { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.4rem 1.3rem; display: flex; flex-direction: column; }
.result-num { display: block; font-size: 2rem; font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; }
.result-num.text { font-size: 1.35rem; }
.result-num.blue { color: var(--blue); }
.result-num.orange { color: var(--orange); }
.result-num.green { color: var(--green); }
.result-num.gold { color: var(--gold); }
.result-card h4 { margin: 0.55rem 0 0.4rem; font-size: 1.02rem; color: var(--text); }
.result-card p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.55; }

/* Results CTA */
.results-cta { margin-top: 2.4rem; text-align: center; padding: 2.4rem 1.5rem; border-radius: var(--radius); background: radial-gradient(120% 140% at 50% 0%, rgba(245,130,31,0.12), rgba(11,22,34,0) 60%), linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line-2); }
.results-cta h3 { max-width: 720px; margin: 0 auto 0.6rem; }
.results-cta > p { max-width: 640px; margin: 0 auto 1.4rem; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.results-cta-note { max-width: 680px; margin: 1.1rem auto 0; font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

/* ===== Platform ===== */
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.platform-list { list-style: none; padding: 0; margin: 1.1rem 0 1.4rem; }
.platform-list li { display: flex; align-items: center; gap: 0.6rem; padding: 0.45rem 0; border-bottom: 1px solid var(--line); color: var(--text); }
.platform-list img { width: 20px; height: 20px; }
.platform-panel { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow); }
.pp-head { display: flex; justify-content: space-between; font-size: 0.85rem; color: var(--muted); margin-bottom: 0.8rem; }
.pp-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
.pp-stats div { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); border-radius: 10px; padding: 0.7rem; }
.pp-stats span { font-size: 0.72rem; color: var(--muted); }
.pp-stats strong { display: block; font-size: 1.3rem; }
.pp-stats em { font-style: normal; font-size: 0.7rem; }
.pp-stats em.up { color: var(--green); }
.pp-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 0.6rem; margin-top: 0.6rem; }
.pp-block { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); border-radius: 10px; padding: 0.7rem; }
.pp-block > span { font-size: 0.74rem; color: var(--muted); }
.pp-block ul { list-style: none; padding: 0; margin: 0.4rem 0 0; }
.pp-block li { font-size: 0.78rem; display: flex; justify-content: space-between; padding: 0.2rem 0; color: var(--text); }
.pp-block li em { color: var(--muted); font-style: normal; }
.health-ring { width: 88px; height: 88px; border-radius: 50%; margin: 0.5rem auto; display: grid; place-items: center; background: conic-gradient(var(--green) 0 92%, rgba(255,255,255,0.1) 92% 100%); }
.health-ring strong { background: var(--panel); width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-size: 1rem; }
.legend { list-style: none; padding: 0; margin: 0.4rem 0 0; display: flex; gap: 0.6rem; justify-content: center; }
.legend li { font-size: 0.66rem; color: var(--muted); display: flex; align-items: center; gap: 0.25rem; }
.legend li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; }
.legend li.g::before { background: var(--green); }
.legend li.y::before { background: var(--gold); }
.legend li.r::before { background: #ff5d5d; }

/* ===== Industries ===== */
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; margin-top: 1.4rem; }
.industry-grid article { position: relative; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid var(--line); background: var(--panel); }
.industry-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.industry-grid article:hover img { transform: scale(1.08); }
.industry-grid p { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 0.6rem; font-size: 0.9rem; font-weight: 700; text-align: center; background: linear-gradient(180deg, transparent, rgba(8, 14, 22, 0.92)); }

/* ===== Testimonials ===== */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.testimonial { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.4rem; margin: 0; }
.stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 0.6rem; }
.testimonial blockquote { margin: 0 0 1rem; font-size: 0.98rem; }
.testimonial figcaption strong { display: block; }
.testimonial figcaption span { color: var(--muted); font-size: 0.85rem; }

/* ===== FAQ ===== */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.faq-grid details { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; }
.faq-grid summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-grid summary::after { content: "+"; color: var(--orange); font-size: 1.3rem; font-weight: 700; }
.faq-grid details[open] summary::after { content: "–"; }
.faq-grid details p { margin: 0.7rem 0 0; color: var(--muted); }

/* ===== Final CTA ===== */
.cta-final { padding: 3.5rem 0 4.5rem; }
.cta-box { text-align: center; background: linear-gradient(120deg, rgba(245, 130, 31, 0.16), rgba(63, 142, 252, 0.16)); border: 1px solid rgba(245, 130, 31, 0.4); border-radius: 22px; padding: 2.6rem 1.5rem; box-shadow: var(--shadow); }
.cta-box p { color: var(--muted); max-width: 640px; margin: 0.4rem auto 1.4rem; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--line); padding: 2rem 0; }
.footer-wrap { display: flex; flex-direction: column; gap: 0.6rem; align-items: center; text-align: center; color: var(--muted); }
.footer-wrap .logo img { height: 30px; }
.footer-contact a { color: var(--orange-2); }
.footer-local { font-size: 0.85rem; color: var(--muted); margin: 0.25rem 0; }

/* ===== Intro overlay ===== */
.intro-overlay { position: fixed; inset: 0; z-index: 99999; background: #05080d; display: grid; place-items: center; padding: 1rem; }
.intro-overlay[hidden] { display: none; }
.intro-video-frame { position: relative; width: min(100%, 1180px); height: min(90vh, 700px); background: #000; border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.intro-video { width: 100%; height: 100%; object-fit: contain; background: #000; pointer-events: none; }
.intro-content { position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); width: min(94%, 680px); text-align: center; background: rgba(5, 9, 14, 0.72); border: 1px solid var(--line-2); border-radius: 14px; padding: 1rem; z-index: 3; }
.intro-tag { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; color: var(--orange); margin: 0 0 0.3rem; font-weight: 700; }
.intro-content h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 0.3rem; }
.intro-content p { margin: 0; color: #d6e7ff; }
.intro-actions { display: flex; justify-content: center; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.8rem; }
.intro-help { margin-top: 0.6rem !important; font-size: 0.8rem; color: var(--muted) !important; }
.intro-content.hidden-controls { display: none; }
.intro-unmute { position: absolute; top: 1rem; right: 1rem; z-index: 4; background: rgba(5, 9, 14, 0.8); color: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 0.5rem 0.9rem; font-weight: 700; cursor: pointer; }
.intro-unmute[hidden] { display: none; }

/* ===== Brand marks ===== */
.intro-brandmark { width: 52px; height: 52px; margin: 0 auto 0.5rem; border-radius: 14px; box-shadow: 0 10px 24px rgba(0,0,0,0.5); }
.pill-mark { width: 18px; height: 18px; border-radius: 5px; }
.brandmark-inline img { width: 30px; height: 30px; border-radius: 8px; vertical-align: middle; margin-right: 0.2rem; }
.hero { position: relative; overflow: hidden; }
.hero-watermark { position: absolute; right: -60px; top: 40px; width: 620px; max-width: 70%; opacity: 0.06; pointer-events: none; filter: grayscale(1) brightness(2); }

/* ===== Trust badges ===== */
.section-trust { padding: 1.6rem 0 0.6rem; }
.trust-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.badge { display: flex; gap: 0.7rem; align-items: flex-start; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem; transition: .2s; }
.badge:hover { transform: translateY(-3px); border-color: var(--line-2); }
.badge-ic { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; }
.badge-ic img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.badge-ic.orange { background: rgba(245,130,31,0.18); border: 1px solid rgba(245,130,31,0.5); }
.badge-ic.blue { background: rgba(63,142,252,0.18); border: 1px solid rgba(63,142,252,0.5); }
.badge-ic.purple { background: rgba(155,107,255,0.18); border: 1px solid rgba(155,107,255,0.5); }
.badge-ic.green { background: rgba(52,211,153,0.18); border: 1px solid rgba(52,211,153,0.5); }
.badge h4 { font-size: 0.98rem; margin-bottom: 0.15rem; }
.badge p { margin: 0; font-size: 0.82rem; color: var(--muted); }

/* ===== Reactive vs Proactive ===== */
.compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.compare-col { border-radius: var(--radius); padding: 1.4rem; border: 1px solid var(--line-2); }
.compare-col.reactive { background: linear-gradient(180deg, rgba(120,40,40,0.34), rgba(40,16,16,0.5)); border-color: rgba(255,93,93,0.35); }
.compare-col.proactive { background: linear-gradient(180deg, rgba(30,90,66,0.34), rgba(14,40,30,0.5)); border-color: rgba(52,211,153,0.35); }
.compare-col h4 { font-size: 1.2rem; margin-bottom: 0.1rem; }
.compare-sub { color: var(--muted); font-size: 0.86rem; margin: 0 0 0.8rem; }
.compare-col ul { list-style: none; margin: 0; padding: 0; }
.compare-col li { position: relative; padding: 0.34rem 0 0.34rem 1.7rem; font-size: 0.92rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.compare-col.reactive li::before { content: "✕"; position: absolute; left: 0; color: #ff6b6b; font-weight: 800; }
.compare-col.proactive li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.vs-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; background: var(--bg); border: 2px solid var(--line-2); display: grid; place-items: center; font-weight: 800; font-size: 0.9rem; z-index: 2; box-shadow: var(--shadow); }
.compare-tagline { text-align: center; margin-top: 1.2rem; font-size: 1.1rem; font-weight: 700; }

/* ===== Lead magnet / checklist ===== */
.section-checklist { }
.checklist-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2rem; align-items: center; }
.checklist-cover { position: relative; background: radial-gradient(120% 100% at 50% 0%, #15324a, #0a1726 70%); border: 1px solid rgba(63,142,252,0.3); border-radius: 18px; padding: 1.6rem; box-shadow: var(--shadow); text-align: left; }
.cover-mark { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 0.8rem; }
.cover-kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--orange); font-weight: 700; margin: 0 0 0.4rem; }
.checklist-cover h4 { font-size: 1.5rem; line-height: 1.1; margin-bottom: 0.6rem; }
.cover-desc { color: var(--muted); font-size: 0.9rem; }
.cover-pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin: 1rem 0; }
.cover-pills span { display: flex; flex-direction: column; align-items: center; gap: 0.3rem; font-size: 0.72rem; color: var(--muted); background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 10px; padding: 0.55rem 0.3rem; }
.cover-pills img { width: 20px; height: 20px; }
.cover-footer { margin: 0; color: var(--orange-2); font-weight: 700; font-size: 0.84rem; }
.lead-form { display: flex; gap: 0.6rem; margin-top: 1.1rem; flex-wrap: wrap; }
.lead-form input { flex: 1; min-width: 220px; background: rgba(255,255,255,0.05); border: 1px solid var(--line-2); border-radius: 10px; padding: 0.85rem 1rem; color: var(--text); font-size: 1rem; }
.lead-form input::placeholder { color: var(--muted); }
.lead-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.5rem; }

/* Honeypot anti-spam field (hidden from real users) */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ===== Contact / booking form ===== */
.contact-form { max-width: 640px; margin: 1.4rem auto 0; text-align: left; }
.contact-form .form-row { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 0.7rem; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  flex: 1; min-width: 200px; width: 100%;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line-2);
  border-radius: 10px; padding: 0.85rem 1rem; color: var(--text);
  font-size: 1rem; font-family: inherit;
}
.contact-form textarea { width: 100%; resize: vertical; margin-bottom: 0.7rem; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--muted); }
.contact-form select { color: var(--muted); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: var(--orange-2); box-shadow: 0 0 0 3px rgba(245,130,31,0.18); }
.contact-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; align-items: center; }
.form-error { background: rgba(220,60,60,0.12); border: 1px solid rgba(220,60,60,0.4); color: #ffd9d9; padding: 0.7rem 1rem; border-radius: 10px; margin: 0.8rem auto 0; max-width: 640px; }
.form-error a { color: var(--orange-2); }

.footer-download { font-size: 0.88rem; margin: 0.35rem 0; }
.footer-download a { color: var(--muted); }
.footer-download a:hover { color: var(--orange-2); }

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .cinematic-hero { min-height: 68vh; }
  .cinematic-content { padding: 4.5rem 0 2.6rem; }

  .cc-grid { grid-template-columns: repeat(4, 1fr); }
  .pain-grid, .why-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid, .offers-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .platform-grid { grid-template-columns: 1fr; }
  .pp-row { grid-template-columns: 1fr; }
  .trust-badges { grid-template-columns: repeat(2, 1fr); }
  .checklist-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    position: absolute; top: 70px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0.4rem;
    background: rgba(8, 14, 22, 0.98); border-bottom: 1px solid var(--line);
    padding: 1rem; max-height: 0; overflow: hidden; transition: max-height .3s ease; visibility: hidden;
  }
  .primary-nav.open { max-height: 520px; visibility: visible; }
  .nav-list { flex-direction: column; width: 100%; gap: 0.2rem; }
  .nav-list a { display: block; padding: 0.6rem 0; width: 100%; }
  .nav-cta { width: 100%; margin-top: 0.5rem; }
  .nav-actions { width: 100%; flex-direction: column; margin-top: 0.35rem; }
  .nav-actions .btn { width: 100%; }
  .logo-text strong { font-size: 0.96rem; }
  .logo-text em { font-size: 0.62rem; }
  .logo-mark { width: 30px; height: 30px; }
}

@media (max-width: 560px) {
  .cinematic-hero { min-height: 58vh; }
  .cinematic-content { padding: 4rem 0 2.2rem; }
  .cinematic-content h1 { font-size: clamp(2rem, 9vw, 3.1rem); }

  .cc-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: 1fr; }
  .pain-grid, .why-grid, .industry-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-actions .btn, .center-actions .btn { width: 100%; }
  .intro-video-frame { height: min(82vh, 520px); }
  .trust-badges { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; gap: 1.6rem; }
  .vs-badge { display: none; }
  .cover-pills { grid-template-columns: repeat(4, 1fr); }
  .lead-form .btn { width: 100%; }
  .contact-form .form-row { flex-direction: column; }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .contact-actions .btn { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
