/* ==========================================================================
   ClearSite Service — Design System v2 (strict-CSP, zero-CLS, self-hosted fonts)
   ========================================================================== */

/* ---------- Self-hosted variable fonts (latin subset, font-display: swap) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('../fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Metric-matched fallbacks so the swap does not shift layout */
@font-face {
  font-family: 'Outfit Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica');
  ascent-override: 100%;
  descent-override: 26%;
  line-gap-override: 0%;
  size-adjust: 99%;
}
@font-face {
  font-family: 'Jakarta Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica');
  ascent-override: 104%;
  descent-override: 29%;
  line-gap-override: 0%;
  size-adjust: 104%;
}

:root {
  --bg-deep: #070A0F;
  --bg-main: #0B0F17;
  --bg-surface: #111827;
  --bg-card: rgba(17, 24, 39, 0.78);
  --bg-elevated: #1F2937;
  --emerald: #10B981;
  --emerald-light: #34D399;
  --emerald-dark: #059669;
  --emerald-glow: rgba(16, 185, 129, 0.3);
  --emerald-tint: rgba(16, 185, 129, 0.12);
  --amber: #F59E0B;
  --amber-light: #FBBF24;
  --amber-dark: #D97706;
  --red: #F87171;
  --text-main: #F9FAFB;
  --text-secondary: #E5E7EB;
  --text-muted: #9CA3AF;
  --text-dim: #6B7280;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-glass: rgba(255, 255, 255, 0.12);
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --shadow-emerald: 0 10px 30px rgba(16, 185, 129, 0.35);
  --font-heading: 'Outfit', 'Outfit Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Jakarta Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 84px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  background-color: var(--bg-deep);
  color: var(--text-main);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 30%, rgba(245, 158, 11, 0.05) 0%, transparent 40%),
    var(--bg-deep);
}

img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; border: none; background: none; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--amber-light); outline-offset: 2px; }
ul { list-style: none; }

.container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 24px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp-field { position: absolute; left: -9999px; top: -9999px; height: 0; width: 0; opacity: 0; }
.text-center { text-align: center; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text-main);
}

