:root {
  --green: #006434;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.section {
  padding-left: 5%;
  padding-right: 5%;
}

.section.hero-section {
  background-image: url('../images/one.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.cta {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.services {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.mobilehero.desktophidden, .section.desktop-hidden {
  display: none;
}

.section.singlepagelogo {
  border-bottom: 1px solid #b6b6b6;
  padding-top: 14px;
  padding-bottom: 14px;
}

.section.innerpage {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo {
  width: 240px;
  margin-bottom: 100px;
}

.div-block {
  background-image: linear-gradient(90deg, #fff 41%, #fff6);
  padding: 30px;
}

.hero-call-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--green);
  justify-content: flex-start;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
  display: flex;
}

.image {
  width: 60px;
}

.rating {
  width: 30px;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.heading {
  font-size: 25px;
}

.text-span {
  font-weight: 700;
}

.heading-2 {
  font-size: 34px;
}

.logos {
  height: 50px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #949494;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e5f4ff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 45px 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.image-2 {
  border-radius: 50%;
}

.text-block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.button {
  background-color: var(--green);
  margin-bottom: 20px;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.check {
  width: 17px;
  height: 14px;
}

.green {
  color: var(--green);
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 34px;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-3 {
  width: 30px;
  height: 30px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider {
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph {
  margin-left: 45px;
}

.paragraph-2 {
  margin-top: 20px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
}

.div-block-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insecticon {
  width: 60px;
  height: 60px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70vw;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.text-block-2 {
  text-align: center;
  width: 140px;
  margin-top: 12px;
  font-weight: 600;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: var(--green);
  background-color: #adffd8;
  padding: 6px 10px;
}

.heading-8 {
  font-size: 26px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.paragraph-3 {
  text-align: center;
}

.button-2 {
  background-color: var(--green);
  border-radius: 30px;
  margin-top: 15px;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  width: 220px;
  margin-bottom: 30px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-19 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.paragraph-4 {
  font-size: 10px;
}

.div-block-20 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pagelogo {
  width: 220px;
}

.heading-10 {
  text-align: center;
}

.black {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
  }

  .logos {
    height: 35px;
  }

  .div-block-5 {
    grid-template-columns: .75fr 1fr;
  }

  .button {
    padding: 10px;
  }

  .div-block-14 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    grid-template-columns: 3fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.hero-section {
    display: none;
  }

  .section.mobilehero {
    background-color: #040018;
  }

  .section.mobilehero.desktophidden {
    display: block;
  }

  .section.hide {
    display: none;
  }

  .section.mobile-view {
    margin-top: 135px;
  }

  .section.desktop-hidden {
    display: block;
  }

  .div-block-5 {
    grid-template-columns: 1.5fr;
  }

  .div-block-6 {
    display: none;
  }

  .check.mobilecheck {
    width: 15px;
    height: 15px;
  }

  .div-block-17 {
    grid-template-columns: 3fr;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .mobile-logo {
    width: 200px;
  }

  .div-block-22 {
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .mobileratingicon {
    width: 25px;
    height: 25px;
  }

  .div-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 70vw;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .div-block-25 {
    margin-bottom: -135px;
  }

  .call-link {
    color: #fff;
    text-decoration: none;
  }

  .text-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 32px;
  }

  .button-2 {
    font-size: 16px;
  }

  .div-block-24 {
    width: 90vw;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block-4 {
    text-align: center;
  }
}

/* ── Site Navigation ── */
.site-nav {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 5%;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.site-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-nav-logo {
  height: 44px;
  width: auto;
  display: block;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav-link {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.site-nav-link:hover,
.site-nav-link[aria-current="page"] {
  color: #006434;
}

.site-nav-cta {
  background-color: #006434;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav-cta:hover {
  background-color: #004f2a;
}

/* ── Contact Form ── */
.contact-form {
  background: #f4f8f4;
  border: 1px solid #d4e8d4;
  border-radius: 8px;
  padding: 30px;
  margin-top: 24px;
  max-width: 600px;
}

.contact-form h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #006434;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 13px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #006434;
}

.form-group textarea {
  height: 110px;
  resize: vertical;
}

.form-submit {
  background-color: #006434;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  margin-top: 6px;
}

.form-submit:hover {
  background-color: #004f2a;
}

@media screen and (max-width: 767px) {
  .site-nav-links {
    gap: 14px;
  }

  .site-nav-link {
    display: none;
  }

  .site-nav-cta {
    font-size: 13px;
    padding: 9px 16px;
  }
}

/* ── FAQ Section ── */
.faq-section {
  background-color: #f4fdf7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-inner {
  max-width: 820px;
  margin: 0 auto;
}

.faq-intro {
  text-align: center;
  margin-bottom: 30px;
}

.faq-list {
  margin-top: 10px;
}

.faq-item {
  border-bottom: 1px solid #d4e8d4;
}

.faq-item:first-child {
  border-top: 1px solid #d4e8d4;
}

.faq-question {
  font-weight: 600;
  font-size: 15px;
  padding: 18px 44px 18px 2px;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: #1a1a1a;
  line-height: 22px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #006434;
  line-height: 1;
  font-weight: 300;
}

details[open] .faq-question::after {
  content: '\2212';
}

.faq-answer {
  padding: 4px 4px 18px;
  color: #444;
  line-height: 22px;
  font-size: 14px;
}

.faq-answer p {
  margin: 0 0 8px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* ── Brand Comparison Banner ── */
.brand-compare {
  background-color: #fff8e1;
  border-left: 4px solid #006434;
  padding: 22px 28px;
  margin: 30px 0;
  border-radius: 0 6px 6px 0;
}

.brand-compare p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

/* ── Keyword-rich call strip ── */
.call-strip {
  background-color: #006434;
  color: #fff;
  text-align: center;
  padding: 18px 5%;
  font-size: 18px;
  font-weight: 700;
}

.call-strip a {
  color: #adffd8;
  text-decoration: none;
  font-size: 24px;
}

.call-strip a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq-question {
    font-size: 14px;
  }

  .brand-compare {
    padding: 16px 18px;
  }

  .call-strip {
    font-size: 15px;
  }

  .call-strip a {
    font-size: 20px;
  }
}

/* ═══════════════════════════════════════════
   MOBILE URGENCY & CALL-CONVERSION SYSTEM
   ═══════════════════════════════════════════ */

/* ── Keyframe animations ── */
@keyframes pulse-glow {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
  70%  { box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@keyframes blink-live {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.15; }
}

@keyframes bar-pulse {
  0%   { box-shadow: 0 -4px 16px rgba(204,0,0,0.55); }
  50%  { box-shadow: 0 -4px 32px rgba(204,0,0,0.85); }
  100% { box-shadow: 0 -4px 16px rgba(204,0,0,0.55); }
}

@keyframes bounce-up {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-3px); }
}

/* ── Availability badge ── */
.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 230, 100, 0.14);
  border: 1px solid rgba(0, 230, 100, 0.32);
  color: #7fffc4;
  border-radius: 30px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.avail-dot {
  width: 8px;
  height: 8px;
  background: #00e87a;
  border-radius: 50%;
  flex-shrink: 0;
  animation: blink-live 1.4s ease-in-out infinite;
}

/* ── Urgency tag ── */
.urgency-tag {
  display: inline-block;
  background: #ff3b30;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}

/* ── Mobile hero phone number ── */
.mobile-hero-phone {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
  margin: 6px 0 2px;
}

.mobile-hero-phone:hover { color: #adffd8; }

/* ── Mobile social proof ── */
.mobile-social-proof {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 10px;
  text-align: center;
}

/* ── Override mobile hero CTA button → urgent red + pulse ── */
.section.mobilehero .button-2 {
  background: linear-gradient(135deg, #e03000, #b80000) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  padding: 20px 30px !important;
  letter-spacing: 0.3px;
  margin-top: 18px !important;
  width: 90%;
  max-width: 340px;
  text-align: center;
  animation: pulse-glow 2s infinite;
}

/* ── Sticky bottom call bar (mobile only) ── */
.mobile-call-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  /* Show sticky bar */
  .mobile-call-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #cc0000 0%, #960000 100%);
    animation: bar-pulse 3s ease-in-out infinite;
  }

  .mobile-call-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 20px 16px;
    text-decoration: none;
    color: #fff;
    gap: 3px;
  }

  .mobile-call-bar-main {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 1.2;
    animation: bounce-up 2s ease-in-out infinite;
  }

  .mobile-call-bar-sub {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.88;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  /* Pad body so bar doesn't cover footer content */
  body {
    padding-bottom: 82px;
  }

  /* Bigger heading in mobile hero */
  .heading-9 {
    font-size: 26px !important;
    line-height: 34px !important;
    font-weight: 800 !important;
    margin: 6px 0 !important;
  }

  /* Colored subheading */
  .text-block-3 {
    color: #adffd8;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
  }

  /* Mobile section padding */
  .section.mobile-view {
    margin-top: 135px;
  }

  /* Make in-content call buttons big on mobile */
  .section.mobile-view .button {
    font-size: 20px !important;
    width: 100%;
  }
}
