/* ============================================
   Pest Control Xpert — Premium Design System
   pestcontrolxpert.com
   Inspiration: junkremovalelmonte.com
   ============================================ */

:root {
  /* ---- Green theme (forest + emerald). Class names keep legacy --navy/--orange keys so all
     existing markup + inline var() references recolor automatically. ---- */
  --navy: #0c3322;            /* deep forest green — dark UI, headings, dark sections */
  --navy-deeper: #051c12;     /* deepest pine — gradients / hover */
  --orange: #1f9d57;          /* vivid emerald — accent, CTA, links, eyebrows */
  --orange-soft: #178a49;     /* darker emerald — hover / active */
  --orange-bg: #e9f7ef;       /* pale mint — soft accent fill */
  --orange-bg-2: #d2eedd;     /* light mint */
  --orange-glow: rgba(31, 157, 87, 0.32);
  --leaf: #5bb96e;            /* fresh leaf green */
  --leaf-soft: #dcf1e2;       /* pale leaf */
  --cream: #f3f8f4;           /* green-tinted off-white */
  --warm: #e9f2ea;            /* green-tinted warm neutral */
  --text: #11151c;
  --text-muted: #4a5260;
  --text-light: #8590a0;
  --bg: #ffffff;
  --bg-soft: #f5f8f6;
  --border: #e0e8e3;
  --border-soft: #eaf0ec;
  --gold: #d99b1a;            /* retained for review stars only */
  --shadow-sm: 0 1px 3px rgba(8, 32, 20, 0.06);
  --shadow-md: 0 8px 22px rgba(8, 32, 20, 0.08);
  --shadow-lg: 0 18px 50px rgba(8, 32, 20, 0.16);
  --shadow-xl: 0 28px 80px rgba(8, 32, 20, 0.22);
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --max-w: 1240px;
  --font-display: 'Bricolage Grotesque', 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--orange-soft); }
p { margin-bottom: 1em; color: var(--text); }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.4rem, 6.5vw, 4.4rem); margin-bottom: 0.5em; font-weight: 600; }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin-bottom: 0.55em; font-weight: 600; letter-spacing: -0.03em; }
h3 { font-size: clamp(1.18rem, 2vw, 1.4rem); margin-bottom: 0.4em; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
h4 { font-size: 1.05rem; margin-bottom: 0.3em; font-weight: 600; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
section { padding: 100px 0; position: relative; }
section.tight { padding: 60px 0; }
section.bg-cream { background: var(--cream); }
section.bg-warm { background: var(--warm); }
section.bg-soft { background: var(--bg-soft); }
section.bg-navy { background: var(--navy); color: #d8dde5; }
section.bg-navy h2, section.bg-navy h3, section.bg-navy h4 { color: #fff; }

.section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--text-muted); font-size: 1.08rem; line-height: 1.65; }
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange);
  margin-bottom: 14px;
}
section.bg-navy .section-eyebrow { color: var(--leaf); }

/* ============== Header ============== */
.topbar {
  background: var(--navy);
  color: #cbd5e1;
  font-size: 0.84rem;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 24px;
  flex-wrap: wrap;
}
.topbar a { color: var(--leaf); font-weight: 600; }
.topbar .sep { margin: 0 12px; color: #475569; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  width: 42px; height: 42px;
  background: var(--navy);
  color: #fff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  position: relative;
  flex-shrink: 0;
}
.brand-mark::after {
  content: ""; position: absolute; bottom: -3px; right: -3px;
  width: 14px; height: 14px;
  background: var(--orange);
  border-radius: 50%;
  border: 2px solid #fff;
}
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.28rem;
  color: var(--navy);
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}
.brand-text em { color: var(--orange); font-style: normal; font-weight: 700; }
.brand-text small {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
  font-family: var(--font-body);
}

.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links > a {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
}
.nav-links > a::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-links > a:hover { color: var(--orange); }
.nav-links > a:hover::after { transform: scaleX(1); }

