/* =========================================================
   Star Key & Remote — Bold, Urgent, Emergency-Forward
   ========================================================= */

:root {
  /* Theme: Patrol (light cream + emergency red) */
  --bg:        #F5F4EF;
  --bg-2:      #EAE8E0;
  --bg-3:      #DEDBD1;
  --ink:       #0A1220;
  --ink-dim:   #3F4856;
  --ink-faint: #7E8694;
  --line:      #D2CFC4;
  --accent:    #E11D2E;
  --accent-2:  #0A1220;
  --ok:        #15803D;

  /* Static */
  --r-sm: 4px;
  --r-md: 6px;
  --r-lg: 10px;
  --maxw: 1320px;
  --pad-x: 32px;

  --display: "Archivo Black", "Archivo", "Helvetica Neue", Helvetica, system-ui, sans-serif;
  --body:    "Archivo", "Helvetica Neue", Helvetica, system-ui, sans-serif;
  --mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }

/* ===== Type ===== */
.display { font-family: var(--display); font-weight: 900; letter-spacing: -0.02em; line-height: 0.95; text-transform: uppercase; }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-dim); }
.mono    { font-family: var(--mono); }

/* =========================================================
   EMERGENCY BAR (top-most strip)
   ========================================================= */
.eb {
  background: var(--accent);
  color: #FFF;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.eb-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 38px; gap: 24px; overflow: hidden;
}
.eb-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.eb-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #FFF; box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.eb-ticker {
  white-space: nowrap; overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  flex: 1;
}
.eb-ticker > span {
  display: inline-block; padding-right: 60px;
  animation: ticker 38s linear infinite;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.eb-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.eb-call {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; letter-spacing: 0.04em;
}
.eb-call::before { content: ""; width: 14px; height: 14px; background: currentColor; -webkit-mask: var(--icon-phone) center/contain no-repeat; mask: var(--icon-phone) center/contain no-repeat; }

/* =========================================================
   HEADER
   ========================================================= */
.hd {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.hd-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--display); font-size: 17px; letter-spacing: -0.01em;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.05;
}
.logo > span { white-space: nowrap; }
.logo-mark {
  width: 38px; height: 38px; border-radius: var(--r-md);
  background: var(--accent);
  display: grid; place-items: center;
  color: #FFF;
  position: relative;
}
.logo-mark::before, .logo-mark::after {
  content: ""; position: absolute;
}
.logo-mark::before {
  width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%;
  top: 8px; left: 8px;
}
.logo-mark::after {
  width: 2px; height: 14px; background: #FFF;
  top: 14px; left: 21px;
  box-shadow: 3px 4px 0 0 #FFF, 3px 8px 0 0 #FFF;
}
.logo-text-1 { font-weight: 900; }
.logo-text-2 { color: var(--accent); font-weight: 900; }
.logo-sub { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.22em; color: var(--ink-dim); font-weight: 400; margin-top: 2px; }

.nav {
  display: flex; align-items: center;
  gap: 22px;
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 0;
}
.nav a {
  font-size: 13.5px; font-weight: 600; letter-spacing: 0.01em;
  color: var(--ink-dim); transition: color .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav a:hover { color: var(--ink); }

.hd-right {
  display: flex; align-items: center; gap: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}
.live-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--ink-dim); text-transform: uppercase;
  white-space: nowrap;
}
.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ok); animation: pulse-green 1.8s infinite;
}
@keyframes pulse-green {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.btn-call {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--accent); color: #FFF;
  padding: 11px 18px; border-radius: var(--r-md);
  font-weight: 800; font-size: 14px; letter-spacing: 0.02em;
  transition: transform .12s, box-shadow .12s;
  border: 1px solid color-mix(in srgb, var(--accent) 70%, black);
}
.btn-call:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--accent) 60%, transparent); }
.btn-call::before { content: ""; width: 14px; height: 14px; background: currentColor; -webkit-mask: var(--icon-phone) center/contain no-repeat; mask: var(--icon-phone) center/contain no-repeat; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: 64px 0 96px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 85% -10%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 60%),
    radial-gradient(700px 400px at -10% 80%, color-mix(in srgb, var(--accent-2) 10%, transparent), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: start;
}

/* Hero left */
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  color: var(--accent);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 28px;
}
.hero-tag-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  animation: pulse-soft 1.4s infinite;
}
@keyframes pulse-soft { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.7); } }

.hero h1 {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(34px, 3.6vw, 52px); line-height: 0.98;
  letter-spacing: -0.025em; text-transform: uppercase;
  margin: 0 0 24px;
}
.hero h1 .accent { color: var(--accent); }
.hero h1 .slash { color: var(--ink-faint); font-weight: 400; }

.hero-sub {
  font-size: 19px; line-height: 1.5; color: var(--ink-dim);
  max-width: 540px; margin: 0 0 36px;
}
.hero-sub strong { color: var(--ink); font-weight: 700; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-bottom: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-stat {
  padding: 20px 0; padding-right: 16px;
  border-right: 1px solid var(--line);
}
.hero-stat:last-child { border-right: 0; }
.hero-stat-num {
  font-family: var(--display); font-size: 28px; line-height: 1; color: var(--ink);
  font-weight: 900; letter-spacing: -0.02em;
}
.hero-stat-num .unit { color: var(--accent); font-size: 17px; }
.hero-stat-label {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-faint); margin-top: 6px;
}

