:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --panel: #ffffff;
  --soft: #f5f7fb;
  --blue: #2563eb;
  --blue-2: #1d4ed8;
  --sky: #38bdf8;
  --lime: #c7f337;
  --danger-soft: #fff7ed;
  --danger-line: #fed7aa;
  --night: #030814;
  --night-2: #081522;
  --night-3: #0d1b2e;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
  --shadow-soft: 0 12px 36px rgba(15, 23, 42, .08);
  --shadow: 0 28px 90px rgba(15, 23, 42, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #eef2f7;
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 .7rem; line-height: 1.05; letter-spacing: -.045em; color: var(--ink); }
h1 { font-size: clamp(2.7rem, 7vw, 6.3rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3.1rem); }
h3 { font-size: 1.16rem; letter-spacing: -.025em; }
ul { margin-top: 0; }
.hidden { display: none !important; }

.public-body main { padding-bottom: 80px; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 18px; top: 18px; z-index: 999; background: #fff; border: 2px solid var(--blue); border-radius: 12px; padding: 10px 14px; font-weight: 900; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 12px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(3, 8, 20, .92);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 13px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #fff;
  font-weight: 950;
  letter-spacing: -.08em;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .28);
}
.brand strong { display: block; color: #fff; font-weight: 950; letter-spacing: -.035em; line-height: 1.05; }
.brand small { display: block; color: rgba(255,255,255,.62); font-size: .76rem; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { color: rgba(255,255,255,.78); padding: 10px 12px; border-radius: 999px; font-size: .92rem; font-weight: 850; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.09); }
.header-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 0; border-radius: 999px; font-weight: 950; line-height: 1; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.header-cta { padding: 13px 18px; background: var(--blue); color: #fff; box-shadow: 0 14px 32px rgba(37,99,235,.3); }
.btn { padding: 14px 18px; }
.btn-large { padding: 18px 24px; font-size: 1.02rem; }
.btn-small { padding: 9px 12px; font-size: .86rem; }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 16px 38px rgba(37,99,235,.28); }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid rgba(15,23,42,.1); box-shadow: 0 10px 26px rgba(15,23,42,.06); }
.btn:hover, .header-cta:hover { transform: translateY(-1px); }

.sticky-mobile-cta { display: none; }

/* Shared layout */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--blue);
  margin-bottom: 12px;
  font-size: .74rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 950;
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199,243,55,.18); }
.fine-print { color: var(--muted); font-size: .85rem; margin: 10px 0 0; }

