:root {
  --ink: #111c19;
  --muted: #53615c;
  --line: #d7e3dc;
  --soft: #edf5ef;
  --paper: #fbfcf7;
  --green: #0f6749;
  --green-dark: #0b4232;
  --blue: #245f85;
  --gold: #b87422;
  --clay: #8d4b34;
  --white: #fff;
  --shadow: 0 22px 70px rgba(17, 28, 25, .13);
  --soft-shadow: 0 16px 44px rgba(17, 28, 25, .09);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7fbf4 0, var(--paper) 560px),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 252, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px rgba(17, 28, 25, .08);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 42%),
    linear-gradient(135deg, var(--green), var(--blue) 58%, var(--clay));
  box-shadow: 0 12px 28px rgba(15, 103, 73, .25);
  font-size: 13px;
}
nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
}
nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
}
nav a:hover { background: rgba(15, 103, 73, .08); color: var(--green); }
nav .phone {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 103, 73, .18);
}
.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: 74vh;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 13% 18%, rgba(184, 116, 34, .22), transparent 25%),
    radial-gradient(circle at 88% 18%, rgba(36, 95, 133, .16), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.82), transparent 52%),
    linear-gradient(120deg, rgba(15, 103, 73, .23), rgba(255, 255, 255, .74) 42%, rgba(237, 245, 239, .88) 68%),
    linear-gradient(180deg, #f8fbf4, var(--soft));
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 88px;
  background: linear-gradient(180deg, transparent, rgba(251, 252, 247, .82));
  pointer-events: none;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.home-hero { min-height: calc(100vh - 62px); }
.slim-hero {
  min-height: 46vh;
  grid-template-columns: minmax(0, 920px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 103, 73, .2);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 22px rgba(17, 28, 25, .07);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
h1, h2 { line-height: 1.08; letter-spacing: 0; }
h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(44px, 6.8vw, 86px);
  text-wrap: balance;
}
h2 {
  margin: 42px 0 14px;
  font-size: clamp(24px, 3vw, 36px);
  text-wrap: balance;
}
h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}
p { color: var(--muted); }
.hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  font-size: clamp(18px, 2vw, 22px);
  color: #41504b;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 103, 73, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(17, 28, 25, .07);
}
.hero-badges span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--gold);
}
.page-visual {
  margin: 26px 0 0;
  max-width: 760px;
  border: 1px solid rgba(215, 227, 220, .95);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 22px 62px rgba(17, 28, 25, .12);
}
.page-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-visual figcaption {
  padding: 11px 14px 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,.9);
}
.city-hero .page-visual {
  max-width: 620px;
}
.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--green);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button.primary,
button {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 44%),
    linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 16px 34px rgba(15, 103, 73, .28);
}
.button.secondary {
  color: var(--green);
  background: rgba(255, 255, 255, .72);
  border-color: rgba(15, 103, 73, .28);
}
.button:hover,
button:hover {
  transform: translateY(-1px);
}
.lead-panel {
  position: relative;
  border: 1px solid rgba(215, 227, 220, .95);
  border-radius: 10px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(250, 252, 248, .96)),
    var(--white);
  box-shadow: var(--shadow);
}
.lead-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--blue));
}
.lead-panel h2 {
  margin-top: 0;
  font-size: 24px;
}
.lead-panel h2::after {
  width: 42px;
}
.panel-kicker {
  margin: 0 0 9px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lead-panel .button {
  margin: 12px 0 16px;
}
.full-button {
  width: 100%;
}
.cta-list {
  display: grid;
  gap: 9px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.cta-list li {
  position: relative;
  padding-left: 24px;
  color: #25322e;
  font-weight: 700;
}
.cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--gold);
}
.microcopy {
  margin: 12px 0 0;
  font-size: 12px;
}
form {
  display: grid;
  gap: 12px;
}
label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  background: var(--paper);
}
input:focus, textarea:focus {
  outline: 3px solid rgba(15, 103, 73, .14);
  border-color: var(--green);
  background: var(--white);
}
.map-frame {
  position: relative;
  min-height: 492px;
  border: 1px solid rgba(215, 227, 220, .95);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 103, 73, .12), transparent),
    var(--white);
  box-shadow: 0 30px 90px rgba(17, 28, 25, .18);
}
.map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.46), inset 0 -90px 90px rgba(17,28,25,.08);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 492px;
  border: 0;
}
.map-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid rgba(15, 103, 73, .16);
  background: rgba(255, 255, 255, .96);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(21, 32, 29, .16);
}
.section,
.content-grid {
  padding: clamp(38px, 6vw, 74px) clamp(18px, 5vw, 72px);
}
.section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(255,255,255,.7), rgba(237,245,239,.45)),
    var(--paper);
}
.section > h2 {
  max-width: 900px;
  margin-top: 0;
}
.section.muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .35), transparent),
    var(--soft);
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
article {
  max-width: 920px;
}
article > p,
article li,
.info-depth p,
.split-panels p,
.signal-grid span {
  font-size: 16.5px;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}
