* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfaf3;
}

.home-page {
  color: #10263a;
  background: #fbfaf3;
}

.home-header-logo img {
  object-fit: contain;
}

.real-home-hero {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 660px;
  border-bottom: 7px solid #173d1e;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(90deg, #fffdf5 0%, #fffdf5 62%, rgba(255, 253, 245, 0.7) 100%);
}

.real-home-hero-copy {
  padding: 38px 44px 48px 58px;
}

.real-home-logo {
  display: block;
  width: min(290px, 54%);
  height: auto;
  margin: 0 0 18px;
}

.real-home-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 70px;
  line-height: 0.98;
  text-transform: uppercase;
}

.real-home-hero-copy > p:not(.contact-kicker) {
  max-width: 680px;
  margin: 22px 0 24px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

.real-home-hero-photo {
  position: relative;
  min-height: 660px;
  background:
    linear-gradient(90deg, rgba(255, 253, 245, 0.35), rgba(255, 253, 245, 0)),
    url("assets/multiple-dogs-service.png") center / cover no-repeat;
}

.hero-sign-card {
  position: absolute;
  right: 7%;
  top: 11%;
  width: min(270px, 44%);
  padding: 22px 18px 16px;
  border: 6px solid #173d1e;
  border-radius: 6px;
  color: #10263a;
  background: rgba(255, 253, 245, 0.96);
  box-shadow: 0 10px 0 rgba(16, 38, 58, 0.16);
  transform: rotate(5deg);
  text-align: center;
}

.hero-sign-card strong,
.hero-sign-card span {
  display: block;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.hero-sign-card strong {
  font-size: 32px;
}

.hero-sign-card strong:nth-child(2) {
  color: #4b8f2d;
}

.hero-sign-card span {
  margin-top: 16px;
  padding: 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #173d1e;
  font-size: 24px;
}

.real-hero-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  max-width: 720px;
}

.real-hero-bullets span,
.home-value-strip span,
.real-feature-grid span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px 14px;
  border: 2px solid rgba(75, 143, 45, 0.5);
  border-radius: 999px;
  color: #10263a;
  background: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.home-value-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 24px 44px;
  border-bottom: 6px solid #173d1e;
  background: #10263a;
}

.home-value-strip span {
  color: #ffffff;
  background: rgba(75, 143, 45, 0.28);
  border-color: rgba(255, 255, 255, 0.18);
}

.real-home-section {
  padding: 50px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
}

.real-home-section h2,
.price-preview-section h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 58px;
  line-height: 1;
  text-transform: uppercase;
}

.real-home-section p,
.price-preview-section p {
  max-width: 980px;
  margin: 18px 0 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.why-real-section,
.price-preview-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 204, 61, 0.2), transparent 18%),
    #fbfaf3;
}

.real-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.includes-real-section,
.service-area-real-section,
.local-care-section {
  text-align: center;
}