.hero-bullets {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px;
}
.hero-bullet {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; color: var(--ink);
}
.hero-bullet::before {
  content: ""; flex: 0 0 18px; height: 18px;
  margin-top: 2px;
  background: var(--accent);
  -webkit-mask: var(--icon-check) center/contain no-repeat; mask: var(--icon-check) center/contain no-repeat;
}

/* Hero right — form card */
.hero-form-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  position: relative;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.5);
}
.hero-form-card::before {
  content: "INSTANT QUOTE";
  position: absolute; top: -12px; left: 24px;
  background: var(--accent); color: #FFF;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em;
  padding: 5px 12px; border-radius: var(--r-sm);
  font-weight: 700;
}

/* =========================================================
   QUOTE FORM (inside hero card)
   ========================================================= */
.qf { display: flex; flex-direction: column; gap: 18px; }
.qf-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
  margin-top: 2px; gap: 16px;
}
.qf-head-eyebrow {
  font-family: var(--display); font-size: 22px;
  letter-spacing: -0.01em; text-transform: uppercase; line-height: 1;
}
.qf-head-step {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  color: var(--ink-faint); text-transform: uppercase; margin-top: 6px;
}
.qf-head-step span { color: var(--accent); font-weight: 700; }
.qf-head-eta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-dim); flex-shrink: 0;
}
.qf-head-eta strong { color: var(--accent); }
.qf-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ok);
  animation: pulse-green 1.6s infinite;
}

/* Progress bar */
.qf-progress {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
}
.qf-progress-seg {
  background: var(--bg-3); border: 1px solid var(--line);
  color: var(--ink-faint); padding: 8px 10px;
  border-radius: var(--r-sm); cursor: default;
  display: flex; flex-direction: column; gap: 2px;
  text-align: left; transition: all .15s;
  font-family: inherit;
  position: relative; overflow: hidden;
}
.qf-progress-seg::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px;
  background: var(--accent); width: 0; transition: width .25s;
}
.qf-progress-seg.is-now {
  border-color: var(--accent); color: var(--ink);
  background: color-mix(in srgb, var(--accent) 8%, var(--bg-3));
}
.qf-progress-seg.is-now::after { width: 100%; }
.qf-progress-seg.is-done {
  border-color: color-mix(in srgb, var(--ok) 40%, var(--line));
  color: var(--ink-dim); cursor: pointer;
}
.qf-progress-seg.is-done::after { width: 100%; background: var(--ok); }
.qf-progress-seg.is-done:hover { color: var(--ink); }
.qf-progress-num {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; font-weight: 700;
}
.qf-progress-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.02em;
}

/* Panel — single visible step */
.qf-panel {
  animation: qf-slide .25s ease-out;
}
@keyframes qf-slide {
  from { opacity: 0; transform: translateX(8px); }
  to   { opacity: 1; transform: translateX(0); }
}

.qf-step { display: flex; flex-direction: column; gap: 14px; }
.qf-step-title {
  font-family: var(--display); font-size: 22px; line-height: 1.05;
  letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: -4px;
}
.qf-step-sub { font-size: 13.5px; color: var(--ink-dim); margin-bottom: 6px; }
.qf-step-err {
  font-family: var(--mono); font-size: 11px; color: var(--accent);
  letter-spacing: 0.08em; text-transform: uppercase;
}

.qf-row { display: grid; gap: 10px; }
.qf-row-1 { grid-template-columns: 1fr; }
.qf-row-2 { grid-template-columns: 1fr 1fr; }
.qf-row-3 { grid-template-columns: 1fr 1fr 1.3fr; }

.qf-field {
  display: flex; flex-direction: column; gap: 4px;
}
.qf-field-label {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-faint); font-weight: 600;
}
.qf-field-label em { font-style: normal; color: var(--accent); margin-left: 6px; font-weight: 700; }
.qf-field input, .qf-field select {
  background: var(--bg-3);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 11px 12px;
  border-radius: var(--r-sm);
  font: inherit; font-size: 14px;
  outline: none;
  transition: border-color .12s, background .12s;
}
.qf-field select {
  appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-dim) 50%), linear-gradient(135deg, var(--ink-dim) 50%, transparent 50%);
  background-position: calc(100% - 16px) center, calc(100% - 11px) center;
  background-size: 5px 5px; background-repeat: no-repeat;
  padding-right: 28px;
}
.qf-field select option { background: var(--bg-3); color: var(--ink); }
.qf-field input:focus, .qf-field select:focus {
  border-color: var(--accent); background: color-mix(in srgb, var(--bg-3) 90%, var(--accent) 4%);
}
.qf-field input::placeholder { color: var(--ink-faint); }
.qf-field.is-err input, .qf-field.is-err select { border-color: var(--accent); }

