/* =========================================================
   Pyro Leads — styles.css
   Single stylesheet. Mobile-first. System font stack for speed.
   To match brand exactly you may self-host Inter and swap the
   --font token below; system-ui keeps load time near-zero.
   ========================================================= */

:root {
  --white: #ffffff;
  --ink: #0a0a0a;          /* primary body text */
  --navy: #0a1628;         /* headlines + dark sections */
  --orange: #e94e1b;       /* accent / CTA (Pyro = fire) */
  --orange-deep: #b53d14;  /* hover */
  --border: #e5e7eb;       /* dividers */
  --gray-bg: #f9fafb;      /* subtle section backgrounds */
  --green: #0f5132;        /* guarantee / success */
  --text-700: #374151;     /* sub copy */
  --text-600: #4b5563;
  --text-500: #6b7280;
  --text-300: #cbd5e1;     /* muted text on dark */

  --maxw: 1140px;
  --prose: 680px;

  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --pad-section: 64px;     /* mobile */
  --radius: 8px;
}

@media (min-width: 1024px) {
  :root { --pad-section: 96px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: tabular-nums;
}
img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-deep); }

/* Visible focus states for accessibility */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  border-radius: 4px;
}

h1, h2, h3 {
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 800;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.prose { max-width: var(--prose); margin-left: auto; margin-right: auto; }
.center { text-align: center; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 16px;
}
.eyebrow.muted { color: var(--text-500); }
.eyebrow.on-dark { color: var(--orange); }

.section { padding: var(--pad-section) 0; }
.section.tint { background: var(--gray-bg); }
.section.dark { background: var(--navy); }

.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4.4vw, 40px); }
.section-head p { color: var(--text-700); font-size: 18px; margin: 14px auto 0; max-width: 640px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  padding: 18px 32px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .1s ease;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-deep); color: #fff; transform: translateY(-1px); }
.btn-lg { font-size: 18px; padding: 20px 40px; }
.btn-block { width: 100%; }
.text-link { font-weight: 700; color: var(--orange); }
.text-link:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  height: 52px; display: flex; align-items: center; justify-content: space-between;
}
.site-header.center .header-inner { justify-content: center; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 36px; width: auto; }
.brand .brand-text { font-weight: 800; color: var(--navy); font-size: 18px; letter-spacing: -0.02em; }
.header-right { display: flex; align-items: center; gap: 18px; }
.header-phone { color: var(--navy); font-weight: 700; font-size: 15px; white-space: nowrap; }
.header-phone:hover { color: var(--orange); }
.header-apply { font-weight: 700; color: var(--orange); font-size: 15px; }
@media (min-width: 1024px) { .header-inner { height: 56px; } .brand img { height: 36px; } }
@media (max-width: 520px) { .header-phone { display: none; } }

/* ---------- Hero ---------- */
.hero { padding: 18px 0 18px; text-align: center; }
@media (min-width: 1024px) { .hero { padding: 24px 0 18px; } }
.hero .inner { max-width: 1080px; margin: 0 auto; }
.hero h1 {
  font-size: clamp(26px, 4.4vw, 54px);
  margin: 0 0 12px;
}
.hero .subhead {
  font-size: clamp(15px, 1.7vw, 19px);
  color: var(--text-700);
  max-width: 760px;
  margin: 0 auto 14px;
  line-height: 1.4;
}
.hero-bullets {
  list-style: none; padding: 0; margin: 14px auto 0;
  display: flex; flex-direction: column; gap: 10px;
  max-width: 560px; text-align: left;
}
.hero-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-weight: 600; color: var(--navy); font-size: 16px;
}
.hero-bullets svg { flex: 0 0 auto; margin-top: 1px; }
@media (min-width: 900px) {
  .hero-bullets {
    flex-direction: row; justify-content: center; max-width: none;
    gap: 28px; flex-wrap: wrap;
  }
  .hero-bullets li { font-size: 15px; }
}
.hero .cta-note { font-size: 14px; color: var(--text-500); margin: 16px 0 0; }
.check-icon { color: var(--orange); }
.hero-video { max-width: 860px; margin: 2px auto 0; }
.hero-video wistia-player,
.hero-video .video-placeholder { border-radius: 12px; overflow: hidden; display: block; }
.hero .cta-row, .hero > .container > .inner > .btn { margin-top: 18px; }