.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: '▾'; font-size: .7em; margin-left: 4px; opacity: .6; position: static; transform: none; background: transparent; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: -1rem;
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .2s;
  z-index: 50;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
}
.nav-dropdown-menu a:hover { background: var(--orange-bg); color: var(--navy); }

.header-cta { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; }
.tel-link {
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-feature-settings: "tnum";
}
.tel-link:hover { color: var(--orange); }
.tel-link svg { color: var(--orange); width: 18px; height: 18px; }

/* ============== Buttons ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: -0.005em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 6px 22px rgba(8, 32, 20, 0.32);
}
.btn-primary:hover { background: var(--navy-deeper); color: #fff; box-shadow: 0 12px 30px rgba(8, 32, 20, 0.42); }
.btn-accent {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 22px var(--orange-glow);
}
.btn-accent:hover { background: var(--orange-soft); color: #fff; box-shadow: 0 12px 30px rgba(31, 157, 87, 0.45); }
.btn-secondary {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-secondary:hover { background: var(--navy); color: #fff; }
.btn-ghost-light {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.3);
  backdrop-filter: blur(8px);
}
.btn-ghost-light:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-lg { padding: 17px 34px; font-size: 1.02rem; }

/* ============== HERO ============== */
.hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 32, 20, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 32, 20, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  opacity: 0.7;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 22% 22%, rgba(31, 157, 87, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(244, 162, 97, 0.08) 0%, transparent 55%);
}
.hero > .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--navy);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse-orange 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(31, 157, 87, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(31, 157, 87, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 157, 87, 0); }
}
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { color: var(--orange); font-style: italic; font-weight: 500; }
.hero h1 .underline { position: relative; display: inline-block; }
.hero h1 .underline::after {
  content: "";
  position: absolute;
  bottom: 0.08em; left: -2%; right: -2%;
  height: 0.22em;
  background: var(--orange);
  opacity: 0.32;
  border-radius: 2px;
  z-index: -1;
}
.hero .lead {
  font-size: 1.14rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.6;
  max-width: 580px;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.9rem;
  color: var(--text-muted);
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.hero-trust div { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.hero-trust svg { color: var(--orange); width: 16px; height: 16px; }

.hero-illustration { position: relative; width: 100%; line-height: 0; }
.hero-illust-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  background: var(--bg-soft);
  aspect-ratio: 4 / 5;
}
.hero-illust-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-illust-badge {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
  font-size: 0.9rem; font-weight: 600;
  z-index: 3;
}
.hero-illust-badge .ico-bubble {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--orange-bg);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--orange);
  flex-shrink: 0;
}
.hero-illust-badge.bdg-1 { top: 28px; left: -28px; }
.hero-illust-badge.bdg-2 { bottom: 92px; right: -20px; }
.hero-illust-badge.bdg-3 { bottom: -18px; left: 64px; }
.hero-illust-badge strong { display: block; font-size: 1.05rem; color: var(--navy); font-family: var(--font-display); }
.hero-illust-badge small { display: block; font-size: 0.74rem; color: var(--text-muted); font-weight: 500; }

/* ============== Marquee Ticker ============== */
.ticker-band {
  background: var(--navy);
  color: #fff;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
.ticker-band::before, .ticker-band::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 100px;
  z-index: 2; pointer-events: none;
}
.ticker-band::before { left: 0; background: linear-gradient(to right, var(--navy), transparent); }
.ticker-band::after { right: 0; background: linear-gradient(to left, var(--navy), transparent); }
.ticker-track {
  display: inline-flex;
  gap: 56px;
  white-space: nowrap;
  animation: ticker-scroll 38s linear infinite;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}