.includes-real-section .clean-list-grid,
.service-area-real-section .service-area-chip-grid {
  margin-top: 28px;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-service-card {
  overflow: hidden;
  border: 2px solid rgba(16, 38, 58, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(23, 61, 30, 0.1);
}

.service-preview-icon {
  display: grid;
  place-items: center;
  min-height: 150px;
  color: #ffffff;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 204, 61, 0.28), transparent 24%),
    linear-gradient(135deg, #10263a, #173d1e);
  font-size: 54px;
}

.home-service-card h3 {
  margin: 0;
  padding: 22px 22px 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.home-service-card p {
  margin: 12px 0 0;
  padding: 0 22px 24px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.home-rental-section {
  background: linear-gradient(135deg, #10263a, #173d1e);
}

.home-rental-section h2,
.home-rental-section p {
  color: #ffffff;
}

.home-rental-section .rental-cleanup-list span {
  color: #10263a;
}

.guarantee-real-section {
  color: #ffffff;
  background: linear-gradient(135deg, #10263a, #173d1e);
  text-align: center;
}

.guarantee-real-section h2,
.guarantee-real-section p {
  color: #ffffff;
}

.price-preview-section {
  padding: 50px 44px;
  border-bottom: 6px solid #173d1e;
}

.price-preview-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 4px solid #4b8f2d;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(16, 38, 58, 0.14);
}

.price-preview-card span,
.price-preview-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.price-preview-card span {
  color: #10263a;
  background: #fffdf5;
}

.price-preview-card a {
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  text-decoration: none;
}

.home-final-cta {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(135deg, #10263a, #173d1e);
}

@media (max-width: 900px) {
  .real-home-hero,
  .why-real-section,
  .price-preview-section,
  .home-service-grid,
  .home-value-strip,
  .real-hero-bullets,
  .real-feature-grid {
    grid-template-columns: 1fr;
  }

  .real-home-hero-copy,
  .real-home-section,
  .price-preview-section {
    padding: 30px 18px;
  }

  .real-home-hero {
    min-height: 0;
  }

  .real-home-hero h1,
  .real-home-section h2,
  .price-preview-section h2 {
    font-size: 44px;
  }

  .real-home-hero-copy > p:not(.contact-kicker),
  .real-home-section p,
  .price-preview-section p {
    font-size: 18px;
  }

  .real-home-logo {
    width: min(230px, 70%);
  }

  .real-home-hero-photo {
    min-height: 420px;
  }

  .hero-sign-card {
    right: 5%;
    top: 7%;
    width: min(240px, 56%);
  }

  .home-value-strip {
    padding: 22px 18px;
  }

  .service-preview-icon {
    min-height: 130px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pricing-body {
  color: #111111;
  background: #fbfaf3;
  font-family: Arial, Helvetica, sans-serif;
}

.pricing-page {
  width: min(100%, 1365px);
  margin: 0 auto;
  overflow: hidden;
  background: #fbfaf3;
  --cream: #fbfaf3;
  --green: #4b8f2d;
  --dark-green: #173d1e;
  --black: #111111;
}

.pricing-header {
  height: 112px;
  display: grid;
  grid-template-columns: 250px 1fr 260px;
  align-items: center;
  gap: 28px;
  padding: 10px 44px;
  background: #fffef8;
}

.pricing-logo {
  display: block;
  width: 185px;
  height: 92px;
  overflow: hidden;
}

.pricing-logo img {
  display: block;
  width: auto;
  height: 92px;
  max-width: 100%;
  object-fit: contain;
}

.pricing-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  padding-top: 0;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.pricing-nav a {
  position: relative;
  color: #111111;
  text-decoration: none;
}

.pricing-nav a.active {
  color: #4b8f2d;
}

.pricing-nav a.active::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: -14px;
  height: 3px;
  background: #4b8f2d;
}

.pricing-phone {
  justify-self: end;
  padding: 14px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.14);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .pricing-header {
    grid-template-columns: 190px 1fr 210px;
    gap: 14px;
    padding: 10px 20px;
  }

  .pricing-logo {
    width: 164px;
  }

  .pricing-nav {
    gap: 20px;
    font-size: 17px;
  }

  .pricing-phone {
    padding: 13px 18px;
    font-size: 19px;
  }
}

.pricing-hero {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 560px;
  border-bottom: 5px solid #2d681c;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(135deg, #fbfaf3, #fffdf5);
}

.pricing-hero-copy {
  padding: 56px 52px 44px 74px;
}

.pricing-kicker {
  display: inline-block;
  margin: 0 0 20px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #111111;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-hero h1 {
  max-width: 640px;
  margin: 0;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 72px;
  line-height: 0.98;
  text-transform: uppercase;
}

.pricing-subheadline {
  max-width: 660px;
  margin: 24px 0 26px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

.pricing-promo {
  width: fit-content;
  padding: 20px 28px 18px;
  border: 4px solid #4b8f2d;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 0 rgba(17, 17, 17, 0.08);
  text-align: center;
}

.pricing-promo strong,
.pricing-promo span {
  display: block;
}

.pricing-promo strong {
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.pricing-promo span {
  margin-top: 4px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.pricing-hero-photo {
  min-height: 560px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 204, 61, 0.22), transparent 24%),
    linear-gradient(135deg, #10263a, #173d1e);
}

.pricing-support {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  padding: 34px 44px;
  border-bottom: 5px solid #2d681c;
  background: #fffdf5;
}

.support-card {
  min-height: 170px;
  padding: 28px 32px;
  border-radius: 8px;
  border: 1px solid #d7d0bf;
  background: #ffffff;
}

.support-card h2 {
  margin: 0 0 12px;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
}

.support-card p {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.fine-print-card p {
  font-size: 17px;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 28px 42px;
  background: #111111;
}

.trust-badges span {
  display: grid;
  min-height: 72px;
  place-items: center;
  padding: 10px;
  border: 2px solid #4b8f2d;
  border-radius: 999px;
  color: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.no-crap-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 48px 58px;
  border-bottom: 5px solid #2d681c;
  background:
    radial-gradient(circle at 90% 32%, rgba(75, 143, 45, 0.1) 0 7%, transparent 7.2%),
    #fbfaf3;
}

.no-crap-section h2 {
  margin: 0 0 14px;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}

.no-crap-section p {
  max-width: 820px;
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.42;
}

.pricing-cta {
  flex: 0 0 auto;
  padding: 19px 28px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  box-shadow: 0 5px 0 rgba(31, 75, 20, 0.55);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  text-decoration: none;
  white-space: nowrap;
}

.pricing-contact-strip {
  display: grid;
  grid-template-columns: 455px 430px 1fr;
  min-height: 310px;
  background: #fbfaf3;
}

.pricing-truck-panel {
  padding: 118px 34px 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 204, 61, 0.2), transparent 22%),
    linear-gradient(135deg, #10263a, #173d1e);
}

.pricing-truck-panel strong,
.pricing-truck-panel span {
  display: block;
  width: fit-content;
  padding: 6px 10px;
  background: rgba(17, 17, 17, 0.82);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  text-transform: uppercase;
}

.pricing-truck-panel strong {
  font-size: 30px;
}

.pricing-truck-panel span {
  margin-top: 8px;
  color: #73b54a;
  font-size: 24px;
}

.pricing-area-panel,
.pricing-quote-panel {
  padding: 30px 42px 24px;
  text-align: center;
}

.pricing-area-panel h2,
.pricing-quote-panel h2 {
  margin: 0 0 20px;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 33px;
  line-height: 1.05;
  text-transform: uppercase;
}

.pricing-area-panel img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.pricing-quote-panel {
  border-left: 1px solid rgba(17, 17, 17, 0.22);
}

.pricing-quote-panel a {
  display: block;
  margin: 18px 0;
  color: #111111;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 28px;
  text-decoration: none;
}

.pricing-quote-panel p {
  margin: 18px 0 0;
  color: #4b8f2d;
  font-family: "Comic Sans MS", "Marker Felt", cursive;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.12;
}

.pricing-footer {
  min-height: 58px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 34px;
  padding: 14px 24px;
  color: #ffffff;
  background: #151515;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.pricing-footer a,
.pricing-footer .footer-social-links {
  color: #ffffff;
  text-decoration: none;
}

.footer-social-links {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.pricing-footer .social-facebook::before {
  content: "ⓕ ";
  color: #72b447;
}

.pricing-footer .social-instagram::before {
  content: "◎ ";
  color: #72b447;
}

.home-seo-section {
  width: min(100%, 1365px);
  margin: 0 auto;
  padding: 44px;
  color: #10263a;
  background: #fffdf5;
  border-top: 6px solid #173d1e;
  font-family: Arial, Helvetica, sans-serif;
}

.home-info-section {
  border-top: 0;
  border-bottom: 6px solid #173d1e;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 204, 61, 0.18), transparent 18%),
    #fffdf5;
}

.home-seo-section h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
}

.home-seo-section p {
  max-width: 980px;
  margin: 16px 0 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.home-trust-row,
.home-quick-links {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.home-trust-row {
  grid-template-columns: repeat(5, 1fr);
}

.home-trust-row span,
.home-quick-links a {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.home-trust-row span {
  border: 2px solid #4b8f2d;
  background: #ffffff;
}

.home-quick-links {
  grid-template-columns: repeat(3, 1fr);
}

.home-quick-links a {
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  box-shadow: 0 5px 0 rgba(16, 38, 58, 0.2);
  font-size: 21px;
  text-decoration: none;
}

.home-service-area {
  color: #4b8f2d;
  text-align: center;
}

.service-area-chip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
  max-width: 1040px;
}

.service-area-chip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 2px solid rgba(75, 143, 45, 0.55);
  border-radius: 999px;
  color: #10263a;
  background: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 4px 0 rgba(23, 61, 30, 0.08);
}

.home-footer {
  margin: 34px -44px -44px;
}

@media (max-width: 900px) {
  .pricing-header,
  .pricing-hero,
  .pricing-support,
  .no-crap-section,
  .pricing-contact-strip {
    grid-template-columns: 1fr;
  }

  .pricing-header {
    height: auto;
    justify-items: center;
    gap: 18px;
    padding: 18px 20px 24px;
  }

  .pricing-nav {
    flex-wrap: wrap;
    gap: 18px 24px;
    padding-top: 0;
  }

  .pricing-phone {
    justify-self: center;
  }

  .pricing-hero-copy {
    padding: 38px 24px;
  }

  .pricing-hero h1,
  .no-crap-section h2 {
    font-size: 46px;
  }

  .pricing-hero-photo {
    min-height: 360px;
  }

  .trust-badges {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-contact-strip {
    text-align: center;
  }
}

.pricing-page-v2 {
  background: #fbfaf3;
  color: #10263a;
}

.price-hero-v2 {
  display: grid;
  grid-template-columns: minmax(0, 960px);
  justify-content: center;
  border-bottom: 6px solid #173d1e;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 204, 61, 0.16), transparent 18%),
    #fbfaf3;
}

.price-hero-copy-v2 {
  padding: 34px 44px 42px;
  text-align: center;
}

.price-hero-logo-v2 {
  display: block;
  width: 190px;
  margin: 0 auto 12px;
}

.price-tagline-v2 {
  margin: 0 0 8px;
  color: #173d1e;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.price-main-subheadline-v2 {
  max-width: 640px;
  margin: 0 auto 15px;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.32;
}

.price-hero-v2 h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 68px;
  line-height: 0.98;
  text-transform: uppercase;
}

.price-hero-sub-v2 {
  max-width: 625px;
  margin: 16px auto 14px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.24;
}

.price-support-copy-v2 {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.price-support-copy-v2 {
  max-width: 650px;
  margin: 0 auto 18px;
  color: #173d1e;
  font-size: 17px;
  line-height: 1.32;
}

.price-grid-v2,
.addons-and-trust-v2,
.options-grid-v2 {
  display: grid;
  gap: 28px;
}

.price-grid-v2 {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  padding: 38px 44px 28px;
  background: #fffdf5;
}

.price-card-v2 {
  border: 2px solid rgba(16, 38, 58, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(23, 61, 30, 0.08);
  overflow: hidden;
}

.price-card-v2 h2,
.price-card-v2 h3 {
  margin: 0;
  padding: 22px 28px 18px;
  color: #ffffff;
  background: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
}

.price-card-v2 h3 {
  font-size: 34px;
}

.price-row-v2 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 17px 28px;
  border-bottom: 1px solid rgba(16, 38, 58, 0.13);
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
}

.price-row-v2 strong {
  color: #4b8f2d;
  text-align: right;
  white-space: nowrap;
}

.price-note-v2 {
  margin: 0;
  padding: 18px 28px 24px;
  color: #173d1e;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.weekly-claim-cta {
  display: grid;
  gap: 12px;
  margin: 0 28px 28px;
  padding: 18px 20px;
  border: 2px solid rgba(75, 143, 45, 0.22);
  border-radius: 12px;
  background: #fff8dc;
}

.weekly-claim-cta a {
  justify-self: start;
  min-height: 0;
  padding: 12px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #4b8f2d;
  box-shadow: 0 4px 0 rgba(16, 38, 58, 0.18);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.weekly-claim-cta p {
  margin: 0;
  color: #173d1e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.options-section-v2 {
  padding: 44px;
  background: #fffdf5;
  border-bottom: 6px solid #173d1e;
  text-align: center;
}

.options-section-v2 > h2,
.best-value-v2 h2,
.no-crap-section-v2 h2,
.bottom-cta-v2 h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 58px;
  line-height: 1;
  text-transform: uppercase;
}

.options-sub-v2,
.options-line-v2 {
  margin: 12px auto 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  line-height: 1.32;
}

.options-sub-v2 {
  max-width: 850px;
  font-size: 22px;
}

.options-line-v2 {
  color: #173d1e;
  font-size: 18px;
}

.options-grid-v2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  text-align: left;
}

.best-value-v2 {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 26px;
  padding: 34px 54px;
  color: #ffffff;
  background: linear-gradient(135deg, #173d1e, #4b8f2d);
  border-bottom: 6px solid #10263a;
}

.best-value-v2 h2 {
  color: #ffcc3d;
}

.best-value-v2 p,
.best-value-v2 span {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.3;
}

.monthly-addons-v2 {
  padding: 42px 44px;
  background: #fbfaf3;
  border-bottom: 6px solid #173d1e;
}

.no-crap-section-v2 {
  padding: 48px 58px;
  background:
    radial-gradient(circle at 92% 20%, rgba(75, 143, 45, 0.12) 0 8%, transparent 8.2%),
    #fffdf5;
  border-bottom: 6px solid #173d1e;
}

.no-crap-section-v2 p {
  max-width: 990px;
  margin: 18px 0 22px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.38;
}

.no-crap-section-v2 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.no-crap-section-v2 li {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px;
  border: 2px solid #4b8f2d;
  border-radius: 999px;
  background: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.bottom-cta-v2 {
  padding: 54px 44px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(135deg, #10263a, #173d1e);
  text-align: center;
}

.bottom-cta-v2 h2 {
  color: #ffffff;
  font-size: 70px;
}

.bottom-cta-v2 h2 span {
  color: #ffcc3d;
}

.bottom-cta-v2 p,
.bottom-contact-v2 a {
  color: #ffffff;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.bottom-cta-v2 p {
  margin: 10px 0 18px;
  font-size: 24px;
}

.bottom-contact-v2 {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 24px;
}

.bottom-contact-v2 a {
  font-size: 26px;
}

.bottom-button-v2 {
  display: inline-block;
  padding: 18px 32px;
  border-radius: 999px;
  color: #ffffff;
  background: #4b8f2d;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.32);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .price-hero-v2,
  .price-grid-v2,
  .addons-and-trust-v2,
  .options-grid-v2,
  .best-value-v2 {
    grid-template-columns: 1fr;
  }

  .price-hero-copy-v2 {
    padding: 28px 24px 38px;
  }

  .price-hero-v2 h1,
  .options-section-v2 > h2,
  .best-value-v2 h2,
  .no-crap-section-v2 h2,
  .bottom-cta-v2 h2 {
    font-size: 46px;
  }


  .price-grid-v2,
  .addons-and-trust-v2,
  .options-section-v2,
  .monthly-addons-v2,
  .no-crap-section-v2 {
    padding: 28px 18px;
  }

  .trust-badges,
  .no-crap-section-v2 ul {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-contact-v2 {
    flex-direction: column;
    gap: 10px;
  }
}

.contact-page {
  background: #fbfaf3;
  color: #10263a;
}

.contact-hero {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 620px;
  border-bottom: 6px solid #173d1e;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(135deg, #fbfaf3, #fffdf5);
}

.contact-hero-copy {
  padding: 34px 52px 46px 64px;
}

.contact-kicker {
  display: inline-block;
  margin: 6px 0 14px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #111111;
  box-shadow: 0 5px 0 rgba(23, 61, 30, 0.28);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.contact-hero h1 {
  margin: 0;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 84px;
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-hero-copy > p:not(.contact-kicker) {
  max-width: 660px;
  margin: 18px 0 22px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.28;
}

.contact-hero-photo {
  min-height: 620px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 204, 61, 0.22), transparent 24%),
    linear-gradient(135deg, #10263a, #173d1e);
}

.branded-hero-panel,
.branded-story-panel {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 34px;
  color: #ffffff;
  text-align: center;
}

.branded-hero-panel strong,
.branded-story-panel strong {
  color: #ffcc3d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 56px;
  line-height: 0.96;
  text-transform: uppercase;
}

.branded-hero-panel span,
.branded-story-panel span {
  min-width: min(320px, 100%);
  padding: 12px 18px;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.contact-badge-row,
.promise-badges {
  display: grid;
  gap: 12px;
}

.contact-badge-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 650px;
}

.contact-badge-row span,
.promise-badges span {
  display: grid;
  place-items: center;
  min-height: 50px;
  padding: 10px 14px;
  border: 2px solid #4b8f2d;
  border-radius: 999px;
  color: #10263a;
  background: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.conversion-cta-panel,
.form-text-cta,
.weekly-claim-cta {
  border: 3px solid #4b8f2d;
  border-radius: 16px;
  background: #fffdf5;
  box-shadow: 0 7px 0 rgba(16, 38, 58, 0.12);
}

.conversion-cta-panel {
  display: grid;
  gap: 10px;
  max-width: 690px;
  margin: 20px 0 22px;
  padding: 18px 20px;
}

.conversion-cta-panel p,
.conversion-cta-panel span,
.form-text-cta strong,
.form-text-cta span,
.weekly-claim-cta p {
  margin: 0;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  line-height: 1.26;
}

.conversion-cta-panel p {
  font-size: 21px;
}

.conversion-cta-panel span {
  color: #173d1e;
  font-size: 16px;
}

.conversion-cta-panel a,
.form-text-cta a,
.weekly-claim-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  box-shadow: 0 5px 0 rgba(16, 38, 58, 0.24);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.conversion-cta-urgent {
  border-color: #ffcc3d;
  background: linear-gradient(180deg, #fffdf5, #fff5cf);
}

.contact-main {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  padding: 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
}

.contact-card {
  border: 2px solid rgba(16, 38, 58, 0.18);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(23, 61, 30, 0.1);
  overflow: hidden;
}

.contact-info-card {
  padding: 34px;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border: 3px solid #4b8f2d;
  border-radius: 50%;
  color: #ffffff;
  background: #10263a;
  font-size: 34px;
}

.contact-card h2,
.service-area-contact h2,
.next-steps h2,
.contact-promise-panel h2 {
  margin: 0;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.contact-card h2 {
  color: #4b8f2d;
  font-size: 44px;
}

.contact-big-link,
.contact-email-link {
  display: block;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.contact-big-link {
  margin: 18px 0 8px;
  font-size: 36px;
}

.contact-email-link {
  font-size: 22px;
}

.contact-info-card dl {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.contact-info-card dl div {
  padding: 16px;
  border-radius: 12px;
  background: #fbfaf3;
}

.contact-info-card dt {
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.contact-info-card dd {
  margin: 4px 0 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.25;
}

.contact-info-card p {
  margin: 0 0 24px;
  color: #173d1e;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-actions a,
.quote-form-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  box-shadow: 0 5px 0 rgba(16, 38, 58, 0.25);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.contact-actions a {
  min-height: 50px;
  padding: 0 20px;
}

.quote-form-card h2 {
  padding: 24px 28px 20px;
  color: #ffffff;
  background: #10263a;
  font-size: 42px;
}

.quote-form-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 28px;
}

.form-status {
  display: none;
  margin: 18px 28px 0;
  padding: 14px 16px;
  border-radius: 10px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #173d1e;
  background: rgba(75, 143, 45, 0.16);
  border: 2px solid rgba(75, 143, 45, 0.4);
}

.form-status.is-alert {
  color: #10263a;
  background: rgba(255, 204, 61, 0.24);
  border: 2px solid rgba(255, 204, 61, 0.7);
}

.hp-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.quote-form-card .hp-field input {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.quote-form-card label {
  display: grid;
  gap: 8px;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.quote-form-card input,
.quote-form-card select,
.quote-form-card textarea {
  width: 100%;
  border: 2px solid rgba(16, 38, 58, 0.18);
  border-radius: 10px;
  padding: 13px 14px;
  color: #10263a;
  background: #fffdf5;
  font: 700 16px Arial, Helvetica, sans-serif;
}

.quote-form-card textarea {
  resize: vertical;
}

.form-wide,
.quote-form-card button,
.form-email-fallback {
  grid-column: 1 / -1;
}

.quote-form-card button {
  min-height: 58px;
  padding: 0 26px;
  justify-self: start;
}

.form-email-fallback {
  color: #4b8f2d;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.service-area-contact,
.next-steps {
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fbfaf3;
  text-align: center;
}

.service-area-contact h2,
.next-steps h2 {
  color: #4b8f2d;
  font-size: 58px;
}

.service-area-contact > p {
  max-width: 900px;
  margin: 14px auto 28px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.35;
}

.area-card-grid,
.steps-grid {
  display: grid;
  gap: 24px;
}

.area-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.area-card-grid article,
.steps-grid article {
  padding: 28px 24px;
  border: 2px solid rgba(16, 38, 58, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(23, 61, 30, 0.08);
}

.area-card-grid span {
  font-size: 42px;
}

.area-card-grid h3,
.steps-grid h3 {
  margin: 12px 0 8px;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.area-card-grid p,
.steps-grid p {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.next-steps {
  background: #fffdf5;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.steps-grid span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 50%;
  color: #10263a;
  background: #ffcc3d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 34px;
}

.contact-promise-panel {
  padding: 48px 54px;
  color: #ffffff;
  background:
    radial-gradient(circle at 95% 14%, rgba(255, 204, 61, 0.2), transparent 18%),
    linear-gradient(135deg, #10263a, #173d1e);
  border-bottom: 6px solid #10263a;
  text-align: center;
}

.contact-promise-panel h2 {
  color: #ffcc3d;
  font-size: 58px;
  text-shadow: 3px 3px 0 #10263a;
}

.contact-promise-panel p {
  max-width: 980px;
  margin: 18px auto 26px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.36;
}

.promise-badges {
  grid-template-columns: repeat(5, 1fr);
}

.promise-badges span {
  color: #ffffff;
  background: rgba(16, 38, 58, 0.52);
}

@media (max-width: 900px) {
  .contact-hero,
  .contact-main,
  .area-card-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy,
  .contact-main,
  .service-area-contact,
  .next-steps,
  .contact-promise-panel {
    padding: 28px 18px;
  }

  .contact-hero h1,
  .service-area-contact h2,
  .next-steps h2,
  .contact-promise-panel h2 {
    font-size: 46px;
  }

  .contact-hero-photo {
    min-height: 360px;
  }

  .contact-badge-row,
  .quote-form-card form,
  .promise-badges {
    grid-template-columns: 1fr;
  }

  .contact-big-link {
    font-size: 30px;
  }
}

.services-page {
  background: #fbfaf3;
  color: #10263a;
}

.services-hero {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 640px;
  border-bottom: 6px solid #173d1e;
  background: linear-gradient(90deg, rgba(251, 250, 243, 1) 0%, rgba(251, 250, 243, 0.97) 62%, rgba(251, 250, 243, 0.7) 100%);
}

.services-hero-copy {
  padding: 34px 52px 46px 64px;
}

.services-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 76px;
  line-height: 0.98;
  text-transform: uppercase;
}

.services-hero h2 {
  max-width: 650px;
  margin: 10px 0 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
}

.services-hero-copy > p:not(.contact-kicker) {
  max-width: 670px;
  margin: 20px 0 24px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.3;
}

.services-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #5aa139, #438629);
  box-shadow: 0 6px 0 rgba(16, 38, 58, 0.25);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 23px;
  text-decoration: none;
}

.hero-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.services-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 3px solid #4b8f2d;
  border-radius: 999px;
  color: #10263a;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(16, 38, 58, 0.14);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-trust-row {
  margin-bottom: 20px;
}

.services-hero-photo {
  min-height: 640px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 204, 61, 0.22), transparent 24%),
    linear-gradient(135deg, #10263a, #173d1e);
}

.services-section-block,
.addons-section,
.what-we-clean {
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 28px;
}

.section-title-row h2,
.addons-section h2,
.what-we-clean h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 58px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.section-title-row span {
  color: #4b8f2d;
  font-size: 28px;
}

.section-subheadline {
  max-width: 920px;
  margin: -10px auto 30px;
  color: #173d1e;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.35;
  text-align: center;
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rental-cleanup-section,
.simple-billing-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 204, 61, 0.18), transparent 18%),
    #fbfaf3;
}

.rental-cleanup-section h2,
.simple-billing-section h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
}

.rental-cleanup-section p,
.simple-billing-section p {
  margin: 18px 0 0;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

.rental-cleanup-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rental-cleanup-list span {
  min-height: 48px;
  padding: 12px 14px;
  border: 2px solid rgba(75, 143, 45, 0.45);
  border-radius: 12px;
  color: #10263a;
  background: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

.simple-billing-section {
  display: block;
  background: #fffdf5;
}

.service-feature-card,
.addons-grid article {
  overflow: hidden;
  border: 2px solid rgba(16, 38, 58, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(23, 61, 30, 0.1);
}

.service-card-image,
.addon-image,
.partner-photo {
  min-height: 205px;
  background-position: center;
  background-size: cover;
}

.service-feature-card > div:last-child,
.addons-grid article {
  padding: 0;
}

.service-feature-card h3,
.addons-grid h3 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.service-feature-card > div:last-child {
  padding: 24px;
}

.service-feature-card p,
.addons-grid p,
.addons-intro,
.partner-note p,
.what-we-clean span {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.service-feature-card p,
.addons-grid p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.35;
}

.service-feature-card h4 {
  margin: 18px 0 8px;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

.service-feature-card ul {
  display: grid;
  gap: 6px;
  padding-left: 20px;
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.card-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-img-weekly {
  background-image: url("assets/service-weekly.jpg");
}

.service-img-onetime {
  background-image: url("assets/service-onetime.jpg");
}

.service-img-vacation {
  background-image: url("assets/service-rental.jpg");
}

.plans-strip {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 28px;
  padding: 38px 52px;
  color: #ffffff;
  background: linear-gradient(135deg, #10263a, #173d1e);
  border-bottom: 6px solid #10263a;
}

.plans-strip h2 {
  margin: 0;
  color: #ffcc3d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
}

.plans-strip p {
  margin: 10px 0 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.32;
}

.pricing-inline-button {
  margin-top: 22px;
}

.services-black-promo {
  padding: 54px 44px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 22%, rgba(75, 143, 45, 0.25), transparent 18%),
    linear-gradient(135deg, #111111, #10263a 58%, #173d1e);
  border-bottom: 6px solid #173d1e;
  text-align: center;
}

.services-black-promo h2,
.services-black-promo h3 {
  margin: 0;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.services-black-promo h2 {
  color: #72b447;
  font-size: 64px;
}

.services-black-promo p {
  max-width: 900px;
  margin: 18px auto;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.35;
}

.services-black-promo h3 {
  margin-bottom: 24px;
  color: #ffcc3d;
  font-size: 42px;
}

.promo-divider {
  width: 230px;
  height: 4px;
  margin: 24px auto;
  border-radius: 999px;
  background: #72b447;
}

.plan-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.plan-mini-grid article {
  min-height: 132px;
  padding: 18px;
  border: 2px solid #4b8f2d;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.plan-mini-grid h3,
.plan-mini-grid p,
.plan-mini-grid strong,
.plan-mini-grid span {
  display: block;
  margin: 0;
}

.plan-mini-grid h3 {
  color: #ffcc3d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 25px;
}

.plan-mini-grid p,
.plan-mini-grid span {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.plan-mini-grid p {
  margin-top: 6px;
  font-size: 15px;
}

.plan-mini-grid strong {
  margin-top: 8px;
  color: #ffffff;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.plan-mini-grid span {
  margin-top: 6px;
  color: #d8f0d0;
  font-size: 14px;
}

.addons-section {
  background: #fbfaf3;
  text-align: center;
}

.addons-intro {
  max-width: 870px;
  margin: 14px auto 30px;
  color: #173d1e;
  font-size: 21px;
  line-height: 1.35;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}

.addons-grid h3,
.addons-grid p,
.addon-price {
  padding-left: 20px;
  padding-right: 20px;
}

.addons-grid h3 {
  padding-top: 22px;
}

.addons-grid p {
  padding-bottom: 24px;
}

.addons-grid small {
  display: block;
  padding: 0 20px 24px;
  color: #173d1e;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.addon-price {
  display: block;
  margin-top: 10px;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.addon-image {
  display: grid;
  place-items: center;
  min-height: 150px;
  color: #ffffff;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 204, 61, 0.2), transparent 24%),
    linear-gradient(135deg, #10263a, #173d1e);
  font-size: 44px;
}

.addon-image::before {
  content: "🐾";
}

.addon-img-patio::before {
  content: "💧";
}

.addon-img-residue::before {
  content: "✓";
}

.addon-img-deodorizer::before {
  content: "✦";
}

.addon-img-heavy::before {
  content: "!";
}

.addon-img-rental-refresh::before {
  content: "🏠";
}

.addon-img-yard-comfort::before {
  content: "☀";
}

.partner-note {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 34px;
  padding: 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
}

.partner-photo {
  min-height: 330px;
  border: 5px solid #4b8f2d;
  border-radius: 18px;
  background-image: none;
  box-shadow: 0 9px 0 rgba(16, 38, 58, 0.16);
}

.partner-note h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
}

.partner-note p {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.4;
}

.services-promise {
  border-bottom-color: #173d1e;
}

.what-we-clean {
  text-align: center;
}

.clean-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.clean-list-grid span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  border: 2px solid #4b8f2d;
  border-radius: 999px;
  background: #ffffff;
  color: #10263a;
  font-size: 18px;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.clean-note {
  max-width: 940px;
  margin: 26px auto 0;
  color: #173d1e;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.service-area-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
  text-align: center;
}

.service-area-showcase h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
}

.service-area-showcase p {
  margin: 16px 0 28px;
  color: #10263a;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.services-steps {
  background: #fbfaf3;
}

.services-bottom-cta {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(135deg, #10263a, #173d1e);
}

.bottom-button-row {
  justify-content: center;
  margin-top: 22px;
}

.faq-section {
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
  text-align: center;
}

.faq-section h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.faq-grid article {
  padding: 22px;
  border: 2px solid rgba(16, 38, 58, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(23, 61, 30, 0.08);
}

.faq-grid h3 {
  margin: 0 0 10px;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase;
}

.faq-grid p {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.36;
}

@media (max-width: 900px) {
  .services-hero,
  .services-card-grid,
  .plans-strip,
  .addons-grid,
  .partner-note,
  .clean-list-grid,
  .faq-grid,
  .service-area-showcase,
  .rental-cleanup-section,
  .rental-cleanup-list {
    grid-template-columns: 1fr;
  }

  .services-hero-copy,
  .services-section-block,
  .addons-section,
  .partner-note,
  .what-we-clean,
  .faq-section,
  .service-area-showcase,
  .rental-cleanup-section,
  .simple-billing-section,
  .services-black-promo {
    padding: 28px 18px;
  }

  .services-hero h1,
  .services-hero h2,
  .section-title-row h2,
  .addons-section h2,
  .what-we-clean h2,
  .plans-strip h2,
  .partner-note h2,
  .faq-section h2,
  .services-black-promo h2,
  .service-area-showcase h2,
  .rental-cleanup-section h2,
  .simple-billing-section h2 {
    font-size: 44px;
  }

  .services-black-promo h3 {
    font-size: 34px;
  }

  .services-hero-photo {
    min-height: 360px;
  }

  .plan-mini-grid {
    grid-template-columns: 1fr;
  }
}

.about-page {
  background: #fbfaf3;
  color: #10263a;
}

.about-hero {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 620px;
  border-bottom: 6px solid #173d1e;
  background: linear-gradient(90deg, rgba(251, 250, 243, 1) 0%, rgba(251, 250, 243, 0.97) 62%, rgba(251, 250, 243, 0.7) 100%);
}

.about-hero-copy {
  padding: 34px 52px 46px 64px;
}

.about-hero h1 {
  max-width: 690px;
  margin: 0;
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 72px;
  line-height: 0.98;
  text-transform: uppercase;
}

.about-hero-copy > p:not(.contact-kicker) {
  max-width: 680px;
  margin: 20px 0 24px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.34;
}

.about-hero-photo {
  min-height: 620px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 204, 61, 0.22), transparent 24%),
    linear-gradient(135deg, #10263a, #173d1e);
}

.about-story,
.about-different {
  display: grid;
  gap: 34px;
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
}

.about-story {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  background: #fffdf5;
}

.about-story-photo {
  min-height: 420px;
  border: 5px solid #4b8f2d;
  border-radius: 18px;
  background: radial-gradient(circle at 25% 20%, rgba(255, 204, 61, 0.24), transparent 24%), linear-gradient(135deg, #10263a, #173d1e);
  box-shadow: 0 9px 0 rgba(16, 38, 58, 0.16);
}

.about-proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 34px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fbfaf3;
}

.about-proof-row article {
  display: grid;
  place-items: center;
  min-height: 126px;
  padding: 18px;
  border: 2px solid rgba(16, 38, 58, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(23, 61, 30, 0.08);
  text-align: center;
}

.about-proof-row span {
  color: #4b8f2d;
  font-size: 34px;
}

.about-proof-row strong {
  color: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.about-local-visual {
  padding: 34px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fffdf5;
}

.about-truck-support {
  display: grid;
  align-items: end;
  min-height: 220px;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid #173d1e;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(16, 38, 58, 0.08), rgba(16, 38, 58, 0.76)),
    url("assets/truck-wrap.jpg") center / cover no-repeat;
  box-shadow: 0 9px 0 rgba(16, 38, 58, 0.14);
}

.about-truck-support span {
  display: block;
  padding: 18px 22px;
  color: #ffffff;
  background: rgba(16, 38, 58, 0.72);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.about-owner-photo {
  background-image: none;
}

.about-story h2,
.about-different h2,
.about-expect h2 {
  margin: 0;
  color: #4b8f2d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
}

.about-story p,
.about-different p,
.about-community > p {
  margin: 16px 0 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.4;
}

.about-story blockquote {
  margin: 22px 0;
  padding: 20px 24px;
  border-left: 8px solid #ffcc3d;
  border-radius: 12px;
  color: #ffffff;
  background: #10263a;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

.about-different {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 204, 61, 0.18), transparent 18%),
    #fbfaf3;
}

.about-different aside {
  padding: 30px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #10263a, #173d1e);
  box-shadow: 0 9px 0 rgba(16, 38, 58, 0.16);
}

.about-different aside strong {
  display: block;
  color: #ffcc3d;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.about-different aside p {
  color: #ffffff;
}

.about-community {
  background: #fffdf5;
}

.about-expect {
  padding: 46px 44px;
  border-bottom: 6px solid #173d1e;
  background: #fbfaf3;
  text-align: center;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.expect-grid span {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px 14px;
  border: 2px solid #4b8f2d;
  border-radius: 999px;
  color: #10263a;
  background: #ffffff;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.about-bottom-cta {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 204, 61, 0.18), transparent 18%),
    linear-gradient(135deg, #10263a, #173d1e);
}

@media (max-width: 900px) {
  .about-hero,
  .about-story,
  .about-different,
  .expect-grid,
  .about-proof-row,
  .home-trust-row,
  .home-quick-links {
    grid-template-columns: 1fr;
  }

  .about-hero-copy,
  .about-story,
  .about-different,
  .about-expect,
  .about-proof-row,
  .home-seo-section {
    padding: 28px 18px;
  }

  .about-hero h1,
  .about-story h2,
  .about-different h2,
  .about-expect h2 {
    font-size: 44px;
  }

  .about-hero-photo,
  .about-story-photo {
    min-height: 360px;
  }

  .home-seo-section h2 {
    font-size: 42px;
  }

  .home-footer {
    margin: 28px -18px -28px;
  }
}

.contact-callout,
.form-helper,
.form-disclaimer {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.contact-callout {
  margin: 16px 0 0;
  color: #4b8f2d;
  font-size: 24px;
  line-height: 1.2;
}

.form-helper {
  margin: 18px 28px 0;
  color: #173d1e;
  font-size: 18px;
  line-height: 1.35;
}

.form-text-cta {
  display: grid;
  gap: 8px;
  margin: 18px 28px 0;
  padding: 16px;
  border-color: #ffcc3d;
}

.form-text-cta strong {
  color: #4b8f2d;
  font-size: 18px;
  text-transform: uppercase;
}

.form-text-cta span {
  font-size: 17px;
}

.form-text-cta a {
  min-height: 48px;
  font-size: 19px;
}

.form-disclaimer {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: #173d1e;
  font-size: 14px;
  line-height: 1.35;
  text-transform: none;
}

@media (max-width: 480px) {
  .pricing-header {
    padding: 16px 12px 22px;
  }

  .pricing-nav {
    justify-content: center;
    gap: 13px 16px;
    font-size: 16px;
  }

  .pricing-phone,
  .services-hero-button,
  .services-secondary-button,
  .card-link-button,
  .bottom-button-v2,
  .conversion-cta-panel a,
  .form-text-cta a,
  .contact-actions a,
  .quote-form-card button {
    width: 100%;
    max-width: 360px;
  }

  .services-hero-actions,
  .bottom-button-row,
  .contact-actions {
    justify-content: center;
  }

  .conversion-cta-panel,
  .form-text-cta {
    text-align: center;
  }

  .conversion-cta-panel a,
  .form-text-cta a {
    justify-self: center;
  }

  .conversion-cta-panel p {
    font-size: 18px;
  }

  .home-conversion-cta {
    left: 4.6%;
    top: 38.1%;
    width: 34.5%;
    padding: 1.1% 1.25%;
  }

  .home-conversion-cta p,
  .home-conversion-cta span {
    font-size: 1.05cqw;
  }

  .home-conversion-cta a {
    min-height: 2.65cqw;
    font-size: 1.14cqw;
  }

  .pricing-hero h1,
  .price-hero-v2 h1,
  .services-hero h1,
  .services-hero h2,
  .contact-hero h1,
  .about-hero h1,
  .bottom-cta-v2 h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  .section-title-row h2,
  .addons-section h2,
  .what-we-clean h2,
  .plans-strip h2,
  .partner-note h2,
  .faq-section h2,
  .services-black-promo h2,
  .service-area-showcase h2,
  .about-story h2,
  .about-different h2,
  .about-expect h2 {
    font-size: 36px;
  }

  .bottom-contact-v2 a,
  .contact-big-link,
  .contact-email-link,
  .pricing-footer a {
    overflow-wrap: anywhere;
  }

  .pricing-footer {
    gap: 10px 16px;
    padding: 16px 10px;
    font-size: 15px;
    line-height: 1.25;
  }

  .pricing-footer .footer-social-links {
    gap: 12px;
  }

  .price-row-v2 {
    grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
    gap: 12px;
    padding: 15px 18px;
    font-size: 18px;
  }

  .price-row-v2 strong {
    white-space: normal;
  }

}