.qf-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qf-chips-3 { grid-template-columns: 1fr 1fr 1fr; }
.qf-chip {
  background: var(--bg-3); border: 1px solid var(--line);
  color: var(--ink); padding: 10px 12px;
  border-radius: var(--r-sm); cursor: pointer; text-align: left;
  transition: border-color .12s, background .12s, transform .12s;
}
.qf-chip:hover { border-color: color-mix(in srgb, var(--accent) 50%, var(--line)); }
.qf-chip.is-on {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--bg-3));
}
.qf-chip-label { font-weight: 700; font-size: 13.5px; }
.qf-chip-sub   { font-family: var(--mono); font-size: 10.5px; color: var(--ink-faint); margin-top: 2px; letter-spacing: 0.04em; }
.qf-chip-urg.is-on .qf-chip-sub { color: var(--ink-dim); }

.qf-submit {
  background: var(--accent); color: #FFF;
  border: none; padding: 14px 18px;
  border-radius: var(--r-sm); cursor: pointer;
  font-family: var(--display); font-size: 15px; letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform .12s, box-shadow .12s;
  flex: 1;
}
.qf-submit:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -8px color-mix(in srgb, var(--accent) 60%, transparent); }
.qf-submit-final { padding: 16px 20px; font-size: 17px; }
.qf-submit-arrow { font-family: var(--body); font-size: 20px; }

.qf-actions { display: flex; align-items: stretch; gap: 8px; margin-top: 6px; }
.qf-back {
  background: transparent; color: var(--ink-dim);
  border: 1px solid var(--line);
  padding: 14px 18px; border-radius: var(--r-sm); cursor: pointer;
  font-family: var(--body); font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: border-color .12s, color .12s;
}
.qf-back:hover { border-color: var(--ink-dim); color: var(--ink); }
.qf-back-spacer { display: none; }

.qf-summary {
  margin-top: 14px;
  display: flex; flex-direction: column; gap: 6px;
  padding: 14px; background: var(--bg-3);
  border-radius: var(--r-sm); border: 1px solid var(--line);
}
.qf-summary-row {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.qf-summary-row span { color: var(--ink-faint); }
.qf-summary-row strong { color: var(--ink); font-weight: 700; font-family: var(--body); font-size: 12.5px; letter-spacing: 0.02em; text-transform: none; }

.qf-foot {
  text-align: center; font-family: var(--mono); font-size: 11px;
  color: var(--ink-faint); letter-spacing: 0.04em;
}
.qf-foot strong { color: var(--ink-dim); font-weight: 700; }

/* Form success */
.qf-success { display: flex; flex-direction: column; gap: 18px; padding: 8px 0; }
.qf-success-eyebrow {
  display: inline-block; align-self: flex-start;
  background: var(--ok); color: #03150A;
  padding: 5px 10px; border-radius: var(--r-sm);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; font-weight: 700;
}
.qf-success-headline {
  font-family: var(--display); font-size: 36px; line-height: 1;
  letter-spacing: -0.02em; text-transform: uppercase;
}
.qf-success-meta {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px;
  padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.qf-success-meta > div { display: flex; flex-direction: column; gap: 4px; }
.qf-success-meta span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; color: var(--ink-faint); }
.qf-success-meta strong { font-size: 14px; color: var(--ink); font-weight: 700; }
.qf-success-note { font-size: 14px; color: var(--ink-dim); }
.qf-success-call {
  background: var(--accent); color: #FFF;
  padding: 14px 18px; border-radius: var(--r-sm);
  font-family: var(--display); text-align: center; font-size: 17px;
  text-transform: uppercase; letter-spacing: 0.02em;
}
.qf-success-reset {
  background: transparent; border: none; color: var(--ink-dim);
  font-family: var(--mono); font-size: 12px; cursor: pointer; padding: 0;
  text-align: left;
}
.qf-success-reset:hover { color: var(--accent); }

/* =========================================================
   EMERGENCY SECTION — full-bleed red panel after hero
   ========================================================= */
.emerg {
  background: var(--accent);
  color: #FFF;
  position: relative;
  overflow: hidden;
  border-top: 1px solid color-mix(in srgb, var(--accent) 70%, black);
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 70%, black);
}
.emerg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.emerg-inner {
  position: relative;
  padding-top: 56px;
  padding-bottom: 60px;
  /* Horizontal padding inherited from .wrap (don't use the padding shorthand
     here — it would wipe the wrap's left/right insets). */
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: center;
}
.emerg-head { display: flex; flex-direction: column; gap: 14px; }
.emerg-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 800;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 9px 16px; border-radius: 999px;
  align-self: flex-start;
}
.emerg-tag-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #FFF;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: emerg-live-pulse 1.4s infinite;
}
.emerg h2 {
  font-family: var(--display); font-size: clamp(26px, 2.8vw, 38px); line-height: 1;
  letter-spacing: -0.025em; text-transform: uppercase; margin: 0;
}
.emerg h2 .out { color: rgba(255,255,255,0.78); }
.emerg-sub {
  font-size: 15px; line-height: 1.5; color: #FFF; opacity: 0.95; margin: 0; max-width: 420px;
}
.emerg-call {
  display: inline-flex; align-items: center; gap: 12px;
  background: #000; color: #FFF;
  padding: 14px 22px; border-radius: var(--r-md);
  font-family: var(--display); font-size: 20px; letter-spacing: 0.01em;
  align-self: flex-start;
  transition: transform .15s, box-shadow .15s, background .15s;
  margin-top: 8px;
  border: 2px solid rgba(255,255,255,0.06);
  position: relative;
}
.emerg-call::before {
  content: ""; width: 20px; height: 20px; flex-shrink: 0;
  background: currentColor;
  -webkit-mask: var(--icon-phone) center/contain no-repeat;
          mask: var(--icon-phone) center/contain no-repeat;
}
.emerg-call:hover {
  transform: translateY(-3px);
  background: #111;
  box-shadow: 0 22px 42px -14px rgba(0,0,0,0.65);
  border-color: rgba(255,255,255,0.18);
}
.emerg-call small {
  display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em;
  font-weight: 700; color: #FFF; opacity: 0.55; margin-bottom: 4px;
}