.ticker-item em { color: var(--leaf); font-style: normal; font-weight: 700; }
.ticker-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--leaf); opacity: 0.7; margin-left: 8px; }
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============== Stats Band ============== */
.stats-band {
  padding: 80px 0;
  background: var(--warm);
  position: relative;
  overflow: hidden;
}
.stats-band-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.stat-card { text-align: left; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.stat-num span { font-size: 0.55em; opacity: 0.6; font-weight: 500; margin-left: 4px; }
.stat-num sup { font-size: 0.45em; opacity: 0.6; font-weight: 500; vertical-align: super; margin-left: 4px; }
.stat-label {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.45;
  font-weight: 500;
  max-width: 220px;
}

/* ============== Bento Services Grid ============== */
.services-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
  margin-top: 56px;
}
.bento-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}
.bento-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.bento-card.bento-featured {
  grid-column: span 3;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--navy) 0%, #15294a 100%);
  color: #fff;
  border: none;
  padding: 36px;
}
.bento-card.bento-featured h3 { color: #fff; font-size: 1.85rem; margin-bottom: 14px; }
.bento-card.bento-featured > p { color: rgba(255,255,255,.85); font-size: 1.02rem; }
.bento-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--orange-bg);
  color: var(--orange);
  margin-bottom: 18px;
}
.bento-card.bento-featured .bento-icon { background: rgba(255,255,255,.12); color: #fff; }
.bento-icon svg { width: 26px; height: 26px; }
.bento-card h3 { color: var(--navy); margin-bottom: 10px; }
.bento-card > p { color: var(--text-muted); font-size: 0.96rem; flex-grow: 1; line-height: 1.55; margin-bottom: 0; }
.bento-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.bento-stat-num { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: #fff; line-height: 1; }
.bento-stat-num sup { font-size: 0.45em; opacity: 0.7; font-weight: 500; vertical-align: super; margin-left: 2px; }
.bento-stat-lbl { font-size: 0.78rem; color: rgba(255,255,255,.7); margin-top: 4px; line-height: 1.3; }
.bento-cta { margin-top: 28px; display: flex; justify-content: flex-start; }

/* ============== Sign Cards (when to call) ============== */
.signs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.sign-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  transition: all 0.2s ease;
}
.sign-card:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.sign-num {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--orange);
  background: var(--orange-bg);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.sign-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  color: var(--navy);
}
.sign-icon svg { width: 22px; height: 22px; }
.sign-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.sign-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; margin: 0; }

/* ============== Body content typography ============== */
.body-text p {
  color: var(--text-muted);
  font-size: 1.04rem;
  line-height: 1.78;
  max-width: 760px;
  margin-bottom: 20px;
}
.body-text p:last-child { margin-bottom: 0; }

/* ============== Local split ============== */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.split-img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--warm);
  aspect-ratio: 4 / 5;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-caption {
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-md);
  border-left: 3px solid var(--orange);
}

/* ============== Pest table ============== */
.pest-table-wrap {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 40px;
}
.pest-table { width: 100%; border-collapse: collapse; }
.pest-table thead th {
  text-align: left;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 18px 22px;
  border-bottom: 1.5px solid var(--border);
  background: var(--cream);
}
.pest-table tbody td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--border-soft);
  vertical-align: top;
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.pest-table tbody tr:last-child td { border-bottom: 0; }
.pest-table tbody td:first-child {
  color: var(--navy);
  font-weight: 700;
  font-family: var(--font-display);
  width: 30%;
}
.pest-table em {
  color: var(--orange);
  font-style: italic;
  font-weight: 500;
  display: block;
  font-size: 0.85rem;
  margin-top: 4px;
  font-family: var(--font-body);
}

