:root {
  --bg: #0a0c0a;
  --bg-soft: #101410;
  --panel: #151a16;
  --panel-light: #f4f6f2;
  --green: #7bc526;
  --green-light: #a9e340;
  --green-dark: #4f9014;
  --white: #ffffff;
  --text: #d9dfd8;
  --muted: #9da69d;
  --ink: #121612;
  --line: rgba(255,255,255,.1);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: var(--green); color: #081006; padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(8,10,8,.86); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.07); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,var(--green-light),var(--green-dark)); box-shadow: 0 0 0 5px rgba(123,197,38,.11); }
.brand-mark svg { width: 31px; fill: none; stroke: #fff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 27px; font-style: italic; text-transform: uppercase; letter-spacing: .5px; }
.brand-copy strong span { color: var(--green); font-size: 34px; }
.brand-copy small { color: var(--muted); text-transform: uppercase; letter-spacing: 2px; font-size: 9px; margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-call) { color: #cbd1ca; }
.site-nav > a:not(.nav-call):hover { color: var(--green-light); }
.nav-call { padding: 12px 18px; border-radius: 999px; color: #0b1108; background: var(--green); font-weight: 800; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: #fff; margin: 5px; }

.hero { position: relative; isolation: isolate; min-height: 800px; padding: 175px 0 105px; overflow: hidden; background: radial-gradient(circle at 75% 35%,rgba(102,160,32,.14),transparent 30%),linear-gradient(135deg,#080a08 0%,#111611 62%,#0a0d0a 100%); }
.hero::before { content:""; position:absolute; inset:0; z-index:-2; opacity:.22; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom,#000,transparent 90%); }
.hero-glow { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(126,196,48,.16); border-radius: 50%; right: -160px; top: 110px; box-shadow: inset 0 0 90px rgba(123,197,38,.05),0 0 100px rgba(123,197,38,.04); }
.hero-glow::before,.hero-glow::after { content:""; position:absolute; border:1px solid rgba(126,196,48,.1); border-radius:50%; inset:65px; }
.hero-glow::after { inset:135px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--green-light); text-transform: uppercase; letter-spacing: 2.4px; font-weight: 700; font-size: 12px; }
.eyebrow span { width: 34px; height: 2px; background: var(--green); }
.eyebrow.light { color: var(--green-light); }
.hero h1,.section h2 { font-family: "Barlow Condensed",sans-serif; margin: 20px 0 22px; color: #fff; text-transform: uppercase; line-height: .96; letter-spacing: -.8px; }
.hero h1 { font-size: clamp(56px,7vw,92px); max-width: 700px; }
.hero h1 em { color: var(--green); font-style: italic; }
.hero-lead { max-width: 650px; color: #bbc3bb; font-size: 18px; line-height: 1.8; }
.hero-actions { display:flex; gap:13px; flex-wrap:wrap; margin-top:32px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:54px; padding: 0 24px; border:0; border-radius:8px; font-weight:800; cursor:pointer; transition:transform .2s,box-shadow .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:linear-gradient(135deg,var(--green-light),var(--green)); color:#0c1208; box-shadow:0 13px 30px rgba(91,153,22,.22); }
.button-primary:hover { box-shadow:0 17px 36px rgba(91,153,22,.34); }
.button-secondary { border:1px solid rgba(255,255,255,.18); color:#fff; background:rgba(255,255,255,.035); }
.button svg { width:19px; fill:none; stroke:currentColor; stroke-width:2; }
.trust-row { display:flex; flex-wrap:wrap; gap:18px 26px; margin-top:32px; color:#adb6ad; font-size:13px; }
.trust-row b { color:var(--green-light); margin-right:5px; }
.visual-card { position:relative; min-height:540px; border-radius:30px; border:1px solid rgba(255,255,255,.1); background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015)); box-shadow:var(--shadow); overflow:hidden; }
.visual-card::before { content:""; position:absolute; inset:0; background:linear-gradient(125deg,transparent 25%,rgba(124,197,38,.08) 55%,transparent 70%); }
.visual-card::after { content:""; position:absolute; width:380px; height:380px; border-radius:50%; background:rgba(124,197,38,.08); filter:blur(1px); right:-160px; bottom:-130px; border:1px solid rgba(124,197,38,.15); }
.visual-topline { position:absolute; top:24px; left:28px; color:#788178; letter-spacing:4px; font-size:11px; font-weight:700; }
.car-key-art { position:absolute; inset:55px -18px auto -10px; width:108%; }
.visual-badge { position:absolute; left:26px; bottom:24px; display:flex; align-items:center; gap:10px; color:#dfe5dd; background:rgba(4,6,4,.76); border:1px solid rgba(255,255,255,.1); padding:10px 14px; border-radius:999px; font-size:12px; backdrop-filter:blur(8px); }
.pulse { width:9px; height:9px; background:var(--green); border-radius:50%; box-shadow:0 0 0 6px rgba(123,197,38,.13); }

.quick-contact { background:var(--green); color:#11160e; }
.quick-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.quick-grid > * { min-height:104px; display:flex; align-items:center; gap:15px; padding:20px 28px; border-right:1px solid rgba(0,0,0,.16); }
.quick-grid > *:last-child { border-right:0; }
.quick-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:rgba(0,0,0,.12); font-size:19px; }
.quick-grid span span { display:grid; }
.quick-grid small { display:block; opacity:.72; font-size:11px; text-transform:uppercase; letter-spacing:1.4px; }
.quick-grid strong { display:block; margin-top:2px; font-size:15px; }

.section { padding:110px 0; }
.section-heading { max-width:720px; margin-bottom:48px; }
.section h2 { font-size:clamp(44px,5vw,66px); }
.section-heading p { color:var(--muted); font-size:17px; max-width:650px; }
.services { background:#0c0f0c; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { position:relative; min-height:360px; padding:32px 28px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg,#151a16,#101310); overflow:hidden; transition:transform .25s,border-color .25s; }
.service-card:hover { transform:translateY(-7px); border-color:rgba(123,197,38,.48); }
.service-card::after { content:""; position:absolute; width:150px; height:150px; border-radius:50%; background:rgba(123,197,38,.07); right:-70px; top:-70px; }
.service-number { position:absolute; right:20px; top:16px; color:rgba(255,255,255,.06); font-family:"Barlow Condensed"; font-size:70px; font-weight:800; }
.service-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:14px; background:rgba(123,197,38,.12); color:var(--green-light); font-size:22px; margin-bottom:44px; }
.service-card h3 { color:#fff; font-family:"Barlow Condensed"; font-size:28px; line-height:1.05; text-transform:uppercase; margin:0 0 14px; }
.service-card p { color:#9fa89f; font-size:14px; }
.service-card a { position:absolute; left:28px; bottom:27px; color:var(--green-light); font-size:13px; font-weight:700; }
.service-card a span,.text-link span { margin-left:5px; transition:margin .2s; }
.service-card a:hover span,.text-link:hover span { margin-left:10px; }

.about { color:#222; background:var(--panel-light); }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.about-panel { position:relative; min-height:520px; padding:48px; border-radius:28px; background:linear-gradient(145deg,#0b0e0b,#182019); box-shadow:var(--shadow); overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; gap:14px; }
.about-panel::before { content:""; position:absolute; width:430px; height:430px; border-radius:50%; border:1px solid rgba(123,197,38,.18); top:-190px; right:-180px; box-shadow:0 0 0 60px rgba(123,197,38,.035),0 0 0 120px rgba(123,197,38,.025); }
.about-logo { position:absolute; top:48px; left:48px; color:var(--green); font-family:"Barlow Condensed"; font-style:italic; font-size:112px; font-weight:800; letter-spacing:-8px; line-height:.8; }
.about-stripe { position:absolute; top:170px; left:48px; width:185px; height:8px; background:linear-gradient(90deg,var(--green),transparent); transform:skew(-25deg); }
.about-stat { position:relative; display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid rgba(255,255,255,.1); padding-top:14px; }
.about-stat strong { color:#fff; text-transform:uppercase; font-family:"Barlow Condensed"; font-size:23px; }
.about-stat span { color:#8f998f; font-size:12px; text-align:right; }
.about-copy .eyebrow { color:var(--green-dark); }
.about-copy h2 { color:var(--ink); }
.about-copy p { color:#5d665d; font-size:16px; }
.check-list { display:grid; grid-template-columns:1fr 1fr; gap:13px 24px; list-style:none; padding:0; margin:30px 0; color:#303730; font-weight:600; font-size:14px; }
.check-list span { color:var(--green-dark); margin-right:8px; }
.text-link { color:var(--green-dark); font-weight:800; }

.area { background:#101410; }
.area-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:center; }
.area-copy p { color:var(--muted); max-width:500px; margin-bottom:30px; }
.map-card {
    position: relative;
    width: 100%;
    height: 470px;
    border-radius: 28px;
    overflow: hidden;
    background: #171d18;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow);
}

#coverage-map {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.map-label { position:absolute; z-index:500; left:28px; bottom:28px; display:grid; background:rgba(5,7,5,.86); border:1px solid rgba(255,255,255,.12); padding:15px 18px; border-radius:12px; backdrop-filter:blur(8px); pointer-events:none; }
.map-label strong { color:#fff; }
.map-label small { color:#b6c0b6; }
.leaflet-control-attribution { font-size:10px; }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background:#111611; color:#fff; }

.contact { background:linear-gradient(135deg,#0a0d0a,#171d16); }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.contact-copy p { color:#a3aca3; max-width:500px; }
.contact-links { display:grid; gap:14px; margin-top:34px; }
.contact-links a { display:flex; align-items:center; gap:14px; }
.contact-links > a > span { width:45px; height:45px; display:grid; place-items:center; border-radius:50%; background:rgba(123,197,38,.12); color:var(--green-light); }
.contact-links div { display:grid; }
.contact-links small { color:#7e887e; text-transform:uppercase; letter-spacing:1.3px; font-size:10px; }
.contact-links strong { color:#fff; font-size:15px; }
.contact-form { background:#f6f8f4; border-radius:24px; padding:36px; color:#1b211b; box-shadow:var(--shadow); }
.contact-form label { display:grid; gap:7px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.7px; color:#4b554b; margin-bottom:18px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form input,.contact-form textarea { width:100%; border:1px solid #d7ddd4; background:#fff; color:#171b17; border-radius:9px; padding:13px 14px; outline:none; text-transform:none; letter-spacing:0; }
.contact-form input:focus,.contact-form textarea:focus { border-color:var(--green-dark); box-shadow:0 0 0 3px rgba(123,197,38,.13); }
.contact-form textarea { resize:vertical; }
.form-button { width:100%; }
.form-note { color:#7b837b; font-size:11px; margin:12px 0 0; text-align:center; }

.site-footer { background:#070907; border-top:1px solid rgba(255,255,255,.07); padding:70px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.7fr 1fr 1fr; gap:70px; }
.footer-brand p { color:#768076; max-width:380px; font-size:13px; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; align-items:flex-start; gap:8px; }
.footer-grid h3 { margin:0 0 10px; color:#fff; font-family:"Barlow Condensed"; text-transform:uppercase; font-size:21px; }
.footer-grid > div:not(.footer-brand) a,.footer-grid > div:not(.footer-brand) span { color:#7f897f; font-size:13px; }
.footer-grid a:hover { color:var(--green-light); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.07); margin-top:50px; padding-top:20px; display:flex; justify-content:space-between; gap:20px; color:#5f685f; font-size:11px; }
.mobile-call { display:none; }
.footer-link {
    color: var(--green-light);
    font-weight: 600;
    transition: color .2s ease;
}

.footer-link:hover {
    color: var(--green);
    text-decoration: underline;
}
.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.1s; }.delay-2 { transition-delay:.2s; }.delay-3 { transition-delay:.3s; }

@media (max-width: 980px) {
  .site-nav { position:absolute; left:20px; right:20px; top:76px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; border-radius:15px; background:#101410; border:1px solid rgba(255,255,255,.1); box-shadow:var(--shadow); }
  .site-nav.is-open { display:flex; }
  .site-nav a { padding:13px 12px; }
  .nav-call { text-align:center; margin-top:5px; }
  .nav-toggle { display:block; }
  .hero { min-height:auto; padding-top:145px; }
  .hero-grid,.about-grid,.area-grid,.contact-grid { grid-template-columns:1fr; gap:55px; }
  .hero-visual { max-width:660px; width:100%; margin-inline:auto; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .quick-grid { grid-template-columns:1fr; }
  .quick-grid > * { border-right:0; border-bottom:1px solid rgba(0,0,0,.16); min-height:88px; }
  .quick-grid > *:last-child { border-bottom:0; }
  .about-panel { min-height:470px; }
  .area-copy { max-width:680px; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px,var(--container)); }
  .header-inner { min-height:76px; }
  .brand-mark { width:42px; height:42px; }
  .brand-copy strong { font-size:22px; }.brand-copy strong span { font-size:29px; }
  .hero { padding:125px 0 75px; }
  .hero h1 { font-size:52px; }
  .hero-lead { font-size:16px; }
  .hero-actions .button { width:100%; }
  .visual-card { min-height:400px; }
  .car-key-art { top:70px; }
  .trust-row { display:grid; gap:8px; }
  .section { padding:78px 0; }
  .section h2 { font-size:45px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:310px; }
  .check-list,.field-row { grid-template-columns:1fr; }
  .about-panel { min-height:430px; padding:32px; }
  .about-logo { left:32px; top:38px; }.about-stripe { left:32px; top:154px; }
  .map-card {
        height: 380px;
    }
  .contact-form { padding:25px 20px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-bottom { flex-direction:column; padding-bottom:68px; }
  .mobile-call { display:flex; position:fixed; z-index:999; left:12px; right:12px; bottom:10px; height:54px; align-items:center; justify-content:center; gap:9px; border-radius:10px; background:linear-gradient(135deg,var(--green-light),var(--green)); color:#0a1007; font-weight:900; box-shadow:0 12px 35px rgba(0,0,0,.4); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .button,.service-card { transition:none; }
}


/* Thank-you page */
.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: radial-gradient(circle at top, rgba(120, 190, 32, .18), transparent 36%), #0c0d0c;
}
.thank-you-card {
  width: min(100%, 620px);
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: #151715;
  color: #fff;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
}
.thank-you-card .brand-mark { margin: 0 auto 1.25rem; }
.thank-you-card .eyebrow { justify-content: center; }
.thank-you-card h1 { margin-bottom: 1rem; color: #fff; }
.thank-you-card p { margin-bottom: 1.75rem; color: rgba(255,255,255,.76); }
.thank-you-card .button { margin-bottom: 1.25rem; }
.thank-you-phone { display: block; color: var(--green); font-weight: 700; }
