:root {
  --ink: #10201a;
  --muted: #617168;
  --green: #0c7a4d;
  --green2: #159a63;
  --lime: #dff6df;
  --cream: #f8fbf7;
  --white: #fff;
  --amber: #ffb423;
  --red: #c33d2e;
  --line: #dce8df;
  --shadow: 0 18px 50px rgba(22, 65, 45, 0.14);
}
/* FindHelpPest.Us Header Logo */
.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;

  background: #ffffff;
  border-radius: 12px;
  padding: 4px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Keep logo and brand name aligned */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 768px) {
  .brand-logo {
    width: 44px;
    height: 44px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .brand-logo {
    width: 40px;
    height: 40px;
    padding: 3px;
  }

  .brand {
    gap: 8px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  width: min(1160px, 92%);
  margin: auto;
}
.topbar {
  background: #0c2f20;
  color: #fff;
  font-size: 14px;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}
.topbar strong {
  color: #bff6d1;
}
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220, 232, 223, 0.9);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
}
.brand {
  text-decoration: none;
  font-weight: 900;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-badge {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: white;
  box-shadow: 0 8px 20px rgba(12, 122, 77, 0.25);
}
nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #315043;
}
nav a:hover {
  color: var(--green);
}
.call-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #fff;
  font-weight: 900;
  padding: 13px 20px;
  box-shadow: 0 10px 26px rgba(12, 122, 77, 0.28);
  border: none;
  cursor: pointer;
}
.call-btn:hover,
.btn:hover {
  transform: translateY(-1px);
}
.btn.secondary {
  background: white;
  color: var(--green);
  border: 1px solid #bcd8c7;
  box-shadow: none;
}
.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      90deg,
      rgba(10, 42, 29, 0.96),
      rgba(10, 42, 29, 0.78) 52%,
      rgba(10, 42, 29, 0.18)
    ),
    url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1800&q=82')
      center/cover;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: white;
}
.hero:after {
  content: '';
  position: absolute;
  inset: auto -120px -190px auto;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 180, 35, 0.18);
  filter: blur(3px);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 72px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 800;
  font-size: 13px;
}
.hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  margin: 20px 0 18px;
  letter-spacing: -2.7px;
}
.hero p {
  font-size: 19px;
  max-width: 650px;
  color: #e8f5ec;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 20px;
}
.hero-phone {
  font-size: 25px;
  padding: 16px 25px;
  background: var(--amber);
  color: #162119;
  box-shadow: 0 14px 35px rgba(255, 180, 35, 0.28);
}
.hero .btn.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
}
.micro {
  font-size: 13px;
  color: #d6e8dc;
  max-width: 630px;
}
.trustbar {
  margin-top: -34px;
  position: relative;
  z-index: 4;
}
.trustgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line);
}
.trust {
  padding: 22px;
  border-right: 1px solid var(--line);
}
.trust:last-child {
  border-right: 0;
}
.trust b {
  display: block;
  font-size: 16px;
}
.trust span {
  font-size: 13px;
  color: var(--muted);
}
.section {
  padding: 78px 0;
}
.section.compact {
  padding: 52px 0;
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}
.section-head .kicker {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}
.section h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin: 8px 0 14px;
}
.section-head p {
  color: var(--muted);
  font-size: 17px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(26, 78, 53, 0.07);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--lime);
  font-size: 27px;
  margin-bottom: 17px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 21px;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}
