:root {
  --ink: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --paper: #ffffff;
  --soft: #f8fafc;
  --brand: #dc2626;
  --brand-dark: #991b1b;
  --gold: #f59e0b;
  --shadow: 0 24px 70px rgba(15, 23, 42, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: white; padding: 10px 14px; z-index: 100; }
.skip-link:focus { left: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226,232,240,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--ink); color: #fff; font-size: 14px; letter-spacing: -.02em; }
.brand-text { font-size: 22px; }
.brand-text em { color: var(--brand); font-style: normal; }
.primary-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; font-size: 14px; }
.primary-nav a:hover { color: var(--ink); }
.header-phone { font-weight: 900; color: var(--brand); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { padding: 80px 0 56px; background: radial-gradient(circle at top left, #fee2e2, transparent 34%), linear-gradient(180deg, #fff, #f8fafc); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--brand); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 7vw, 76px); line-height: .95; letter-spacing: -.07em; margin-bottom: 22px; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: 20px; letter-spacing: -.025em; margin-bottom: 8px; }
.hero-subtitle { font-size: 20px; color: var(--muted); max-width: 650px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: white; box-shadow: 0 16px 30px rgba(220,38,38,.24); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-secondary, .btn-outline { background: white; border: 1px solid var(--line); }
.btn-light { background: white; color: var(--ink); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.28); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; max-width: 560px; }
.trust-row div { padding: 16px; background: rgba(255,255,255,.72); border: 1px solid rgba(226,232,240,.85); border-radius: 18px; }
.trust-row strong { display: block; font-size: 24px; line-height: 1; }
.trust-row span { color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-card { position: relative; }
.hero-image-placeholder { min-height: 460px; border-radius: 34px; background: linear-gradient(135deg, #111827, #334155 55%, #991b1b); box-shadow: var(--shadow); display: grid; place-items: center; color: white; font-weight: 900; letter-spacing: -.04em; font-size: clamp(28px, 4vw, 48px); text-align: center; padding: 28px; }
.quick-card { position: absolute; left: -26px; bottom: 24px; width: min(360px, calc(100% - 32px)); background: white; border-radius: 22px; box-shadow: var(--shadow); padding: 22px; }
.quick-title { font-weight: 900; font-size: 18px; margin-bottom: 4px; color: var(--ink); }
.quick-card p:not(.quick-title) { color: var(--muted); margin-bottom: 10px; }
.quick-card a { font-weight: 900; color: var(--brand); }

.section { padding: 84px 0; }
.section-muted { background: var(--soft); }
.stats-strip { padding: 26px 0; background: var(--ink); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stats-grid div { padding: 20px 0; }
.stats-grid span { display: block; color: #cbd5e1; font-weight: 700; font-size: 14px; }
.stats-grid strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card, .review-card, .contact-panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 14px 40px rgba(15,23,42,.06); }
.feature-card p, .section-heading p, .review-card p, .finance-card p { color: var(--muted); }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.align-left { text-align: left; margin: 0; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vehicle-card { min-height: 230px; border-radius: 28px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, #1e293b, #0f172a); color: white; overflow: hidden; position: relative; }
.vehicle-card:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(220,38,38,.6), transparent 35%); }
.vehicle-card span, .vehicle-card strong { position: relative; }
.vehicle-card span { color: #cbd5e1; font-weight: 800; }
.vehicle-card strong { font-size: 24px; letter-spacing: -.03em; }
.finance-section { padding-top: 0; background: var(--soft); }
.finance-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--ink); color: white; border-radius: 34px; padding: clamp(28px, 5vw, 54px); }
.finance-card p { color: #cbd5e1; max-width: 680px; }
.finance-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.reviews-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.stars { color: var(--gold); letter-spacing: .1em; font-size: 22px; margin-bottom: 18px; }
blockquote { margin: 0 0 16px; font-size: clamp(26px, 4vw, 42px); line-height: 1.1; letter-spacing: -.05em; font-weight: 900; }
.review-card a { color: var(--brand); font-weight: 900; }
.section-dark { background: var(--ink); color: white; }
.section-dark .eyebrow { color: #fca5a5; }
.section-dark p { color: #cbd5e1; }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.contact-panel { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); box-shadow: none; }
.contact-panel a { color: white; font-weight: 900; }
.site-footer { padding: 44px 0 92px; background: #020617; color: white; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.footer-brand .brand-mark { background: white; color: var(--ink); }
.site-footer p, .footer-bottom { color: #94a3b8; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 800; }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .header-phone { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; top: 78px; left: 16px; right: 16px; background: white; padding: 18px; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .hero { padding-top: 44px; }
  .hero-grid, .split, .reviews-wrap, .visit-grid { grid-template-columns: 1fr; }
  .hero-image-placeholder { min-height: 330px; }
  .quick-card { position: relative; left: auto; bottom: auto; margin: -60px auto 0; }
  .stats-grid, .vehicle-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .finance-card, .footer-grid, .footer-bottom { align-items: stretch; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(3, 1fr); background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 40px rgba(15,23,42,.2); overflow: hidden; }
  .mobile-cta a { text-align: center; padding: 13px 8px; font-weight: 900; font-size: 14px; }
  .mobile-cta a:nth-child(2) { background: var(--ink); color: white; }
  .mobile-cta a:nth-child(3) { background: var(--brand); color: white; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1120px); }
  .nav-wrap { min-height: 68px; }
  .brand-text { font-size: 19px; }
  .brand-mark { width: 40px; height: 40px; }
  .primary-nav { top: 68px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
}