.feature-row div,
.city-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 17px;
  background: var(--white);
}
.city-card {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  background:
    linear-gradient(135deg, rgba(15, 103, 73, .045), transparent 54%),
    var(--white);
  box-shadow: 0 14px 38px rgba(17, 28, 25, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.city-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--green), var(--gold), var(--blue));
}
.city-card::after {
  content: "→";
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: var(--green);
  font-weight: 800;
}
.city-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 103, 73, .34);
  box-shadow: 0 18px 48px rgba(17, 28, 25, .12);
}
.feature-row div {
  border-left: 4px solid var(--gold);
  box-shadow: var(--soft-shadow);
}
.feature-row strong,
.feature-row span,
.city-card strong,
.city-card span {
  display: block;
}
.feature-row strong,
.city-card strong {
  color: #13201c;
}
.feature-row span,
.city-card span {
  margin-top: 5px;
  color: var(--muted);
}
.zip-list {
  color: var(--ink);
  font-weight: 700;
}
.check-list {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 27px;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--gold));
  box-shadow: 0 0 0 4px rgba(15, 103, 73, .08);
}
.split-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 28px;
}
.split-panels > div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(36, 95, 133, .075), transparent 58%),
    var(--white);
  box-shadow: var(--soft-shadow);
}
h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.18;
}
.process-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 30px;
  padding: 0;
  list-style: none;
  counter-reset: process;
}
.process-list li {
  position: relative;
  min-height: 72px;
  padding: 16px 16px 16px 66px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}
.process-list li::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 800;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  margin: 18px 0 30px;
}
.signal-grid div {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(15,103,73,.055), transparent 56%),
    linear-gradient(180deg, var(--white), #f8faf6);
  box-shadow: 0 10px 30px rgba(17, 28, 25, .055);
}
.signal-grid strong,
.signal-grid span {
  display: block;
}
.signal-grid strong {
  margin-bottom: 8px;
  color: var(--green-dark);
}
.signal-grid span {
  color: var(--muted);
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 18px 0 28px;
}
.topic-grid span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(15, 103, 73, .07), transparent 56%),
    linear-gradient(180deg, var(--white), #f7faf5);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(17, 28, 25, .055);
}
.faq-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--white), #f8faf6);
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(17, 28, 25, .045);
}
.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}
.faq-list p {
  margin-bottom: 0;
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.city-card {
  text-decoration: none;
}
.link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--blue);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(17, 28, 25, .045);
}
.link-cloud a:hover {
  border-color: rgba(36, 95, 133, .34);
  background: var(--white);
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 0, rgba(184, 116, 34, .22), transparent 28%),
    linear-gradient(135deg, rgba(18, 104, 74, .3), transparent 42%),
    var(--ink);
  color: var(--white);
}
.footer p,
.footer a { color: rgba(255, 255, 255, .78); }
.footer .disclaimer {
  max-width: 980px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
}
.footer a {
  display: block;
  margin: 0 0 8px;
}
@media (max-width: 860px) {
  .topbar,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero,
  .content-grid {
    grid-template-columns: 1fr;
  }
  .home-hero { min-height: auto; }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .split-panels {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  h1 { font-size: 40px; }
  .map-frame,
  .map-frame iframe { min-height: 330px; }
}