:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --surface: #0f1d31;
  --surface-2: #12243b;
  --ink: #0b1320;
  --text: #f7f9fc;
  --muted: #9bacbf;
  --line: rgba(255,255,255,.1);
  --accent: #f1b94a;
  --accent-2: #ffd77c;
  --light: #f5f7fb;
  --blue: #3a92ff;
  --green: #43d19e;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 2; }
.section { padding: 110px 0; position: relative; }
.page-glow { position: fixed; width: 560px; height: 560px; filter: blur(110px); opacity: .16; pointer-events: none; z-index: 0; border-radius: 50%; }
.glow-one { background: #1674ff; top: -220px; right: -180px; }
.glow-two { background: #f1b94a; bottom: -340px; left: -260px; opacity: .1; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(7,17,31,.82); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .09em; }
.brand-mark { display: inline-grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; background: linear-gradient(135deg, var(--accent), #ffd982); color: #111827; font-size: 14px; box-shadow: 0 8px 24px rgba(241,185,74,.2); }
.brand-mark.mini { width: 27px; height: 27px; border-radius: 8px; font-size: 10px; }
.brand-text { font-size: 16px; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: 14px; color: #c7d0dc; }
.nav-links > a:not(.button):hover { color: white; }
.nav-signin { border-left: 1px solid var(--line); padding-left: 28px; }
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span { width:24px; height:2px; background:white; display:block; margin:5px; border-radius:2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 13px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #111827; font-weight: 800; font-size: 14px; box-shadow: 0 14px 35px rgba(241,185,74,.18); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(241,185,74,.25); }
.button-sm { min-height: 42px; padding: 0 17px; border-radius: 11px; }
.button-secondary { background: rgba(255,255,255,.04); color: white; border: 1px solid rgba(255,255,255,.14); box-shadow: none; }
.button-light { background: white; color: #0b1320; box-shadow: none; width: 100%; }

.hero { padding-top: 155px; min-height: 820px; display:flex; align-items:center; }
.hero-grid { display:grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items:center; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--accent); margin-bottom:18px; }
.eyebrow-dot { width:7px; height:7px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 6px rgba(241,185,74,.1); }
.hero h1 { margin:0; font-size:clamp(48px,5.4vw,76px); line-height:1.03; letter-spacing:-.045em; max-width:760px; }
.hero h1 span { color: var(--accent-2); }
.hero-lead { font-size:19px; color:#b7c3d1; max-width:690px; margin:26px 0 34px; }
.hero-actions { display:flex; gap:13px; flex-wrap:wrap; }
.hero-proof { display:flex; gap:30px; margin-top:42px; padding-top:25px; border-top:1px solid var(--line); }
.hero-proof div { display:flex; flex-direction:column; gap:2px; }
.hero-proof strong { font-size:13px; color:white; }
.hero-proof span { font-size:12px; color:var(--muted); }

.hero-visual { position:relative; min-height:560px; display:flex; align-items:center; justify-content:center; }
.dashboard-card { width:100%; max-width:520px; padding:22px; border:1px solid rgba(255,255,255,.12); background:linear-gradient(180deg,rgba(20,39,64,.94),rgba(10,24,42,.94)); border-radius:26px; box-shadow:var(--shadow); transform:perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.dash-topbar,.analytics-header { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); }
.mini-brand { display:flex; align-items:center; gap:9px; font-weight:700; font-size:13px; }
.mini-brand span { display:grid; place-items:center; width:28px; height:28px; border-radius:8px; background:var(--accent); color:#111827; font-size:10px; }
.live-pill { font-size:11px; color:#b8f8df; background:rgba(67,209,158,.1); border:1px solid rgba(67,209,158,.2); padding:6px 9px; border-radius:999px; }
.live-pill i { width:6px; height:6px; display:inline-block; background:var(--green); border-radius:50%; margin-right:5px; }
.dash-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin:17px 0; }
.stat { padding:13px 14px; background:rgba(255,255,255,.035); border:1px solid rgba(255,255,255,.07); border-radius:13px; }
.stat span { display:block; font-size:10px; color:var(--muted); margin-bottom:4px; }
.stat strong { font-size:19px; }
.customer-card { display:flex; gap:13px; padding:16px; border:1px solid rgba(255,255,255,.08); border-radius:16px; margin-top:11px; background:rgba(255,255,255,.03); }
.customer-card.featured { border-color:rgba(241,185,74,.3); background:linear-gradient(135deg,rgba(241,185,74,.07),rgba(255,255,255,.025)); }
.vehicle-icon { flex:0 0 43px; height:43px; display:grid; place-items:center; border-radius:12px; background:rgba(241,185,74,.1); }
.vehicle-icon.muted { background:rgba(58,146,255,.09); }
.customer-main { flex:1; min-width:0; }
.customer-topline { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.returning,.new-customer { font-size:8px; font-weight:900; letter-spacing:.08em; color:#ffd982; }
.new-customer { color:#82b9ff; }
.wait-time { font-size:9px; color:var(--muted); }
.customer-card h3 { font-size:15px; margin:5px 0 0; }
.customer-card p { font-size:11px; color:var(--muted); margin:1px 0 0; }
.service-line { margin-top:11px; padding-top:10px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:12px; font-size:9px; }
.service-line span { color:var(--muted); }
.service-line strong { color:#dde5ef; text-align:right; }
.dash-footer { font-size:10px; color:var(--muted); margin-top:16px; padding-top:14px; border-top:1px solid var(--line); }
.pulse-dot { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--blue); margin-right:7px; box-shadow:0 0 0 5px rgba(58,146,255,.08); }
.float-card { position:absolute; display:flex; gap:10px; align-items:center; padding:12px 14px; background:#fff; color:#132033; border-radius:14px; box-shadow:0 18px 45px rgba(0,0,0,.25); min-width:210px; }
.float-card > span { width:29px; height:29px; border-radius:9px; display:grid; place-items:center; background:#eff8f4; color:#159b6b; font-weight:900; }
.float-card strong,.float-card small { display:block; }
.float-card strong { font-size:10px; }
.float-card small { font-size:8px; color:#768397; margin-top:1px; }
.float-one { top:44px; left:-35px; }
.float-two { right:-25px; bottom:39px; }
.float-two > span { background:#eef5ff; color:#2b7fea; }

.value-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.025); }
.value-strip p { text-align:center; color:#aebaca; margin:0; padding:27px 0; font-size:14px; }
.value-strip strong { color:white; }
.section-heading { max-width:720px; margin-bottom:50px; }
.section-heading.centered { text-align:center; margin-left:auto; margin-right:auto; }
.section-heading h2,.memory-copy h2,.pilot-copy h2 { font-size:clamp(36px,4.2vw,54px); line-height:1.08; letter-spacing:-.035em; margin:0 0 18px; }
.section-heading p,.memory-copy p { color:#9fb0c3; font-size:17px; margin:0; }

.pillars-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.pillar-card { position:relative; padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)); min-height:340px; overflow:hidden; }
.pillar-card::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; background:var(--accent); opacity:.035; right:-70px; bottom:-70px; }
.pillar-number { position:absolute; right:24px; top:21px; color:rgba(255,255,255,.12); font-size:13px; font-weight:800; }
.icon-box { width:47px; height:47px; border-radius:13px; display:grid; place-items:center; background:rgba(241,185,74,.09); border:1px solid rgba(241,185,74,.16); color:var(--accent-2); font-size:19px; margin-bottom:23px; }
.pillar-card h3 { font-size:28px; margin:0 0 1px; letter-spacing:-.02em; }
.pillar-card h4 { color:#b8c5d4; margin:0 0 14px; font-size:13px; font-weight:600; }
.pillar-card p { color:#93a5b8; font-size:14px; max-width:480px; }
.pillar-tag { display:inline-block; margin-top:14px; padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.045); color:#d7e0ea; font-size:10px; border:1px solid var(--line); }

.how-section { background:#f5f7fb; color:var(--ink); }
.how-section .section-heading p { color:#66758a; }
.workflow { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; position:relative; margin-top:60px; }
.workflow-line { position:absolute; top:25px; left:9%; right:9%; height:1px; background:#d6dce4; z-index:0; }
.workflow-step { position:relative; z-index:1; text-align:center; }
.step-dot { width:50px; height:50px; border-radius:50%; background:#fff; border:1px solid #d9dee6; display:grid; place-items:center; margin:0 auto 20px; font-size:12px; font-weight:800; box-shadow:0 8px 25px rgba(20,30,50,.05); }
.step-icon { font-size:25px; margin-bottom:14px; }
.workflow-step h3 { font-size:16px; margin:0 0 8px; }
.workflow-step p { font-size:12px; color:#718096; margin:0 auto; max-width:180px; }

.memory-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.tablet-frame { width:100%; max-width:520px; margin:auto; background:#0a0c11; padding:18px 18px 20px; border-radius:31px; box-shadow:0 30px 90px rgba(0,0,0,.35); border:1px solid rgba(255,255,255,.11); }
.tablet-camera { width:7px; height:7px; border-radius:50%; background:#222a35; margin:0 auto 10px; }
.tablet-screen { min-height:420px; border-radius:17px; background:#f3f6fa; color:#142033; padding:18px; }
.tablet-header { display:flex; align-items:center; gap:9px; font-size:11px; border-bottom:1px solid #dfe5ec; padding-bottom:14px; }
.tablet-header .online { margin-left:auto; color:#268e68; font-size:9px; }
.tablet-customer { margin-top:38px; background:white; border:1px solid #dfe5ec; border-radius:18px; padding:24px; box-shadow:0 18px 50px rgba(31,45,68,.06); }
.tablet-customer h3 { font-size:25px; margin:7px 0 1px; }
.tablet-customer p { color:#758398; margin:0 0 22px; font-size:12px; }
.tablet-info { padding:13px 0; border-top:1px solid #edf0f4; display:flex; justify-content:space-between; gap:15px; font-size:10px; }
.tablet-info span { color:#8190a4; }
.tablet-customer button { width:100%; height:43px; border:0; border-radius:11px; margin-top:18px; background:#15283f; color:white; font-weight:700; }
.check-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:13px; }
.check-list li { color:#c8d2df; font-size:14px; }
.check-list span { display:inline-grid; place-items:center; width:22px; height:22px; border-radius:50%; background:rgba(67,209,158,.1); color:#63e0b4; margin-right:9px; font-size:10px; }

.outcomes-section { background:linear-gradient(180deg,#091524,#07111f); }
.outcomes-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.outcome-panel { padding:26px; border-radius:18px; border:1px solid var(--line); background:rgba(255,255,255,.025); }
.outcome-kicker { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:var(--accent); font-weight:800; }
.outcome-panel h3 { font-size:20px; line-height:1.25; margin:10px 0 10px; }
.outcome-panel p { color:#94a5b7; font-size:13px; margin:0; }
.analytics-mock { margin-top:22px; padding:24px; border:1px solid var(--line); border-radius:22px; background:#0d1b2f; box-shadow:var(--shadow); }
.analytics-header > div { display:flex; align-items:center; gap:10px; font-size:13px; }
.period { font-size:10px; color:#9cafc1; border:1px solid var(--line); padding:6px 9px; border-radius:8px; }
.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:20px; }
.metric { padding:18px; border-radius:14px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07); }
.metric span,.metric small { display:block; color:#8194a8; font-size:10px; }
.metric strong { display:block; font-size:19px; margin:6px 0 2px; }

.pilot-section { padding-top:80px; }
.pilot-card { display:grid; grid-template-columns:1.25fr .75fr; overflow:hidden; border-radius:28px; background:linear-gradient(135deg,#d99e32,#f6ca6c 55%,#ffdd8f); color:#111827; box-shadow:0 32px 90px rgba(0,0,0,.25); }
.pilot-copy { padding:52px; }
.eyebrow.light { color:#634814; }
.pilot-copy p { max-width:650px; color:#614d29; font-size:15px; }
.pilot-points { display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:25px; font-size:12px; font-weight:700; color:#4a3a1e; }
.pilot-action { background:rgba(6,17,31,.92); color:white; padding:44px 36px; display:flex; flex-direction:column; justify-content:center; }
.pilot-action h3 { font-size:24px; line-height:1.2; margin:0 0 9px; }
.pilot-action p { color:#9eabba; font-size:13px; margin:0 0 22px; }
.text-link { text-align:center; color:#b9c6d3; font-size:11px; margin-top:15px; }

.site-footer { padding:70px 0 28px; border-top:1px solid var(--line); }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.footer-brand { margin-bottom:15px; }
.footer-grid p { max-width:420px; color:#8496a9; font-size:13px; }
.footer-links { display:flex; justify-content:flex-end; align-items:flex-start; flex-wrap:wrap; gap:22px; color:#9eabba; font-size:12px; }
.footer-links a:hover { color:white; }
.footer-bottom { margin-top:45px; padding-top:20px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; color:#63758a; font-size:10px; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay { transition-delay:.12s; }

@media (max-width: 980px) {
  .nav-links { position:absolute; top:70px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; background:#0c1a2d; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:12px; }
  .nav-signin { border-left:0; border-top:1px solid var(--line); margin-top:4px; padding-left:12px !important; }
  .menu-toggle { display:block; }
  .hero { padding-top:130px; }
  .hero-grid,.memory-grid,.pilot-card { grid-template-columns:1fr; }
  .hero-grid { gap:45px; }
  .hero-copy { text-align:center; }
  .hero-lead { margin-left:auto; margin-right:auto; }
  .hero-actions,.hero-proof { justify-content:center; }
  .hero-visual { min-height:510px; }
  .dashboard-card { transform:none; }
  .memory-grid { gap:50px; }
  .workflow { grid-template-columns:repeat(2,1fr); gap:35px 20px; }
  .workflow-line { display:none; }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
  .pilot-action { min-height:300px; }
}

@media (max-width: 700px) {
  .container { width:min(100% - 28px,1180px); }
  .section { padding:80px 0; }
  .nav-wrap { height:68px; }
  .hero { padding-top:115px; }
  .hero h1 { font-size:clamp(42px,12vw,58px); }
  .hero-lead { font-size:16px; }
  .hero-proof { gap:16px; }
  .hero-proof span { font-size:10px; }
  .hero-visual { min-height:450px; }
  .float-card { display:none; }
  .dashboard-card { padding:14px; }
  .dash-stats { gap:6px; }
  .pillars-grid,.outcomes-grid,.footer-grid { grid-template-columns:1fr; }
  .pillar-card { min-height:auto; }
  .workflow { grid-template-columns:1fr; }
  .workflow-step { display:grid; grid-template-columns:50px 42px 1fr; column-gap:12px; text-align:left; align-items:start; }
  .step-dot { grid-row:1 / span 2; margin:0; }
  .step-icon { margin:4px 0 0; }
  .workflow-step h3 { margin-top:4px; }
  .workflow-step p { grid-column:3; margin:0; max-width:none; }
  .memory-copy { text-align:left; }
  .metric-grid { grid-template-columns:1fr; }
  .pilot-copy { padding:36px 26px; }
  .pilot-action { padding:36px 26px; min-height:auto; }
  .footer-links { justify-content:flex-start; }
  .footer-bottom { flex-direction:column; }
}

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

/* Pilot offer + pilot request form */
.brand-mark { width:44px; font-size:12px; }
.brand-mark.mini { width:32px; font-size:9px; }
.mini-brand span { width:32px; font-size:9px; }
.pilot-offer-badge { display:inline-flex; align-items:center; gap:8px; margin:18px 0 2px; padding:9px 12px; border-radius:999px; background:rgba(241,185,74,.09); border:1px solid rgba(241,185,74,.26); color:#f4ca76; font-size:11px; letter-spacing:.02em; transition:.2s ease; }
.pilot-offer-badge:hover { background:rgba(241,185,74,.14); transform:translateY(-1px); }
.pilot-offer-badge strong { color:#ffe2a2; }
.pilot-fineprint { color:#7f8fa2; font-size:9px; line-height:1.45; margin:14px 0 0; }

.form-page { min-height:100vh; }
.pilot-form-main { min-height:calc(100vh - 100px); }
.pilot-form-hero { padding-top:145px; }
.pilot-form-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:70px; align-items:start; }
.pilot-form-copy { padding-top:34px; }
.pilot-form-copy h1 { font-size:clamp(46px,5.8vw,76px); line-height:.98; letter-spacing:-.05em; margin:18px 0 22px; max-width:670px; }
.pilot-form-copy > p { color:#a7b5c5; font-size:16px; max-width:590px; }
.free-pilot-chip { display:inline-flex; margin-top:18px; padding:10px 13px; border-radius:9px; background:linear-gradient(135deg,#d99e32,#f6ca6c); color:#101827; font-size:11px; font-weight:900; letter-spacing:.08em; box-shadow:0 12px 35px rgba(241,185,74,.15); }
.pilot-benefits { display:grid; gap:12px; margin-top:34px; }
.pilot-benefits > div { display:flex; gap:12px; align-items:flex-start; padding:15px 16px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.025); }
.pilot-benefits > div > span { width:25px; height:25px; flex:0 0 25px; display:grid; place-items:center; border-radius:50%; background:rgba(67,209,158,.10); color:#63e0b4; font-size:11px; }
.pilot-benefits p { margin:0; display:flex; flex-direction:column; gap:3px; }
.pilot-benefits strong { font-size:13px; }
.pilot-benefits small { color:#8295aa; font-size:11px; line-height:1.45; }
.qualification-note { font-size:10px !important; color:#62758a !important; margin-top:18px !important; }

.pilot-form-card { background:linear-gradient(180deg,#0d1b2f,#0a1728); border:1px solid rgba(255,255,255,.10); border-radius:24px; padding:28px; box-shadow:0 35px 100px rgba(0,0,0,.34); }
.form-card-top { display:flex; align-items:center; gap:11px; padding-bottom:20px; margin-bottom:24px; border-bottom:1px solid var(--line); }
.form-card-top > div { display:flex; flex-direction:column; }
.form-card-top strong { font-size:16px; }
.form-card-top small { color:#74879c; font-size:10px; margin-top:2px; }
.form-row { display:grid; grid-template-columns:1fr; gap:15px; margin-bottom:15px; }
.form-row.two-col { grid-template-columns:1fr 1fr; }
.field-group { display:flex; flex-direction:column; gap:7px; }
.field-group label { color:#aebdcd; font-size:10px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.field-group label span { color:#f1b94a; }
.field-group input,.field-group select,.field-group textarea { width:100%; box-sizing:border-box; border:1px solid rgba(255,255,255,.11); background:#071322; color:#edf4fb; border-radius:11px; padding:13px 14px; font:inherit; font-size:13px; outline:none; transition:border-color .2s,box-shadow .2s,background .2s; }
.field-group textarea { resize:vertical; min-height:125px; line-height:1.5; }
.field-group select { color-scheme:dark; }
.field-group input::placeholder,.field-group textarea::placeholder { color:#53677d; }
.field-group input:focus,.field-group select:focus,.field-group textarea:focus { border-color:rgba(241,185,74,.7); box-shadow:0 0 0 3px rgba(241,185,74,.08); background:#09182a; }
.consent-row { display:flex; gap:10px; align-items:flex-start; color:#8799ad; font-size:10px; line-height:1.45; margin:5px 0 18px; cursor:pointer; }
.consent-row input { accent-color:#f1b94a; margin-top:2px; }
.consent-row b { color:#f1b94a; }
.honeypot { position:absolute !important; left:-99999px !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; }
.pilot-submit { width:100%; border:0; cursor:pointer; justify-content:center; min-height:49px; }
.pilot-submit:disabled { cursor:not-allowed; opacity:.68; transform:none; }
.pilot-submit.is-success { background:#46c99a; color:#07111f; }
.form-status { min-height:22px; margin-top:12px; text-align:center; font-size:11px; line-height:1.45; color:#8497ab; }
.form-status.success { color:#68d9b1; }
.form-status.error { color:#ff9c9c; }
.compact-footer { padding-top:25px; }
.compact-footer .footer-bottom { margin-top:0; }
.compact-footer a { color:#8ca0b5; }
.compact-footer a:hover { color:#fff; }

@media (max-width:980px) {
  .pilot-form-grid { grid-template-columns:1fr; gap:42px; }
  .pilot-form-copy { padding-top:0; text-align:center; }
  .pilot-form-copy > p { margin-left:auto; margin-right:auto; }
  .free-pilot-chip { margin-left:auto; margin-right:auto; }
  .pilot-benefits { max-width:680px; margin-left:auto; margin-right:auto; text-align:left; }
}

@media (max-width:700px) {
  .pilot-offer-badge { margin-top:15px; }
  .pilot-form-hero { padding-top:115px; }
  .pilot-form-copy h1 { font-size:clamp(43px,13vw,60px); }
  .pilot-form-card { padding:20px 16px; border-radius:19px; }
  .form-row.two-col { grid-template-columns:1fr; }
}


/* ===== Live demo + subscription-first offer ===== */
.live-demo-main{padding-top:78px}.live-demo-hero{padding-top:72px}.live-demo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.live-demo-copy h1{font-size:clamp(3rem,5.7vw,6.2rem);line-height:.94;max-width:820px}.live-demo-copy h1 span{color:var(--gold)}.live-demo-copy>p{font-size:1.13rem;line-height:1.75;color:var(--gray);max-width:720px}.live-demo-chip{display:inline-flex;align-items:center;gap:9px;margin:18px 0 20px;padding:9px 13px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(212,175,55,.08);font-weight:800;font-size:.76rem;letter-spacing:.12em;color:var(--gold);text-transform:uppercase}.live-dot{width:8px;height:8px;border-radius:50%;background:#41d98b;box-shadow:0 0 16px rgba(65,217,139,.75)}.live-demo-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 16px}.demo-note{font-size:.88rem!important;color:var(--gray-mid)!important;max-width:680px!important}.demo-preview-card{border:1px solid rgba(212,175,55,.28);border-radius:24px;background:linear-gradient(160deg,rgba(19,33,52,.96),rgba(8,16,28,.98));box-shadow:0 35px 90px rgba(0,0,0,.35);overflow:hidden}.demo-preview-top{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.07)}.demo-preview-top>div{display:flex;flex-direction:column;flex:1}.demo-preview-top small{color:var(--gray-mid);margin-top:2px}.demo-mode-pill{font-size:.68rem;letter-spacing:.12em;font-weight:900;padding:7px 10px;border-radius:999px;color:#111;background:var(--gold)}.demo-preview-body{padding:20px}.demo-queue-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025);margin-bottom:10px}.demo-queue-row.active{border-color:rgba(212,175,55,.4);background:rgba(212,175,55,.06)}.queue-index{font-weight:900;color:var(--gold)}.demo-queue-row div{display:flex;flex-direction:column}.demo-queue-row small{color:var(--gray-mid);margin-top:4px}.returning-tag,.new-tag{font-size:.66rem;text-transform:uppercase;font-weight:900;letter-spacing:.1em;padding:6px 8px;border-radius:999px}.returning-tag{background:rgba(65,217,139,.1);color:#75e7ad}.new-tag{background:rgba(83,166,255,.1);color:#7db9ff}.demo-customer-preview{margin-top:18px;padding:20px;border-radius:16px;background:rgba(0,0,0,.19);display:flex;flex-direction:column;gap:7px}.demo-customer-preview span{color:var(--gray-mid);font-size:.78rem;text-transform:uppercase;letter-spacing:.11em}.demo-customer-preview strong{font-size:1.25rem}.demo-customer-preview small{color:var(--gray);line-height:1.6}.demo-steps-section{padding-top:48px}.demo-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.demo-step{border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:24px;background:rgba(255,255,255,.025)}.demo-step>span{font-size:.76rem;font-weight:900;color:var(--gold);letter-spacing:.12em}.demo-step h3{font-size:1.2rem;margin:14px 0 9px}.demo-step p{color:var(--gray);font-size:.93rem;line-height:1.65}.demo-offer-section{padding-top:30px}.demo-offer-card{display:grid;grid-template-columns:1.35fr .65fr;gap:40px;padding:42px;border-radius:24px;background:linear-gradient(135deg,#a77415,#d4af37 50%,#f2cd60);color:#111;box-shadow:0 30px 80px rgba(212,175,55,.2)}.demo-offer-card .eyebrow.light{color:rgba(0,0,0,.65)}.demo-offer-card h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1}.demo-offer-card p{max-width:760px;line-height:1.7;color:rgba(0,0,0,.72)}.demo-offer-action{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:15px}.demo-offer-action>strong{font-size:.8rem;letter-spacing:.12em}.demo-offer-action small{color:rgba(0,0,0,.6);line-height:1.5}.demo-text-link{display:block;margin-top:14px;color:#fff!important}.pilot-offer-badge{box-shadow:0 0 0 1px rgba(212,175,55,.13),0 10px 35px rgba(212,175,55,.09)}@media(max-width:1000px){.live-demo-grid,.demo-offer-card{grid-template-columns:1fr}.demo-step-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.live-demo-main{padding-top:68px}.live-demo-hero{padding-top:48px}.live-demo-grid{gap:38px}.demo-step-grid{grid-template-columns:1fr}.demo-offer-card{padding:28px 22px}.live-demo-actions .button{width:100%;justify-content:center}.demo-preview-top{align-items:flex-start;flex-wrap:wrap}.demo-mode-pill{margin-left:52px}.demo-queue-row{grid-template-columns:auto 1fr}.demo-queue-row .returning-tag,.demo-queue-row .new-tag{grid-column:2}}

/* v4: keep customer experience as the hero while making free setup a strong secondary offer */
.hero-free-offer{margin-top:22px;display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;max-width:760px;text-decoration:none}
.hero-free-offer span{font-weight:650;opacity:.9}