.gradient-title {
  background: linear-gradient(135deg, #FFFFFF 10%, #A7F3D0 50%, #10B981 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tel-link { color: var(--emerald-light); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.tel-link:hover { color: #FFFFFF; }

/* ---------- Ticker */
.top-ticker-bar {
  background: linear-gradient(90deg, #064E3B 0%, #059669 40%, #10B981 70%, #047857 100%);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  min-height: 42px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.top-ticker-bar .tel-link { color: #FFFFFF; }
.ticker-pulse {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0, 0, 0, 0.3); padding: 3px 10px; border-radius: var(--radius-full);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
}
.pulsing-dot {
  width: 8px; height: 8px; background-color: #34D399; border-radius: 50%;
  box-shadow: 0 0 10px #34D399; animation: radarPulse 1.6s infinite; flex-shrink: 0;
}
@keyframes radarPulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.4); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

/* ---------- Header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(7, 10, 15, 0.88);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
}
.nav-wrap { display: flex; justify-content: space-between; align-items: center; height: var(--header-h); gap: 16px; }
.brand-identity { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-crest {
  width: 48px; height: 48px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-dark));
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 20px var(--emerald-glow); border: 1px solid rgba(255, 255, 255, 0.2);
}
.brand-crest svg { width: 28px; height: 28px; fill: #FFFFFF; }
.brand-text-block { display: flex; flex-direction: column; }
.brand-title { font-family: var(--font-heading); font-size: 1.55rem; font-weight: 900; letter-spacing: -0.035em; color: #FFFFFF; line-height: 1; }
.brand-title span { color: var(--emerald); }
.brand-subtitle { font-size: 0.7rem; color: var(--amber-light); text-transform: uppercase; font-weight: 800; letter-spacing: 0.12em; margin-top: 3px; }
.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-item-link { font-size: 0.93rem; font-weight: 600; color: var(--text-muted); position: relative; padding: 6px 0; white-space: nowrap; }
.nav-item-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--emerald); transition: var(--transition); }
.nav-item-link:hover, .nav-item-link[aria-current="page"] { color: #FFFFFF; }
.nav-item-link:hover::after, .nav-item-link[aria-current="page"]::after { width: 100%; }
.nav-cta-group { display: flex; align-items: center; gap: 12px; }
.phone-quick-btn {
  display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.02rem; color: var(--text-main);
  padding: 10px 16px; border-radius: var(--radius-sm); background: var(--bg-surface); border: 1px solid var(--border-subtle);
  white-space: nowrap;
}
.phone-quick-btn svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.phone-quick-btn:hover { border-color: var(--emerald); color: var(--emerald); box-shadow: 0 0 16px var(--emerald-glow); }

/* ---------- Buttons */
.btn-primary, .btn-secondary, .btn-amber {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 1.02rem; padding: 14px 28px; border-radius: var(--radius-md);
  transition: var(--transition); position: relative; overflow: hidden; text-align: center; line-height: 1.2;
}
.btn-primary { background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-dark) 100%); color: #FFFFFF; box-shadow: var(--shadow-emerald); }
.btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: 0.5s; }
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(16, 185, 129, 0.45); }
.btn-primary:disabled { opacity: 0.7; transform: none; cursor: wait; }
.btn-secondary { background: var(--bg-elevated); color: #FFFFFF; border: 1px solid var(--border-glass); }
.btn-secondary:hover { border-color: var(--emerald); }
.btn-amber { background: linear-gradient(135deg, var(--amber) 0%, var(--amber-dark) 100%); color: #111827; box-shadow: 0 10px 30px rgba(245, 158, 11, 0.35); }
.btn-amber:hover { transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-primary svg, .btn-secondary svg, .btn-amber svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

/* ---------- Hero */
.hero-wrapper { position: relative; padding: 64px 0 96px; overflow: hidden; }
.hero-layout { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 56px; align-items: center; }
.hero-main-content { display: flex; flex-direction: column; gap: 24px; }
.hero-meta-pill {
  display: inline-flex; align-items: center; gap: 10px; background: rgba(17, 24, 39, 0.85);
  border: 1px solid rgba(16, 185, 129, 0.35); padding: 8px 16px; border-radius: var(--radius-full);
  font-size: 0.86rem; font-weight: 700; color: var(--emerald-light); width: fit-content; box-shadow: var(--shadow-sm);
}
.hero-display-heading { font-size: clamp(2.4rem, 5vw, 3.75rem); letter-spacing: -0.035em; line-height: 1.08; }
.hero-lead-text { font-size: 1.2rem; color: var(--text-muted); max-width: 600px; line-height: 1.6; }
.breadcrumbs { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.85rem; color: var(--text-dim); }
.breadcrumbs a:hover { color: var(--emerald-light); }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: var(--text-dim); }

.zip-checker-container {
  background: var(--bg-card); border: 1px solid var(--border-glass); backdrop-filter: blur(16px);
  padding: 20px 24px; border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; gap: 12px; max-width: 560px;
}
.zip-checker-title { font-size: 1rem; font-weight: 800; color: #FFFFFF; }
.zip-input-row { display: flex; gap: 12px; }
.zip-field {
  flex: 1; min-width: 0; background: rgba(11, 15, 23, 0.9); border: 1px solid var(--border-subtle); color: var(--text-main);
  padding: 14px 18px; border-radius: var(--radius-md); font-size: 1.05rem; font-weight: 600; transition: var(--transition);
}
.zip-field:focus { border-color: var(--emerald); box-shadow: 0 0 0 3px var(--emerald-glow); outline: none; }
.zip-status-box {
  min-height: 46px; display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 700;
  padding: 10px 16px; border-radius: var(--radius-sm); border: 1px solid transparent; visibility: hidden;
}
.zip-status-box.is-ok { visibility: visible; background: rgba(16, 185, 129, 0.15); color: #34D399; border-color: rgba(16, 185, 129, 0.4); }
.zip-status-box.is-out { visibility: visible; background: rgba(245, 158, 11, 0.12); color: var(--amber-light); border-color: rgba(245, 158, 11, 0.4); }
.zip-status-box.is-bad { visibility: visible; background: rgba(248, 113, 113, 0.12); color: var(--red); border-color: rgba(248, 113, 113, 0.4); }
.zip-status-box svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

.trust-badges-row { display: flex; gap: 24px; flex-wrap: wrap; padding-top: 6px; }
.trust-badge-item { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--text-secondary); font-weight: 600; }
.trust-badge-item svg { width: 20px; height: 20px; fill: var(--emerald); flex-shrink: 0; }

/* ---------- Quote card & forms */
.quote-glass-card {
  background: var(--bg-card); border: 1px solid var(--border-glass); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.quote-glass-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--emerald), var(--amber)); }
.card-title-lg { font-size: 1.6rem; margin-bottom: 6px; }
.card-desc-sm { font-size: 0.92rem; color: var(--text-muted); margin-bottom: 20px; }
.lead-form-grid { display: flex; flex-direction: column; gap: 14px; }
.field-group { display: flex; flex-direction: column; gap: 6px; }
.field-label { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.input-control {
  width: 100%; background: rgba(11, 15, 23, 0.9); border: 1px solid var(--border-subtle); color: var(--text-main);
  padding: 13px 16px; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 500; transition: var(--transition);
}
.input-control:focus { border-color: var(--emerald); box-shadow: 0 0 0 3px var(--emerald-glow); outline: none; }
.input-control[aria-invalid="true"] { border-color: var(--red); }
select.input-control { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%239CA3AF'%3E%3Cpath d='M5.3 7.3a1 1 0 011.4 0L10 10.6l3.3-3.3a1 1 0 111.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 010-1.4z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; }
select.input-control option { background: var(--bg-surface); color: var(--text-main); }
textarea.input-control { resize: vertical; min-height: 88px; }
.form-hint { font-size: 0.8rem; color: var(--text-dim); }
.form-error { min-height: 20px; font-size: 0.85rem; color: var(--red); font-weight: 600; }
.form-consent { font-size: 0.78rem; color: var(--text-dim); line-height: 1.45; }
.form-consent a { color: var(--text-muted); text-decoration: underline; }
.form-success { text-align: center; padding: 28px 8px; }
.form-success-icon { width: 64px; height: 64px; background: rgba(16,185,129,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border: 1px solid var(--emerald); }
.form-success-icon svg { width: 32px; height: 32px; fill: var(--emerald); }
.form-success h3 { font-size: 1.5rem; margin-bottom: 8px; }
.form-success p { color: var(--text-muted); font-size: 1rem; line-height: 1.5; margin-bottom: 20px; }
.form-success-note { background: rgba(15,23,42,0.6); border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 22px; text-align: left; font-size: 0.88rem; color: #CBD5E1; }
.form-success-note strong { color: var(--emerald); display: block; margin-bottom: 4px; }
.form-fallback { background: rgba(248,113,113,0.1); border: 1px solid rgba(248,113,113,0.35); border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 20px; text-align: left; font-size: 0.9rem; color: var(--text-secondary); }

/* ---------- Sections */
.section { padding: 96px 0; }
.section--alt { background: var(--bg-surface); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.section--gradient { background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-main) 100%); border-bottom: 1px solid var(--border-subtle); }
.section-title-block { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-badge { color: var(--emerald); text-transform: uppercase; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.1em; margin-bottom: 10px; display: block; }
.section-main-heading { font-size: clamp(1.9rem, 3.6vw, 2.75rem); margin-bottom: 14px; }
.section-sub-text { color: var(--text-muted); font-size: 1.12rem; }

/* ---------- Calculator */
.calc-layout-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: start; }
.truck-visual-card, .calc-controls-card {
  background: var(--bg-main); border: 1px solid var(--border-glass); border-radius: var(--radius-xl); padding: 32px; box-shadow: var(--shadow-lg);
}
.truck-graphic-frame { display: grid; grid-template-columns: 96px 1fr; gap: 8px; align-items: end; height: 220px; padding: 0 0 26px; position: relative; }
.truck-cab {
  height: 150px; background: linear-gradient(180deg, #1F2937, #111827); border: 2px solid rgba(255,255,255,0.15);
  border-radius: 18px 6px 6px 6px; position: relative; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 10px;
}
.truck-windshield { position: absolute; top: 14px; left: 14px; right: 10px; height: 46px; background: linear-gradient(135deg, rgba(52,211,153,0.35), rgba(16,185,129,0.1)); border-radius: 10px 4px 4px 4px; border: 1px solid rgba(255,255,255,0.15); }
.truck-brand-badge { font-family: var(--font-heading); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; color: var(--amber-light); text-transform: uppercase; }
.truck-bed-container {
  height: 190px; background: var(--bg-deep); border: 2px dashed rgba(255, 255, 255, 0.18); border-radius: var(--radius-md);
  display: flex; align-items: flex-end; position: relative; overflow: hidden; padding: 8px;
}
.truck-bed-fill {
  width: 100%; height: 15%; background: linear-gradient(180deg, rgba(52, 211, 153, 0.95), rgba(5, 150, 105, 0.95));
  border-radius: var(--radius-xs); transition: height 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; color: #FFFFFF;
  box-shadow: 0 -4px 16px var(--emerald-glow); position: relative; z-index: 1; min-height: 28px;
}
.bed-grid-lines { position: absolute; inset: 8px; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 25%); pointer-events: none; }
.truck-wheels { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; padding: 0 30px 0 22px; }
.truck-wheels span { width: 34px; height: 34px; border-radius: 50%; background: #0B0F17; border: 5px solid #374151; box-shadow: inset 0 0 0 4px #111827; }
.calc-eco-indicator { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-size: 0.9rem; color: var(--text-secondary); font-weight: 600; }
.calc-eco-indicator svg { width: 20px; height: 20px; fill: var(--emerald); flex-shrink: 0; }
.tier-cards-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
.tier-selector-card {
  width: 100%; text-align: left; background: var(--bg-surface); border: 2px solid var(--border-subtle); border-radius: var(--radius-md);
  padding: 16px 18px; transition: var(--transition); display: flex; flex-direction: column; gap: 6px; color: var(--text-main);
}
.tier-selector-card:hover { border-color: rgba(16, 185, 129, 0.4); background: var(--bg-elevated); }
.tier-selector-card[aria-checked="true"] { border-color: var(--emerald); background: rgba(16, 185, 129, 0.08); box-shadow: 0 0 24px var(--emerald-glow); }
.tier-header-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tier-title { font-weight: 800; font-size: 1.05rem; }
.tier-price-tag { font-family: var(--font-heading); font-weight: 900; color: var(--emerald-light); white-space: nowrap; }
.tier-desc-text { font-size: 0.86rem; color: var(--text-muted); line-height: 1.4; }
.calc-output-box { margin-top: 18px; background: var(--bg-surface); border: 1px solid var(--border-glass); border-radius: var(--radius-lg); padding: 24px; text-align: center; }
.output-sub { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 700; }
.output-price-highlight { font-family: var(--font-heading); font-size: 2.6rem; font-weight: 900; color: var(--emerald); letter-spacing: -0.03em; line-height: 1.1; margin: 6px 0 8px; }
.output-notes-text { font-size: 0.92rem; color: var(--text-muted); min-height: 3em; }

/* ---------- Item estimator */
.item-grid-selector { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; margin-bottom: 28px; }
.item-check-pill {
  display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--bg-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); cursor: pointer; transition: var(--transition); user-select: none;
}
.item-check-pill:hover { border-color: var(--emerald); background: rgba(16, 185, 129, 0.08); }
.item-check-pill:has(:checked) { background: rgba(16, 185, 129, 0.15); border-color: var(--emerald); box-shadow: 0 4px 16px rgba(16, 185, 129, 0.2); }
.item-checkbox { width: 18px; height: 18px; accent-color: var(--emerald); cursor: pointer; flex-shrink: 0; }
.item-name { font-weight: 600; font-size: 0.95rem; }
.item-total-bar {
  background: var(--bg-main); border: 1px solid var(--border-glass); border-radius: var(--radius-lg); padding: 22px 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px;
}
.item-total-info { display: flex; flex-direction: column; gap: 2px; }
.item-total-label { font-size: 0.92rem; color: var(--text-muted); }
.item-total-amount { font-family: var(--font-heading); font-size: 2rem; font-weight: 900; color: var(--emerald); line-height: 1.1; min-width: 4ch; }

/* ---------- Services */
.services-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card-item {
  background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 32px;
  transition: var(--transition); display: flex; flex-direction: column; gap: 16px;
}
.service-card-item:hover { transform: translateY(-6px); border-color: rgba(16, 185, 129, 0.45); box-shadow: var(--shadow-lg); }
.service-icon-crest { width: 58px; height: 58px; border-radius: var(--radius-md); background: rgba(16, 185, 129, 0.14); display: flex; align-items: center; justify-content: center; color: var(--emerald); border: 1px solid rgba(16, 185, 129, 0.25); }
.service-icon-crest svg { width: 30px; height: 30px; fill: currentColor; }
.service-item-title { font-size: 1.35rem; }
.service-item-desc { font-size: 0.95rem; color: var(--text-muted); }
.service-checklist { display: flex; flex-direction: column; gap: 9px; margin-top: 4px; }
.service-checklist li { font-size: 0.9rem; color: var(--text-secondary); display: flex; align-items: center; gap: 10px; font-weight: 600; }
.service-checklist li svg { width: 18px; height: 18px; fill: var(--emerald); flex-shrink: 0; }

/* ---------- Steps */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 30px; position: relative; }
.step-num { font-family: var(--font-heading); font-size: 2.6rem; font-weight: 900; color: var(--emerald-tint); -webkit-text-stroke: 1px var(--emerald); line-height: 1; margin-bottom: 14px; }
.step-title { font-size: 1.25rem; margin-bottom: 8px; }
.step-desc { font-size: 0.95rem; color: var(--text-muted); }

/* ---------- Commercial */
.commercial-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.commercial-lead { color: var(--text-muted); font-size: 1.05rem; line-height: 1.6; margin-bottom: 8px; }
.b2b-perks-list { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; }
.b2b-perk { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--text-secondary); line-height: 1.5; }
.perk-bullet { width: 22px; height: 22px; background: rgba(16, 185, 129, 0.2); color: var(--emerald); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.commercial-stats-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-lg); }
.stat-badge { background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 22px 14px; text-align: center; }
.stat-num { font-size: 2.1rem; font-weight: 900; color: var(--emerald); font-family: var(--font-heading); line-height: 1.1; }
.stat-lbl { font-size: 0.82rem; color: var(--text-muted); margin-top: 6px; }