.problem-strip, .survey-card, .triage-showcase, .proof-row, .seo-drawer, .cards-section,
.utility-band, .conversion-strip, .market-strip, .seo-preview, .content-wrap,
.calculator.large-calculator, .keyword-intent-section, .utility-choice-strip,
.triage-tool, .fleet-planner, .keyword-priority-wrap, .service-link-panel,
.faq-grid, .page-hero, .small-hero, .breadcrumbs, .area-grid, .clean-content,
.guide-article, .next-step-panel {
  width: min(var(--max), calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

/* Home hero */
.modern-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
  min-height: 675px;
  margin-top: -72px;
  padding: 160px max(22px, calc((100vw - var(--max)) / 2)) 80px;
  background:
    linear-gradient(90deg, rgba(3,8,20,.98) 0%, rgba(3,8,20,.94) 42%, rgba(3,8,20,.68) 72%, rgba(3,8,20,.92) 100%),
    url('../img/hero-car-interior.svg'),
    radial-gradient(circle at 25% 34%, rgba(37,99,235,.42), transparent 34%),
    linear-gradient(135deg, #030814, #09192b 58%, #0f172a);
  background-size: cover, auto 105%, cover, cover;
  background-position: center, right center, center, center;
}
.modern-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.038) 0 1px, transparent 1px 11px), linear-gradient(110deg, transparent 0 48%, rgba(255,255,255,.1) 48.3% 48.55%, transparent 49%);
  opacity: .72;
}
.hero-copy { max-width: 760px; }
.hero-pill { color: var(--lime); background: rgba(199,243,55,.08); border: 1px solid rgba(199,243,55,.25); padding: 9px 13px; border-radius: 999px; }
.hero-pill::before { background: var(--lime); }
.modern-hero h1 { color: #fff; max-width: 760px; font-size: clamp(3.5rem, 7.2vw, 7rem); line-height: .91; letter-spacing: -.075em; margin-bottom: 22px; }
.lead-copy { max-width: 720px; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 28px; }
.hero-benefits span { position: relative; padding-left: 19px; color: rgba(255,255,255,.86); font-weight: 850; font-size: .94rem; }
.hero-benefits span::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.modern-hero .btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); box-shadow: none; }
.hero-reco-card {
  padding: 32px;
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 34px 90px rgba(0,0,0,.36);
  backdrop-filter: blur(18px);
}
.mini-label { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #eff6ff; color: var(--blue-2); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 950; }
.hero-reco-card h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-top: 12px; }
.hero-reco-card ul { display: grid; gap: 11px; list-style: none; margin: 18px 0 24px; padding: 0; }
.hero-reco-card li { position: relative; padding-left: 29px; color: var(--ink-soft); font-weight: 760; }
.hero-reco-card li::before { content: "✓"; position: absolute; left: 0; top: .05em; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #dbeafe; color: var(--blue-2); font-size: .75rem; font-weight: 950; }

/* Problem cards */
.problem-strip { margin-top: 30px; padding: 30px; border-radius: var(--radius-xl); background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow-soft); }
.section-head { margin-bottom: 20px; }
.section-head.compact { display: grid; grid-template-columns: .8fr 1fr; gap: 24px; align-items: end; }
.section-head h2 { max-width: 680px; }
.section-head p { color: var(--muted); max-width: 620px; margin-bottom: 0; }
.quick-picks { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.quick-picks a {
  display: grid;
  align-content: start;
  min-height: 132px;
  padding: 17px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.quick-picks a:hover { border-color: rgba(37,99,235,.35); transform: translateY(-1px); }
.quick-picks span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: #eff6ff; color: var(--blue); font-weight: 950; }
.quick-picks strong { margin-top: 12px; line-height: 1.1; }
.quick-picks small { margin-top: 5px; color: var(--muted); font-size: .82rem; font-weight: 760; line-height: 1.3; }

/* Triage showcase */
.triage-showcase {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(230px, .7fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}
.phone-mock {
  width: min(100%, 240px);
  margin: 0 auto;
  padding: 24px 18px;
  border: 10px solid #0f172a;
  border-radius: 34px;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(15,23,42,.18);
}
.phone-step { display: block; text-align: center; color: var(--muted); font-size: .74rem; font-weight: 900; margin-bottom: 12px; }
.phone-mock h3 { text-align: center; font-size: 1.1rem; margin-bottom: 14px; }
.phone-option { display: block; padding: 12px; margin-top: 9px; border-radius: 13px; background: #fff; border: 1px solid rgba(15,23,42,.08); font-weight: 850; font-size: .87rem; }
.why-list { display: grid; gap: 12px; }
.why-list article { padding: 18px; border-radius: 20px; background: #f8fafc; border: 1px solid rgba(15,23,42,.08); }
.why-list strong { display: block; margin-bottom: 5px; }
.why-list span { display: block; color: var(--muted); }

/* Survey */
.survey-card { margin-top: 26px; padding: 0; overflow: hidden; border-radius: var(--radius-xl); background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); scroll-margin-top: 95px; }
.survey-layout { display: grid; grid-template-columns: .82fr 1.18fr; }
.survey-head { padding: 36px; background: radial-gradient(circle at 16% 10%, rgba(199,243,55,.18), transparent 30%), linear-gradient(145deg, var(--night), var(--night-2) 58%, #10213a); color: #fff; }
.survey-head h2 { color: #fff; }
.survey-head p { color: rgba(255,255,255,.74); max-width: 430px; }
.survey-promise { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.survey-promise span { padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.88); font-weight: 900; font-size: .82rem; }
.lead-form { padding: 30px; }
.form-progress { height: 8px; border-radius: 999px; background: #e5e7eb; overflow: hidden; margin-bottom: 22px; }
.form-progress span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--sky)); transition: width .2s ease; }
.form-step { display: none; border: 0; margin: 0; padding: 0; }
.form-step.active { display: grid; gap: 16px; }
.form-step legend { font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 950; letter-spacing: -.045em; line-height: 1.05; padding: 0; }
.step-help { color: var(--muted); margin: -3px 0 2px; }
.option-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.option-card { position: relative; display: grid; align-content: center; min-height: 114px; padding: 16px; border-radius: 20px; background: #f8fafc; border: 1px solid rgba(15,23,42,.08); cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card strong { line-height: 1.1; }
.option-card small { display: block; color: var(--muted); margin-top: 6px; line-height: 1.25; font-weight: 700; }
.option-card.is-selected, .option-card:has(input:checked) { border-color: var(--blue); background: #eff6ff; box-shadow: 0 12px 30px rgba(37,99,235,.13); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 7px; font-weight: 850; color: var(--ink); }
input, select, textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 15px; padding: 13px 14px; background: #fff; color: var(--ink); outline: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
textarea { min-height: 110px; resize: vertical; }
.button-row { display: flex; justify-content: space-between; gap: 12px; margin-top: 4px; }
.branch-fields { display: none; gap: 14px; }
.branch-fields.visible { display: grid; }
.consent-box { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .86rem; font-weight: 650; }
.consent-box input { width: auto; margin-top: .25rem; }
.summary-box { padding: 14px 15px; border-radius: 16px; background: #eff6ff; color: #1e3a8a; font-weight: 800; }
.no-js-note { padding: 12px; border-radius: 12px; background: #fff7ed; border: 1px solid #fed7aa; }

/* Guide pages */
.breadcrumbs {
  display: flex; gap: 8px; align-items: center;
  margin-top: 18px; padding: 11px 16px;
  border-radius: 999px; background: #061222; color: #dbeafe;
  font-size: .84rem; font-weight: 850; overflow-x: auto; white-space: nowrap;
}
.breadcrumbs a { color: #c7dcff; }
.breadcrumbs span[aria-current="page"] { color: #fff; }
.page-hero {
  margin-top: 22px;
  padding: clamp(32px, 6vw, 64px);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fff 0%, #f7fbff 58%, #e8f2ff 100%);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: var(--shadow-soft);
}
.page-hero h1 { max-width: 920px; font-size: clamp(2.45rem, 5.7vw, 5rem); line-height: .98; }
.page-hero p { max-width: 850px; color: var(--ink-soft); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.7; }
.page-hero .hero-actions .btn-ghost { background: #fff; color: var(--ink); }

.guide-article { display: grid; gap: 18px; margin-top: 24px; margin-bottom: 28px; }
.guide-answer-card, .guide-two-col article, .guide-step-list article, .clean-block, .faq-grid article {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}
.guide-answer-card { padding: 28px; }
.guide-answer-card p { max-width: 980px; margin: 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.72; }
.guide-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.guide-two-col article { padding: 24px; }
.guide-two-col h2, .guide-step-list h2, .guide-pro-card h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.guide-two-col ul { margin: 0; padding-left: 1.15rem; color: var(--ink-soft); line-height: 1.75; }
.guide-two-col li + li { margin-top: 5px; }
.do-not-card { background: var(--danger-soft) !important; border-color: var(--danger-line) !important; }
.guide-step-list { display: grid; gap: 14px; }
.guide-step-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 24px; }
.guide-step-list article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 17px; background: linear-gradient(135deg, var(--blue), var(--sky)); color: #fff; font-weight: 950; box-shadow: 0 14px 26px rgba(37,99,235,.22); }
.guide-step-list p { color: var(--ink-soft); line-height: 1.72; margin: 0; }
.guide-pro-card, .next-step-panel {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 90% 10%, rgba(37,99,235,.28), transparent 28%), linear-gradient(135deg, #061222, #0b1728);
  color: #dbeafe;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(2,8,18,.16);
}
.guide-pro-card h2, .next-step-panel h2 { color: #fff; }
.guide-pro-card p, .next-step-panel p { max-width: 800px; color: #c4d7f2; line-height: 1.7; }
.guide-pro-card .eyebrow, .next-step-panel .eyebrow { color: #8bd8ff; }
.clean-content { display: grid; gap: 16px; margin-top: 24px; margin-bottom: 28px; }
.clean-block { padding: 25px; }
.clean-block h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.clean-block p { color: var(--ink-soft); line-height: 1.72; margin: 0; }

/* Link panels / FAQ */
.service-link-panel { margin-top: 28px; margin-bottom: 28px; padding: 30px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #061222, #0d1b2e); color: #dbeafe; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 70px rgba(2,8,18,.13); }
.service-link-panel h2 { color: #fff; }
.service-link-panel p { color: #c4d7f2; }
.service-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.service-link-grid a { display: grid; gap: 5px; min-height: 84px; padding: 17px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.service-link-grid a:hover { background: rgba(255,255,255,.1); }
.service-link-grid strong { color: #fff; }
.service-link-grid span { color: #bad0ec; font-size: .9rem; }
.nearby-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.nearby-links a { display: inline-flex; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-weight: 850; font-size: .86rem; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; margin-bottom: 28px; }
.faq-grid article { padding: 22px; }
.faq-grid h2 { font-size: 1.13rem; letter-spacing: -.025em; }
.faq-grid p { color: var(--muted); margin: 0; }

/* Other public blocks */
.proof-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.proof-row article { padding: 18px; border-radius: 20px; background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow-soft); }
.proof-row strong { display: block; margin-bottom: 5px; }
.proof-row span { color: var(--muted); }
.seo-drawer { display: grid; gap: 12px; margin-top: 26px; }
details { background: #fff; border: 1px solid rgba(15,23,42,.08); border-radius: 22px; padding: 18px; box-shadow: var(--shadow-soft); }
summary { cursor: pointer; font-weight: 950; font-size: 1.1rem; }
.intent-grid, .area-grid, .strategy-grid, .stat-strip, .utility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.intent-grid a, .area-card, .strategy-grid article, .stat-strip article, .utility-card { display: grid; gap: 5px; padding: 18px; border-radius: 20px; background: #fff; border: 1px solid rgba(15,23,42,.08); }
.intent-grid span, .area-card p, .strategy-grid p, .stat-strip p, .utility-card p { color: var(--muted); }
.pill-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.pill-cloud a { padding: 9px 12px; border-radius: 999px; background: #eff6ff; color: #1d4ed8; font-weight: 850; }
.cards-section, .market-strip, .content-wrap, .utility-band, .calculator.large-calculator, .triage-tool, .fleet-planner { margin-top: 24px; padding: 28px; border-radius: var(--radius-xl); background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow-soft); }
.search-bar { display: flex; gap: 10px; margin-top: 20px; max-width: 620px; }
.search-bar input { flex: 1; }
.legal { max-width: 860px; line-height: 1.75; }
.thank-you { text-align: left; }

/* Utility tools */
.calculator-grid, .tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.calculator-result, .triage-result, .fleet-result { margin-top: 16px; padding: 16px; border-radius: 18px; background: #eff6ff; color: #1e3a8a; font-weight: 850; }

/* Flash */
.flash { width: min(var(--max), calc(100% - 44px)); margin: 18px auto; padding: 14px 16px; border-radius: 16px; background: #ecfdf5; border: 1px solid #bbf7d0; color: #166534; font-weight: 850; }
.flash.error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; width: min(var(--max), calc(100% - 44px)); margin: 38px auto 0; padding: 28px 0; color: var(--muted); border-top: 1px solid rgba(15,23,42,.1); }
.footer-brand strong { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.footer-links a { color: var(--ink-soft); font-weight: 800; }

/* Admin */
.admin-body { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; background: #f1f5f9; }
.admin-sidebar { padding: 22px; background: #061222; color: #fff; }
.admin-sidebar nav { display: grid; gap: 8px; margin-top: 24px; }
.admin-sidebar nav a { padding: 11px 12px; border-radius: 12px; color: #dbeafe; font-weight: 850; }
.admin-sidebar nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-main { padding: 28px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.admin-topbar h1 { font-size: 2rem; }
.admin-card, .admin-table-wrap, .admin-form { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-soft); padding: 20px; margin-bottom: 18px; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.badge, .status-badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #eff6ff; color: #1d4ed8; font-weight: 850; font-size: .78rem; }

/* Responsive */
@media (max-width: 1180px) {
  .modern-hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-reco-card { max-width: 620px; }
  .quick-picks { grid-template-columns: repeat(3, 1fr); }
  .triage-showcase, .survey-layout { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: repeat(2, 1fr); }
  .service-link-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid, .proof-row, .intent-grid, .area-grid, .strategy-grid, .stat-strip, .utility-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .site-header { min-height: 62px; padding: 10px 14px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 11px; font-size: .78rem; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .68rem; }
  .site-nav { display: none; }
  .header-cta { padding: 11px 14px; font-size: .86rem; }
  .sticky-mobile-cta { display: inline-flex; position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 90; justify-content: center; padding: 15px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 950; box-shadow: 0 18px 48px rgba(37,99,235,.38); }
  .sticky-mobile-cta.is-hidden { display: none; }
  .modern-hero { margin-top: -62px; min-height: auto; padding: 122px 16px 42px; background-position: center, center; }
  .modern-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-reco-card { padding: 22px; border-radius: 24px; }
  .problem-strip, .survey-card, .triage-showcase, .proof-row, .seo-drawer, .cards-section,
  .utility-band, .conversion-strip, .market-strip, .seo-preview, .content-wrap,
  .calculator.large-calculator, .keyword-intent-section, .utility-choice-strip,
  .triage-tool, .fleet-planner, .keyword-priority-wrap, .service-link-panel,
  .faq-grid, .page-hero, .small-hero, .breadcrumbs, .area-grid, .clean-content,
  .guide-article, .next-step-panel { width: calc(100% - 28px); }
  .section-head.compact { grid-template-columns: 1fr; gap: 8px; }
  .quick-picks { grid-template-columns: repeat(2, 1fr); }
  .quick-picks a { min-height: 116px; padding: 15px; }
  .survey-head, .lead-form, .triage-showcase, .problem-strip, .cards-section, .market-strip, .content-wrap, .service-link-panel, .calculator.large-calculator, .triage-tool, .fleet-planner { padding: 22px; }
  .field-row, .guide-two-col, .option-grid, .service-link-grid, .faq-grid, .proof-row, .intent-grid, .area-grid, .strategy-grid, .stat-strip, .utility-grid, .calculator-grid, .tool-grid { grid-template-columns: 1fr; }
  .guide-step-list article { grid-template-columns: 42px 1fr; gap: 13px; padding: 19px; }
  .guide-step-list article > span { width: 40px; height: 40px; border-radius: 14px; }
  .guide-pro-card, .next-step-panel { display: grid; padding: 22px; }
  .guide-pro-card .btn, .next-step-panel .btn { width: 100%; }
  .page-hero { padding: 28px 22px; }
  .page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .search-bar { display: grid; }
  .site-footer { display: grid; padding-bottom: 88px; }
  .footer-links { justify-content: flex-start; }
  .admin-body { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; }
}
@media (max-width: 460px) {
  .quick-picks { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .modern-hero h1 { font-size: 2.85rem; }
}

/* v3 visual QA: keep triage intro readable inside the three-column block */
.triage-showcase .section-head.compact {
  display: block;
}
.triage-showcase .section-head.compact h2 {
  max-width: 360px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}
.triage-showcase .section-head.compact p {
  max-width: 360px;
}
@media (max-width: 1180px) {
  .triage-showcase .section-head.compact h2,
  .triage-showcase .section-head.compact p { max-width: 720px; }
}

/* v3.1 utility + survey rebuild */
.tool-hub { margin-top: 26px; padding: 30px; border-radius: var(--radius-xl); background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow-soft); }
.tool-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.tool-card { min-height: 174px; display: flex; flex-direction: column; gap: 12px; padding: 20px; border-radius: 24px; background: linear-gradient(180deg,#fff,#f8fbff); border: 1px solid rgba(15,23,42,.09); color: var(--ink); text-decoration: none; box-shadow: 0 16px 36px rgba(15,23,42,.06); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.tool-card:hover { transform: translateY(-2px); border-color: rgba(37,99,235,.34); box-shadow: 0 22px 50px rgba(15,23,42,.1); }
.tool-card span { width: fit-content; padding: 6px 9px; border-radius: 999px; background: rgba(37,99,235,.1); color: var(--blue); font-weight: 950; font-size: .76rem; }
.tool-card strong { font-size: 1.08rem; letter-spacing: -.02em; }
.tool-card small { color: var(--muted); line-height: 1.55; font-size: .92rem; }
.tool-card.primary-tool { background: radial-gradient(circle at 15% 5%, rgba(199,243,55,.18), transparent 32%), linear-gradient(145deg, #07111f, #0b2039); color: #fff; border-color: rgba(255,255,255,.12); }
.tool-card.primary-tool small { color: rgba(255,255,255,.72); }
.tool-card.primary-tool span { background: rgba(199,243,55,.15); color: var(--lime); }
.upgraded-survey { background: transparent; border: 0; box-shadow: none; overflow: visible; }
.survey-shell { display: grid; grid-template-columns: .9fr 1.15fr; gap: 0; border-radius: 32px; overflow: hidden; background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); }
.survey-intro-panel { padding: 38px; color: #fff; background: radial-gradient(circle at 15% 0%, rgba(199,243,55,.18), transparent 32%), linear-gradient(145deg, #06111f, #0b213a 62%, #07111f); }
.survey-intro-panel h2 { color: #fff; font-size: clamp(2.05rem, 4vw, 3.25rem); line-height: .98; letter-spacing: -.06em; margin-bottom: 14px; }
.survey-intro-panel p { color: rgba(255,255,255,.76); font-size: 1.04rem; line-height: 1.65; }
.survey-proof-list { display: grid; gap: 10px; margin-top: 24px; }
.survey-proof-list span { padding: 11px 12px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.88); font-weight: 850; }
.app-survey { padding: 34px; background: #fff; }
.situation-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.situation-card { min-height: 132px; align-items: flex-start; justify-content: flex-start; text-align: left; padding: 18px; }
.option-kicker { display: inline-flex; width: fit-content; margin-bottom: 8px; padding: 5px 8px; border-radius: 999px; background: rgba(37,99,235,.08); color: var(--blue); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.situation-card strong { font-size: 1.04rem; }
.situation-card small { line-height: 1.38; }
.budget-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.compact-option { min-height: 108px; padding: 16px; }
.interactive-tool { margin-top: 26px; display: grid; grid-template-columns: 1fr; gap: 16px; padding: 28px; border-radius: var(--radius-xl); background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow-soft); }
.tool-input-card { padding: 22px; border-radius: 24px; background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid rgba(15,23,42,.08); }
.tool-input-card h2 { margin: 8px 0 16px; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.045em; }
.tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 13px; }
.tool-grid label { display: grid; gap: 8px; color: var(--ink); font-weight: 900; }
.tool-result { display: grid; gap: 10px; min-height: 112px; padding: 22px; border-radius: 24px; background: radial-gradient(circle at 96% 0%, rgba(37,99,235,.18), transparent 34%), linear-gradient(145deg, #06111f, #0b2039); color: #fff; box-shadow: var(--shadow-soft); }
.tool-result strong { font-size: clamp(1.3rem, 2.5vw, 2rem); letter-spacing: -.04em; }
.tool-result span { color: rgba(255,255,255,.78); line-height: 1.55; }
.tool-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.tool-hero { background: radial-gradient(circle at 92% 10%, rgba(37,99,235,.10), transparent 34%), #fff; }
.fleet-planner.interactive-tool { display: grid; }
@media (max-width: 980px){
  .tool-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .survey-shell { grid-template-columns: 1fr; }
  .tool-grid, .budget-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .tool-hub, .interactive-tool { padding: 18px; border-radius: 24px; }
  .tool-card-grid, .situation-grid, .tool-grid, .budget-grid { grid-template-columns: 1fr; }
  .survey-intro-panel, .app-survey { padding: 22px; }
  .situation-card { min-height: auto; }
  .tool-card { min-height: auto; }
  .tool-result { padding: 18px; }
}
.tool-hub .section-head.compact { display: block; max-width: 820px; }
.tool-hub .section-head.compact h2 { max-width: 780px; }
.tool-hub .section-head.compact p { max-width: 720px; margin-top: 10px; }

/* v3.2 public theme reset: utility pages and survey polish */
html { scroll-padding-top: 96px; }
.public-body { background: linear-gradient(180deg, #f5f8fc 0%, #f8fafc 38%, #eef4fb 100%); }
.site-header.app-header { background: rgba(7, 18, 33, .94); border-color: rgba(255,255,255,.08); box-shadow: 0 12px 36px rgba(2,8,18,.16); }
.site-header.app-header .site-nav a { color: rgba(255,255,255,.84); }
.site-header.app-header .site-nav a:hover, .site-header.app-header .site-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.08); }
.site-header.app-header .brand strong { color: #fff; }
.site-header.app-header .brand small { color: rgba(255,255,255,.72); }

.page-hero, .small-hero, .guide-hero, .tool-hero {
  margin-top: 22px;
  padding: clamp(34px, 5vw, 58px);
  text-align: left;
  overflow: hidden;
}
.page-hero h1, .small-hero h1, .guide-hero h1, .tool-hero h1 {
  margin: 0 0 14px;
  max-width: 880px;
  font-size: clamp(2.55rem, 5.2vw, 4.75rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: end;
  gap: 24px;
  background: radial-gradient(circle at 90% 10%, rgba(37,99,235,.16), transparent 33%), linear-gradient(135deg, #ffffff 0%, #f6faff 62%, #eaf3ff 100%);
}
.tool-hero::after {
  content: "60 sec";
  justify-self: end;
  align-self: center;
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  border-radius: 36px;
  background: linear-gradient(145deg, #06111f, #0b213a);
  color: #fff;
  font-weight: 950;
  letter-spacing: -.03em;
  box-shadow: 0 24px 60px rgba(2,8,18,.18);
}

/* Interactive tools should feel like a premium app card, not a stretched spreadsheet. */
.interactive-tool,
.triage-tool.interactive-tool,
.estimator-tool.interactive-tool,
.rideshare-tool.interactive-tool,
.fleet-planner.interactive-tool {
  width: min(var(--max), calc(100% - 44px));
  margin: 24px auto 0;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr);
  gap: 18px;
  align-items: stretch;
  border-radius: 34px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 28px 80px rgba(15,23,42,.1);
}
.tool-input-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: none;
}
.tool-input-card .eyebrow { margin-bottom: 8px; }
.tool-input-card h2 {
  max-width: 700px;
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 3.4vw, 2.65rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.tool-grid label {
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
  font-size: .88rem;
  letter-spacing: -.01em;
}
.tool-grid select,
.tool-grid input {
  min-height: 46px;
  border: 0;
  border-radius: 13px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.11);
  font-weight: 850;
}
.tool-grid select:focus,
.tool-grid input:focus { box-shadow: inset 0 0 0 1px var(--blue), 0 0 0 4px rgba(37,99,235,.12); }
.tool-result,
.triage-result,
.fleet-result,
.calculator-result {
  margin: 0;
  min-height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  background: radial-gradient(circle at 94% 0%, rgba(79,184,255,.2), transparent 35%), linear-gradient(145deg, #06111f, #0d2c56);
  color: #fff;
  box-shadow: none;
}
.tool-result strong { display: block; font-size: clamp(1.55rem, 3.1vw, 2.35rem); line-height: 1.02; }
.tool-result span { display: block; color: rgba(255,255,255,.78); line-height: 1.58; }
.tool-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 4px 4px;
}

/* Survey: tighter, simpler, less wall-of-options. */
.upgraded-survey { margin-top: 30px; }
.survey-shell {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}
.survey-intro-panel { padding: clamp(28px, 4vw, 44px); }
.survey-intro-panel h2 { font-size: clamp(2.2rem, 4.4vw, 3.75rem); }
.app-survey { padding: clamp(24px, 3.2vw, 38px); }
.situation-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.situation-card { min-height: 142px; border-radius: 22px; }
.option-kicker { color: #1d4ed8; background: #eff6ff; }
.form-step legend { max-width: 850px; }
.step-help { max-width: 780px; }

/* Home utilities: no bulky paragraphs above the fold. */
.tool-hub.social-section {
  width: min(var(--max), calc(100% - 44px));
  margin: 28px auto 0;
  padding: 28px;
  border-radius: 34px;
}
.tool-card-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.tool-card { border-radius: 24px; }

/* Cleaner guide page pacing */
.guide-answer-card, .guide-two-col article, .guide-step-list article, .guide-pro-card, .next-step-panel, .service-link-panel { border-radius: 28px; }
.guide-step-list article { grid-template-columns: 54px minmax(0,1fr); }
.guide-step-list article h2 { margin-bottom: 6px; }
.guide-pro-card, .next-step-panel { align-items: center; }
.next-step-panel.centered-panel { width: min(var(--max), calc(100% - 44px)); margin: 28px auto 0; }
.service-link-panel { width: min(var(--max), calc(100% - 44px)); margin: 28px auto; }

@media (max-width: 1080px) {
  .tool-hero { grid-template-columns: 1fr; }
  .tool-hero::after { justify-self: start; width: auto; height: auto; padding: 13px 16px; border-radius: 999px; }
  .interactive-tool,
  .triage-tool.interactive-tool,
  .estimator-tool.interactive-tool,
  .rideshare-tool.interactive-tool,
  .fleet-planner.interactive-tool { grid-template-columns: 1fr; }
  .tool-result, .triage-result, .fleet-result, .calculator-result { min-height: 180px; }
  .survey-shell { grid-template-columns: 1fr; }
  .tool-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .page-hero, .small-hero, .guide-hero, .tool-hero { width: calc(100% - 28px); padding: 26px 20px; border-radius: 26px; }
  .page-hero h1, .small-hero h1, .guide-hero h1, .tool-hero h1 { font-size: clamp(2.25rem, 10.5vw, 3.35rem); }
  .interactive-tool,
  .triage-tool.interactive-tool,
  .estimator-tool.interactive-tool,
  .rideshare-tool.interactive-tool,
  .fleet-planner.interactive-tool,
  .survey-shell,
  .tool-hub.social-section { width: calc(100% - 28px); }
  .interactive-tool { padding: 12px; border-radius: 28px; }
  .tool-input-card, .tool-result { border-radius: 23px; }
  .tool-grid, .situation-grid, .tool-card-grid { grid-template-columns: 1fr; }
  .tool-actions { display: grid; }
  .tool-actions .btn { width: 100%; }
  .survey-proof-list { gap: 8px; }
  .quick-picks { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 430px) {
  .quick-picks { grid-template-columns: 1fr; }
}

/* v3.2.1 utility hero fix: keep copy together on the left */
.tool-hero {
  position: relative;
  display: block;
  padding-right: clamp(34px, 18vw, 240px);
}
.tool-hero h1 { max-width: 760px; }
.tool-hero p { max-width: 820px; }
.tool-hero::after {
  position: absolute;
  right: clamp(28px, 5vw, 62px);
  bottom: clamp(28px, 5vw, 62px);
}
@media (max-width: 900px) {
  .tool-hero { padding-right: clamp(24px, 5vw, 42px); }
  .tool-hero::after { position: static; display: inline-grid; margin-top: 18px; }
}