/* ============== Process timeline ============== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 56px;
  position: relative;
}
.process-grid::before {
  content: "";
  position: absolute;
  top: 26px; left: 5%; right: 5%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--border) 8%, var(--border) 92%, transparent);
  z-index: 0;
}
.process-step { position: relative; text-align: left; }
.process-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.18rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  border: 6px solid var(--cream);
  position: relative; z-index: 1;
  box-shadow: var(--shadow-sm);
}
.process-step h3 { color: var(--navy); margin-bottom: 8px; font-size: 1.08rem; }
.process-step p { font-size: 0.92rem; color: var(--text-muted); margin: 0; line-height: 1.6; }

/* ============== Coverage / Map / ZIPs ============== */
.coverage-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: stretch;
  margin-top: 24px;
}
.coverage-text { display: flex; flex-direction: column; justify-content: center; }
.coverage-map-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--warm);
  min-height: 440px;
  border: 1.5px solid var(--border);
}
.coverage-map-frame iframe {
  width: 100%; height: 100%;
  border: 0; display: block;
  min-height: 440px;
}
.coverage-map-pin {
  position: absolute;
  top: 24px; left: 24px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-md);
  z-index: 2;
  pointer-events: none;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--navy);
}
.coverage-map-pin .ico-bubble {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--orange-bg); color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.coverage-map-pin small {
  display: block;
  font-weight: 500;
  font-size: 0.74rem;
  color: var(--text-muted);
}
.zip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.zip-pill {
  padding: 10px 18px;
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: all 0.15s ease;
}
.zip-pill:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-1px); }

/* ============== Trust grid ============== */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.trust-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: all 0.2s ease;
}
.trust-card:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.trust-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--orange-bg);
  color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.trust-icon svg { width: 24px; height: 24px; }
.trust-card h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
.trust-card p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* ============== FAQ ============== */
.faq-list { margin-top: 56px; border-top: 1px solid var(--border); }
.faq-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
}
.faq-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--orange);
  letter-spacing: 0.02em;
}
.faq-item h3 { font-size: 1.22rem; margin-bottom: 14px; color: var(--navy); }
.faq-item p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.78;
  margin: 0;
  max-width: 780px;
}

