/* ============================================================
   WingDriver — website redesign
   Dependency-free design system. Ports cleanly to WordPress.
   ============================================================ */

:root {
  /* Base */
  --ink:        #0B0F14;   /* near-black background */
  --ink-2:      #121822;   /* raised surface on dark */
  --ink-3:      #1B2431;   /* card border on dark */
  --paper:      #FFFFFF;
  --paper-2:    #F5F7FA;   /* light section */
  --line:       #E5E9F0;   /* light borders */

  /* Text */
  --text:       #0B0F14;
  --text-muted: #56616F;
  --on-dark:    #EAF1F9;
  --muted-dark: #94A2B4;

  /* Brand */
  --brand:      #12B981;   /* safety green — "get home safely" */
  --brand-dark: #0E9A6C;
  --alert:      #FF9F1C;   /* amber — the alert that wakes you */

  /* Per-door accents */
  --ride:       #17B0C4;   /* ridehailing — cyan */
  --fleet:      #FF8A3D;   /* fleets — orange */
  --partner:    #7C6BF0;   /* partners — violet */

  /* System */
  --radius:     18px;
  --radius-sm:  12px;
  --maxw:       1160px;
  --shadow:     0 20px 50px -20px rgba(6, 12, 20, .35);
  --shadow-sm:  0 8px 24px -12px rgba(6, 12, 20, .25);
  --ease:       cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Space Grotesk", "Inter", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.45rem); }

p { color: var(--text-muted); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: clamp(64px, 9vw, 120px) 0; }
.section-dark { background: var(--ink); color: var(--on-dark); }
.section-dark p { color: var(--muted-dark); }
.section-paper2 { background: var(--paper-2); }
.eyebrow {
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: clamp(.94rem, 1.4vw, 1.05rem);
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 18px;
}
.section-dark .eyebrow { color: var(--brand); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 62ch; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600; font-size: .98rem;
  padding: 14px 26px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #04140E; box-shadow: 0 10px 30px -10px rgba(18,185,129,.6); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-ghost { border-color: rgba(255,255,255,.28); color: var(--on-dark); }
.btn-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }
.btn-dark { background: var(--ink); color: var(--on-dark); }
.btn-dark:hover { background: #1c2530; }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,15,20,.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-inner { display: flex; align-items: center; gap: 20px; height: 70px; }
.nav-logo img { height: 24px; width: auto; }
.footer-brand .nav-logo img { height: 30px; }
.nav-logo { font-family: "Space Grotesk"; font-weight: 700; color: #fff; font-size: 1.25rem; letter-spacing: -.02em; }
.nav-links { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.nav-links a { color: var(--muted-dark); font-size: .95rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav .btn { padding: 10px 20px; }
.nav-cta { font-weight: 700; box-shadow: 0 6px 20px -6px rgba(18,185,129,.8); }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.6rem; cursor: pointer; margin-left: auto; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 0; color: var(--on-dark);
  background: var(--ink); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,11,16,.95) 0%, rgba(8,11,16,.74) 46%, rgba(8,11,16,.42) 100%),
    radial-gradient(60% 55% at 80% 10%, rgba(255,159,28,.14), transparent 60%),
    radial-gradient(55% 50% at 12% 90%, rgba(18,185,129,.14), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 56px; align-items: center;
  padding: clamp(24px, 3.5vw, 48px) 0 clamp(40px, 5vw, 72px);
}
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.hero .amber { color: var(--alert); }
.hero .solve { color: var(--brand); }
.hero-sub { margin: 26px 0 34px; font-size: 1.18rem; color: var(--on-dark); opacity: .82; max-width: 46ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-phone {
  position: relative; justify-self: center;
  border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.1);
  max-width: 340px;
}
.hero-phone img { width: 100%; }
.hero-phone .hero-video { width: 100%; display: block; }
.phone-shot { justify-self: center; max-width: 300px; width: 100%; }
.phone-shot img { width: 100%; display: block; }
.phone-shot img.pulse { animation: shotPulse .38s var(--ease); }
@keyframes shotPulse { 0% { transform: scale(.98); opacity: .55; } 100% { transform: scale(1); opacity: 1; } }
.hero-note { margin-top: 16px; font-size: .82rem; color: var(--muted-dark); text-align: center; }

/* micro stat row under hero */
.hero-stats { position: relative; display: flex; gap: 40px; flex-wrap: wrap; padding-bottom: 8px; }
.hero-stats .stat b { font-family: "Space Grotesk"; font-size: 1.6rem; color: #fff; display: block; }
.hero-stats .stat span { font-size: .85rem; color: var(--muted-dark); }

/* trust row under hero */
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; }
.hero-trust span { display: inline-flex; align-items: center; gap: .55em; color: var(--muted-dark); font-size: .92rem; font-weight: 500; }
.hero-trust span::before { content: "✓"; color: var(--brand); font-weight: 700; font-size: .95em; }

/* ---------- Bridge / feature strip ---------- */
.bridge { text-align: center; }
.bridge h2 { max-width: 20ch; margin: 0 auto 18px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }
.chip {
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--ink-2); color: var(--on-dark);
  border: 1px solid var(--ink-3);
  padding: 11px 18px; border-radius: 999px; font-size: .92rem; font-weight: 500;
}
.chip b { color: var(--brand); font-weight: 700; }

/* ---------- Doors ---------- */
.doors-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.door {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
  min-height: 420px;
}
.door:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.door-img { aspect-ratio: 16/10; overflow: hidden; background: var(--paper-2); }
.door-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.door:hover .door-img img { transform: scale(1.05); }
.door-body { padding: 26px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.door-tag {
  font-family: "Space Grotesk"; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; font-size: .74rem; margin-bottom: 12px;
}
.door h3 { font-size: 1.5rem; margin-bottom: 12px; letter-spacing: -.02em; }
.door p { flex: 1; }
.door-link {
  margin-top: 20px; font-family: "Space Grotesk"; font-weight: 600; font-size: .95rem;
  display: inline-flex; align-items: center; gap: .5em;
}
.door-link .arrow { transition: transform .25s var(--ease); }
.door:hover .door-link .arrow { transform: translateX(5px); }
/* accent per door */
.door::before { content:""; position:absolute; top:0; left:0; right:0; height:5px; background: var(--acc); z-index:2; }
.door .door-tag, .door .door-link { color: var(--acc); }
.door-ride    { --acc: var(--ride); }
.door-fleet   { --acc: var(--fleet); }
.door-partner { --acc: var(--partner); }

/* ---------- Proof ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 12px; }
.quote {
  background: var(--ink-2); border: 1px solid var(--ink-3);
  border-radius: var(--radius); padding: 28px 26px;
  display: flex; flex-direction: column; gap: 18px;
}
.quote p { color: var(--on-dark); font-size: 1.02rem; opacity: .92; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote .who b { color: #fff; font-family: "Space Grotesk"; font-size: .95rem; display: block; }
.quote .who span { color: var(--muted-dark); font-size: .82rem; }
.bigstat { text-align: center; padding: 8px 0 46px; }
.bigstat .num { font-family: "Space Grotesk"; font-size: clamp(3.2rem, 8vw, 5.4rem); color: var(--brand); font-weight: 700; letter-spacing: -.03em; }
.bigstat .cap { color: var(--muted-dark); font-size: .98rem; max-width: 42ch; margin: 6px auto 0; }

/* ---------- Page hero (landing pages) ---------- */
.phero { background: var(--ink); color: var(--on-dark); position: relative; overflow: hidden; }
.phero::before {
  content:""; position:absolute; inset:0;
  background: radial-gradient(70% 60% at 85% 0%, color-mix(in srgb, var(--acc) 22%, transparent), transparent 60%);
}
.phero-inner { position: relative; padding: clamp(60px,8vw,104px) 0 clamp(52px,7vw,90px); max-width: 40ch; }
.phero .eyebrow { color: var(--acc); }
.phero h1 { color: #fff; }
.phero p { color: var(--on-dark); opacity: .82; margin-top: 22px; font-size: 1.15rem; max-width: 52ch; }
.phero .btn-primary { margin-top: 34px; }
.acc-ride    { --acc: var(--ride); }
.acc-fleet   { --acc: var(--fleet); }
.acc-partner { --acc: var(--partner); }

/* positioning block */
.posi { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.posi-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; }
.posi-card .k { font-family:"Space Grotesk"; font-weight:700; color: var(--acc); font-size: .78rem; text-transform: uppercase; letter-spacing:.1em; margin-bottom: 12px; }
.posi-card h3 { font-size: 1.18rem; margin-bottom: 10px; }

/* pillars */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.pillar { border-radius: var(--radius); padding: 30px 28px; border: 1px solid var(--ink-3); background: var(--ink-2); }
.pillar h3 { color: #fff; margin-bottom: 10px; display:flex; align-items:center; gap:.5em; }
.pillar .dot { width: 11px; height: 11px; border-radius: 50%; display:inline-block; }

/* team sections */
.team { border-top: 1px solid var(--line); padding: clamp(48px,6vw,76px) 0; }
.team:first-of-type { border-top: 0; }
.team-head { max-width: 62ch; margin-bottom: 34px; }
.team-num { font-family:"Space Grotesk"; font-weight:700; color: var(--acc); font-size:.85rem; letter-spacing:.1em; }
.team h2 { margin: 10px 0 14px; }
.team .lens { font-size: .98rem; color: var(--text-muted); }
.team .lens b { color: var(--text); font-weight:600; }
.msg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.msg {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 24px 24px; transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.msg:hover { border-color: color-mix(in srgb, var(--acc) 55%, var(--line)); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.msg h4 { font-size: 1.12rem; margin-bottom: 8px; display:flex; gap:.5em; }
.msg h4::before { content:""; flex:0 0 auto; width: 8px; height: 8px; border-radius: 2px; background: var(--acc); margin-top:.5em; }
.msg p { font-size: .97rem; }

/* CTA band */
.cta-band { background: var(--ink); color: var(--on-dark); text-align: center; }
.cta-band h2 { color:#fff; max-width: 20ch; margin: 0 auto 14px; }
.cta-band p { margin: 0 auto 30px; max-width: 48ch; }
.tag-final { font-family:"Space Grotesk"; color: var(--brand); font-weight:600; letter-spacing:.04em; }

/* ---------- Footer ---------- */
.footer { background: #070A0E; color: var(--muted-dark); padding: 64px 0 40px; }
.footer-top { display:flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { max-width: 30ch; }
.footer-brand .nav-logo { display:inline-block; margin-bottom: 14px; }
.footer-brand p { color: var(--muted-dark); font-size: .95rem; }
.footer-cols { display:flex; gap: 64px; flex-wrap: wrap; }
.footer-col h5 { color:#fff; font-family:"Space Grotesk"; font-size:.8rem; text-transform:uppercase; letter-spacing:.12em; margin-bottom:14px; }
.footer-col a { display:block; color: var(--muted-dark); font-size:.95rem; padding: 5px 0; transition: color .2s; }
.footer-col a:hover { color:#fff; }
.footer-bottom { padding-top: 26px; display:flex; justify-content: space-between; gap:16px; flex-wrap:wrap; font-size:.85rem; }

/* ---------- Logo wall ---------- */
.logos { padding: 54px 0; }
.logos .k {
  text-align: center; color: var(--text-muted); font-family: "Space Grotesk";
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 600; margin-bottom: 30px;
}
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px 22px; }
.logo-chip {
  height: 56px; min-width: 150px; flex: 0 1 auto;
  display: flex; align-items: center; justify-content: center; gap: .5em;
  border: 1px dashed var(--line); border-radius: 12px; color: #9aa7b8;
  font-family: "Space Grotesk"; font-weight: 600; font-size: .8rem; letter-spacing: .04em; padding: 0 22px;
}
.logo-chip.metric { border-style: solid; border-color: var(--line); background: var(--paper); flex-direction: column; gap: 0; }
.logo-chip.metric b { font-size: 1.3rem; color: var(--brand-dark); line-height: 1; }
.logo-chip.metric span { font-size: .7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; }
.logos .note { text-align: center; color: var(--text-muted); font-size: .78rem; margin-top: 22px; opacity: .8; }
/* logo wall on a dark section (consolidated proof) */
.section-dark .logos .k { color: var(--muted-dark); }
.section-dark .logos .note { color: var(--muted-dark); }
.section-dark .logo-chip { border-color: rgba(255,255,255,.18); color: var(--muted-dark); }
/* real logo tiles (white background so any logo colour reads on dark) */
.logo-row .logo-img { background: #fff; border-radius: 12px; height: 66px; min-width: 150px; display: flex; align-items: center; justify-content: center; padding: 12px 22px; }
.logo-row .logo-img img { max-height: 100%; max-width: 150px; width: auto; object-fit: contain; display: block; }

/* ---------- Interactive alert demo ---------- */
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.phone { width: 268px; margin: 0 auto; border-radius: 42px; background: #05080c; padding: 12px; border: 1px solid #222c3a; box-shadow: var(--shadow); }
.phone-screen {
  --st: var(--brand); border-radius: 32px; overflow: hidden;
  background: linear-gradient(180deg, #0f1826, #0a1018); aspect-ratio: 9/18.5;
  position: relative; display: flex; flex-direction: column;
}
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 96px; height: 20px; background: #05080c; border-radius: 0 0 14px 14px; z-index: 3; }
.phone-top { display: flex; justify-content: space-between; padding: 14px 20px 0; color: #7e8eda; font-size: .68rem; font-family: "Space Grotesk"; opacity: .7; }
.phone-app { text-align: center; padding: 10px 0 0; font-family: "Space Grotesk"; font-weight: 700; font-size: .8rem; color: #fff; letter-spacing: .02em; }
.phone-body { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px 22px 26px; gap: 12px; }
.alert-ic {
  width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.1rem;
  background: color-mix(in srgb, var(--st) 20%, transparent); border: 2px solid var(--st);
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.phone-screen.pulse .alert-ic { transform: scale(1.08); }
.alert-title { font-family: "Space Grotesk"; font-weight: 700; color: #fff; font-size: 1.22rem; line-height: 1.1; }
.alert-msg { color: #b0bccc; font-size: .92rem; max-width: 24ch; }
.alert-badge { margin-top: 4px; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: var(--st); font-weight: 700; font-family: "Space Grotesk"; }
.demo-chips, .dash-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.demo-chip, .dash-chip {
  cursor: pointer; border: 1px solid var(--line); background: var(--paper); border-radius: 999px;
  padding: 12px 20px; font-family: "Space Grotesk"; font-weight: 600; font-size: .94rem; color: var(--text);
  transition: border-color .2s, color .2s, background .2s;
}
.demo-chip:hover, .dash-chip:hover { border-color: var(--brand); }
.demo-chip[aria-selected="true"], .dash-chip[aria-selected="true"] { border-color: var(--brand); color: var(--brand-dark); background: #F1FAF6; }
.demo-note { color: var(--text-muted); font-size: .84rem; margin-top: 20px; }

/* ---------- Door proof stat ---------- */
.door-stat { margin: 4px 0 2px; display: flex; align-items: center; gap: .5em; font-size: .84rem; color: var(--text-muted); }
.door-stat::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); flex: 0 0 auto; }

/* ---------- Trust badges ---------- */
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.trust-badge {
  display: inline-flex; align-items: center; gap: .5em; background: #fff; border: 1px solid #D6EEE2;
  border-radius: 999px; padding: 11px 20px; font-size: .9rem; font-weight: 600; color: var(--brand-dark); font-family: "Space Grotesk";
}
.trust-badge::before { content: "✓"; font-weight: 700; }
.trust-link { text-align: center; margin-top: 26px; }
.trust-link a { font-family: "Space Grotesk"; font-weight: 600; color: var(--brand-dark); border-bottom: 2px solid color-mix(in srgb, var(--brand) 40%, transparent); padding-bottom: 2px; }

/* ---------- Stats band ---------- */
.statsband { background: var(--ink); color: var(--on-dark); }
.statsband-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.statsband-grid.stats-3 { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin-left: auto; margin-right: auto; }
.sb .n { font-family: "Space Grotesk"; font-weight: 700; font-size: clamp(2.4rem, 5vw, 3.6rem); color: #fff; letter-spacing: -.02em; }
.sb .n em { color: var(--brand); font-style: normal; }
.sb .n .unit { font-size: .4em; font-weight: 600; color: var(--muted-dark); letter-spacing: 0; }
.sb .l { color: var(--muted-dark); font-size: .9rem; margin-top: 8px; }
.disc { text-align: center; color: var(--muted-dark); font-size: .74rem; margin-top: 34px; opacity: .82; max-width: 70ch; margin-left: auto; margin-right: auto; }

/* ---------- Data control (driver-owns-data pillar) ---------- */
.dc { background: #F1FAF6; }
.dc .eyebrow { color: var(--brand-dark); }
.dc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.dc-card { background: #fff; border: 1px solid #D6EEE2; border-radius: var(--radius); padding: 30px 26px; }
.dc-card .k {
  font-family: "Space Grotesk"; font-weight: 700; color: var(--brand-dark);
  text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: .5em;
}
.dc-card .k::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); }
.dc-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.dc-note {
  text-align: center; margin-top: 36px;
  font-family: "Space Grotesk"; font-weight: 600; color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.4rem); letter-spacing: -.01em;
}
.dc-note span { color: var(--brand-dark); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 840px; margin: 44px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 4px; font-family: "Space Grotesk", sans-serif;
  font-weight: 600; font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--text);
  transition: color .2s;
}
.faq-item summary:hover { color: var(--brand-dark); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex: 0 0 auto;
  font-family: "Space Grotesk"; font-weight: 500; font-size: 1.6rem; line-height: 1;
  color: var(--brand); transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { content: "–"; transform: rotate(0deg); }
.faq-item .faq-a { padding: 0 4px 26px; max-width: 72ch; }
.faq-item .faq-a p { font-size: 1.02rem; }
.faq-item .faq-a p + p { margin-top: 10px; }
.faq-item .faq-a ul { margin: 10px 0 0; padding-left: 1.3em; }
.faq-item .faq-a li { font-size: 1.02rem; color: var(--text-muted); margin-bottom: 6px; }
.faq-item .faq-a li::marker { color: var(--brand); }
.faq-item .faq-a a { color: var(--brand-dark); text-decoration: underline; }
.faq-cta { text-align: center; margin-top: 44px; }
.faq-cta p { margin-bottom: 18px; }

/* ---------- Capabilities (What it does) ---------- */
.caps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.cap { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 34px 28px 30px; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.cap::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--acc, var(--brand)); }
.cap:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--acc, var(--brand)) 45%, var(--line)); }
.cap-ic { width: 54px; height: 54px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; color: var(--acc, var(--brand)); background: color-mix(in srgb, var(--acc, var(--brand)) 13%, transparent); }
.cap-ic svg { width: 27px; height: 27px; }
.cap .k { font-family: "Space Grotesk"; font-weight: 700; color: var(--acc, var(--brand)); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.cap h3 { font-size: 1.3rem; line-height: 1.16; margin-bottom: 10px; }
.cap h3 span { color: var(--acc, var(--brand)); }
.cap p { font-size: .97rem; }

/* ---------- Secondary audience side-scroll (Insurance / OEM) ---------- */
.door-more { margin-top: 40px; }
.door-more .k { font-family: "Space Grotesk"; font-weight: 600; color: var(--text-muted); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.door-scroll { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.door-mini { scroll-snap-align: start; flex: 0 0 300px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.door-mini .door-tag { font-family: "Space Grotesk"; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; color: var(--text-muted); margin-bottom: 10px; }
.door-mini h3 { font-size: 1.18rem; margin-bottom: 8px; }
.door-mini p { font-size: .92rem; flex: 1; }
.door-mini .door-link { margin-top: 16px; color: var(--brand-dark); font-family: "Space Grotesk"; font-weight: 600; font-size: .92rem; }

/* ---------- Dashboard panel (in demo) ---------- */
.dash-panel { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 4vw, 40px); margin-top: 46px; }
.dash-panel h3 { font-size: clamp(1.2rem, 2.2vw, 1.6rem); margin: 8px 0 10px; }
.dash-panel .chip-row { justify-content: flex-start; margin-top: 22px; }

/* ---------- Self-diagnostic ---------- */
.diag-list { max-width: 820px; margin: 42px auto 0; display: grid; gap: 12px; }
.diag-item {
  display: flex; gap: 14px; align-items: flex-start; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 20px;
  cursor: pointer; transition: border-color .2s, background .2s;
}
.diag-item:hover { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
.diag-item.checked { border-color: var(--brand); background: #F1FAF6; }
.diag-item input { margin-top: 3px; width: 20px; height: 20px; accent-color: var(--brand); flex: 0 0 auto; cursor: pointer; }
.diag-item label { cursor: pointer; font-weight: 500; color: var(--text); }
.diag-result {
  max-width: 820px; margin: 24px auto 0; text-align: center; padding: 30px 26px;
  border-radius: var(--radius); background: var(--ink); color: var(--on-dark);
}
.diag-result p { color: var(--on-dark); font-size: 1.05rem; }
.diag-result .hl { color: var(--brand); font-weight: 700; font-family: "Space Grotesk"; }

/* ---------- Deliverables ---------- */
.gets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.get-card { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: border-color .25s, box-shadow .25s, transform .25s var(--ease); }
.get-card:hover { border-color: color-mix(in srgb, var(--acc, var(--brand)) 45%, var(--line)); box-shadow: var(--shadow); transform: translateY(-4px); }
.get-vis { height: 160px; display: flex; align-items: center; justify-content: center; padding: 20px; border-bottom: 1px solid var(--line); background: linear-gradient(160deg, color-mix(in srgb, var(--acc, var(--brand)) 13%, #fff), color-mix(in srgb, var(--acc, var(--brand)) 4%, var(--paper-2))); }
.get-card .num { font-family: "Space Grotesk"; color: var(--acc, var(--brand)); font-weight: 700; font-size: .78rem; letter-spacing: .12em; margin: 22px 24px 0; }
.get-card h3 { font-size: 1.16rem; margin: 8px 24px 8px; }
.get-card p { font-size: .95rem; margin: 0 24px 26px; }

/* get-card mini mockups */
.gv-app { width: 148px; background: var(--ink); border-radius: 16px; padding: 13px; box-shadow: var(--shadow-sm); }
.gv-app-top { display: flex; justify-content: space-between; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .58rem; letter-spacing: .04em; color: var(--muted-dark); }
.gv-speed { text-align: center; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 2rem; color: #fff; margin: 6px 0 8px; }
.gv-speed small { font-size: .66rem; color: var(--muted-dark); font-weight: 500; margin-left: 3px; }
.gv-pill { text-align: center; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .6rem; letter-spacing: .04em; color: #04140E; background: var(--brand); border-radius: 999px; padding: 5px 0; }
.gv-dash { width: 100%; max-width: 232px; display: grid; gap: 9px; }
.gv-row { display: grid; grid-template-columns: 50px 1fr 26px; align-items: center; gap: 8px; }
.gv-name { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .66rem; color: var(--text); }
.gv-bar { height: 7px; border-radius: 999px; background: var(--line); overflow: hidden; }
.gv-bar i { display: block; height: 100%; background: var(--brand); border-radius: 999px; }
.gv-badge { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .6rem; border-radius: 6px; text-align: center; padding: 3px 0; }
.gv-badge.good { background: #E7F8F0; color: var(--brand-dark); }
.gv-badge.warn { background: #FFF3E0; color: #B9791C; }
.gv-badge.bad { background: #FDE7E7; color: #C0392B; }
.gv-tip { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 13px 15px; box-shadow: var(--shadow-sm); max-width: 210px; }
.gv-tip-k { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; color: var(--acc, var(--partner)); margin-bottom: 6px; }
.gv-tip p { margin: 0; font-size: .8rem; color: var(--text); line-height: 1.45; }
.gv-rec { width: 100%; max-width: 200px; }
.gv-rec-top { display: inline-flex; align-items: center; gap: 7px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .72rem; color: var(--text); }
.gv-rec-cap { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .68rem; color: var(--text-muted); }
.gv-cover { text-align: center; }
.gv-cover-n { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 2.7rem; line-height: 1; letter-spacing: -.03em; color: var(--acc, var(--fleet)); }
.gv-cover-l { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .72rem; color: var(--text-muted); margin: 8px auto 0; max-width: 168px; }
.gv-priv { width: 100%; max-width: 192px; display: grid; gap: 9px; }
.gv-toggle { display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .72rem; color: var(--text); }
.gv-sw { width: 30px; height: 17px; border-radius: 999px; background: var(--line); position: relative; flex: 0 0 auto; transition: background .2s; }
.gv-sw::after { content: ""; position: absolute; top: 2px; left: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: left .2s; }
.gv-sw.on { background: var(--brand); }
.gv-sw.on::after { left: 15px; }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 46px; }
.step .n {
  width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff;
  font-family: "Space Grotesk"; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { font-size: .92rem; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.price-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; }
.price-card.feature { border-color: var(--brand); box-shadow: var(--shadow); position: relative; }
/* (feature card keeps its green border; "Most common" label removed) */
.price-tier { font-family: "Space Grotesk"; font-weight: 700; font-size: 1.12rem; }
.price-amt { font-family: "Space Grotesk"; font-weight: 700; font-size: 2.2rem; margin: 12px 0 4px; letter-spacing: -.02em; }
.price-amt span { font-size: .88rem; color: var(--text-muted); font-weight: 500; }
.price-card ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 10px; }
.price-card li { font-size: .95rem; color: var(--text-muted); padding-left: 1.6em; position: relative; }
.price-card li::before { content: "✓"; color: var(--brand); position: absolute; left: 0; font-weight: 700; }
.price-card .btn { margin-top: auto; justify-content: center; }
.pricing-grid.pricing-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; margin-left: auto; margin-right: auto; }
/* "what you'll never deal with" strip */
.nos-head { text-align: center; margin-top: 46px; font-family: "Space Grotesk"; font-weight: 700; color: var(--text); font-size: 1.05rem; }
.nos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 18px; }
.no { display: inline-flex; align-items: center; gap: .5em; border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; font-family: "Space Grotesk"; font-weight: 600; font-size: .9rem; color: var(--text); background: var(--paper); }
.no::before { content: "✕"; color: #FF5A5F; font-weight: 700; }

/* ---------- Security & compliance ---------- */
.sec-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 10px; }
.sec-list li { position: relative; padding-left: 1.4em; font-size: .95rem; color: var(--text-muted); }
.sec-list li::before { content: "—"; position: absolute; left: 0; color: var(--brand); }
.sec-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.sec-links a { color: var(--brand-dark); font-weight: 600; font-family: "Space Grotesk"; font-size: .9rem; border-bottom: 2px solid color-mix(in srgb, var(--brand) 40%, transparent); padding-bottom: 1px; }

/* ---------- Dashboard demo (what the manager sees) ---------- */
.dash { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.dash-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.d-dot { width: 10px; height: 10px; border-radius: 50%; background: #d5dbe4; }
.dash-title { margin-left: 10px; font-family: "Space Grotesk"; font-weight: 600; font-size: .8rem; color: var(--text-muted); }
.dash-screen { padding: 22px; min-height: 300px; }
.dash-view { display: none; }
.dash-view.active { display: block; animation: dashfade .3s var(--ease); }
@keyframes dashfade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.dv-head { font-family: "Space Grotesk"; font-weight: 700; font-size: .95rem; margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center; }

/* risk list */
.dv-row { display: grid; grid-template-columns: 68px 1fr 42px; align-items: center; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: .9rem; }
.dv-row:first-of-type { border-top: 0; }
.dv-name { color: var(--text); font-weight: 500; }
.dv-track { height: 8px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.dv-track i { display: block; height: 100%; border-radius: 999px; }
.dv-badge { text-align: center; font-family: "Space Grotesk"; font-weight: 700; font-size: .82rem; padding: 3px 0; border-radius: 8px; }
.dv-badge.good { background: #E7F8F0; color: var(--brand-dark); }
.dv-badge.warn { background: #FFF1DD; color: #B26B00; }
.dv-badge.bad  { background: #FFE7E8; color: #C13540; }

/* trends chart */
.dv-chart { display: flex; align-items: flex-end; gap: 8px; height: 156px; padding-top: 8px; }
.dv-chart i { flex: 1; background: linear-gradient(var(--brand), #7fe3c0); border-radius: 6px 6px 0 0; min-width: 8px; }
.dv-axis { display: flex; justify-content: space-between; color: var(--text-muted); font-size: .75rem; margin-top: 8px; }
.dv-cap { margin-top: 12px; font-family: "Space Grotesk"; font-weight: 700; color: var(--brand-dark); font-size: .9rem; }

/* reports */
.dv-config { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.dv-pill { background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: .8rem; font-weight: 600; font-family: "Space Grotesk"; color: var(--text-muted); }
.dv-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dv-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; padding: 16px; text-align: center; }
.dv-card b { display: block; font-family: "Space Grotesk"; font-size: 1.5rem; color: var(--text); }
.dv-card span { font-size: .76rem; color: var(--text-muted); }

/* export table */
.dv-export { font-family: "Space Grotesk"; font-weight: 700; font-size: .78rem; color: var(--brand-dark); background: #E7F8F0; padding: 6px 12px; border-radius: 999px; }
.dv-tbl { width: 100%; border-collapse: collapse; font-size: .86rem; }
.dv-tbl th { text-align: left; color: var(--text-muted); font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; padding: 8px 6px; border-bottom: 1px solid var(--line); }
.dv-tbl td { padding: 9px 6px; border-bottom: 1px solid var(--line); color: var(--text); }

/* teams */
.dv-teams { display: grid; gap: 10px; }
.dv-team { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 12px 14px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; }
.dv-team > span:first-child { font-family: "Space Grotesk"; font-weight: 600; }
.dv-meta { color: var(--text-muted); font-size: .82rem; }

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

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-phone { order: -1; max-width: 280px; }
  .doors, .proof-grid, .posi, .msg-grid, .pillars, .dc-grid, .demo-grid,
  .gets-grid, .pricing-grid, .caps-grid { grid-template-columns: 1fr; }
  .statsband-grid, .steps { grid-template-columns: repeat(2, 1fr); gap: 32px 22px; }
  .statsband-grid.stats-3 { grid-template-columns: 1fr; }
  .pricing-grid.pricing-2 { grid-template-columns: 1fr; max-width: 440px; }
  .demo-grid { gap: 36px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0;
    background: var(--ink); padding: 18px 24px 26px; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .nav-links.open a { padding: 10px 0; }
  .nav-inner { gap: 10px; }
  .nav-logo img { height: 20px; }
  .nav-cta { margin-left: auto; margin-right: 4px; padding: 7px 13px; font-size: .78rem; white-space: nowrap; box-shadow: none; }
  .nav-toggle { display: block; margin-left: 0; font-size: 1.4rem; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .hero-grid { padding-top: 20px; }
  .hero h1 { font-size: clamp(1.72rem, 8vw, 2.3rem); }
  .hero-sub { font-size: 1.05rem; margin: 18px 0 26px; }
  .hero-stats { gap: 24px; }
  .footer-top { flex-direction: column; }
}

/* ---------- Lead capture modal ---------- */
.lead-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(6,10,14,.62); backdrop-filter: blur(4px); }
.lead-overlay[hidden] { display: none; }
.lead-modal { position: relative; width: 100%; max-width: 480px; max-height: 92vh; overflow-y: auto; background: #fff; border-radius: 20px; padding: 34px 30px; box-shadow: var(--shadow); }
.lead-x { position: absolute; top: 14px; right: 16px; border: 0; background: none; font-size: 1.25rem; line-height: 1; cursor: pointer; color: var(--text-muted); }
.lead-x:hover { color: var(--ink); }
.lead-modal h3 { font-size: 1.5rem; margin: 6px 0 8px; }
.lead-p { color: var(--text-muted); margin-bottom: 22px; font-size: .98rem; }
#leadForm label, #reportForm label { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .82rem; color: var(--ink); margin-bottom: 18px; }
#leadForm input, #leadForm select, #leadForm textarea, #reportForm input { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; font: inherit; font-size: .95rem; color: var(--ink); border: 1.5px solid var(--line, #e2e5ea); border-radius: 12px; background: #fff; }
#leadForm textarea { resize: vertical; min-height: 74px; }
.lead-opt { font-weight: 400; color: var(--text-muted); }
#leadForm select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a0ad' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
#leadForm input:focus, #leadForm select:focus, #leadForm textarea:focus, #reportForm input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(18,185,129,.15); }
#leadForm textarea::placeholder { color: #9aa4b0; }
.lead-err { color: #d64545; font-size: .85rem; margin: 2px 0 14px; }
.lead-skip { display: block; width: 100%; margin-top: 14px; padding: 6px; background: none; border: 0; cursor: pointer; font-family: "Space Grotesk", sans-serif; font-weight: 600; color: var(--brand-dark); font-size: .9rem; }
.lead-skip:hover { text-decoration: underline; }
.lead-check { width: 54px; height: 54px; border-radius: 50%; background: var(--brand); color: #04140E; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 700; margin-bottom: 14px; }
.lead-cal { border-radius: 14px; overflow: hidden; border: 1px solid var(--line, #e2e5ea); margin-bottom: 16px; }
.lead-cal iframe { width: 100%; height: 560px; border: 0; display: block; }
body.lead-open { overflow: hidden; }

/* ---------- Pricing — all-in-one ---------- */
.price-hero { display: grid; grid-template-columns: .92fr 1.08fr; margin-top: 44px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.price-hero-left { padding: 44px 38px; background: linear-gradient(160deg, #0B0F14 0%, #14202B 100%); color: var(--on-dark); display: flex; flex-direction: column; align-items: flex-start; }
.price-badge { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); background: rgba(18,185,129,.14); padding: 7px 14px; border-radius: 999px; margin-bottom: 24px; }
.price-lead { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(1.9rem, 3vw, 2.4rem); letter-spacing: -.02em; color: #fff; }
.price-sub { color: var(--muted-dark); margin: 14px 0 30px; font-size: .98rem; max-width: 34ch; }
.price-note { color: var(--muted-dark); font-size: .82rem; margin-top: 16px; }
.price-hero-right { padding: 44px 38px; }
.price-hero-right .k { font-family: "Space Grotesk", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--text-muted); margin-bottom: 20px; }
.price-incl { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.price-incl li { position: relative; padding-left: 1.7em; font-size: .95rem; color: var(--text); }
.price-incl li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 700; }
@media (max-width: 760px) {
  .price-hero { grid-template-columns: 1fr; }
  .price-incl { grid-template-columns: 1fr; }
  .price-hero-left, .price-hero-right { padding: 34px 28px; }
}

/* ---------- Capability card mini-visuals ---------- */
.cap p { margin-bottom: 4px; }
.cap-vis { margin-top: auto; padding-top: 22px; }
.cap-vis { border-radius: 14px; padding: 16px; background: color-mix(in srgb, var(--acc, var(--brand)) 7%, var(--paper-2)); border: 1px solid color-mix(in srgb, var(--acc, var(--brand)) 18%, var(--line)); }

/* alerts card */
.cv-alert { display: inline-flex; align-items: center; gap: 8px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .76rem; color: var(--acc, var(--brand)); background: #fff; border: 1px solid color-mix(in srgb, var(--acc, var(--brand)) 25%, var(--line)); padding: 6px 12px; border-radius: 999px; }
.cv-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acc, var(--brand)); box-shadow: 0 0 0 4px color-mix(in srgb, var(--acc, var(--brand)) 22%, transparent); }
.cv-bars { display: flex; align-items: flex-end; gap: 5px; height: 42px; margin-top: 14px; }
.cv-bars i { flex: 1; background: color-mix(in srgb, var(--acc, var(--brand)) 55%, transparent); border-radius: 3px; }
.cv-bars i:nth-child(1){height:38%} .cv-bars i:nth-child(2){height:64%} .cv-bars i:nth-child(3){height:48%}
.cv-bars i:nth-child(4){height:82%} .cv-bars i:nth-child(5){height:56%} .cv-bars i:nth-child(6){height:92%}
.cv-bars i:nth-child(7){height:44%} .cv-bars i:nth-child(8){height:70%} .cv-bars i:nth-child(9){height:52%}

/* behaviour card */
.cv-chart { display: flex; align-items: flex-end; gap: 7px; height: 58px; }
.cv-chart i { flex: 1; background: linear-gradient(var(--acc, var(--brand)), color-mix(in srgb, var(--acc, var(--brand)) 25%, #fff)); border-radius: 4px 4px 0 0; }
.cv-tag { margin-top: 13px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .78rem; color: var(--text); }
.cv-tag span { color: var(--acc, var(--brand)); }

/* security card */
.cv-rec { display: inline-flex; align-items: center; gap: 8px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .78rem; color: var(--acc, var(--brand)); }
.cv-recdot { width: 9px; height: 9px; border-radius: 50%; background: #FF5A5F; box-shadow: 0 0 0 4px rgba(255,90,95,.2); }
.cv-timeline { height: 8px; border-radius: 999px; background: color-mix(in srgb, var(--acc, var(--brand)) 18%, var(--line)); margin: 14px 0 10px; overflow: hidden; }
.cv-timeline i { display: block; width: 62%; height: 100%; background: var(--acc, var(--brand)); border-radius: 999px; }
.cv-cap { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .76rem; color: var(--text-muted); }

/* ---------- Modal action buttons ---------- */
.lead-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 6px; }
.lead-actions .btn { width: 100%; justify-content: center; white-space: nowrap; padding: 13px 14px; font-size: .9rem; }
#leadForm input::placeholder, #reportForm input::placeholder { color: #9aa4b0; }
.btn-book { background: var(--brand); color: #04140E; box-shadow: 0 12px 34px -10px rgba(18,185,129,.85); }
.btn-book:hover { background: var(--brand-dark); }
@media (max-width: 520px) { .lead-actions { grid-template-columns: 1fr; } }

/* ---------- Pricing: excluded list aligned with included ---------- */
.price-k2 { margin-top: 30px; }
.price-excl li { color: var(--text-muted); }
.price-excl li::before { content: "✕"; color: #d64545; }

/* ---------- Enriched dashboard mockup views ---------- */
/* gauge ring */
.dv-gauge { position: relative; width: 116px; height: 116px; flex: 0 0 auto; }
.dv-gauge.sm { width: 96px; height: 96px; }
.dv-gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.dv-gauge .g-bg { fill: none; stroke: #E9EDF3; stroke-width: 11; }
.dv-gauge .g-fg { fill: none; stroke: var(--brand); stroke-width: 11; stroke-linecap: round; stroke-dasharray: calc(var(--pct) * 3.267) 327; }
.dv-gauge-n { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: "Space Grotesk"; font-weight: 700; font-size: 1.9rem; color: var(--text); }
.dv-gauge.sm .dv-gauge-n { font-size: 1.6rem; }
/* fleet score */
.dv-fleet { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.dv-fleet-bars, .dv-route-scores { display: grid; gap: 2px; }
.dv-mrow { display: grid; grid-template-columns: 118px 1fr 30px; align-items: center; gap: 10px; padding: 7px 0; font-size: .86rem; color: var(--text); }
.dv-mrow .dv-track { height: 8px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.dv-mrow b { font-family: "Space Grotesk"; font-weight: 700; text-align: right; }
/* route detail */
.dv-route { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.dv-srow { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-top: 1px solid var(--line); font-size: .9rem; }
.dv-srow:first-child { border-top: 0; }
.dv-srow b { font-family: "Space Grotesk"; font-weight: 700; }
.dv-srow b.good { color: var(--brand-dark); }
.dv-srow b.warn { color: #B26B00; }
/* heatmap */
.dv-legend { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 14px; font-size: .68rem; color: var(--text-muted); }
.dv-legend span { display: inline-flex; align-items: center; gap: 5px; }
.dv-legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.dv-heat { display: grid; grid-template-columns: 66px repeat(7, 1fr); gap: 4px; }
.dv-heat-corner { }
.dv-heat-day { text-align: center; font-size: .68rem; color: var(--text-muted); font-family: "Space Grotesk"; font-weight: 600; }
.dv-heat-name { display: flex; align-items: center; font-size: .64rem; color: var(--text-muted); font-family: "Space Grotesk"; }
.dv-heat i { font-style: normal; display: flex; align-items: center; justify-content: center; height: 26px; border-radius: 6px; font-family: "Space Grotesk"; font-weight: 700; font-size: .72rem; }
.h90 { background: #0E9A6C; color: #fff; }
.h80 { background: #46C088; color: #fff; }
.h70 { background: #FBBF3F; color: #4a3700; }
.h50 { background: #FF8A3D; color: #fff; }
.hlt { background: #FF5A5F; color: #fff; }
.hnd { background: #EAEEF3; color: #9aa4b0; }
/* telemetry */
.dv-tag { font-family: "Space Grotesk"; font-weight: 700; font-size: .7rem; padding: 3px 10px; border-radius: 999px; background: #FFF1DD; color: #B26B00; }
.dv-tele { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dv-spark-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; }
.dv-spark-t { font-family: "Space Grotesk"; font-weight: 700; font-size: .7rem; color: var(--text-muted); margin-bottom: 6px; }
.dv-spark { width: 100%; height: 40px; display: block; }
.dv-spark polyline { fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; }
@media (max-width: 560px) {
  .dv-fleet, .dv-route, .dv-tele { grid-template-columns: 1fr; }
  .dv-fleet, .dv-route { justify-items: center; gap: 18px; }
}

/* ---------- Bob round-3: hero tagline, stat substantiation, world map ---------- */
.hero-tagline { text-align: center; margin-top: 14px; }

.stat-star { color: var(--brand); font-weight: 700; font-size: .5em; vertical-align: super; margin-left: 2px; }
.stat-note { margin: 30px auto 0; max-width: 760px; text-align: center; font-size: .8rem; line-height: 1.5; color: var(--text-muted); }

/* World map (static, real coastlines; green events + one blue highlight) */
.wm { width: 100%; }
.wm-svg { width: 100%; height: auto; display: block; }

/* Map inside the light dashboard mock, sits on its own dark panel */
.wm-dash { max-width: 560px; margin: 4px auto 0; background: var(--ink); border-radius: 12px; padding: 12px; }

/* Full "global presence" band, dark for grand presence */
.globe-band { background: var(--ink); color: var(--on-dark); text-align: center; }
.globe-band h2 { color: #fff; max-width: 22ch; margin: 0 auto; }
.globe-band .lead { color: var(--muted-dark); }
.globe-band .eyebrow { color: var(--brand); }
.wm-hero { max-width: 1000px; margin: 0 auto; }