.visual {
  min-height: 440px;
  border-radius: 26px;
  background: linear-gradient(rgba(10, 42, 29, 0.12), rgba(10, 42, 29, 0.1)),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=1200&q=82')
      center/cover;
  box-shadow: var(--shadow);
}
.checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.check i {
  font-style: normal;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--green);
  font-weight: 900;
  flex: 0 0 28px;
}
.cta-band {
  background: linear-gradient(135deg, #0a2f20, #0c7a4d);
  color: white;
  border-radius: 28px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta-band h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 8px;
}
.cta-band p {
  margin: 0;
  color: #d9eee2;
}
.cta-band .call-btn {
  background: var(--amber);
  color: #17251e;
  white-space: nowrap;
}
.pest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pest {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.pest-art {
  height: 140px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, #effced, #dff2e4);
  font-size: 70px;
}
.pest-body {
  padding: 18px;
}
.pest-body h3 {
  margin: 0 0 6px;
}
.pest-body p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.quote {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.quote h3 {
  font-size: 29px;
  margin: 0 0 10px;
}
.quote .number {
  font-size: 32px;
  font-weight: 950;
  color: var(--green);
  letter-spacing: -1px;
  display: block;
  margin: 18px 0;
}
.quote small {
  display: block;
  color: var(--muted);
  margin-top: 13px;
}
.notice {
  background: #fff8e7;
  border: 1px solid #f6d98d;
  border-radius: 18px;
  padding: 20px;
  color: #594516;
}
.notice strong {
  display: block;
  margin-bottom: 5px;
}
.faq details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 17px 20px;
  margin: 10px 0;
}
.faq summary {
  font-weight: 800;
  cursor: pointer;
}
.faq p {
  color: var(--muted);
  margin-bottom: 0;
}
.page-hero {
  padding: 72px 0 50px;
  background: linear-gradient(135deg, #e8f8ed, #fff);
  border-bottom: 1px solid var(--line);
}
.page-hero .kicker {
  color: var(--green);
  font-weight: 900;
}
.page-hero h1 {
  font-size: clamp(38px, 6vw, 62px);
  letter-spacing: -2px;
  line-height: 1.04;
  margin: 9px 0 14px;
}
.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.legal {
  max-width: 900px;
}
.legal h2 {
  font-size: 27px;
  margin-top: 34px;
}
.legal p,
.legal li {
  color: #52655b;
}
.legal a {
  color: var(--green);
}
footer {
  background: #0d261c;
  color: #dbe9df;
  margin-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
  padding: 46px 0;
}
.footer-grid h4 {
  color: white;
  margin: 0 0 12px;
}
.footer-grid a {
  display: block;
  color: #cfe0d4;
  text-decoration: none;
  margin: 8px 0;
  font-size: 14px;
}
.footer-grid p {
  font-size: 14px;
  color: #bcd0c2;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0 90px;
  font-size: 12px;
  color: #a8bcb0;
}
.sticky-call {
  display: none;
}
@media (max-width: 900px) {
  nav {
    display: none;
    position: absolute;
    left: 4%;
    right: 4%;
    top: 72px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  nav.open {
    display: flex;
  }
  .menu {
    display: block;
  }
  .nav > .call-btn {
    display: none;
  }
  .hero {
    min-height: 560px;
  }
  .trustgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust:nth-child(2) {
    border-right: 0;
  }
  .trust:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .grid-3,
  .pest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .split {
    grid-template-columns: 1fr;
  }
  .visual {
    min-height: 340px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .topbar .wrap {
    justify-content: center;
    text-align: center;
  }
  .topbar .wrap span:last-child {
    display: none;
  }
  .hero-content {
    padding: 58px 0 76px;
  }
  .hero h1 {
    letter-spacing: -1.8px;
  }
  .hero p {
    font-size: 17px;
  }
  .hero-phone {
    width: 100%;
    font-size: 21px;
  }
  .hero-actions .secondary {
    width: 100%;
  }
  .trustbar {
    margin-top: -28px;
  }
  .grid-3,
  .pest-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 58px 0;
  }
  .cta-band {
    padding: 28px;
  }
  .cta-band .call-btn {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .sticky-call {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 90;
    background: var(--amber);
    color: #18231e;
    text-decoration: none;
    border-radius: 999px;
    padding: 15px 18px;
    font-weight: 950;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(20, 35, 27, 0.28);
  }
  .footer-bottom {
    padding-bottom: 100px;
  }
}