.emerg-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  background: transparent;
}
.emerg-card {
  padding: 20px 22px 18px;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: var(--r-md);
  background: #1A0A0C;
  display: flex; flex-direction: column; gap: 8px;
  position: relative; min-height: 160px;
  overflow: hidden;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
/* Diagonal "urgency" stripe on the top-right of every card */
.emerg-card::before {
  content: ""; position: absolute; top: -18px; right: -18px;
  width: 64px; height: 64px;
  background: repeating-linear-gradient(45deg, var(--accent) 0 4px, transparent 4px 9px);
  opacity: 0.55;
  pointer-events: none;
}
.emerg-card:hover {
  transform: translateY(-3px);
  background: #000;
  border-color: var(--accent);
  box-shadow: 0 18px 36px -12px rgba(0,0,0,0.7);
}
.emerg-card-eyebrow {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #FFF; opacity: 1; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
}
/* Real warning-triangle glyph instead of a rotated square */
.emerg-card-eyebrow::before {
  content: ""; width: 11px; height: 11px; background: var(--accent);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' fill='black'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' fill='black'/></svg>") center/contain no-repeat;
}
.emerg-card h3 {
  font-family: var(--display); font-size: 19px; line-height: 1.05; margin: 2px 0 0;
  text-transform: uppercase; letter-spacing: -0.01em; color: #FFF;
}
.emerg-card p {
  font-size: 13px; line-height: 1.5; margin: 0; color: #FFF; opacity: 1;
  max-width: 320px;
}
.emerg-card-meta {
  margin-top: auto; padding-top: 12px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.22);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
}
.emerg-card-meta strong {
  font-weight: 800; color: #FFF;
  background: var(--accent);
  padding: 4px 9px; border-radius: 3px;
  letter-spacing: 0.14em;
  font-size: 10px;
}
.emerg-card-meta .live {
  display: inline-flex; align-items: center; gap: 7px;
  color: #FFF; font-weight: 700;
}
.emerg-card-meta .live::before {
  content: ""; width: 8px; height: 8px; background: #FFF; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.65);
  animation: emerg-live-pulse 1.6s infinite;
}
@keyframes emerg-live-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.65); }
  70%  { box-shadow: 0 0 0 9px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* =========================================================
   SECTION CHROME
   ========================================================= */
.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-alt { background: var(--bg-2); }
.sec-head {
  display: grid; grid-template-columns: auto 1fr; gap: 32px;
  align-items: end; margin-bottom: 48px;
}
.sec-head-l { display: flex; flex-direction: column; gap: 14px; max-width: 720px; }
.sec-head .eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.sec-head .eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--accent);
  display: inline-block;
}
.sec-head h2 {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(26px, 2.8vw, 40px); line-height: 1;
  letter-spacing: -0.02em; text-transform: uppercase;
  margin: 0;
}
.sec-head h2 .accent { color: var(--accent); }
.sec-head p { font-size: 17px; color: var(--ink-dim); margin: 4px 0 0; }
.sec-head-r { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ink-faint); text-transform: uppercase; text-align: right; }

/* =========================================================
   SERVICES GRID
   ========================================================= */
.svc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.svc {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
  min-height: 220px;
  position: relative;
  transition: background .15s;
}
.svc:hover { background: var(--bg-2); }
.svc-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ink-faint); }
.svc-icon {
  width: 32px; height: 32px; background: var(--accent);
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}
.svc h3 { font-family: var(--display); font-size: 17px; margin: 6px 0 0; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.05; }
.svc p { font-size: 13.5px; color: var(--ink-dim); margin: 0; }
.svc-badge {
  position: absolute; top: 28px; right: 28px;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em;
  color: var(--accent); text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent);
  padding: 2px 6px; border-radius: 3px;
}

/* =========================================================
   BRANDS / MODELS
   ========================================================= */
