.ehspf-page,
.ehspf-section {
  --ehspf-primary: #3f953d;
  --ehspf-primary-dark: #357e33;
  --ehspf-black: #0d0d0d;
  --ehspf-ink: #111827;
  --ehspf-band: #f4fbf5;
  --ehspf-card: #ffffff;
  --ehspf-line: #d9e7dc;
  --ehspf-muted: #56615a;
  color: var(--ehspf-ink);
  box-sizing: border-box;
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ehspf-page {
  background: #ffffff;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

.ehspf-target-page {
  box-sizing: border-box;
  max-width: 100vw;
}

.ehspf-section.ehspf-hero,
.ehspf-section.ehspf-proof-strip,
.ehspf-section.ehspf-body,
.ehspf-section.ehspf-trust,
.ehspf-section.ehspf-process,
.ehspf-section.ehspf-faq,
.ehspf-section.ehspf-related,
.ehspf-section.ehspf-service-grid,
.ehspf-section.ehspf-location-grid,
.ehspf-section.ehspf-testimonials,
.ehspf-section.ehspf-location-details,
.ehspf-section.ehspf-review-summary,
.ehspf-section.ehspf-quote-band,
.ehspf-section.ehspf-emergency,
.ehspf-section.ehspf-cta {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.ehspf-page > .ehspf-section {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
}

.ehspf-section.ehspf-layout-contained {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
}

.ehspf-section.ehspf-layout-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.breakdance .ehspf-section.ehspf-layout-contained,
.breakdance .ehspf-section.ehspf-layout-contained .ehspf-container {
  max-width: none;
  width: 100%;
}

.ehspf-plugin-template-page {
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.ehspf-plugin-template-page .ehspf-page {
  margin: 0;
  max-width: none;
  width: 100%;
}

.ehspf-plugin-template-standalone {
  margin: 0;
}

.ehspf-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.ehspf-section h1,
.ehspf-section h2,
.ehspf-section h3 {
  color: var(--ehspf-black);
  font-family: Inter, Roboto, system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 0;
}

.ehspf-section h1 {
  font-size: clamp(2.25rem, 5vw, 4.75rem);
}

.ehspf-section h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.ehspf-section h3 {
  font-size: 1.18rem;
}

.ehspf-lead {
  color: #f3f8f3;
  font-size: 1.18rem;
  line-height: 1.65;
}

.ehspf-kicker {
  color: var(--ehspf-primary);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ehspf-hero {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, .78), rgba(13, 13, 13, .34)),
    linear-gradient(135deg, #1a2a1d, #3f953d);
  background-position: center;
  background-size: cover;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(58px, 8vw, 110px) 0;
  position: relative;
}

.ehspf-hero > .ehspf-container {
  position: relative;
  z-index: 1;
}

.ehspf-hero-has-image {
  min-height: 640px;
}

.ehspf-hero-no-image {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, .88), rgba(18, 64, 28, .72)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #0d0d0d 0%, #173d1d 55%, #3f953d 125%);
  min-height: 470px;
  padding: clamp(52px, 7vw, 86px) 0;
}

.ehspf-hero-no-image::after {
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .08) 50%, transparent 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 48px);
  content: "";
  inset: 0;
  opacity: .45;
  pointer-events: none;
  position: absolute;
}

.ehspf-section.ehspf-hero,
.ehspf-section.ehspf-hero .ehspf-hero-copy,
.ehspf-section.ehspf-hero .ehspf-hero-copy h1,
.ehspf-section.ehspf-hero .ehspf-hero-copy .ehspf-kicker,
.ehspf-section.ehspf-hero .ehspf-hero-copy .ehspf-lead,
.ehspf-section.ehspf-hero .ehspf-hero-copy p,
.ehspf-section.ehspf-hero .ehspf-hero-copy span {
  color: #ffffff;
}

.ehspf-section.ehspf-hero .ehspf-hero-copy h1,
.ehspf-section.ehspf-hero .ehspf-hero-copy .ehspf-kicker,
.ehspf-section.ehspf-hero .ehspf-hero-copy .ehspf-lead {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.ehspf-hero-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr);
}

.ehspf-hero-grid-has-form {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
}

.ehspf-hero-grid-has-aside {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr);
}

.ehspf-hero-grid:not(:has(.ehspf-hero-form)) {
  grid-template-columns: minmax(0, 1fr);
}