/* ---------- Before / After slider */
.slider-chassis { max-width: 920px; margin: 0 auto; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border-glass); box-shadow: var(--shadow-lg); background: var(--bg-main); }
.slider-viewport { position: relative; width: 100%; aspect-ratio: 16 / 8.5; min-height: 300px; max-height: 480px; overflow: hidden; user-select: none; touch-action: pan-y; }
.slider-pane { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.slider-pane-after { background: linear-gradient(135deg, #064E3B 0%, #065F46 100%); }
.slider-pane-before { background: linear-gradient(135deg, #4B5563 0%, #1F2937 100%); }
.slider-clip-mask { position: absolute; top: 0; left: 0; height: 100%; width: 50%; overflow: hidden; border-right: 3px solid var(--emerald); }
.slider-clip-mask .slider-pane { width: 100vw; max-width: 920px; }
.slider-caption { text-align: center; padding: 32px; max-width: 560px; }
.slider-caption-title { font-family: var(--font-heading); font-size: clamp(1.3rem, 3vw, 2.1rem); font-weight: 900; margin-bottom: 10px; }
.slider-pane-after .slider-caption-title { color: #FFFFFF; }
.slider-pane-before .slider-caption-title { color: #FCA5A5; }
.slider-caption-text { font-size: clamp(0.92rem, 1.6vw, 1.12rem); line-height: 1.5; color: #E5E7EB; }
.floating-tag { position: absolute; bottom: 20px; padding: 7px 16px; border-radius: var(--radius-full); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; z-index: 10; letter-spacing: 0.06em; color: #FFFFFF; }
.tag-before { left: 20px; background: rgba(220, 38, 38, 0.9); }
.tag-after { right: 20px; background: rgba(16, 185, 129, 0.9); }
.drag-divider-handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; background: #FFFFFF; border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; cursor: ew-resize; z-index: 20; border: none; padding: 0;
}
.drag-divider-handle svg { width: 26px; height: 26px; fill: #111827; }

/* ---------- Locations */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.location-pill { display: block; background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 20px; transition: var(--transition); }
.location-pill:hover, .location-pill[aria-current="page"] { border-color: var(--emerald); background: rgba(16, 185, 129, 0.08); transform: translateY(-3px); box-shadow: var(--shadow-emerald); }
.hub-name { font-weight: 800; font-size: 1.08rem; color: #FFFFFF; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.hub-name::after { content: '\2192'; color: var(--emerald); font-weight: 900; }
.hub-sub { font-size: 0.85rem; color: var(--text-muted); line-height: 1.4; }

/* ---------- Standards */
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.standard-card { background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 24px; }
.standard-card svg { width: 30px; height: 30px; fill: var(--emerald); margin-bottom: 12px; }
.standard-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.standard-card p { font-size: 0.88rem; color: var(--text-muted); }

/* ---------- Local content (city pages) */
.local-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; align-items: start; }
.local-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 30px; }
.local-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.local-card + .local-card { margin-top: 24px; }
.prose { color: var(--text-secondary); font-size: 1.02rem; line-height: 1.7; }
.prose p + p, .prose ul + p, .prose p + ul, .prose h2 + p, .prose h3 + p { margin-top: 16px; }
.prose h2 { font-size: 1.7rem; margin-top: 40px; margin-bottom: 12px; }
.prose h3 { font-size: 1.25rem; margin-top: 28px; margin-bottom: 8px; }
.prose ul { list-style: disc; padding-left: 22px; display: flex; flex-direction: column; gap: 6px; }
.prose a { color: var(--emerald-light); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: #FFFFFF; }
.zip-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.zip-chip { font-size: 0.82rem; font-weight: 700; background: var(--bg-elevated); border: 1px solid var(--border-subtle); padding: 5px 10px; border-radius: var(--radius-full); color: var(--text-secondary); font-variant-numeric: tabular-nums; }
.cta-band { background: linear-gradient(135deg, rgba(16,185,129,0.18), rgba(245,158,11,0.10)); border: 1px solid rgba(16,185,129,0.35); border-radius: var(--radius-xl); padding: 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { font-size: 1.75rem; margin-bottom: 6px; }
.cta-band p { color: var(--text-muted); }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band-actions.text-center { justify-content: center; }
.prose--narrow { max-width: 840px; margin: 0 auto; }

/* ---------- Pricing (partners) */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { background: var(--bg-surface); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.price-card--featured { border-color: var(--emerald); box-shadow: 0 0 32px var(--emerald-glow); }
.price-card--featured::before { content: 'Recommended'; position: absolute; top: -13px; left: 24px; background: var(--emerald); color: #052E1C; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius-full); }
.price-card h3 { font-size: 1.3rem; }
.price-amount { font-family: var(--font-heading); font-size: 2.3rem; font-weight: 900; color: var(--emerald); line-height: 1.1; }
.price-period { font-size: 0.9rem; color: var(--text-muted); font-weight: 600; }
.price-features { display: flex; flex-direction: column; gap: 9px; margin-top: 6px; flex: 1; }
.price-features li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.92rem; color: var(--text-secondary); }
.price-features li svg { width: 18px; height: 18px; fill: var(--emerald); flex-shrink: 0; margin-top: 3px; }
.form-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-two-col .field-group--full { grid-column: 1 / -1; }

/* ---------- FAQ */
.accordion-group { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.accordion-card { background: var(--bg-main); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); overflow: hidden; }
.accordion-trigger-btn { width: 100%; padding: 20px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 1.1rem; font-weight: 700; color: var(--text-main); text-align: left; }
.accordion-arrow-icon { width: 22px; height: 22px; transition: transform 0.3s ease; fill: var(--text-muted); flex-shrink: 0; }
.accordion-trigger-btn[aria-expanded="true"] .accordion-arrow-icon { transform: rotate(180deg); fill: var(--emerald); }
.accordion-content-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease; }
.accordion-content-panel[data-open="true"] { grid-template-rows: 1fr; }
.accordion-inner { overflow: hidden; padding: 0 26px; color: var(--text-muted); font-size: 0.98rem; line-height: 1.6; }
.accordion-content-panel[data-open="true"] .accordion-inner { padding-bottom: 22px; }

/* ---------- Footer */
.main-footer { background: #05080C; border-top: 1px solid var(--border-subtle); padding: 72px 0 32px; }
.footer-nav-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 52px; }
.footer-column { display: flex; flex-direction: column; gap: 16px; }
.footer-column-title { font-size: 1.1rem; color: var(--text-main); }
.footer-link-list { display: flex; flex-direction: column; gap: 10px; }
.footer-link-item { font-size: 0.92rem; color: var(--text-muted); }
a.footer-link-item:hover { color: var(--emerald); }
.footer-blurb { font-size: 0.92rem; color: var(--text-muted); max-width: 340px; line-height: 1.5; }
.footer-phone { font-weight: 800; color: #FFFFFF; font-size: 1.1rem; }
.footer-disclaimer-row { padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.05); display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 0.85rem; color: var(--text-dim); flex-wrap: wrap; }
.footer-disclaimer-row a { text-decoration: underline; }
.footer-disclaimer-row a:hover { color: var(--text-muted); }

/* ---------- Mobile sticky bar */
.mobile-sticky-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(11, 15, 23, 0.96); backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-glass); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); z-index: 1000; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5); gap: 10px;
}
.mobile-bar-btn { flex: 1; padding: 13px 10px; border-radius: var(--radius-md); font-weight: 800; font-size: 0.92rem; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.mobile-bar-btn svg { width: 18px; height: 18px; fill: currentColor; }
.mobile-bar-btn.btn-call { background: var(--emerald); color: #05080C; }
.mobile-bar-btn.btn-quote { background: var(--bg-elevated); color: #FFFFFF; border: 1px solid var(--border-glass); }

/* ---------- Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.82); backdrop-filter: blur(12px); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.is-visible { display: flex; }
.modal-surface-card { background: var(--bg-surface); border: 1px solid var(--border-glass); border-radius: var(--radius-lg); width: 100%; max-width: 600px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; max-height: 92vh; display: flex; flex-direction: column; }
.modal-top-bar { padding: 22px 26px; border-bottom: 1px solid var(--border-subtle); display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.modal-title { font-size: 1.3rem; font-weight: 800; color: #FFFFFF; }
.modal-sub { font-size: 0.88rem; color: var(--text-muted); margin-top: 2px; }
.modal-dismiss-btn { color: var(--text-muted); padding: 4px; flex-shrink: 0; border-radius: var(--radius-xs); }
.modal-dismiss-btn svg { width: 24px; height: 24px; fill: currentColor; }
.modal-dismiss-btn:hover { color: #FFFFFF; }
.modal-scrollable-body { padding: 24px 26px; overflow-y: auto; }
body.modal-open { overflow: hidden; }

/* ---------- 404 */
.error-hero { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 0; }
.error-code { font-family: var(--font-heading); font-size: 6rem; font-weight: 900; color: var(--emerald-tint); -webkit-text-stroke: 2px var(--emerald); line-height: 1; }

/* ---------- Responsive */
@media (max-width: 1100px) {
  .nav-menu { gap: 18px; }
  .nav-item-link { font-size: 0.88rem; }
}
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; gap: 36px; }
  .calc-layout-grid { grid-template-columns: 1fr; }
  .commercial-grid { grid-template-columns: 1fr; }
  .local-grid { grid-template-columns: 1fr; }
  .services-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-menu { display: none; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .hero-wrapper { padding: 44px 0 72px; }
  .services-cards-grid { grid-template-columns: 1fr; }
  .standards-grid { grid-template-columns: 1fr; }
  .commercial-stats-card { grid-template-columns: 1fr 1fr; padding: 18px; gap: 12px; }
  .footer-nav-grid { grid-template-columns: 1fr; }
  .footer-disclaimer-row { flex-direction: column; text-align: center; }
  .mobile-sticky-bar { display: flex; }
  body { padding-bottom: 76px; }
  .nav-cta-group .btn-primary { display: none; }
  .quote-glass-card, .truck-visual-card, .calc-controls-card, .local-card, .cta-band { padding: 24px 20px; }
  .zip-input-row { flex-direction: column; }
  .form-two-col { grid-template-columns: 1fr; }
  .truck-graphic-frame { grid-template-columns: 72px 1fr; height: 190px; }
  .truck-cab { height: 120px; }
  .truck-bed-container { height: 160px; }
  .slider-caption { padding: 18px; }
}
@media (max-width: 480px) {
  .phone-quick-btn span { display: none; }
  .phone-quick-btn { padding: 12px; }
  .brand-subtitle { display: none; }
  .top-ticker-bar { font-size: 0.8rem; }
  .commercial-stats-card { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
