/* ============================================================
   PEST CONTROL LANDING — "Split hero + alternating rows"
   Forest #156043 · Leaf #1f9d63 · Gold #f5b22d · Ink #14241d
   ============================================================ */

:root {
  --forest: #156043;
  --forest-dark: #0f4a34;
  --leaf: #1f9d63;
  --gold: #f5b22d;
  --gold-dark: #e09c10;
  --ink: #14241d;
  --body: #3c4843;
  --muted: #6b7670;
  --line: #e3eae6;
  --mint: #f1f7f3;
  --shadow: 0 12px 30px rgba(16, 60, 42, .08);
  --shadow-lg: 0 22px 50px rgba(16, 60, 42, .14);
  --radius: 20px;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, Roboto, sans-serif;
  line-height: 1.6;
  color: var(--body);
  background: #fff;
  padding-top: 104px;
}

h1, h2, h3, .btn-number, .step-num { font-family: 'Plus Jakarta Sans', sans-serif; }
a { color: inherit; }

.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: 1.4rem; padding-right: 1.4rem; }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--leaf);
  margin-bottom: .7rem;
}
.eyebrow.danger { color: var(--gold-dark); }

.section-head { text-align: center; margin-bottom: 2.4rem; }
.section-head h2 { font-size: 2.1rem; font-weight: 800; color: var(--ink); letter-spacing: -.4px; }

