
:root {
  --ink: #10261f;
  --muted: #5f6f69;
  --green: #167a57;
  --green-dark: #0d5a40;
  --mint: #eaf5f0;
  --line: #dce8e3;
  --white: #ffffff;
  --sand: #f7f9f8;
  --shadow: 0 18px 50px rgba(16, 38, 31, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(220,232,227,.8);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--green); color: white; font-family: Manrope, sans-serif; font-weight: 800;
}
.brand strong { display: block; font: 800 18px/1 Manrope, sans-serif; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; font-size: 11px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--green); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white !important; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; cursor: pointer; }

.hero { padding: 88px 0 76px; overflow: hidden; background: linear-gradient(135deg,#f9fcfa 0%,#edf7f2 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1,h2,h3 { font-family: Manrope, sans-serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 6vw, 74px); line-height: 1.03; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.25; }
.hero-text { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px;
  border: 0; border-radius: 10px; text-decoration: none; font-weight: 800; cursor: pointer;
}
.btn-primary { background: var(--green); color: white; }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { background: white; color: var(--ink); border: 1px solid var(--line); }
.btn-light { background: white; color: var(--ink); margin-top: 22px; }
.full { width: 100%; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); }

.hero-card {
  position: relative; min-height: 490px; border-radius: 30px; overflow: hidden;
  background: linear-gradient(150deg,#143d31,#0f6a4b);
  box-shadow: var(--shadow);
}
.hero-van-card {
  isolation: isolate;
  background: #eaf5f0;
  min-height: 490px;
}
.hero-van-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.van-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 30px rgba(16,38,31,.14);
  backdrop-filter: blur(6px);
}
.van-badge span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.van-badge strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font: 800 28px/1 Manrope, sans-serif;
  letter-spacing: .08em;
}
.mini-label { margin: 0; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.state-name { margin: 8px 0 20px; font: 800 46px/1 Manrope, sans-serif; letter-spacing: .08em; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.stat-grid div { padding-top: 14px; border-top: 1px solid var(--line); }
.stat-grid strong { display: block; color: var(--green); font-size: 12px; }
.stat-grid span { display: block; margin-top: 5px; font-size: 12px; font-weight: 700; }
.route-line { position:absolute; left:80px; top:80px; width:300px; height:260px; border:2px dashed rgba(255,255,255,.35); border-radius:50%; transform:rotate(-18deg); }
.route-dot { position:absolute; width:18px; height:18px; border-radius:50%; background:white; border:6px solid rgba(255,255,255,.35); box-shadow:0 0 0 8px rgba(255,255,255,.08); }
.dot-a { left:84px; top:190px; }.dot-b { right:94px; top:100px; }.dot-c { right:75px; top:300px; }

.section { padding: 92px 0; }
.section-alt { background: var(--sand); }
.split { display:grid; grid-template-columns: 1fr 1fr; gap:70px; align-items:start; }
.prose { color: var(--muted); font-size: 17px; }
.prose p:first-child { margin-top:0; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:34px; }
.section-heading h2 { max-width:700px; }
.section-heading p { max-width:360px; margin:0; color:var(--muted); }
.cards { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.card { min-height:250px; padding:28px; border:1px solid var(--line); border-radius:18px; background:white; }
.card p { color:var(--muted); margin-bottom:0; }
.icon { width:40px; height:40px; display:grid; place-items:center; margin-bottom:35px; border-radius:10px; background:var(--mint); color:var(--green); font-size:12px; font-weight:800; }
.accent-card { background:var(--ink); color:white; }
.accent-card p { color:#c7d6d0; }
.accent-card a { display:inline-block; margin-top:18px; color:white; font-weight:800; text-decoration:none; }

.client-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:34px; }
.client-grid div { padding:26px 22px; border:1px solid var(--line); border-radius:14px; font-weight:800; background:white; }

.fleet-section { background: var(--mint); }
.fleet-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap:64px; align-items:center; }
.fleet-copy h2 { max-width:520px; }
.prose-p { color:var(--muted); font-size:17px; margin-top:20px; max-width:480px; }
.fleet-points { list-style:none; margin:26px 0 0; padding:0; display:grid; gap:14px; max-width:480px; }
.fleet-points li { position:relative; padding-left:28px; color:var(--ink); font-weight:600; font-size:15px; }
.fleet-points li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--green); font-weight:800; }
.fleet-photo { margin:0; border-radius:24px; overflow:hidden; box-shadow:var(--shadow); background:var(--ink); }
.fleet-photo img { display:block; width:100%; height:380px; object-fit:cover; object-position:center 40%; }
.fleet-photo figcaption { padding:16px 20px; background:var(--ink); color:#cfe3da; font-size:13px; font-weight:700; }

.cta-band { position:relative; padding:96px 0; overflow:hidden; background:#0c2119; }
.cta-band::before {
  content:""; position:absolute; inset:0;
  background:url("greencare-van.jpeg") center 35% / cover no-repeat;
}
.cta-band-overlay { position:absolute; inset:0; background:linear-gradient(135deg, rgba(10,30,24,.93), rgba(13,90,64,.88)); }
.cta-band-content { position:relative; z-index:1; text-align:center; max-width:640px; margin:0 auto; }
.cta-band-content h2 { color:white; }
.cta-band-content p { color:#d7ebe3; font-size:17px; margin:16px 0 0; }
.cta-band-content .hero-actions { justify-content:center; margin-top:30px; }

.service-area { padding:88px 0; background:var(--green-dark); color:white; }
.service-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center; }
.service-grid p { max-width:650px; color:#d1e4dc; }
.eyebrow.light { color:#a9e0c8; }
.ga-panel { min-height:330px; display:grid; place-items:center; align-content:center; border:1px solid rgba(255,255,255,.18); border-radius:24px; background:rgba(255,255,255,.05); }
.ga-outline { font:800 116px/1 Manrope,sans-serif; letter-spacing:-.08em; color:transparent; -webkit-text-stroke:2px rgba(255,255,255,.5); }
.ga-panel p { margin:18px 0 0; color:white; font-weight:800; }

.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }
.contact-copy { color:var(--muted); font-size:16px; max-width:520px; }
.contact-detail { margin-top:24px; padding-top:20px; border-top:1px solid var(--line); }
.contact-detail span { display:block; color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.contact-detail a,.contact-detail strong { display:inline-block; margin-top:5px; text-decoration:none; font-size:20px; }
.contact-form { padding:30px; border-radius:20px; background:var(--sand); border:1px solid var(--line); }
.contact-form label { display:block; margin-bottom:16px; font-size:13px; font-weight:800; }
.contact-form input,.contact-form select,.contact-form textarea {
  width:100%; margin-top:7px; padding:13px 14px; border:1px solid #cad9d3; border-radius:9px; background:white; color:var(--ink); font:inherit;
}
.contact-form textarea { resize:vertical; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.hidden { display:none; }

.site-footer { padding:36px 0; background:#0b1915; color:#c9d6d1; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:28px; align-items:center; }
.footer-grid p { margin:0; font-size:13px; }
.footer-brand strong { color:white; }
.footer-brand small { color:#9db0a9; }

@media (max-width: 900px) {
  .main-nav {
    display:none; position:absolute; left:20px; right:20px; top:76px; flex-direction:column; align-items:stretch;
    padding:20px; border:1px solid var(--line); border-radius:14px; background:white; box-shadow:var(--shadow);
  }
  .main-nav.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid,.split,.service-grid,.contact-grid,.fleet-grid { grid-template-columns:1fr; }
  .fleet-photo img { height:280px; }
  .cta-band { padding:72px 0; }
  .hero { padding-top:60px; }
  .hero-card { min-height:420px; }
  .hero-van-image { object-position: center center; }
  .cards { grid-template-columns:1fr 1fr; }
  .client-grid { grid-template-columns:1fr 1fr; }
  .section-heading { display:block; }
  .section-heading p { margin-top:16px; }
  .footer-grid { grid-template-columns:1fr; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px,1120px); }
  .section { padding:68px 0; }
  .cards,.client-grid,.form-row { grid-template-columns:1fr; }
  .hero-card { min-height:430px; }
  .hero-van-image { object-position: center center; }

  .van-badge { left:14px; bottom:14px; padding:11px 13px; }
  .van-badge strong { font-size:22px; }

  .state-name { font-size:38px; }
  .stat-grid { grid-template-columns:1fr; }
  .stat-grid div { padding-top:9px; }
  .route-line { left:30px; width:260px; }
}