/* Hero pill badge */
.hero .pill {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-soft, #ff8a3d) 0%, var(--orange) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px -8px rgba(233, 78, 27, 0.55);
}

/* Headline highlight + underline (offer-style emphasis) */
h1 .hl { color: var(--orange); }
h1 .ul {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  text-decoration-color: var(--navy);
}

/* Rotating logo marquee */
.marquee {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee-scroll 38s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.m-logo { flex: 0 0 auto; margin-right: 72px; }
.m-logo img { height: 46px; width: auto; object-fit: contain; display: block; }
@keyframes marquee-scroll { to { transform: translateX(-50%); } }
@media (max-width: 600px) { .m-logo img { height: 36px; } .m-logo { margin-right: 48px; } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; gap: 36px; width: auto; }
  .m-logo { margin-right: 0; }
}

/* ---------- Trust bar ---------- */
.trust { padding: 36px 0; background: var(--gray-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust .label { text-align: center; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; font-weight: 700; color: var(--text-500); margin: 0 0 22px; }
.logo-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 28px 24px;
}
.logo-row .logo-cell { display: flex; align-items: center; justify-content: center; }
.logo-row img {
  height: 36px; width: auto; object-fit: contain;
  filter: grayscale(1);
  opacity: .7;
  transition: filter .2s ease, opacity .2s ease;
}
.logo-row img:hover { filter: grayscale(0); opacity: 1; }
.logo-fallback {
  font-weight: 800; color: var(--text-500); font-size: 15px; letter-spacing: -0.01em;
  text-align: center; line-height: 1.2;
}
@media (min-width: 768px) { .logo-row { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .logo-row { grid-template-columns: repeat(6, 1fr); } .logo-row img { height: 48px; } }

/* ---------- VSL ---------- */
.vsl-wrap { max-width: 900px; margin: 0 auto; }
.video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px;
  color: #fff; text-align: center; padding: 24px;
}
.video-placeholder .play {
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--orange);
  display: grid; place-items: center;
}
.video-placeholder .play svg { margin-left: 4px; }
.video-placeholder .ph-label { font-size: 13px; color: var(--text-300); letter-spacing: 0.02em; }
.vsl-sub-cta { text-align: center; margin-top: 24px; }

/* ---------- Cards (What you get / Results) ---------- */
.cards-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 900px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.card .num { font-size: 32px; font-weight: 800; color: var(--orange); line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em; }
.card h3 { font-size: 21px; margin: 0 0 10px; }
.card p { margin: 0; color: var(--text-700); font-size: 16px; }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 1000px; margin: 0 auto; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid var(--border);
}
.step:last-child { border-bottom: none; }
.step .step-num {
  width: 44px; height: 44px; flex: 0 0 auto;
  border-radius: 50%; background: var(--orange); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 17px;
}
.step h3 { font-size: 20px; margin: 0 0 8px; }
.step p { margin: 0 0 10px; color: var(--text-700); font-size: 16px; }
.step ul { margin: 8px 0 0; padding-left: 18px; color: var(--text-700); }
.step ul li { margin-bottom: 4px; }