.brands {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
  margin-bottom: 48px;
}
.brand {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 24px 16px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  min-height: 130px;
  transition: background .15s;
}
.brand:hover { background: var(--bg-2); }
.brand-name { font-family: var(--display); font-size: 15px; letter-spacing: -0.01em; text-align: center; line-height: 1; text-transform: uppercase; }
.brand-models { font-family: var(--mono); font-size: 10px; color: var(--ink-faint); letter-spacing: 0.06em; }

.brands-models-strip {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: 36px;
}
.model-chip {
  font-family: var(--mono); font-size: 11px;
  padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink-dim); letter-spacing: 0.04em;
  transition: border-color .15s, color .15s;
}
.model-chip:hover { border-color: var(--accent); color: var(--accent); }
.model-chip .yr { color: var(--accent-2); font-weight: 700; margin-right: 6px; }

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.how-step {
  padding: 32px 28px 32px 0;
  display: flex; flex-direction: column; gap: 16px;
  border-left: 1px solid var(--line);
  padding-left: 28px;
  position: relative;
}
.how-step:first-child { border-left: 0; padding-left: 0; }
.how-num {
  font-family: var(--display); font-size: 54px; line-height: 1;
  color: var(--accent); letter-spacing: -0.04em;
}
.how-step h3 { font-family: var(--display); font-size: 18px; text-transform: uppercase; margin: 0; line-height: 1.1; letter-spacing: -0.01em; }
.how-step p { font-size: 14px; color: var(--ink-dim); margin: 0; }
.how-tag {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent-2);
  display: inline-flex; align-items: center; gap: 6px;
}
.how-tag::before { content: ""; width: 6px; height: 6px; background: var(--accent-2); border-radius: 50%; }

/* =========================================================
   PRICING
   ========================================================= */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
}
.price.is-feat { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 4%, var(--bg-2)); }
.price-head { display: flex; align-items: center; justify-content: space-between; }
.price-name { font-family: var(--display); font-size: 22px; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1; }
.price-tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  color: var(--accent); text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent); padding: 3px 7px; border-radius: 3px;
}
.price-amt {
  display: flex; align-items: baseline; gap: 6px;
  padding: 8px 0; border-bottom: 1px solid var(--line);
}
.price-from { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ink-faint); text-transform: uppercase; }
.price-num { font-family: var(--display); font-size: 56px; line-height: 1; letter-spacing: -0.03em; }
.price-num .dollar { color: var(--ink-faint); }
.price-num .unit-sub { font-size: 14px; color: var(--ink-faint); margin-left: 4px; font-family: var(--mono); }
.price-list { display: flex; flex-direction: column; gap: 8px; padding: 4px 0; }
.price-list li { list-style: none; font-size: 13.5px; color: var(--ink-dim); display: flex; align-items: center; gap: 10px; }
.price-list li::before {
  content: ""; width: 14px; height: 14px; flex-shrink: 0;
  background: var(--accent); -webkit-mask: var(--icon-check) center/contain no-repeat; mask: var(--icon-check) center/contain no-repeat;
}
.price-list ul { padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.price-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px; border: 1px solid var(--line); border-radius: var(--r-sm);
  font-weight: 700; letter-spacing: 0.02em; font-size: 14px;
  background: transparent; color: var(--ink); cursor: pointer;
  transition: border-color .12s, background .12s;
}
.price-cta:hover { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 8%, transparent); }
.price.is-feat .price-cta { background: var(--accent); color: #FFF; border-color: var(--accent); }

.pricing-foot {
  margin-top: 24px;
  font-family: var(--mono); font-size: 12px; color: var(--ink-faint); letter-spacing: 0.04em;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.stars {
  display: inline-flex; gap: 2px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 18px;
}
.stars::before { content: "★★★★★"; letter-spacing: 1px; }
.review-quote { font-size: 16px; line-height: 1.5; color: var(--ink); margin: 0; }
.review-quote::before { content: "“"; color: var(--accent); font-family: var(--display); font-size: 40px; line-height: 0.5; margin-right: 4px; vertical-align: -8px; }
.review-meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.review-author { display: flex; flex-direction: column; }
.review-author strong { font-weight: 700; font-size: 14px; }
.review-author span { font-family: var(--mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.04em; }
.review-vehicle {
  font-family: var(--mono); font-size: 11px; color: var(--ink-faint);
  text-align: right; letter-spacing: 0.04em;
}
.review-vehicle strong { display: block; color: var(--ink-dim); font-weight: 700; }

.reviews-foot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center; justify-items: center; gap: 24px;
  margin-top: 36px; padding: 24px;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-2);
}
.reviews-foot-item { display: flex; align-items: center; gap: 12px; }
.reviews-foot-num { font-family: var(--display); font-size: 32px; line-height: 1; }
.reviews-foot-num .accent { color: var(--accent-2); }
.reviews-foot-label { font-family: var(--mono); font-size: 11px; color: var(--ink-dim); letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.3; }

/* =========================================================
   SERVICE AREA
   ========================================================= */
.area-grid {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: stretch;
}
.area-list { display: flex; flex-direction: column; gap: 8px; }
.area-city {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--bg-2);
  transition: border-color .12s, transform .12s;
}
.area-city:hover { border-color: var(--accent); transform: translateX(2px); }
.area-city-name { font-family: var(--display); font-size: 17px; letter-spacing: -0.01em; text-transform: uppercase; }
.area-city-meta { font-family: var(--mono); font-size: 11px; color: var(--accent-2); letter-spacing: 0.04em; }

