/* Auto Images — service pages. Dark theme matching the homepage design language. */
:root {
  --coal: #0c0f13;
  --coal-soft: #151920;
  --coal-raised: #1b2028;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-faint: rgba(255, 255, 255, 0.08);
  --red: #db1733;
  --red-bright: #f02443;
  --red-dark: #a90e26;
  --text: #eef0f3;
  --text-soft: #b7bcc4;
  --text-mute: #7d838d;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--coal);
  color: var(--text);
  font-family: 'Manrope', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Top bar */
header.bar { border-bottom: 1px solid var(--line-faint); padding: 16px 0; position: sticky; top: 0; background: rgba(12, 15, 19, 0.88); backdrop-filter: blur(14px); z-index: 20; }
.bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.wordmark { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; color: var(--text); text-decoration: none; white-space: nowrap; }
.wordmark em { font-style: normal; color: var(--red); }
.bar-links { display: flex; align-items: center; gap: 18px; font-size: 13.5px; }
.bar-links > a { color: var(--text-soft); text-decoration: none; font-weight: 600; }
.bar-links > a:hover { color: var(--text); }
.bar-call { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; color: var(--text); text-decoration: none; border: 1px solid var(--line-dark); border-radius: 999px; padding: 8px 14px; white-space: nowrap; }
.bar-call:hover { border-color: var(--red); }
@media (max-width: 640px) { .bar-links > a.bar-hide { display: none; } }

/* Hero */
.hero { padding: 64px 0 28px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 44px; align-items: center; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 28px; } }
.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--red-bright); }
h1 { font-family: 'Archivo', sans-serif; font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; font-size: clamp(32px, 5vw, 52px); margin-top: 14px; }
.hero-sub { margin-top: 18px; font-size: 17px; color: var(--text-soft); max-width: 54ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-block; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; text-decoration: none; border-radius: 12px; padding: 14px 24px; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-bright); }
.btn-white { background: #fff; color: var(--coal); }
.btn-white:hover { background: #e8e8e8; }
.btn-ghost { border: 1px solid var(--line-dark); color: var(--text); }
.btn-ghost:hover { border-color: var(--text); }
.hero-trust { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13.5px; color: var(--text-soft); text-decoration: none; }
.hero-trust .stars { color: #f5b942; letter-spacing: 2px; }
.hero-photo { border-radius: 18px; overflow: hidden; border: 1px solid var(--line-faint); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45); }

/* Sections */
section { padding: 56px 0 0; }
.sec-head { max-width: 640px; }
h2 { font-family: 'Archivo', sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: clamp(24px, 3.2vw, 32px); }
.sec-head p, .sec-sub { margin-top: 12px; color: var(--text-soft); font-size: 15.5px; }
h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17.5px; }

/* Before/after sliders */
.ba-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-top: 30px; }
.ba-card { background: var(--coal-soft); border: 1px solid var(--line-faint); border-radius: 16px; overflow: hidden; }
.ba-frame { position: relative; overflow: hidden; touch-action: none; }
.ba-frame img { width: 100%; height: auto; user-select: none; -webkit-user-drag: none; pointer-events: none; }
.ba-after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba-after img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px; background: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.6); pointer-events: none; }
.ba-handle::after { content: '◂ ▸'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; color: var(--coal); font-size: 11px; font-weight: 700; letter-spacing: 1px; padding: 6px 9px; border-radius: 999px; white-space: nowrap; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; }
.ba-chip { position: absolute; bottom: 10px; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: rgba(12, 15, 19, 0.72); color: #fff; pointer-events: none; }
.ba-chip-before { left: 10px; }
.ba-chip-after { right: 10px; }
.ba-meta { padding: 14px 16px 16px; }
.ba-meta .veh { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; }
.ba-meta .svc { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--red-bright); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 3px; }
.ba-meta .sum { margin-top: 8px; font-size: 13.5px; color: var(--text-soft); }
.ba-hint { margin-top: 14px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--text-mute); }

/* Feature/detail cards */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 28px; }
.feat { background: var(--coal-soft); border: 1px solid var(--line-faint); border-radius: 14px; padding: 22px; }
.feat h3 { font-size: 16px; }
.feat p { margin-top: 8px; font-size: 14px; color: var(--text-soft); }
.feat .num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--text-mute); }

/* Reviews */
.rev-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; margin-top: 28px; }
.rev { background: var(--coal-soft); border: 1px solid var(--line-faint); border-radius: 14px; padding: 20px; }
.rev-head { display: flex; align-items: center; gap: 12px; }
.rev-avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; color: #fff; flex-shrink: 0; }
.rev-name { font-weight: 700; font-size: 14.5px; }
.rev-svc { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.05em; }
.rev-stars { color: #f5b942; font-size: 12px; letter-spacing: 2px; margin-top: 12px; }
.rev p.quote { margin-top: 8px; font-size: 14.5px; color: var(--text-soft); }
.rev-reply { margin-top: 14px; border-left: 2px solid var(--red); padding: 8px 0 8px 14px; }
.rev-reply .who { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.05em; }
.rev-reply p { margin-top: 4px; font-size: 13.5px; color: var(--text-soft); }

/* Guides strip */
.guides { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.guide-link { font-size: 14px; font-weight: 600; color: var(--text); text-decoration: none; border: 1px solid var(--line-dark); border-radius: 999px; padding: 10px 18px; }
.guide-link:hover { border-color: var(--red); color: #fff; }

/* CTA panel */
.cta-panel { margin-top: 64px; background: linear-gradient(140deg, var(--coal-raised), var(--coal-soft)); border: 1px solid var(--line-faint); border-radius: 20px; padding: 40px 36px; }
.cta-panel h2 { font-size: clamp(24px, 3.4vw, 34px); }
.cta-panel p { margin-top: 12px; color: var(--text-soft); font-size: 15.5px; max-width: 60ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* Services index cards */
.svc-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-top: 34px; }
.svc-card { background: var(--coal-soft); border: 1px solid var(--line-faint); border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--text); display: flex; flex-direction: column; transition: transform 0.25s ease, border-color 0.25s ease; }
.svc-card:hover { transform: translateY(-4px); border-color: var(--line-dark); }
.svc-card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.svc-card-body { padding: 20px 22px 24px; }
.svc-card h2 { font-size: 20px; }
.svc-card p { margin-top: 8px; font-size: 14px; color: var(--text-soft); }
.svc-card .go { display: inline-block; margin-top: 14px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14px; color: var(--red-bright); }

/* Footer */
footer { border-top: 1px solid var(--line-faint); margin-top: 72px; padding: 30px 0 44px; font-size: 13.5px; color: var(--text-mute); }
footer nav { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px; }
footer a { color: var(--text-soft); text-decoration: none; }
footer a:hover { color: var(--text); }
main { overflow-x: clip; }