/* ---------- What we don't do ---------- */
.dont-grid { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 900px; margin: 0 auto; }
@media (min-width: 768px) { .dont-grid { grid-template-columns: 1fr 1fr; gap: 18px 40px; } }
.dont-item { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.dont-item .x { color: var(--orange-deep); flex: 0 0 auto; margin-top: 2px; }
.dont-item p { margin: 0; font-size: 16px; color: var(--text-700); }
.dont-item strong { color: var(--navy); }

/* ---------- Guarantee (dark) ---------- */
.guarantee { text-align: center; max-width: 800px; margin: 0 auto; }
.guarantee h2 { color: #fff; font-size: clamp(28px, 4.6vw, 44px); margin: 0 0 22px; }
.guarantee p.lead { color: #fff; font-size: clamp(17px, 2.2vw, 20px); line-height: 1.6; margin: 0 auto; max-width: 720px; }
.guarantee p.fine { color: var(--text-300); font-size: 15px; margin: 26px 0 0; }

/* ---------- Results cards ---------- */
.result-card .big { font-size: 34px; font-weight: 800; color: var(--orange); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 10px; }
.result-card .firm { font-weight: 700; color: var(--navy); font-size: 16px; margin-bottom: 8px; }
.result-card p { color: var(--text-700); font-size: 15px; margin: 0; }

/* ---------- Application ---------- */
.apply-form-wrap { max-width: 640px; margin: 0 auto; }
.apply-note { text-align: center; font-size: 14px; color: var(--text-500); margin: 18px auto 0; max-width: 560px; }
/* Centered wrapper for the Typeform embed (no card, no forced height) */
.tf-embed { display: flex; justify-content: center; }
.tf-embed > div { width: 100%; max-width: 640px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  font-weight: 700; font-size: 18px; color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .faq-sign { flex: 0 0 auto; color: var(--orange); font-size: 24px; line-height: 1; transition: transform .2s ease; }
.faq-item[open] .faq-sign { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 0 4px 24px; color: var(--text-700); font-size: 16px; line-height: 1.6; max-width: 720px; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; max-width: 700px; margin: 0 auto; }
.final-cta h2 { font-size: clamp(28px, 4.6vw, 42px); margin: 0 0 16px; }
.final-cta p { color: var(--text-700); font-size: 18px; margin: 0 auto 28px; max-width: 600px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #fff; padding: 48px 0; }
.footer-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center;
}
.site-footer .brand img { height: 36px; }
.site-footer .brand-text { color: #fff; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--text-300); font-weight: 600; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-copy { color: var(--text-300); font-size: 13px; }
@media (min-width: 768px) {
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---------- Thank-you pages ---------- */
.ty-hero { text-align: center; padding: 64px 0 32px; }
.ty-hero h1 { font-size: clamp(32px, 5vw, 48px); margin: 0 0 16px; }
.ty-hero p { color: var(--text-700); font-size: 18px; max-width: 640px; margin: 0 auto; }
.ty-section { padding: 32px 0; }
.ty-label { text-align: center; font-weight: 700; color: var(--navy); font-size: 16px; margin: 0 0 16px; }
.breakouts { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 920px; margin: 0 auto; }
@media (min-width: 768px) { .breakouts { grid-template-columns: repeat(3, 1fr); } }
.breakout .video-placeholder .play { width: 52px; height: 52px; }
.breakout .b-label { text-align: center; font-weight: 600; color: var(--navy); font-size: 15px; margin: 12px 0 0; }
.ty-next { text-align: center; max-width: 640px; margin: 8px auto 0; }
.ty-next h2 { font-size: 26px; margin: 0 0 12px; }
.ty-next p { color: var(--text-700); font-size: 17px; }

/* ---------- Legal pages (privacy/terms/compliance) ---------- */
.legal { padding: 64px 0 88px; }
.legal h1 { font-size: clamp(32px, 5vw, 48px); margin: 0 0 10px; }
.legal .updated { color: var(--text-500); font-size: 14px; margin: 0 0 40px; }
.legal h2 { font-size: 22px; margin: 38px 0 12px; }
.legal p, .legal li { color: var(--text-700); font-size: 16px; line-height: 1.65; }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.legal hr { border: none; border-top: 1px solid var(--border); margin: 44px 0; }
.legal .back { display: inline-block; margin-bottom: 28px; font-weight: 700; }

/* ---------- Confirmation page (/confirmed) ---------- */
.confirm-hero { text-align: center; padding: 56px 0 8px; }
.confirm-hero .badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(15, 81, 50, .1); color: var(--green);
  font-weight: 700; font-size: 13px; letter-spacing: .04em;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 20px;
}
.confirm-hero .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.confirm-hero h1 { font-size: clamp(34px, 5.5vw, 54px); margin: 0 0 18px; }
.urgent {
  max-width: 720px; margin: 0 auto;
  background: #fff7f3; border: 1px solid #f6cdb9; border-left: 4px solid var(--orange);
  border-radius: var(--radius); padding: 18px 22px; text-align: left;
}
.urgent strong { color: var(--orange-deep); }
.urgent p { margin: 0; color: var(--text-700); font-size: 16px; line-height: 1.5; }
.confirm-phone {
  margin: 26px auto 0; display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
}
.confirm-phone .pl { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--text-500); font-weight: 700; }
.confirm-phone a { font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; }
.confirm-phone a:hover { color: var(--orange); }

/* numbered steps */
.steps-3 { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 980px; margin: 0 auto; }
@media (min-width: 860px) { .steps-3 { grid-template-columns: repeat(3, 1fr); } }
.step-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; text-align: center;
}
.step-card .circle {
  width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 20px; margin: 0 auto 16px;
}
.step-card h3 { font-size: 18px; margin: 0 0 8px; }
.step-card p { margin: 0; color: var(--text-700); font-size: 15px; }

/* calendar confirm block */
.calendar-confirm { max-width: 640px; margin: 0 auto; text-align: center; background: var(--gray-bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 28px; }
.calendar-confirm h2 { font-size: 26px; margin: 0 0 10px; }
.calendar-confirm p { color: var(--text-700); font-size: 16px; margin: 0 0 22px; }

/* testimonials */
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: var(--maxw); margin: 0 auto; }
@media (min-width: 760px) { .testi-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .testi-grid { grid-template-columns: repeat(3, 1fr); } }
.testi { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.testi .quote { color: var(--ink); font-size: 16px; line-height: 1.55; margin: 0 0 18px; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 15px; flex: 0 0 auto; }
.testi .name { font-weight: 700; color: var(--navy); font-size: 15px; line-height: 1.2; }
.testi .firm { color: var(--text-500); font-size: 13px; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 15px; margin-bottom: 12px; }

/* ad-compliance disclaimer */
.disclaimer { max-width: 820px; margin: 0 auto; text-align: center; color: var(--text-500); font-size: 12px; line-height: 1.6; padding-top: 28px; }

/* 2-up testimonials under the hero button */
.testi-grid.two { max-width: 960px; margin: 0 auto; grid-template-columns: 1fr; }
@media (min-width: 760px) { .testi-grid.two { grid-template-columns: 1fr 1fr; } }

/* Why Listen To Us (dark, photo left / copy right) */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 880px) { .why-grid { grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; } }
.why-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 32%; border-radius: 16px; display: block; }
.why-photo .photo-ph {
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  background: linear-gradient(180deg, #16233a, #0c1727);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  display: grid; place-items: center;
  color: var(--text-300); font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
}
.why-copy h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 6px; }
.why-copy .who-line { color: #fff; font-weight: 700; font-size: 15px; margin: 0; }
.why-copy .rule { width: 90px; height: 2px; background: var(--orange); margin: 16px 0 22px; border-radius: 2px; }
.why-copy p { color: var(--text-300); font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.why-copy p:last-child { margin-bottom: 0; }
.hl-light { color: var(--orange-soft, #ff8a3d); font-weight: 600; }
.ul-light { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255, 255, 255, 0.5); }

/* Section head on dark */
.section.dark .section-head h2 { color: #fff; }
.section.dark .section-head p { color: var(--text-300); }

/* Situations / pain tiles */
.pain-grid { display: grid; grid-template-columns: 1fr; gap: 22px; max-width: 1040px; margin: 0 auto; }
@media (min-width: 800px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
.pain-card {
  position: relative; border-radius: 16px; padding: 34px 30px 30px;
  background: linear-gradient(180deg, #15171b, #0d0e11);
  border: 1px solid #24262c; overflow: hidden;
}
.pain-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orange), var(--orange-soft, #ff8a3d)); }
.pain-icon { width: 46px; height: 46px; color: var(--orange-soft, #ff8a3d); margin-bottom: 18px; }
.pain-icon svg { width: 100%; height: 100%; }
.pain-card h3 { color: #fff; font-size: 20px; margin: 0 0 14px; line-height: 1.25; }
.pain-card .rule { width: 64px; height: 2px; background: rgba(255, 255, 255, 0.22); margin: 0 0 16px; }
.pain-card p { color: var(--text-300); font-size: 15.5px; line-height: 1.62; margin: 0; }
.pain-card p .hl { color: var(--orange-soft, #ff8a3d); font-weight: 600; }

/* Proof section */
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 1040px; margin: 0 auto; }
@media (min-width: 760px) { .proof-grid { grid-template-columns: repeat(3, 1fr); } }
.proof-ph {
  aspect-ratio: 4 / 3; border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.04);
  display: grid; place-items: center; color: var(--text-300);
  font-size: 13px; font-weight: 600; text-align: center; padding: 14px;
}
.proof-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block; }

/* FAQ two-column */
.faq-2col { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
@media (min-width: 900px) { .faq-2col { grid-template-columns: 0.66fr 1.34fr; gap: 56px; } }
.faq-2col .faq-head h2 { text-align: left; font-size: clamp(30px, 4vw, 46px); margin: 0; }
.faq-2col .faq-head .rule { width: 120px; height: 2px; background: var(--border); margin-top: 20px; }

/* Proof wall (SaaS-style mock proof cards) */
.proof-cards { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 1040px; margin: 0 auto; }
@media (min-width: 620px) { .proof-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .proof-cards { grid-template-columns: repeat(3, 1fr); } }
.pcard {
  background: #fff; border-radius: 16px; padding: 22px 22px 20px;
  box-shadow: 0 14px 40px -16px rgba(0, 0, 0, 0.55);
  text-align: left; min-height: 132px;
  display: flex; flex-direction: column; justify-content: center;
}
.pcard .stat-num {
  font-family: 'Inter Tight', var(--font); font-weight: 800;
  font-size: 42px; line-height: 1; letter-spacing: -0.03em; color: var(--orange-deep);
}
.pcard .stat-label { color: var(--text-600); font-size: 14px; margin-top: 10px; line-height: 1.4; }
.pcard .note-top { display: flex; align-items: center; gap: 11px; }
.pcard .note-dot {
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto;
  background: rgba(15, 81, 50, 0.12); color: var(--green);
  display: grid; place-items: center;
}
.pcard .note-dot.blue { background: rgba(37, 99, 235, 0.12); color: #2563eb; }
.pcard .note-title { font-weight: 700; color: var(--navy); font-size: 15px; line-height: 1.2; }
.pcard .note-sub { color: var(--text-600); font-size: 13px; margin-top: 10px; line-height: 1.45; }
.pcard .note-time { color: var(--text-500); font-size: 12px; margin-top: 12px; font-variant-numeric: tabular-nums; }
.proof-note { text-align: center; color: var(--text-300); font-size: 13px; margin: 28px auto 0; }

/* Mobile compaction so the offer + video stay tight near the fold */
@media (max-width: 600px) {
  .header-inner { height: 48px; }
  .brand img { height: 30px; }
  .brand .brand-text { font-size: 16px; }
  .hero { padding: 12px 0 14px; }
  .hero h1 { font-size: 24px; margin: 0 0 10px; }
  .hero .pill { margin-bottom: 12px; font-size: 13px; padding: 8px 18px; }
  .hero .subhead { font-size: 15px; margin: 0 auto 12px; }
  .hero-video { margin: 2px auto 0; }
  .hero .btn-lg { font-size: 16px; padding: 16px 26px; margin-top: 14px; }
  .hero-bullets { margin: 12px auto 0; gap: 8px; }
  .hero-bullets li { font-size: 14px; }
  .marquee { padding: 14px 0; }
}