.area-map {
  position: relative;
  background-color: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: 460px;
  /* Default dot-grid fallback (no Google Maps API key configured) */
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: -1px -1px;
}
/* When the real Google Static Maps image is available, the widget sets these
   inline. Suppress the dot-grid + soft radial overlay so the map is clean. */
.area-map.has-bg { background-size: cover !important; background-position: center !important; }
.area-map.has-bg::before { display: none; }
.area-map:not(.has-bg)::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 60%);
}
.area-map-pin {
  position: absolute; width: 14px; height: 14px;
  background: var(--accent); border-radius: 50%;
  border: 2px solid var(--ink);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 70%, transparent);
  animation: pulse-pin 2s infinite;
}
@keyframes pulse-pin {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 70%, transparent); }
  50% { box-shadow: 0 0 0 12px color-mix(in srgb, var(--accent) 0%, transparent); }
}
.area-map-pin.hq { width: 20px; height: 20px; background: var(--accent-2); }
.area-map-label {
  position: absolute; transform: translate(-50%, -50%);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em;
  color: var(--ink); text-transform: uppercase; font-weight: 700;
  background: rgba(255,255,255,0.94);
  padding: 3px 7px; border-radius: 3px;
  border: 1px solid var(--line);
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.area-map-label.hq {
  border-color: var(--accent-2); color: var(--accent-2);
  background: #FFF;
}
.area-map-meta {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 12px 14px;
  font-family: var(--mono); font-size: 11px; color: var(--ink-dim); letter-spacing: 0.04em;
  max-width: 280px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.area-map-meta strong { display: block; color: var(--ink); font-size: 12px; margin-bottom: 4px; letter-spacing: 0.08em; }

/* =========================================================
   GALLERY (Our Work)
   ========================================================= */
.skr-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.skr-gallery[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.skr-gallery[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }

.skr-gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--bg-2);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  transition: transform .2s ease, box-shadow .2s ease;
}
.skr-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px -12px rgba(0,0,0,0.18);
}
.skr-gallery-item img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .35s ease;
}
.skr-gallery-item:hover img { transform: scale(1.05); }

.skr-gallery-placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background:
    linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%),
    repeating-linear-gradient(45deg, var(--line) 0 2px, transparent 2px 14px);
  color: var(--ink-faint);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
}

.skr-gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px 14px;
  background: linear-gradient(to top, rgba(10,18,32,0.92) 30%, rgba(10,18,32,0) 100%);
  color: #F5F4EF;
  display: flex; flex-direction: column; gap: 4px;
  pointer-events: none;
}
.skr-gallery-tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent-2);
  font-weight: 700;
}
/* In Patrol theme --accent-2 is dark navy; force a brighter color on the dark overlay. */
.skr-gallery-tag { color: #F5B544; }
.skr-gallery-caption {
  font-family: var(--display); font-size: 14px;
  letter-spacing: -0.01em; line-height: 1.2;
  text-transform: uppercase;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
  max-width: 920px; margin: 0 auto;
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: transparent; border: 0;
  color: inherit; text-align: left; cursor: pointer;
  display: flex; align-items: center; gap: 24px;
  padding: 22px 0;
  font-family: var(--body); font-size: 18px; font-weight: 700;
}
.faq-q:hover .faq-q-text { color: var(--accent); }
.faq-num { font-family: var(--mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.14em; min-width: 28px; }
.faq-q-text { flex: 1; transition: color .15s; }
.faq-toggle {
  font-family: var(--display); font-size: 28px; line-height: 1;
  color: var(--accent); min-width: 24px; text-align: center;
}
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
}
.faq-item.is-open .faq-a { max-height: 400px; }
.faq-a-inner {
  padding: 0 0 22px 52px;
  color: var(--ink-dim); font-size: 15.5px; line-height: 1.6;
  max-width: 720px;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  padding: 64px 0 68px;
  background: var(--accent);
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.35;
}
.final-cta-inner {
  position: relative; display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px; align-items: center;
}
.final-cta h2 {
  font-family: var(--display); font-size: clamp(28px, 3.2vw, 44px); line-height: 1;
  letter-spacing: -0.02em; text-transform: uppercase; margin: 0;
}
.final-cta p { font-size: 15px; line-height: 1.55; max-width: 520px; margin: 14px 0 0; opacity: 0.95; }
.final-cta-num {
  display: block;
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1; letter-spacing: -0.02em;
  background: #FFF; color: var(--accent);
  padding: 20px 24px; border-radius: var(--r-md);
  text-align: center;
  white-space: nowrap;
  transition: transform .15s, box-shadow .15s;
}
.final-cta-num:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -12px rgba(0,0,0,0.4);
}
.final-cta-num-label {
  display: block; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; margin-bottom: 10px;
  color: #000; opacity: 0.55; font-weight: 700;
}
.final-cta-sub {
  display: block;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: 12px; text-align: center;
  color: #000; opacity: 0.55; font-weight: 600;
  white-space: nowrap;
}