.ehspf-hero-grid-no-form .ehspf-hero-copy {
  max-width: 900px;
}

.ehspf-hero-grid:not(:has(.ehspf-hero-form)) .ehspf-hero-copy {
  max-width: 900px;
}

.ehspf-hero-grid-has-aside:not(:has(.ehspf-hero-form)) {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr);
}

.ehspf-hero-actions,
.ehspf-mini-trust,
.ehspf-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ehspf-hero-actions {
  margin-top: 24px;
}

.ehspf-button {
  align-items: center;
  background: var(--ehspf-primary);
  border: 2px solid var(--ehspf-primary);
  border-radius: 12px;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.ehspf-button-outline {
  background: #ffffff;
  color: var(--ehspf-black) !important;
}

.ehspf-button-compact {
  border-radius: 10px;
  font-size: .92rem;
  min-height: 42px;
  padding: 0 16px;
}

.ehspf-mini-trust {
  margin-top: 24px;
}

.ehspf-mini-trust span,
.ehspf-pill,
.ehspf-chip,
.ehspf-service-area-badges span {
  background: rgba(63, 149, 61, .12);
  border: 1px solid rgba(63, 149, 61, .24);
  border-radius: 12px;
  color: var(--ehspf-primary-dark);
  font-size: .9rem;
  font-weight: 800;
  padding: 8px 12px;
}

.ehspf-hero .ehspf-mini-trust span {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .22);
  color: #ffffff;
}

.ehspf-proof-strip {
  background: #ffffff;
  padding: 26px 0;
}

