:root {
  --ink: #0f172a;
  --muted: #334155;
  --line: #e5e7eb;
  --green: #1a472a;
  --green-dark: #0f2d1a;
  --green-soft: #ecfdf3;
  --lime: #a3e635;
  --surface: #ecfdf3;
  --surface-warm: #fafaf7;
  --night: #07111f;
  --paper: #fafaf7;
  --white: #ffffff;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 76px; letter-spacing: 0; line-height: 0.96; margin-bottom: 23px; }
h1 span { color: var(--green); }
h2 { font-size: 47px; letter-spacing: 0; line-height: 1.02; margin-bottom: 16px; text-wrap: balance; }
h3 { line-height: 1.15; }
.eyebrow { color: var(--green-dark); font-size: 11px; font-weight: 900; letter-spacing: 0; margin: 0 0 13px; text-transform: uppercase; }

.site-header {
  align-items: center;
  background: rgba(7, 17, 31, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: flex;
  gap: 28px;
  height: 62px;
  justify-content: space-between;
  padding: 0 max(28px, calc((100vw - 1220px) / 2));
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.brand { align-items: center; display: inline-flex; font-size: 18px; font-weight: 900; gap: 9px; letter-spacing: 0; text-transform: uppercase; }
.brand img { height: 38px; width: 31px; }
.nav-links { display: flex; font-size: 12px; font-weight: 800; gap: 29px; margin-left: auto; }
.nav-links a, .header-link { transition: color 160ms ease; }
.nav-links a:hover, .header-link:hover { color: var(--green-dark); }
.header-link { font-size: 12px; font-weight: 800; }

.button {
  align-items: center;
  background: var(--green);
  border: 1px solid var(--green-dark);
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(38, 177, 79, 0.16);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  transition: background 160ms ease, transform 160ms ease;
}
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-small { min-height: 38px; padding-inline: 17px; }
.button-secondary { background: var(--white); border-color: var(--line); box-shadow: none; color: var(--ink); }
.button-secondary:hover { background: var(--green-soft); border-color: var(--green); color: var(--green-dark); }
.button-ghost { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.72); box-shadow: none; color: var(--white); }
.button-ghost:hover { background: rgba(255, 255, 255, 0.14); }

.hero { background: var(--night); color: #fff; min-height: 520px; overflow: hidden; position: relative; }
.hero-photo, .hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-photo { object-position: center 62%; transform: scale(1.08); transform-origin: center bottom; }
.hero-shade { background: linear-gradient(90deg, rgba(7, 17, 31, 0.86) 0%, rgba(7, 17, 31, 0.69) 42%, rgba(7, 17, 31, 0.4) 100%), linear-gradient(180deg, rgba(7, 17, 31, 0.1) 0%, rgba(7, 17, 31, 0.3) 100%); }
.hero-route-overlay { height: 540px; opacity: 0.68; position: absolute; right: -1%; top: -5px; width: min(66vw, 980px); z-index: 1; }
.hero-zone { fill: rgba(38, 177, 79, 0.1); stroke: rgba(103, 232, 142, 0.6); stroke-linejoin: round; stroke-width: 2; }
.hero-route-line { fill: none; stroke: rgba(38, 177, 79, 0.86); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.point-halo { fill: rgba(163, 230, 53, 0.06); }
.point-ring { fill: var(--white); stroke: rgba(38, 177, 79, 0.66); stroke-width: 1.5; }
.point-core { fill: var(--green); stroke: var(--green-dark); stroke-width: 1; }
.point-final .point-halo { fill: rgba(163, 230, 53, 0.1); }
.hero-inner { display: flex; flex-direction: column; justify-content: center; margin: 0 auto; max-width: 1240px; min-height: 520px; padding: 38px 28px; position: relative; z-index: 2; }
.hero-layout { align-items: center; display: grid; width: 100%; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { font-size: 64px; }
.hero-copy h1 > span { display: block; }
.hero-title-line { color: var(--white); white-space: nowrap; }
.hero .eyebrow { color: #59d975; }
.hero-copy > p:not(.eyebrow) { color: #edf2ef; font-size: 15px; font-weight: 650; margin-bottom: 0; max-width: 470px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-estimate-badge { align-items: center; background: rgba(7, 17, 31, 0.92); border: 1px solid rgba(117, 242, 148, 0.56); border-radius: 8px; box-shadow: 0 12px 28px rgba(7, 17, 31, 0.28); color: var(--white); display: flex; font-size: 12px; gap: 9px; line-height: 1.2; padding: 11px 13px; position: absolute; right: clamp(128px, 27vw, 420px); top: 208px; z-index: 3; }
.estimate-pin { background: var(--green); border: 2px solid #c9f9d4; border-radius: 50% 50% 50% 0; display: block; height: 16px; transform: rotate(-45deg); width: 16px; }
.hero-launch-note { color: #b8c8c1; font-size: 11px; font-weight: 650; margin: 9px 0 0; }
.hero-launch-note span { color: #d9e7e0; display: block; margin-top: 2px; }

.campaign-band { background: var(--surface); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.product-section { align-items: center; display: grid; gap: 24px; grid-template-columns: minmax(250px, 280px) minmax(0, 1fr); margin: 0 auto; max-width: 1320px; padding: 58px 28px 66px; }
.product-copy > p:not(.eyebrow), .report-copy > p:not(.eyebrow), .distributor-copy > p { color: var(--muted); font-size: 15px; font-weight: 650; }
.feature-list { display: grid; gap: 13px; list-style: none; margin: 22px 0 24px; padding: 0; }
.feature-list li { align-items: center; display: grid; gap: 13px; grid-template-columns: 42px 1fr; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 14px; }
.feature-list small { color: var(--muted); font-size: 12px; font-weight: 650; margin-top: 2px; }
.feature-icon { background: var(--white); border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); display: grid; font-size: 12px; font-weight: 900; height: 42px; place-items: center; width: 42px; }
.builder-frame { background: var(--white); border: 1px solid #d8e0dc; border-radius: 15px; box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14); overflow: hidden; position: relative; }
.builder-toolbar { align-items: center; background: var(--white); border-bottom: 1px solid var(--line); display: flex; gap: 20px; height: 36px; padding: 0 14px; }
.builder-toolbar div { display: flex; gap: 5px; }
.builder-toolbar span { background: #d8dee5; border-radius: 50%; height: 7px; width: 7px; }
.builder-toolbar i { background: #f0f3f5; border-radius: 999px; display: block; height: 8px; max-width: 260px; width: 34%; }
.builder-cue { align-items: center; background: var(--green-soft); border: 1px solid #ccefd8; border-radius: 999px; color: var(--green-dark); display: flex; font-size: 10px; gap: 6px; margin-left: auto; padding: 4px 8px; }
.builder-cue::before { background: var(--green); border-radius: 50%; content: ""; height: 6px; width: 6px; }
.builder-frame > img { height: auto; width: 100%; }

.section-heading { margin: 0 auto; max-width: 690px; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 15px; font-weight: 600; }

.report-band { background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.report-section { align-items: center; display: grid; gap: 46px; grid-template-columns: minmax(0, 1.15fr) minmax(310px, 380px); margin: 0 auto; max-width: 1240px; padding: 58px 28px; }
.report-preview { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 46px rgba(15, 23, 42, 0.12); padding: 20px; }
.report-preview header { align-items: start; display: flex; justify-content: space-between; }
.report-preview h3 { font-size: 25px; margin: 3px 0 0; }
.report-preview small { color: var(--muted); display: block; font-size: 12px; font-weight: 700; }
.status { background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 999px; color: var(--green-dark); font-size: 11px; font-weight: 900; padding: 6px 10px; }
.metric-grid { display: grid; gap: 9px; grid-template-columns: repeat(4, 1fr); margin: 20px 0 15px; }
.metric-grid div { background: var(--surface-warm); border: 1px solid var(--line); border-radius: 10px; padding: 15px 14px; }
.metric-grid strong { display: block; }
.report-map { background: #f3f8f4; border-radius: 12px; overflow: hidden; position: relative; }
.report-map svg { height: 238px; width: 100%; }
.report-chip { background: rgba(255, 255, 255, 0.94); border: 1px solid var(--line); border-radius: 999px; color: var(--green-dark); font-size: 10px; font-weight: 900; left: 16px; padding: 5px 9px; position: absolute; top: 14px; z-index: 2; }
.street { fill: none; stroke: #dce5df; stroke-linecap: round; stroke-width: 12; }
.street.minor { stroke: #e7eee9; stroke-width: 6; }
.zone-fill { fill: rgba(38, 177, 79, 0.12); }
.zone-border { fill: none; stroke: rgba(21, 128, 61, 0.78); stroke-linejoin: round; stroke-width: 3; }
.route { fill: none; stroke: var(--green-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; }
.report-map circle { fill: var(--lime); stroke: var(--green-dark); stroke-width: 2; }

.distributor-section { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06); display: grid; grid-template-columns: minmax(350px, 520px) minmax(320px, 1fr); margin: 46px auto; max-width: 1180px; min-height: 272px; overflow: hidden; }
.distributor-section img { height: 100%; object-fit: cover; object-position: center 42%; width: 100%; }
.distributor-copy { align-self: stretch; background: var(--green-soft); display: flex; flex-direction: column; justify-content: center; padding: 30px 48px; }
.distributor-copy ul { color: var(--muted); display: grid; font-size: 13px; font-weight: 800; gap: 9px; list-style: none; margin: 20px 0 25px; padding: 0; }
.distributor-copy li::before { color: var(--green-dark); content: "\2713"; font-weight: 900; margin-right: 9px; }

.bottom-band { background: var(--surface-warm); border-top: 1px solid var(--line); padding: 10px 28px 54px; }
.bottom-grid { align-items: stretch; display: grid; gap: 28px; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); margin: 0 auto; max-width: 1180px; }
.faq-section { padding: 0; }
.faq-section .section-heading { margin: 0; text-align: left; }
.faq-section h2 { font-size: 30px; margin-bottom: 0; }
.faq-list { display: grid; gap: 6px; margin: 12px 0 0; max-width: none; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; transition: background 160ms ease, border-color 160ms ease; }
details:hover { background: #fcfffd; border-color: #cbd5d0; }
summary { cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; min-height: 38px; padding: 10px 38px 9px 14px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 18px; font-weight: 500; position: absolute; right: 14px; top: 5px; }
details[open] summary::after { content: "-"; }
details p { color: var(--muted); font-size: 12px; font-weight: 600; margin: 0; padding: 0 14px 13px; }

.closing-section { align-items: center; background: var(--night); border-radius: 14px; color: #fff; display: flex; margin: 0; overflow: hidden; padding: 34px 42px; position: relative; text-align: left; }
.closing-section .button { min-height: 43px; padding-inline: 18px; }
.closing-section div { max-width: 470px; position: relative; z-index: 1; }
.closing-section .eyebrow { color: #e8ffe9; }
.closing-section h2 { color: #fff; }
.closing-section p:not(.eyebrow) { color: #cbd5e1; font-weight: 650; }

footer { background: var(--night); border-top: 1px solid rgba(255, 255, 255, 0.1); color: #fff; display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 0; padding: 30px max(28px, calc((100vw - 1180px) / 2)) 34px; }
footer .brand { margin-bottom: 11px; }
footer .brand img { filter: brightness(0) invert(1); }
footer p { color: #b6c1cf; font-size: 12px; font-weight: 600; margin-bottom: 6px; }
footer div:not(.footer-brand) { align-content: start; display: grid; gap: 7px; }
footer strong { font-size: 12px; margin-bottom: 2px; }
footer a:not(.brand) { color: #cbd5e1; font-size: 11px; font-weight: 650; }
footer a:hover { color: var(--green); }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex !important; flex-wrap: wrap; gap: 16px !important; grid-column: 1 / -1; margin-top: 6px; padding-top: 16px; }
.footer-legal span { color: #94a3b8; font-size: 11px; font-weight: 650; margin-right: auto; }

.policy-page { background: var(--surface-warm); padding: 72px 24px 88px; }
.policy-content { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06); margin: 0 auto; max-width: 860px; padding: 54px 64px 66px; }
.policy-content h1 { color: var(--ink); font-size: 44px; line-height: 1.05; margin-bottom: 8px; }
.policy-content h2 { color: var(--ink); font-size: 22px; line-height: 1.25; margin: 36px 0 12px; }
.policy-content p, .policy-content li { color: var(--muted); font-size: 16px; line-height: 1.65; }
.policy-content p { margin-bottom: 14px; }
.policy-content ul { display: grid; gap: 5px; margin: 0 0 18px; padding-left: 21px; }
.policy-content a { color: var(--green-dark); font-weight: 800; }
.policy-content a:hover { color: var(--green); }
.policy-updated { color: #64748b !important; font-size: 13px !important; font-weight: 700; margin-bottom: 30px !important; }

@media (max-width: 980px) {
  .nav-links, .header-link { display: none; }
  h1 { font-size: 64px; }
  h2 { font-size: 42px; }
  .hero, .hero-inner { min-height: 560px; }
  .hero-inner { padding: 42px 24px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 60px; }
  .hero-title-line { white-space: normal; }
  .hero-route-overlay { opacity: 0.6; right: -38%; top: 70px; width: 820px; }
  .hero-estimate-badge { right: 32px; top: 386px; }
  .product-section, .report-section, .distributor-section { grid-template-columns: 1fr; }
  .product-section, .report-section { max-width: 820px; }
  .distributor-section { margin-inline: 24px; max-width: none; }
  .distributor-section img { max-height: 290px; }
  .bottom-grid { grid-template-columns: 1fr; max-width: 820px; }
  .closing-section { min-height: 250px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { height: 62px; padding: 0 15px; }
  .brand { font-size: 15px; }
  .brand img { height: 34px; width: 27px; }
  .button-small { font-size: 11px; min-height: 34px; padding-inline: 11px; }
  .hero, .hero-inner { min-height: 610px; }
  .hero-inner { justify-content: flex-start; padding: 50px 18px 34px; }
  h1, .hero-copy h1 { font-size: 48px; }
  h2 { font-size: 35px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-route-overlay { height: 420px; opacity: 0.44; right: -103%; top: 380px; width: 700px; }
  .hero-estimate-badge { display: none; }
  .campaign-band { margin-top: 0; }
  .product-section, .report-section { gap: 30px; padding: 46px 18px 50px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .report-preview { padding: 14px; }
  .report-preview h3 { font-size: 20px; }
  .distributor-section { border-radius: 0; margin: 38px 0; }
  .distributor-copy { padding: 34px 20px 40px; }
  .bottom-band { padding: 4px 18px 34px; }
  .faq-section h2 { font-size: 28px; }
  .closing-section { border-radius: 12px; min-height: 0; padding: 30px 22px; }
  .closing-section h2 { font-size: 32px; }
  footer { gap: 18px; grid-template-columns: 1fr; margin-top: 0; padding: 28px 20px 34px; }
  .policy-page { padding: 34px 16px 48px; }
  .policy-content { border-radius: 12px; padding: 30px 22px 42px; }
  .policy-content h1 { font-size: 36px; }
  .policy-content h2 { font-size: 20px; margin-top: 30px; }
}

/* ── Brand-green overrides for dark sections + CSS map illustrations ──────────
   Brand green (#1a472a) is correct on light sections, but it's too dark on the
   near-black hero/closing/footer. Keep those readable, and keep the CSS map
   illustrations in the map-zone greens (per "map greens stay in maps"). */

/* Dark-section CTAs → a readable on-brand green */
.hero .button:not(.button-ghost),
.closing-section .button { background: #2d6a44; border-color: #1a472a; box-shadow: 0 6px 14px rgba(26, 71, 42, 0.22); }
.hero .button:not(.button-ghost):hover,
.closing-section .button:hover { background: #1a472a; }

/* Hero headline highlight (the green <span> on the dark hero) stays light */
.hero-copy h1 > span:not(.hero-title-line) { color: #59d975; }

/* Nav (dark sticky header) + footer link hover stay light, not near-black */
.nav-links a:hover, .header-link:hover { color: #59d975; }
footer a:hover { color: #59d975; }

/* CSS map illustrations keep the map-zone greens (hero pins, report-map route/markers) */
.point-core { fill: #26B14F; stroke: #15803d; }
.estimate-pin { background: #26B14F; }
.report-map .route { stroke: #15803d; }
.report-map circle { stroke: #15803d; }