/* ============== CTA banner ============== */
.cta-banner {
  background: var(--navy);
  color: #fff;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--leaf) 100%);
}
.cta-banner::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(31,157,87,0.15) 0%, transparent 50%);
  pointer-events: none;
}
.cta-banner .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
  position: relative; z-index: 1;
}
.cta-banner h2 { color: #fff; max-width: 640px; margin: 0; }
.cta-banner h2 .accent { color: var(--leaf); font-style: italic; font-weight: 500; }
.cta-banner .ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============== Footer ============== */
.footer {
  background: var(--navy-deeper);
  color: #94a3b8;
  padding: 88px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer .brand { color: #fff; }
.footer .brand-text { color: #fff; }
.footer .brand-text em { color: var(--leaf); }
.footer p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #94a3b8;
  max-width: 320px;
  margin-top: 18px;
}
.footer h4 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer ul li { margin-bottom: 12px; }
.footer ul li a {
  color: #94a3b8;
  font-size: 0.92rem;
  transition: color 0.15s ease;
}
.footer ul li a:hover { color: var(--leaf); }
.footer .nap p { margin-top: 0; margin-bottom: 8px; color: #cbd5e1; max-width: none; }
.footer .nap p:first-of-type { color: #fff; font-weight: 600; }
.footer .nap a { color: var(--leaf); font-weight: 500; }
.legal {
  padding-top: 28px;
  border-top: 1px solid #1a2841;
  font-size: 0.82rem;
  color: #64748b;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
.legal-links { display: flex; gap: 24px; }
.legal-links a { color: #64748b; }
.legal-links a:hover { color: #94a3b8; }

/* ============== Mobile nav toggle (hamburger) ============== */
.nav-toggle-cb { display: none; }
.nav-toggle {
  display: none;            /* shown only <=1024px, and only where the label exists in markup */
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 42px;
  padding: 11px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--navy); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle-cb:checked ~ .header-cta .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle-cb:checked ~ .header-cta .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-toggle-cb:checked ~ .header-cta .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero trust badges: float over the photo on desktop, collapse into a tidy row on mobile */
.hero-badges { display: contents; }

/* ============== Responsive ============== */
@media (max-width: 1100px) {
  .nav-links { gap: 20px; }
  .nav-links > a { font-size: 0.9rem; }
  .tel-link { display: none; }
}
@media (max-width: 1024px) {
  section { padding: 72px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-illustration { max-width: 480px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split-img { max-width: 540px; margin: 0 auto; aspect-ratio: 4 / 3; }
  .coverage-split { grid-template-columns: 1fr; gap: 32px; }
  .coverage-map-frame { min-height: 360px; }
  .stats-band-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .services-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; }
  .bento-card, .bento-card.bento-featured { grid-column: span 1; grid-row: auto; }
  .signs-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }

  /* ---- Mobile nav: hamburger panel (only active where the toggle exists in markup) ---- */
  .nav-toggle { display: inline-flex; }
  .nav-toggle-cb ~ .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-top: 1px solid var(--border-soft);
    box-shadow: var(--shadow-lg);
    padding: 6px 20px 18px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    display: none;
  }
  .nav-toggle-cb:checked ~ .nav-links { display: flex; }
  .nav-toggle-cb ~ .nav-links > a,
  .nav-toggle-cb ~ .nav-links .nav-dropdown > a {
    padding: 15px 2px;
    font-size: 1.02rem;
    border-bottom: 1px solid var(--border-soft);
  }
  .nav-toggle-cb ~ .nav-links > a::after { display: none; }
  .nav-toggle-cb ~ .nav-links .nav-dropdown { position: static; }
  .nav-toggle-cb ~ .nav-links .nav-dropdown > a::after { content: ''; margin: 0; }
  .nav-toggle-cb ~ .nav-links .nav-dropdown-menu { display: none !important; }
}
@media (max-width: 720px) {
  .topbar { font-size: 0.78rem; }
  .topbar .sep { display: none; }
  .header-inner { gap: 12px; }
  section { padding: 56px 0; }
  .hero { padding: 56px 0 72px; }
  .stats-band { padding: 56px 0; }
  .stats-band-inner { grid-template-columns: 1fr; gap: 24px; }
  .services-bento, .signs-grid, .trust-grid, .process-grid { grid-template-columns: 1fr; }
  /* Hero badges become a centered, wrapping row beneath the photo (no overlap) */
  .hero-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
  .hero-badges .hero-illust-badge { position: static; box-shadow: var(--shadow-md); }
  .pest-table { font-size: 0.85rem; }
  .pest-table thead th, .pest-table tbody td { padding: 12px 14px; }
  .faq-item { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-banner { padding: 64px 0; }
}
@media (max-width: 520px) {
  .brand-text { font-size: 1.05rem; }
  .brand-text small { display: none; }
  .brand-mark { width: 38px; height: 38px; font-size: 1rem; }
  .header-inner { gap: 10px; }
  .header-cta { gap: 8px; }
  .header-cta .btn-accent { padding: 9px 13px; font-size: 0.85rem; }
}

@media print {
  .topbar, .site-header, .footer, .cta-banner, .ticker-band { display: none; }
}

/* ============================================
   Service-area map info strip (NAP under map)
   ============================================ */
.map-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  gap: 16px;
  margin-top: 36px;
  padding: 26px 28px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.map-info-item { display: flex; gap: 14px; align-items: flex-start; }
.map-info-item .ico {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--orange-bg); color: var(--orange);
}
.map-info-item .ico svg { width: 20px; height: 20px; }
.map-info-item h4 {
  margin-bottom: 3px; color: var(--navy);
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
}
.map-info-item p { margin: 0; color: var(--text-muted); font-size: 0.96rem; line-height: 1.5; }
.map-info-item a { color: var(--text-muted); font-weight: 600; }
.map-info-item a:hover { color: var(--orange); }

/* ============================================
   Long-form SEO content block
   ============================================ */
.seo-content { max-width: 940px; margin: 0 auto; }
.seo-content .lead { font-size: 1.14rem; color: var(--text); line-height: 1.75; margin-bottom: 1.2em; }
.seo-content h3 {
  margin-top: 1.8em; margin-bottom: 0.5em; color: var(--navy);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}
.seo-content p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.8; margin-bottom: 1.05em; }
.seo-content a { font-weight: 600; }
.seo-content strong { color: var(--navy); }