.ehspf-proof-strip-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ehspf-proof-strip-card {
  background:
    linear-gradient(180deg, rgba(13, 13, 13, .16), rgba(13, 13, 13, .84)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #102216 0%, #276b32 72%, #3f953d 130%);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .12);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.ehspf-proof-strip-card::before {
  background: linear-gradient(180deg, rgba(13, 13, 13, .08), rgba(13, 13, 13, .78));
  content: "";
  inset: 0;
  position: absolute;
}

.ehspf-proof-strip-card > * {
  position: relative;
  z-index: 1;
}

.ehspf-proof-strip-card span {
  color: rgba(255, 255, 255, .68);
  font-size: .76rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.ehspf-section .ehspf-proof-strip-card h2 {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.14;
  margin-bottom: 8px;
}

.ehspf-section .ehspf-proof-strip-card p {
  color: rgba(255, 255, 255, .84);
  font-size: .9rem;
  line-height: 1.45;
  margin: 0;
}

.ehspf-form-card {
  background: var(--ehspf-card);
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(13, 13, 13, .18);
  padding: clamp(20px, 3vw, 30px);
}

.ehspf-hero-form .ehspf-form-card {
  margin-left: auto;
  max-width: 500px;
  width: 100%;
}

.ehspf-form-card h2 {
  font-size: 1.55rem;
  margin-bottom: 14px;
}

.ehspf-hero-aside {
  background: #ffffff;
  border: 2px solid rgba(63, 149, 61, .42);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  color: var(--ehspf-ink);
  margin-left: auto;
  max-width: 430px;
  padding: clamp(22px, 3vw, 32px);
}

.ehspf-hero-aside-logo {
  border-bottom: 1px solid var(--ehspf-line);
  color: var(--ehspf-primary-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 18px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.ehspf-hero-aside strong {
  color: var(--ehspf-black);
  display: block;
  font-family: Inter, Roboto, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.08;
}

.ehspf-hero-aside p {
  color: var(--ehspf-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 14px 0 0;
}

.ehspf-hero-aside-points {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.ehspf-hero-aside-points span {
  background: var(--ehspf-band);
  border: 1px solid var(--ehspf-line);
  border-radius: 12px;
  color: var(--ehspf-primary-dark);
  font-size: .9rem;
  font-weight: 900;
  padding: 10px 12px;
}

.ehspf-hero-aside .ehspf-button {
  width: 100%;
}

.ehspf-form-card label,
.ehspf-form-card p {
  color: var(--ehspf-ink);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
}

.ehspf-form-card input[type="text"],
.ehspf-form-card input[type="email"],
.ehspf-form-card input[type="tel"],
.ehspf-form-card input[type="number"],
.ehspf-form-card input[type="url"],
.ehspf-form-card select,
.ehspf-form-card textarea {
  background: #ffffff;
  border: 1px solid #d9e7dc;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--ehspf-ink);
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.ehspf-form-card textarea {
  min-height: 96px;
}

.ehspf-form-card button,
.ehspf-form-card input[type="button"],
.ehspf-form-card input[type="submit"] {
  background: var(--ehspf-primary);
  border: 2px solid var(--ehspf-primary);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
  min-height: 44px;
  padding: 0 18px;
  width: 100%;
}

.ehspf-form-card .ehgd-service-honeypot {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.ehspf-form-card .ehgd-service-request {
  border-radius: 16px;
  box-shadow: none;
  padding: 1rem;
}

.ehspf-form-card .ehgd-form-intro {
  border-radius: 12px;
  margin-bottom: .85rem;
  padding: .85rem;
}

.ehspf-form-card .ehgd-form-intro-steps,
.ehspf-form-card .ehgd-field-hint,
.ehspf-form-card .ehgd-wizard-dot-label {
  display: none !important;
}

.ehspf-form-card .ehgd-wizard-progress {
  margin-bottom: .85rem;
}

.ehspf-form-card .ehgd-wizard-dots {
  gap: .2rem;
}

.ehspf-form-card .ehgd-wizard-dot-num {
  font-size: .74rem;
  height: 1.55rem;
  width: 1.55rem;
}

.ehspf-form-card .ehgd-step {
  gap: .7rem;
}

.ehspf-form-card .ehgd-service-request-form label {
  gap: .25rem;
  font-size: .88rem;
}

.ehspf-form-card .ehgd-wizard-nav {
  margin-top: .85rem;
  padding-top: .85rem;
}

.ehspf-trust,
.ehspf-process,
.ehspf-faq,
.ehspf-related,
.ehspf-service-grid,
.ehspf-location-grid,
.ehspf-testimonials,
.ehspf-location-details,
.ehspf-review-summary {
  padding: 70px 0;
}

.ehspf-body,
.ehspf-quote-band,
.ehspf-emergency {
  padding: 70px 0;
}

.ehspf-process,
.ehspf-faq,
.ehspf-location-grid,
.ehspf-quote-band,
.ehspf-location-details,
.ehspf-trust {
  background:
    linear-gradient(90deg, rgba(63, 149, 61, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(63, 149, 61, .08) 1px, transparent 1px),
    var(--ehspf-band);
  background-size: 46px 46px;
}

.ehspf-grid {
  display: grid;
  gap: 22px;
}

.ehspf-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ehspf-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ehspf-card {
  background: var(--ehspf-card);
  border: 1px solid var(--ehspf-line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .07);
  padding: 22px;
}

.ehspf-trust-card {
  border-left: 4px solid var(--ehspf-primary);
}

.ehspf-proof-reviews .ehspf-proof-reviews-layout {
  align-items: start;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 2fr);
}

.ehspf-proof-reviews .ehspf-review-summary {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.ehspf-proof-reviews .ehspf-review-summary-card {
  grid-template-columns: minmax(0, 1fr) minmax(240px, .58fr);
}

.ehspf-proof-reviews .ehspf-google-review-list {
  margin-top: 16px;
}

.ehspf-proof-layout {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 2fr);
}

.ehspf-proof-intro {
  align-self: center;
}

.ehspf-proof-intro p {
  color: var(--ehspf-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ehspf-content-section {
  margin-bottom: 42px;
}

.ehspf-page-image-panel,
.ehspf-process-media,
.ehspf-quote-media,
.ehspf-faq-aside,
.ehspf-location-detail-media {
  align-items: end;
  background-color: #eaf3ed;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(13, 13, 13, .1);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .12);
  display: flex;
  min-height: 420px;
  overflow: hidden;
  padding: 20px;
}

.ehspf-page-image-panel {
  position: sticky;
  top: 24px;
}

.ehspf-page-image-panel span,
.ehspf-process-media span,
.ehspf-quote-media span,
.ehspf-faq-aside span,
.ehspf-location-detail-media span {
  background: rgba(13, 13, 13, .72);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 900;
  padding: 8px 12px;
}

.ehspf-section .ehspf-visual-fallback {
  background:
    linear-gradient(180deg, rgba(13, 13, 13, .08), rgba(13, 13, 13, .72)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #132918 0%, #22652b 58%, #3f953d 120%);
  color: #ffffff;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.ehspf-visual-fallback::before {
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .08) 50%, transparent 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 44px);
  content: "";
  inset: 0;
  opacity: .55;
  pointer-events: none;
  position: absolute;
}

.ehspf-visual-fallback > * {
  position: relative;
  z-index: 1;
}

.ehspf-section .ehspf-visual-fallback strong {
  color: #ffffff;
  display: block;
  font-family: Inter, Roboto, system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.1;
  margin-top: 12px;
}

.ehspf-section .ehspf-visual-fallback p {
  color: rgba(255, 255, 255, .86);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.ehspf-visual-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.ehspf-visual-points em {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #ffffff;
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
}

.ehspf-content-section h2 {
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  line-height: 1.18;
  margin-bottom: 16px;
}

.ehspf-body-shell {
  margin: 0 auto;
}

.ehspf-section-intro {
  margin-bottom: 34px;
  max-width: 900px;
}

.ehspf-section-intro p {
  color: var(--ehspf-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
}

.ehspf-body-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
}

.ehspf-body-copy {
  min-width: 0;
}

.ehspf-body-feature {
  background:
    linear-gradient(135deg, rgba(63, 149, 61, .2), transparent 45%),
    var(--ehspf-black);
  border: 1px solid rgba(63, 149, 61, .35);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .14);
  margin-bottom: 22px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  position: relative;
}

.ehspf-body-feature::after {
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 20px);
  content: "";
  inset: 0;
  opacity: .55;
  pointer-events: none;
  position: absolute;
}

.ehspf-body-feature > * {
  position: relative;
  z-index: 1;
}

.ehspf-section .ehspf-body-feature h2,
.ehspf-section .ehspf-body-feature p {
  color: #ffffff;
}

.ehspf-body-card-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ehspf-body-card {
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .07);
  margin-bottom: 0;
  min-height: 0;
  padding: 22px;
  position: relative;
}

.ehspf-body-card-has-image {
  overflow: hidden;
  padding: 0;
}

.ehspf-body-card-media,
.ehspf-step-media {
  align-items: flex-end;
  background-color: #eaf3ed;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 132px;
  padding: 14px;
}

.ehspf-body-card-media span,
.ehspf-step-media span {
  background: rgba(13, 13, 13, .72);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #ffffff;
  font-size: .74rem;
  font-weight: 900;
  padding: 7px 10px;
}

.ehspf-body-card-has-image .ehspf-body-card-index {
  margin-left: 24px;
  margin-top: 22px;
}

.ehspf-body-card-has-image h2,
.ehspf-body-card-has-image p {
  padding-left: 24px;
  padding-right: 24px;
}

.ehspf-body-card-has-image p:last-child {
  padding-bottom: 24px;
}

.ehspf-body-card-index {
  align-items: center;
  background: var(--ehspf-band);
  border: 1px solid var(--ehspf-line);
  border-radius: 999px;
  color: var(--ehspf-primary-dark);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 34px;
}

.ehspf-content-section p,
.ehspf-card p,
.ehspf-quote-band p,
.ehspf-emergency p {
  color: var(--ehspf-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.ehspf-step-number {
  align-items: center;
  background: var(--ehspf-primary);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  margin-bottom: 16px;
  width: 40px;
}

.ehspf-step-has-image {
  overflow: hidden;
  padding: 0;
}

.ehspf-step-has-image .ehspf-step-number {
  margin: 18px 22px 14px;
}

.ehspf-step-has-image h3,
.ehspf-step-has-image p {
  padding-left: 22px;
  padding-right: 22px;
}

.ehspf-step-has-image p:last-child {
  padding-bottom: 22px;
}

.ehspf-process-layout {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(310px, .45fr) minmax(0, 1fr);
}

.ehspf-process-copy {
  min-width: 0;
}

.ehspf-process-copy .ehspf-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.ehspf-process-media {
  min-height: 100%;
}

.ehspf-location-detail-layout,
.ehspf-faq-layout {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
}

.ehspf-location-detail-copy,
.ehspf-faq-copy {
  min-width: 0;
}

.ehspf-location-detail-cards {
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 22px;
}

.ehspf-location-detail-cards-count-1 {
  grid-template-columns: 1fr;
  max-width: 560px;
}

.ehspf-location-detail-cards-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ehspf-location-detail-media,
.ehspf-faq-aside {
  min-height: 100%;
}

.ehspf-quote-grid {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  max-width: 920px;
  text-align: center;
}

.ehspf-quote-grid-has-media {
  align-items: start;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .7fr);
  max-width: 1180px;
  text-align: left;
}

.ehspf-quote-grid-has-shortcode {
  grid-template-columns: minmax(260px, .75fr) minmax(460px, 1.05fr);
  max-width: 1040px;
  text-align: left;
}

.ehspf-quote-grid-has-media.ehspf-quote-grid-has-shortcode {
  grid-template-columns: minmax(230px, .72fr) minmax(240px, .52fr) minmax(460px, 1.18fr);
  max-width: 1180px;
}

.ehspf-quote-grid-has-shortcode .ehspf-form-card {
  max-width: none;
}

.ehspf-quote-grid-has-shortcode .ehspf-quote-media {
  max-height: 420px;
  min-height: 360px;
}

.ehspf-quote-grid .ehspf-form-card {
  margin: 0 auto;
  max-width: 780px;
  text-align: left;
  width: 100%;
}

.ehspf-faq-list {
  max-width: 900px;
}

.ehspf-faq-item {
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 14px;
  margin-bottom: 14px;
  padding: 18px 22px;
}

.ehspf-faq-item summary {
  color: var(--ehspf-black);
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 900;
}

.ehspf-faq-item div {
  line-height: 1.7;
  margin-top: 12px;
}

.ehspf-cta {
  background: #ffffff;
  padding: 70px 0;
}

.ehspf-section .ehspf-cta-box,
.ehspf-section .ehspf-emergency-box {
  align-items: center;
  background: var(--ehspf-black);
  border-radius: 16px;
  color: #ffffff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 42px);
}

.ehspf-section .ehspf-cta-box h2,
.ehspf-section .ehspf-cta-box p,
.ehspf-section .ehspf-emergency-box h2,
.ehspf-section .ehspf-emergency-box p {
  color: #ffffff;
}

.ehspf-review-summary-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .07);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  padding: clamp(24px, 4vw, 42px);
}

.ehspf-google-reviews .ehspf-review-summary-card {
  border-color: rgba(63, 149, 61, .28);
}

.ehspf-review-summary-card p {
  color: var(--ehspf-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ehspf-review-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ehspf-review-facts span {
  background: var(--ehspf-band);
  border: 1px solid var(--ehspf-line);
  border-radius: 14px;
  padding: 16px;
}

.ehspf-review-facts strong,
.ehspf-review-facts small {
  display: block;
}

.ehspf-review-facts strong {
  color: var(--ehspf-primary-dark);
  font-size: 1.5rem;
  line-height: 1.1;
}

.ehspf-review-facts small {
  color: var(--ehspf-muted);
  font-size: .8rem;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
}

.ehspf-google-review-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.ehspf-google-review-card {
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .07);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.ehspf-google-stars {
  color: #b56b00;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.ehspf-google-review-card p {
  color: var(--ehspf-muted);
  line-height: 1.65;
  margin: 0;
}

.ehspf-google-review-card footer {
  border-top: 1px solid var(--ehspf-line);
  margin-top: auto;
  padding-top: 12px;
}

.ehspf-google-review-card footer strong,
.ehspf-google-review-card footer span {
  display: block;
}

.ehspf-google-review-card footer span {
  color: var(--ehspf-muted);
  font-size: .86rem;
  margin-top: 3px;
}

.ehspf-related-card {
  align-items: flex-end;
  background:
    linear-gradient(135deg, rgba(63, 149, 61, .2), rgba(13, 13, 13, .06)),
    #eef4ef;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(13, 13, 13, .1);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .1);
  display: flex;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.ehspf-related-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.ehspf-related-card-no-image {
  background:
    linear-gradient(180deg, rgba(13, 13, 13, .08), rgba(13, 13, 13, .86)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #122618 0%, #24672e 62%, #3f953d 130%);
}

.ehspf-related-card::before {
  background: linear-gradient(180deg, rgba(13, 13, 13, .04), rgba(13, 13, 13, .88));
  content: "";
  inset: 0;
  position: absolute;
}

.ehspf-related-card-content {
  margin-top: auto;
  padding: 22px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ehspf-section .ehspf-related-card-content,
.ehspf-section .ehspf-related-card-content h3,
.ehspf-section .ehspf-related-card-content p,
.ehspf-section .ehspf-related-card-content a,
.ehspf-section .ehspf-related-card-content span {
  color: #ffffff;
}

.ehspf-related-card h3 {
  margin-bottom: 8px;
}

.ehspf-related-card a {
  font-weight: 900;
  text-decoration-color: rgba(255, 255, 255, .75);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.ehspf-related-card p {
  line-height: 1.55;
  margin-bottom: 0;
}

.ehspf-service-grid a,
.ehspf-location-grid a,
.ehspf-chip {
  color: var(--ehspf-primary-dark);
  font-weight: 900;
  text-decoration-color: var(--ehspf-primary);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.ehspf-link-list {
  columns: 2;
  padding-left: 18px;
}

.ehspf-link-list li {
  margin: 4px 0;
}

.ehspf-directory-lead {
  color: var(--ehspf-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 760px;
}

.ehspf-directory-card {
  overflow: hidden;
  padding: 0;
}

.ehspf-directory-card-media {
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(13, 13, 13, .1), rgba(13, 13, 13, .78)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #102216 0%, #286a31 66%, #3f953d 130%);
  display: flex;
  min-height: 150px;
  padding: 16px;
}

.ehspf-directory-card-media span {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #ffffff;
  font-size: .78rem;
  font-weight: 900;
  padding: 7px 10px;
}

.ehspf-service-grid-card .ehspf-directory-card-media,
.ehspf-location-grid-card .ehspf-directory-card-media {
  min-height: 150px;
}

.ehspf-directory-card-body {
  padding: 22px;
}

.ehspf-directory-card-body h3 {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .ehspf-hero-grid,
  .ehspf-hero-grid-has-aside,
  .ehspf-grid-3,
  .ehspf-grid-4,
  .ehspf-proof-strip-grid,
  .ehspf-quote-grid,
  .ehspf-quote-grid-has-media,
  .ehspf-related-grid,
  .ehspf-proof-layout,
  .ehspf-review-summary-card,
  .ehspf-review-facts,
  .ehspf-body-layout,
  .ehspf-body-card-grid,
  .ehspf-process-layout,
  .ehspf-location-detail-layout,
  .ehspf-faq-layout,
  .ehspf-google-review-list {
    grid-template-columns: 1fr;
  }

  .ehspf-proof-reviews .ehspf-proof-reviews-layout,
  .ehspf-proof-reviews .ehspf-review-summary-card,
  .ehspf-quote-grid-has-media.ehspf-quote-grid-has-shortcode,
  .ehspf-location-detail-cards-count-2 {
    grid-template-columns: 1fr;
  }

  .ehspf-hero-grid-has-aside:not(:has(.ehspf-hero-form)) {
    grid-template-columns: 1fr;
  }

  .ehspf-page-image-panel,
  .ehspf-process-media,
  .ehspf-quote-media,
  .ehspf-faq-aside,
  .ehspf-location-detail-media {
    min-height: 280px;
    max-height: none;
    position: static;
  }

  .ehspf-hero-aside {
    margin-left: 0;
    max-width: none;
  }

  .ehspf-hero {
    min-height: 0;
    padding: 44px 0 52px;
  }

  .ehspf-hero-form .ehspf-form-card {
    margin-left: 0;
    max-width: none;
  }

  .ehspf-section h1 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .ehspf-section .ehspf-cta-box,
  .ehspf-section .ehspf-emergency-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .ehspf-link-list {
    columns: 1;
  }
}

@media (max-width: 600px) {
  .ehspf-container {
    padding: 0 20px;
  }

  .ehspf-hero {
    padding: 36px 0 44px;
  }

  .ehspf-hero .ehspf-hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 2.85rem) !important;
    line-height: 1.05;
  }

  .ehspf-hero .ehspf-hero-copy .ehspf-lead {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .ehspf-hero-actions {
    gap: 10px;
  }

  .ehspf-hero-actions .ehspf-button {
    max-width: 320px;
    width: 100%;
  }

  .ehspf-quote-grid-has-shortcode .ehspf-quote-media {
    display: none;
  }

  .ehspf-mini-trust {
    gap: 9px;
  }

  .ehspf-mini-trust span {
    font-size: .82rem;
    padding: 7px 10px;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .ehspf-proof-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ehspf-phone-bar {
  background: var(--ehspf-black);
  padding: 10px 0;
}

.ehspf-phone-bar-inner {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.ehspf-phone-bar-eyebrow {
  color: rgba(255, 255, 255, .75);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ehspf-phone-bar-link {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 900;
  gap: 8px;
  text-decoration: none;
}

.ehspf-phone-bar-link:hover {
  text-decoration: underline;
}

.ehspf-phone-bar-icon {
  background: var(--ehspf-primary);
  border-radius: 999px;
  display: inline-flex;
  font-size: .94rem;
  height: 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
}

.ehspf-phone-bar-number {
  font-weight: 900;
}

.ehspf-phone-bar-note {
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
}

.ehspf-page-title {
  background: linear-gradient(135deg, #173d1d 0%, #3f953d 100%);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: clamp(50px, 7vw, 96px) 0;
  text-align: center;
}

.ehspf-page-title.ehspf-page-title-has-image {
  background-color: #0d0d0d;
}

.ehspf-page-title h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin: 0 auto;
  max-width: 880px;
}

.ehspf-page-title-subtitle {
  color: rgba(255, 255, 255, .9);
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 14px auto 0;
  max-width: 760px;
}

.ehspf-breadcrumbs {
  margin-bottom: 18px;
}

.ehspf-breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ehspf-breadcrumbs li {
  color: rgba(255, 255, 255, .82);
  font-size: .85rem;
  font-weight: 700;
}

.ehspf-breadcrumbs li + li::before {
  color: rgba(255, 255, 255, .55);
  content: "/";
  margin-right: 10px;
}

.ehspf-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.ehspf-breadcrumbs a:hover {
  text-decoration: underline;
}

.ehspf-team {
  background: #ffffff;
  padding: 70px 0;
}

.ehspf-team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ehspf-team-card {
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .08);
  padding: 26px 22px;
  text-align: center;
}

.ehspf-team-avatar {
  background-color: var(--ehspf-band);
  background-position: center;
  background-size: cover;
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .12);
  height: 132px;
  margin: 0 auto 18px;
  width: 132px;
}

.ehspf-team-avatar-initials {
  align-items: center;
  background: linear-gradient(135deg, #1a2a1d, #3f953d);
  color: #ffffff;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  justify-content: center;
}

.ehspf-team-role {
  color: var(--ehspf-primary-dark);
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .06em;
  margin: 4px 0 10px;
  text-transform: uppercase;
}

.ehspf-team-bio {
  color: var(--ehspf-muted);
  font-size: .95rem;
  line-height: 1.6;
}

.ehspf-blog-grid {
  background: #ffffff;
  padding: 70px 0;
}

.ehspf-blog-card-grid {
  display: grid;
  gap: 24px;
}

.ehspf-blog-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ehspf-blog-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ehspf-blog-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ehspf-blog-card {
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ehspf-blog-card-media {
  align-items: flex-end;
  aspect-ratio: 16 / 10;
  background-color: var(--ehspf-band);
  background-position: center;
  background-size: cover;
  display: flex;
  padding: 14px;
}

.ehspf-blog-card-media-empty {
  background: linear-gradient(135deg, #102216 0%, #286a31 66%, #3f953d 130%);
}

.ehspf-blog-card-media-empty span {
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #ffffff;
  font-size: .78rem;
  font-weight: 900;
  padding: 6px 10px;
}

.ehspf-blog-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  padding: 22px;
}

.ehspf-blog-card-date {
  color: var(--ehspf-muted);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ehspf-blog-card-body h3 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin: 0;
}

.ehspf-blog-card-body h3 a {
  color: var(--ehspf-black);
  text-decoration: none;
}

.ehspf-blog-card-body h3 a:hover {
  color: var(--ehspf-primary-dark);
}

.ehspf-blog-card-body p {
  color: var(--ehspf-muted);
  font-size: .96rem;
  line-height: 1.55;
  margin: 0;
}

.ehspf-blog-card-link {
  color: var(--ehspf-primary-dark);
  font-weight: 900;
  margin-top: auto;
  text-decoration: none;
}

.ehspf-blog-card-link:hover {
  text-decoration: underline;
}

.ehspf-county-tabs {
  background:
    linear-gradient(90deg, rgba(63, 149, 61, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(63, 149, 61, .08) 1px, transparent 1px),
    var(--ehspf-band);
  background-size: 46px 46px;
  padding: 70px 0;
}

.ehspf-county-tabs-widget {
  background: #ffffff;
  border: 1px solid var(--ehspf-line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17, 24, 39, .08);
  overflow: hidden;
}

.ehspf-county-tabs-bar {
  border-bottom: 1px solid var(--ehspf-line);
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px 6px 0;
}

.ehspf-county-tab {
  background: transparent;
  border: 0;
  border-radius: 12px 12px 0 0;
  color: var(--ehspf-muted);
  cursor: pointer;
  font-family: inherit;
  font-size: .98rem;
  font-weight: 900;
  padding: 14px 18px;
  position: relative;
  top: 1px;
}

.ehspf-county-tab.is-active,
.ehspf-county-tab:hover {
  background: var(--ehspf-band);
  color: var(--ehspf-primary-dark);
}

.ehspf-county-tab.is-active {
  border: 1px solid var(--ehspf-line);
  border-bottom-color: #ffffff;
}

.ehspf-county-tabs-panels {
  padding: 26px;
}

.ehspf-county-tabs-list {
  columns: 3;
  column-gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ehspf-county-tabs-list li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.ehspf-county-tabs-list a {
  color: var(--ehspf-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.ehspf-county-tabs-list a:hover {
  text-decoration: underline;
}

.ehspf-coupon {
  padding: 50px 0;
}

.ehspf-coupon-card {
  align-items: center;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, .14) 0, transparent 60%),
    linear-gradient(135deg, #1a2a1d, #3f953d 90%);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(13, 13, 13, .22);
  color: #ffffff;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.4fr) auto auto;
  padding: clamp(24px, 4vw, 40px);
}

.ehspf-coupon-copy h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 4px 0 0;
}

.ehspf-coupon-eyebrow {
  color: rgba(255, 255, 255, .85);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ehspf-coupon-terms {
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  line-height: 1.5;
  margin-top: 10px;
}

.ehspf-coupon-code {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 2px dashed rgba(255, 255, 255, .55);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-width: 150px;
  padding: 16px 22px;
}

.ehspf-coupon-code small {
  color: rgba(255, 255, 255, .8);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ehspf-coupon-code strong {
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: .12em;
}

.ehspf-coupon-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ehspf-feature-list {
  background: #ffffff;
  padding: 70px 0;
}

.ehspf-feature-list-items {
  display: grid;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ehspf-feature-list-cols-1 { grid-template-columns: 1fr; }
.ehspf-feature-list-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ehspf-feature-list-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ehspf-feature-list-items li {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.ehspf-feature-list-icon {
  align-items: center;
  background: var(--ehspf-band);
  border: 1px solid var(--ehspf-line);
  border-radius: 999px;
  color: var(--ehspf-primary-dark);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ehspf-feature-list-items strong {
  color: var(--ehspf-black);
  display: block;
  font-family: Inter, Roboto, system-ui, sans-serif;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.ehspf-feature-list-items p {
  color: var(--ehspf-muted);
  font-size: .96rem;
  line-height: 1.55;
  margin: 0;
}

.ehspf-prose {
  background: #ffffff;
  padding: 70px 0;
}

.ehspf-prose-inner {
  margin: 0 auto;
  max-width: 760px;
}

.ehspf-prose-align-center .ehspf-prose-inner {
  text-align: center;
}

.ehspf-prose h2 {
  margin: 0 0 18px;
}

.ehspf-prose p {
  color: var(--ehspf-ink);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 0 1em;
}

@media (max-width: 900px) {
  .ehspf-team-grid,
  .ehspf-blog-card-grid-2,
  .ehspf-blog-card-grid-3,
  .ehspf-blog-card-grid-4,
  .ehspf-feature-list-cols-2,
  .ehspf-feature-list-cols-3 {
    grid-template-columns: 1fr;
  }

  .ehspf-county-tabs-list {
    columns: 2;
  }

  .ehspf-coupon-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ehspf-coupon-code,
  .ehspf-coupon-actions {
    justify-self: center;
  }

  .ehspf-phone-bar-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .ehspf-county-tabs-list {
    columns: 1;
  }

  .ehspf-county-tabs-bar {
    padding: 6px;
  }

  .ehspf-county-tab {
    border-radius: 10px;
    padding: 10px 14px;
  }
}