.text-link {
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
}
.text-link:hover { color: var(--leaf); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  padding: 1rem 1.8rem;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary { background: var(--forest); color: #fff; box-shadow: 0 10px 24px rgba(21,96,67,.32); }
.btn-primary:hover { background: var(--forest-dark); transform: translateY(-2px); }
.btn-primary i { color: var(--gold); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 12px 28px rgba(245,178,45,.45); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-lg { padding: 1.05rem 2.1rem; }
.btn-stack { display: flex; flex-direction: column; align-items: center; line-height: 1.15; }
.btn-kicker { font-size: .78rem; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; opacity: .92; }
.btn-number { font-size: 1.5rem; font-weight: 800; }

/* ---------- Top strip ---------- */
.top-strip {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1100;
  background: var(--forest-dark);
  color: #dff3e8;
  text-align: center;
  font-size: .82rem;
  font-weight: 600;
  padding: 7px 12px;
}
.top-strip i { color: var(--gold); margin-right: 6px; }

/* ---------- Header ---------- */
header {
  position: fixed; top: 32px; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-content { display: flex; align-items: center; justify-content: space-between; padding-top: .7rem; padding-bottom: .7rem; }
.logo-img { height: 40px; width: auto; display: block; }
.header-right { display: flex; align-items: center; gap: 16px; }
.header-tagline { display: flex; flex-direction: column; text-align: right; line-height: 1.25; }
.ht-top { font-weight: 700; color: var(--ink); font-size: .95rem; }
.ht-sub { font-size: .78rem; color: var(--muted); }
.header-call {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--forest); color: #fff;
  font-weight: 800; font-size: 1.05rem; text-decoration: none;
  padding: .6rem 1.1rem; border-radius: 999px; white-space: nowrap;
}
.header-call:hover { background: var(--forest-dark); }
.header-call i { color: var(--gold); }

/* ============================================================
   SPLIT HERO
   ============================================================ */
.hero {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(31,157,99,.12), transparent 60%),
    linear-gradient(180deg, var(--mint), #fff);
  padding: 3.2rem 0 3.6rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 3rem;
}
.hero-copy .geo-block {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 600; font-size: .9rem; color: var(--forest);
  box-shadow: var(--shadow);
  margin-bottom: 1.2rem;
}
.geo-block .icon {
  width: 16px; height: 16px;
  background: url(../images/location_marker_5d12n9oqekd2.svg) center/contain no-repeat;
}
.hero-copy h1 {
  font-size: 3.2rem; font-weight: 800; line-height: 1.08;
  letter-spacing: -1px; color: var(--ink); margin-bottom: 1rem;
}
.hero-copy h1 .hl { color: var(--leaf); }
.hero-sub { font-size: 1.18rem; color: var(--body); max-width: 520px; margin-bottom: 1.8rem; }

.hero-cta { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse {
  0%,100% { transform: scale(1); box-shadow: 0 10px 24px rgba(21,96,67,.3); }
  50% { transform: scale(1.03); box-shadow: 0 16px 34px rgba(21,96,67,.42); }
}

.hero-points {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 1.5rem;
}
.hero-points li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); }
.hero-points i { color: var(--leaf); }

/* hero media */
.hero-media { position: relative; }
.hero-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3.4;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-badge {
  position: absolute; top: 16px; left: 16px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(20,36,29,.82);
  color: #fff; padding: 9px 14px; border-radius: 14px;
  font-size: .82rem; line-height: 1.2;
}
.hero-badge .hb-icon i { color: #4ade80; font-size: .6rem; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero-rating-card {
  position: absolute; bottom: -22px; right: -10px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 14px 18px; text-align: center;
}
.hrc-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 1px; }
.hrc-text { font-size: .86rem; color: var(--body); }
.hrc-text strong { color: var(--ink); }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trustbar { background: var(--ink); color: #e7eeea; }
.trustbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px 20px;
  padding-top: 1rem; padding-bottom: 1rem;
}
.tb-item { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .98rem; }
.tb-item i { color: var(--gold); font-size: 1.15rem; }
.tb-note { font-size: .7rem; opacity: .6; font-weight: 400; }
.trustbar-disclaimer {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: .6rem 1.4rem;
  font-size: .72rem;
  color: rgba(255,255,255,.5);
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ============================================================
   3-STEP ROW
   ============================================================ */
.steps-section { padding: 4rem 0; background: #fff; }
.steps-row { display: flex; align-items: stretch; justify-content: center; gap: 0; }
.step {
  flex: 1; max-width: 320px;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  text-align: center;
}
.step-num {
  width: 52px; height: 52px; margin: 0 auto 1rem;
  border-radius: 50%; background: var(--gold); color: var(--ink);
  font-weight: 800; font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(245,178,45,.4);
}
.step h3 { font-size: 1.2rem; font-weight: 800; color: var(--forest); margin-bottom: .5rem; }
.step p { font-size: .95rem; color: var(--body); }
.step-arrow { display: flex; align-items: center; padding: 0 14px; color: var(--line); font-size: 1.6rem; }
.step-arrow i { color: #c2d3ca; }

/* ============================================================
   ALTERNATING ROWS
   ============================================================ */
.rows { padding: 1rem 0 4rem; background: linear-gradient(180deg, #fff, var(--mint)); }
.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}
.frow:last-child { border-bottom: none; }
.frow.reverse .frow-text { order: 2; }
.frow.reverse .frow-media { order: 1; }

.frow-text h2 { font-size: 2rem; font-weight: 800; color: var(--ink); line-height: 1.18; letter-spacing: -.4px; margin-bottom: 1rem; }
.frow-text p { margin-bottom: 1rem; }
.frow-text .btn { margin-top: 1.2rem; }

.frow-media img {
  width: 100%; height: 100%; max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.callout {
  display: flex; gap: 12px; align-items: flex-start;
  background: #fff7e8; border: 1px solid #f6e2b4;
  border-radius: 14px; padding: 1rem 1.1rem; margin: 1rem 0;
  font-weight: 600; color: #5b4a1e;
}
.callout i { color: var(--gold-dark); font-size: 1.2rem; margin-top: 2px; }

/* benefit list */
.benefit-list { list-style: none; margin: .6rem 0 0; }
.benefit-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: .6rem 0; border-bottom: 1px solid var(--line); color: var(--body);
}
.benefit-list li:last-child { border-bottom: none; }
.benefit-list i {
  flex: 0 0 22px; height: 22px; margin-top: 2px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--leaf); color: #fff; border-radius: 50%; font-size: .7rem;
}
.benefit-list strong { color: var(--ink); }

/* pest grid */
.pest-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.1rem; }
.pest {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: .5rem .9rem; font-size: .9rem; font-weight: 600; color: var(--ink);
}
.pest i { color: var(--leaf); font-size: .8rem; }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { padding: 4rem 0; background: var(--mint); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.quote-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.7rem 1.6rem;
  display: flex; flex-direction: column;
}
.qc-stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: .7rem; }
.quote-card blockquote { font-style: italic; color: var(--ink); line-height: 1.55; margin-bottom: 1.2rem; flex: 1; }
.quote-card figcaption { display: flex; align-items: center; gap: 12px; }
.qc-avatar {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%;
  background: var(--forest); color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.qc-meta { display: flex; flex-direction: column; line-height: 1.25; }
.qc-meta strong { color: var(--ink); }
.qc-verified { font-size: .8rem; color: var(--leaf); font-weight: 600; }
.qc-verified i { margin-right: 4px; }

/* ============================================================
   FINAL CTA BAND
   ============================================================ */
.final-band { background: linear-gradient(135deg, var(--forest), var(--forest-dark)); color: #fff; padding: 3.4rem 0; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.final-text { flex: 1; min-width: 280px; }
.final-text h2 { font-size: 2rem; font-weight: 800; margin-bottom: .7rem; }
.final-text p { color: rgba(255,255,255,.9); max-width: 560px; margin-bottom: .6rem; }
.final-points { font-weight: 600; }
.final-points i { color: var(--gold); margin-right: 4px; }
.final-cta { flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--ink); color: #d7dedb; padding: 3rem 1.2rem 5.5rem; text-align: center; }
.footer-cta { max-width: 760px; margin: 0 auto 1.8rem; }
.footer-cta h3 { font-size: 1.6rem; color: #fff; margin-bottom: .7rem; }
.footer-cta p { font-size: 1.25rem; line-height: 1.8; }
.footer-cta a { color: var(--gold); font-weight: 800; text-decoration: none; }
.footer-column { display: flex; justify-content: center; margin-bottom: 1.4rem; }
.footer-column ul { list-style: none; display: flex; gap: 1.6rem; }
.footer-column a { color: #aab4af; text-decoration: none; font-size: .92rem; }
.footer-column a:hover { color: #fff; }
.disclaimer { max-width: 900px; margin: 0 auto; font-size: .76rem; color: #8b958f; }
.diskl { display: block; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 5px; margin-bottom: 10px; font-weight: 700; }
.diskl-text { display: block; }

/* ============================================================
   MOBILE STICKY CALL BAR
   ============================================================ */
.mobile-sticky-cta-box {
  display: none; position: fixed; bottom: -120%; left: 0; right: 0; z-index: 1200;
  background: #fff; box-shadow: 0 -4px 20px rgba(0,0,0,.16);
  padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
  transition: bottom .3s ease-in-out;
}
.mobile-sticky-cta-box.visible { bottom: 0; }
.mobile-sticky-cta-box .btn { font-size: 1.16rem; padding: .9rem 1rem; }
.mobile-sticky-cta-box .arrow { margin-left: 4px; }
.sticky-bullet-points { display: flex; justify-content: space-around; font-size: .72rem; font-weight: 600; color: var(--muted); margin-top: 7px; }

/* ============================================================
   POPUPS
   ============================================================ */
.popup { display: none; position: fixed; inset: 0; background: rgba(20,36,29,.7); z-index: 2000; overflow-y: auto; }
.popup-content { background: #fff; margin: 5% auto; padding: 30px; width: 90%; max-width: 800px; border-radius: 16px; position: relative; color: var(--body); }
.popup-content h2 { color: var(--ink); margin-bottom: 18px; }
.popup-content h3 { color: var(--ink); margin: 18px 0 8px; }
.popup-content ul { padding-left: 20px; margin-bottom: 10px; }
.popup-content button { position: sticky; bottom: 10px; margin-top: 20px; background: var(--forest); color: #fff; border: none; padding: 11px 26px; border-radius: 999px; font-weight: 700; cursor: pointer; }
.popup-content button:hover { background: var(--forest-dark); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .hero-media { max-width: 520px; }
  .hero-rating-card { right: 10px; }
  .frow, .frow.reverse .frow-text, .frow.reverse .frow-media { grid-template-columns: 1fr; }
  .frow { grid-template-columns: 1fr; gap: 1.6rem; }
  .frow.reverse .frow-text { order: 0; }
  .frow.reverse .frow-media { order: 0; }
  .frow-media { order: -1; }
  .reviews-grid { grid-template-columns: 1fr; }
  .steps-row { flex-direction: column; align-items: center; gap: 1rem; }
  .step { max-width: 480px; width: 100%; }
  .step-arrow { transform: rotate(90deg); padding: 4px 0; }
}

@media (max-width: 768px) {
  body { padding-top: 100px; }
  .header-tagline { display: none; }
  .hero-copy h1 { font-size: 2.3rem; }
  .hero-sub { font-size: 1.05rem; }
  .hero-cta { width: 100%; }
  .btn-number { font-size: 1.4rem; }
  .section-head h2, .frow-text h2, .final-text h2 { font-size: 1.55rem; }
  .trustbar-inner { justify-content: center; }
  .tb-item { font-size: .88rem; }
  .final-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .final-points { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
  .final-cta { width: 100%; }
  .mobile-sticky-cta-box { display: block; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 1.95rem; }
  .popup-content { padding: 20px; }
}
