:root {
  --red: #ef3434;
  --red-dark: #b81319;
  --green: #2d7f3c;
  --blue: #24a8e8;
  --black: #090a0c;
  --charcoal: #15171b;
  --gray: #70747c;
  --light: #f4f4f1;
  --white: #ffffff;
  --border: rgba(255,255,255,.12);
  --shadow: 0 18px 50px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--light);
  color: #191a1d;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: white; padding: 10px 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9,10,12,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--red); border: 3px solid white; outline: 2px solid var(--red);
  border-radius: 50%; font-family: "Barlow Condensed", sans-serif; font-weight: 900;
}
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; letter-spacing: .04em; }
.brand-text small { color: #bbb; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: #e8e8e8; text-decoration: none; font-weight: 600; font-size: .94rem; }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-cta { background: var(--red); color: white; padding: 11px 16px; border-radius: 8px; }
.menu-button { display: none; }

.hero {
  position: relative;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(239,52,52,.35), transparent 26%),
    linear-gradient(135deg, #0a0a0c 0%, #17191e 55%, #0a0a0c 100%);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 38px 38px;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
  min-height: 720px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.eyebrow {
  display: inline-block;
  color: var(--red);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.hero h1, h2, h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  line-height: 1;
  margin-top: 0;
}
.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 700px; font-size: 1.18rem; color: #d8d9dc; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 52px; padding: 0 22px; border: 0; border-radius: 9px;
  font-weight: 800; text-decoration: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 10px 28px rgba(239,52,52,.24); }
.button-primary:hover { background: #ff4545; }
.button-secondary { border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.07); }
.microcopy, .form-note { color: #a9abb1; font-size: .8rem; }

.hero-badge { display: grid; place-items: center; }
.badge-ring {
  position: relative;
  width: min(430px, 88vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 14px solid var(--red);
  outline: 8px solid #050506;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(#b92727 0 31%, #202329 31% 100%);
  box-shadow: var(--shadow), inset 0 0 0 7px white, inset 0 0 0 12px black;
  overflow: hidden;
  text-align: center;
}
.badge-top { padding-top: 28px; font-family: "Barlow Condensed"; font-weight: 800; letter-spacing: .1em; }
.mountains { position: absolute; top: 62px; width: 100%; color: #d8d9dc; font-size: 4.4rem; letter-spacing: -.35em; transform: translateX(-.13em); opacity: .95; }
.trees { position: absolute; top: 120px; width: 100%; color: #2d7f3c; font-size: 3.3rem; letter-spacing: -.16em; }
.trailer {
  position: absolute; top: 145px; left: 21%; width: 58%; height: 72px;
  background: #e6e6e4; border: 5px solid #111; border-radius: 16px 10px 8px 8px;
  box-shadow: inset -25px 0 #bbb;
}
.trailer::before { content:""; position:absolute; left:-30px; bottom:7px; width:35px; height:6px; background:#111; }
.trailer-window { position:absolute; left:18px; top:14px; width:64px; height:25px; background:#111; }
.trailer-door { position:absolute; right:26px; top:12px; width:34px; height:51px; border:4px solid #111; background:#fafafa; }
.wheel { position:absolute; bottom:-19px; width:34px; height:34px; border-radius:50%; background:#111; border:6px solid #555; }
.wheel-one { left:77px; } .wheel-two { left:119px; }
.badge-title {
  position:absolute; top:225px; width:100%; font-family:"Barlow Condensed"; font-size:3.45rem;
  font-weight:900; letter-spacing:-.035em; color:white; text-shadow:4px 4px 0 #111, -2px -2px 0 #111;
}
.badge-experts {
  position:absolute; top:286px; width:100%; font-family:"Barlow Condensed"; font-size:3.1rem;
  font-weight:900; color:var(--red); text-shadow:3px 3px 0 #050506;
}
.badge-llc { position:absolute; top:342px; width:100%; font-weight:900; }
.badge-tagline {
  position:absolute; bottom:38px; width:74%; left:13%; padding:7px 10px;
  background:#090a0c; border:2px solid var(--red); border-radius:999px;
  font-family:"Barlow Condensed"; font-weight:800; font-size:.82rem;
}
.water-drop { position:absolute; bottom:3px; width:100%; font-size:1.5rem; }

.trust-strip { position: relative; border-top: 1px solid var(--border); background: rgba(0,0,0,.36); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 24px 28px; border-right: 1px solid var(--border); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: white; }
.trust-grid span { color: #aeb0b5; font-size: .88rem; margin-top: 4px; }

.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); text-transform: uppercase; margin-bottom: 18px; }
.section-heading p, .section-intro { color: #5e626a; font-size: 1.08rem; }
.cards { display: grid; gap: 18px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card {
  background: white; border: 1px solid #dedede; border-radius: 14px; padding: 30px;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}
.card .icon {
  width: 48px; height: 48px; display:grid; place-items:center; border-radius:50%;
  background: var(--red); color:white; font-weight:900; margin-bottom:24px;
}
.card h3 { font-size: 1.65rem; margin-bottom: 12px; }
.card p { color: #656970; margin-bottom: 0; }

.dark-section { background: var(--charcoal); color: white; }
.dark-section .section-intro { color: #b9bbc0; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.steps { display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.035); }
.step > span { width: 48px; height: 48px; display:grid; place-items:center; border-radius:50%; background:var(--red); font-weight:900; }
.step h3 { font-size: 1.45rem; margin-bottom: 6px; }
.step p { color:#b9bbc0; margin:0; }

.problem-section { background: #f8f8f6; }
.problem-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap:70px; align-items:center; }
.check-list { list-style:none; padding:0; margin:30px 0 0; display:grid; gap:14px; }
.check-list li { position:relative; padding-left:34px; font-weight:650; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--green); font-weight:900; }
.quote-card { background:#0c0d10; color:white; border-left:8px solid var(--red); border-radius:12px; padding:46px; box-shadow:var(--shadow); }
.quote-card p { font-family:"Barlow Condensed"; font-size:2.25rem; line-height:1.12; margin-top:0; }
.quote-card strong { color:var(--red); }

.dealer-section { background: linear-gradient(135deg, #111317, #24272d); color:white; }
.dealer-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:center; }
.dealer-section p { color:#c5c7cb; max-width:700px; }
.dealer-points { display:flex; flex-wrap:wrap; gap:10px; margin:26px 0 30px; }
.dealer-points span { border:1px solid var(--border); border-radius:999px; padding:8px 13px; font-size:.86rem; }
.dealer-panel { background:var(--red); border-radius:18px; padding:40px; box-shadow:var(--shadow); }
.dealer-stat strong { display:block; font-family:"Barlow Condensed"; font-size:6rem; line-height:.85; }
.dealer-stat span { display:block; font-size:1.15rem; margin-top:18px; }
.dealer-note { border-top:1px solid rgba(255,255,255,.35); margin-top:28px; padding-top:22px; font-weight:800; }

.center { text-align:center; }
.center > p { max-width:720px; margin-left:auto; margin-right:auto; color:#60646b; }
.location-pills { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:28px; }
.location-pills span { background:white; border:1px solid #d9d9d9; padding:10px 16px; border-radius:999px; font-weight:700; }

.contact-section { background:#090a0c; color:white; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }
.contact-section p { color:#b9bbc0; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; background:#15171b; padding:28px; border:1px solid var(--border); border-radius:14px; }
.contact-form label { display:grid; gap:7px; font-size:.86rem; font-weight:700; }
.contact-form input, .contact-form select, .contact-form textarea {
  width:100%; border:1px solid #373a41; border-radius:8px; background:#0d0f12; color:white;
  padding:13px 14px; font:inherit;
}
.full-width { grid-column:1 / -1; }

.site-footer { background:#050506; color:#b9bbc0; padding:50px 0 90px; border-top:1px solid var(--border); }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:30px; }
.footer-grid strong { color:white; font-family:"Barlow Condensed"; font-size:1.6rem; }
.footer-grid > div { display:grid; align-content:start; gap:7px; }
.footer-grid a { color:white; text-decoration:none; }
.copyright { margin-top:35px; padding-top:22px; border-top:1px solid var(--border); font-size:.82rem; }

.mobile-cta { display:none; }

@media (max-width: 900px) {
  .menu-button {
    display:block; background:transparent; color:white; border:1px solid #555; border-radius:7px; padding:9px 12px;
  }
  .main-nav {
    display:none; position:absolute; top:76px; left:0; right:0; padding:18px 20px 24px;
    background:#0b0c0e; border-bottom:1px solid var(--border); flex-direction:column; align-items:stretch;
  }
  .main-nav.open { display:flex; }
  .hero-grid, .split, .problem-grid, .dealer-grid, .contact-grid { grid-template-columns:1fr; }
  .hero-grid { gap:40px; padding-top:80px; min-height:auto; }
  .hero-copy { text-align:center; }
  .hero-lead { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid > div { border-right:0; border-bottom:1px solid var(--border); }
  .cards.three { grid-template-columns:1fr 1fr; }
  .split, .problem-grid, .dealer-grid, .contact-grid { gap:42px; }
}

@media (max-width: 620px) {
  .container { width:min(100% - 28px, 1160px); }
  .brand-text small { display:none; }
  .hero h1 { font-size:3.45rem; }
  .section { padding:76px 0; }
  .cards.three { grid-template-columns:1fr; }
  .card { padding:25px; }
  .hero-badge { transform:scale(.93); }
  .contact-form { grid-template-columns:1fr; padding:20px; }
  .full-width { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; }
  .site-footer { padding-bottom:110px; }
  .mobile-cta {
    position:fixed; z-index:120; bottom:0; left:0; right:0; display:grid; grid-template-columns:.75fr 1.25fr;
    background:#050506; border-top:1px solid #333; padding:9px;
  }
  .mobile-cta a { text-align:center; text-decoration:none; font-weight:900; padding:13px 8px; }
  .mobile-cta a:first-child { color:white; }
  .mobile-cta a:last-child { background:var(--red); color:white; border-radius:7px; }
}