/* =========================================================
   FOOTER — black panel; pinned to a dark palette so it stays
   readable regardless of which page theme is active.
   ========================================================= */
.ft {
  background: #000;
  color: #F5F4EF;
  padding: 64px 0 28px;
  border-top: 4px solid var(--accent);
}
.ft .logo,
.ft .logo-text-1,
.ft .logo-text-2,
.ft .contact-line strong,
.ft a:hover { color: #FFF; }
.ft .logo-sub { color: rgba(245,244,239,0.55); }

.ft-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.ft-brand .logo { font-size: 20px; }
.ft-brand p {
  color: rgba(245,244,239,0.78);
  font-size: 14px; margin: 16px 0 0; max-width: 320px; line-height: 1.55;
}
.ft-col h4 {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(245,244,239,0.55);
  margin: 0 0 14px; font-weight: 600;
}
.ft-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ft-col a {
  font-size: 14px;
  color: rgba(245,244,239,0.78);
  transition: color .12s;
}
.ft-col a:hover { color: #FFF; }
.ft-col .contact-line {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(245,244,239,0.78);
}
.ft-col .contact-line strong { color: #FFF; font-weight: 700; }

.ft-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid #1a1a1a;
  font-family: var(--mono); font-size: 11px;
  color: rgba(245,244,239,0.55);
  letter-spacing: 0.08em;
}
.ft-bottom-r { display: flex; gap: 24px; }
.ft-bottom-r a { color: rgba(245,244,239,0.55); transition: color .12s; }
.ft-bottom-r a:hover { color: #FFF; }

.ft-badges { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.ft-badge {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 9px;
  border: 1px solid #2a2a2a; border-radius: 3px;
  color: rgba(245,244,239,0.78);
}

/* =========================================================
   ICONS — mask sources (simple paths)
   ========================================================= */
:root {
  --icon-phone: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57a1 1 0 0 0-1.02.24l-2.2 2.2a15.05 15.05 0 0 1-6.59-6.59l2.2-2.2a1 1 0 0 0 .25-1.02A11.36 11.36 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1c0 9.39 7.61 17 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1z'/></svg>");
  --icon-check: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/></svg>");
  --icon-key: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12.65 10A5.99 5.99 0 0 0 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6a5.99 5.99 0 0 0 5.65-4H17v4h4v-4h2v-4H12.65zM7 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/></svg>");
  --icon-fob: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 2h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm1 4v3h8V6H8zm0 6v2h3v-2H8zm5 0v2h3v-2h-3z'/></svg>");
  --icon-bolt: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66.19-.34.05-.08.07-.12C8.48 10.94 10.42 7.54 13 3h1l-1 7h3.5c.49 0 .56.33.47.51l-.07.15C12.96 17.55 11 21 11 21z'/></svg>");
  --icon-chip: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M9 2v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4h-2c0-1.1-.9-2-2-2h-2v2H9V2zM7 6h10v12H7V6zm2 2v8h6V8H9z'/></svg>");
  --icon-unlock: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6-9h-1V6a5 5 0 0 0-9.9-1h2.07A3 3 0 0 1 15 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z'/></svg>");
  --icon-wrench: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z'/></svg>");
  --icon-copy: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M16 1H4a2 2 0 0 0-2 2v14h2V3h12V1zm3 4H8a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 16H8V7h11v14z'/></svg>");
  --icon-fleet: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 8h-3V4H3a2 2 0 0 0-2 2v11h2a3 3 0 1 0 6 0h6a3 3 0 1 0 6 0h2v-5l-3-4zM6 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm12.5-9 1.96 2.5H17V9.5h1.5zm-.5 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/></svg>");
  --icon-laser: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M3 3h18v2H3V3zm0 16h18v2H3v-2zM7 7h10v10H7V7zm2 2v6h6V9H9z'/></svg>");
  --icon-search: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M15.5 14h-.79l-.28-.27a6.5 6.5 0 1 0-.7.7l.27.28v.79l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z'/></svg>");
  --icon-extract: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2l-5.5 9h11L12 2zm0 4 1.5 2.5h-3L12 6zM2 13h20v2H2v-2zm0 4h20v2H2v-2z'/></svg>");
  --icon-shield: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-1.5 14L7 11.5l1.4-1.4 2.1 2.1 5.1-5.1 1.4 1.4-6.5 6.5z'/></svg>");
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Header: drop the in-header live clock first (it's already in the ticker bar) */
@media (max-width: 1280px) {
  .hd-right .live-status { display: none; }
}

/* Then collapse nav into a "menu" button when it won't fit cleanly */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .emerg-inner { grid-template-columns: 1fr; gap: 36px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .brands { grid-template-columns: repeat(4, 1fr); }
  .how { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .how-step:nth-child(3) { border-left: 0; padding-left: 0; }
  .pricing { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .reviews-foot { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .skr-gallery { grid-template-columns: repeat(2, 1fr) !important; }
  .area-grid { grid-template-columns: 1fr; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .nav { gap: 16px; font-size: 13px; }
  .nav a { font-size: 13px; }
  .logo-sub { display: none; }
}

@media (max-width: 960px) {
  .nav { display: none; }
}
/* Smooth scrolling for in-page anchors (e.g. CTA → #quote / #emergency) */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

/* Mobile sticky action bar — hidden on desktop, shown <700px */
.skr-mobile-actions { display: none; }

@media (max-width: 700px) {
  :root { --pad-x: 16px; }
  html, body { overflow-x: hidden; }
  .nav { display: none; }
  .section { padding: 56px 0; }

  /* Sticky bottom Call + Quote bar */
  .skr-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(10,18,32,0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-bottom: env(safe-area-inset-bottom, 0);
    box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
  }
  .skr-mobile-action {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 12px 10px 10px;
    color: #FFF; text-decoration: none;
    transition: background .15s;
    text-align: left;
  }
  .skr-mobile-action:active { background: rgba(255,255,255,0.06); }
  .skr-mobile-action-text { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
  .skr-mobile-action-label {
    font-family: var(--display); font-size: 15px;
    letter-spacing: 0.02em; text-transform: uppercase;
    color: #FFF;
  }
  .skr-mobile-action-sub {
    font-family: var(--mono); font-size: 9.5px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(255,255,255,0.7); font-weight: 600;
  }
  .skr-mobile-action-call {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .skr-mobile-action-call .skr-mobile-action-icon {
    width: 18px; height: 18px; flex-shrink: 0;
    background: var(--accent);
    -webkit-mask: var(--icon-phone) center/contain no-repeat;
            mask: var(--icon-phone) center/contain no-repeat;
  }
  .skr-mobile-action-quote {
    background: var(--accent);
    color: #FFF;
    justify-content: center;
    text-align: center;
  }
  .skr-mobile-action-quote .skr-mobile-action-text { align-items: center; }
  .skr-mobile-action-quote .skr-mobile-action-sub { color: rgba(255,255,255,0.85); }
  .skr-mobile-action-quote:active { background: #c9101f; }

  /* Make sure footer / final-cta have room above the sticky bar */
  body { padding-bottom: 72px; }

  /* Gallery on mobile — 1 column */
  .skr-gallery { grid-template-columns: 1fr !important; }

  /* Ticker bar on mobile — hide live clock + secondary phone, keep marquee */
  .eb-inner { gap: 12px; height: 34px; font-size: 11px; }
  .eb-right .skr-live-status { display: none; }
  .eb-call { font-size: 11px; }

  /* Header on mobile — compact logo, hide the dup live-status, shrink CTA */
  .hd-inner { height: 60px; gap: 12px; }
  .logo { font-size: 14px; gap: 8px; }
  .logo-mark { width: 32px; height: 32px; }
  .logo-mark::before { width: 12px; height: 12px; top: 7px; left: 7px; }
  .logo-mark::after { width: 2px; height: 12px; top: 12px; left: 18px; box-shadow: 3px 3px 0 0 #FFF, 3px 6px 0 0 #FFF; }
  .hd-right .skr-live-status { display: none; }
  .btn-call { padding: 8px 12px; font-size: 12px; gap: 6px; }
  .btn-call::before { width: 12px; height: 12px; }

  .hero { padding: 40px 0 60px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stat:nth-child(2) { border-right: 0; }
  .hero-bullets { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .brands { grid-template-columns: repeat(3, 1fr); }
  .how { grid-template-columns: 1fr; }
  .how-step { border-left: 0 !important; padding-left: 0 !important; }
  .ft-grid { grid-template-columns: 1fr; gap: 32px; }
  .qf-row-3, .qf-row-2 { grid-template-columns: 1fr; }
  .qf-chips, .qf-chips-3 { grid-template-columns: 1fr; }
  .qf-progress-label { display: none; }
  .emerg-grid { grid-template-columns: 1fr; }
  .emerg-card { border-right: 0 !important; }
  .emerg-card:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.25) !important; }
  .sec-head { grid-template-columns: 1fr; gap: 16px; }
  .sec-head-r { text-align: left; }
  .eb-ticker { display: none; }

  /* Reviews on mobile — single column + stacked stats footer */
  .reviews { grid-template-columns: 1fr; gap: 14px; }
  .review { padding: 22px; }
  .review-quote { font-size: 15px; }
  .review-meta { flex-wrap: wrap; gap: 10px; }
  .review-vehicle { text-align: left; }
  .reviews-foot {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 18px;
  }
  .reviews-foot-item { gap: 10px; }
  .reviews-foot-num { font-size: 26px; }
  .reviews-foot-label { font-size: 10px; }

  /* Footer mobile polish */
  .ft-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
