* {
  margin: 0;
}


.main-menu,
.main-menu ul,
.main-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.main-menu__toggle-input,
#menu-toggle-checkbox {
  display: none !important;
}

/* --- Desktop menu (fly-outs) --- */
@media (min-width: 1025px) {
  .main-menu {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }

  .main-menu__list {
    display: flex !important;
    flex-direction: row !important;
  }

  .main-menu__list > .main-menu__item {
    position: relative;
  }

  .main-menu__list li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

  .main-menu__list > .main-menu__item--has-children > a::after {
    content: '\25BE';
    margin-left: 8px;
    font-size: 14px;
    opacity: 0.8;
  }

  .main-menu__sublist .main-menu__item--has-children > a::after {
    content: '\25B8';
    margin-left: auto;
    padding-left: 15px;
    font-size: 14px;
    opacity: 0.8;
  }

  .main-menu__list .main-menu__sublist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2181c3 !important;
    min-width: 260px;
    width: max-content;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
    padding: 10px 0 !important;
  }

  .main-menu__list li:hover > .main-menu__sublist {
    display: block !important;
  }

  .main-menu__list .main-menu__sublist .main-menu__item {
    position: relative !important;
  }

  .main-menu__list .main-menu__sublist li a:hover {
    background-color: #333333 !important;
  }

  .main-menu__list .main-menu__sublist .main-menu__sublist {
    top: -10px !important;
    left: 100% !important;
    margin-left: 1px !important;
  }
}

/* --- Mobile / tablet menu overlay --- */
@media (max-width: 1024px) {
  .main-menu__toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative !important;
    cursor: pointer;
    background: #1c1718;
    padding: 10px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    z-index: 1000001 !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .main-menu__toggle-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 0;
    transition: 0.3s;
  }

  #menu-toggle-checkbox:checked + .main-menu__toggle {
    position: fixed !important;
    top: 20px;
    right: 20px;
  }

  #menu-toggle-checkbox:checked + .main-menu__toggle .main-menu__toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #menu-toggle-checkbox:checked + .main-menu__toggle .main-menu__toggle-bar:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle-checkbox:checked + .main-menu__toggle .main-menu__toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-menu__panel {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #2181c3 !important;
    z-index: 1000000 !important;
    overflow-y: auto;
    padding-top: 80px;
  }

  #menu-toggle-checkbox:checked ~ .main-menu__panel {
    display: block !important;
  }

  .main-menu__list li a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px !important;
    color: #fff !important;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .main-menu__sublist {
    display: none !important;
    background: rgba(0, 0, 0, 0.2);
  }

  .main-menu__item.is-open > .main-menu__sublist {
    display: block !important;
  }

  .main-menu__item--has-children > a::after {
    content: '+';
    font-family: monospace;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.4);
  }

  .main-menu__item.is-open > a::after {
    content: '−';
    color: #fff;
  }
}

body.menu-open { overflow: hidden !important; position: fixed; width: 100%; }

    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
    @media screen and (max-height: 1024px) {
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
            background-image: none !important;
        }
    }
    @media screen and (max-height: 640px) {
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
            background-image: none !important;
        }
    }

/* --- Site header (post-44.css breakpoints) --- */
/* Beat Hello Elementor .site-header / .site-footer { max-width: 1140px } at 1200px+ */
.site-header.dynamic-header,
.site-header.dynamic-header.elementor-location-header,
.site-footer.dynamic-footer,
.site-footer.dynamic-footer.elementor-location-footer {
  display: block;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-block: 0;
  flex-wrap: unset;
  justify-content: unset;
  box-sizing: border-box;
}

.site-header,
.site-header.elementor-location-header {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.site-header::before,
.site-header.elementor-location-header::before {
  content: "";
  display: table;
  clear: both;
}

.site-header__bar,
.site-header-bar {
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35) inset;
  padding: 20px 0;
  box-sizing: border-box;
}

.site-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.site-header__logo,
.site-header-logo-row {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-header__logo a {
  display: block;
  line-height: 0;
}

.site-header__logo-img {
  display: block;
  width: 140px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}

.site-header__actions,
.site-header-action-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  gap: 60px;
  margin-left: 24px;
  background: transparent;
}

.site-header__nav {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 1 1 auto;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  flex: 0 1 auto;
}

.site-header__cta--phone-text {
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  text-align: center;
}

.site-header__cta--phone-icon {
  display: none;
  color: #e18b4f;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.site-header__cta--phone-icon svg {
  display: block;
  width: 42px;
  height: 42px;
  fill: #e18b4f;
}

.site-header .site-header__cta--phone-text:link,
.site-header .site-header__cta--phone-text:visited,
.site-header .site-header__cta--phone-text:active {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}

.site-header .site-header__cta--phone-text:hover,
.site-header .site-header__cta--phone-text:focus {
  color: #e18b4f;
  background-color: transparent;
}

.site-header .site-header__cta--phone-icon:link,
.site-header .site-header__cta--phone-icon:visited,
.site-header .site-header__cta--phone-icon:active {
  color: #e18b4f;
  background-color: transparent;
  border-color: transparent;
}

.site-header .site-header__cta--phone-icon:hover,
.site-header .site-header__cta--phone-icon:focus {
  color: #e18b4f;
  background-color: transparent;
}

.elementor-kit-5 .site-header .main-menu__list a,
.elementor-kit-5 .site-header .main-menu__list a:link,
.elementor-kit-5 .site-header .main-menu__list a:visited,
.elementor-kit-5 .site-header .main-menu__list a:active,
.elementor-kit-6 .site-header .main-menu__list a,
.elementor-kit-6 .site-header .main-menu__list a:link,
.elementor-kit-6 .site-header .main-menu__list a:visited,
.elementor-kit-6 .site-header .main-menu__list a:active {
  color: #fff;
}

.elementor-kit-5 .site-header .main-menu__list a:hover,
.elementor-kit-5 .site-header .main-menu__list a:focus,
.elementor-kit-6 .site-header .main-menu__list a:hover,
.elementor-kit-6 .site-header .main-menu__list a:focus {
  color: #fff;
}

@media (min-width: 768px) {
  .site-header__logo,
  .site-header-logo-row {
    width: 12%;
    max-width: 12%;
  }

  .site-header__logo-img {
    margin: -24px 0 -10px;
  }

  .site-header__nav {
    width: auto;
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-header__actions,
  .site-header-action-row {
    max-width: none;
    margin-left: 24px;
  }

  .site-header__nav {
    width: auto;
    max-width: none;
  }
}

/* Tablet: entire header sticky (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .site-header,
  .site-header.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    background: transparent;
  }

  .site-header__bar,
  .site-header-bar {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .site-header__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .site-header-action-row.is-pinned {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .site-header-bar.is-action-pinned > .site-header__inner::after {
    display: none;
  }

  .site-header .elementor-sticky__spacer {
    display: none !important;
  }
}

/* Desktop: entire header sticky (1025px+) */
@media (min-width: 1025px) {
  .site-header,
  .site-header.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    background: transparent;
  }

  .site-header__bar,
  .site-header-bar {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .site-header__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .site-header-action-row.is-pinned {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .site-header-bar.is-action-pinned > .site-header__inner::after {
    display: none;
  }

  .site-header .elementor-sticky__spacer {
    display: none !important;
  }
}

/* Mobile: logo scrolls, action bar pins */
@media (max-width: 767px) {
  .site-header,
  .site-header.elementor-location-header {
    position: static;
    top: auto;
  }

  .site-header__bar,
  .site-header-bar {
    position: static;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
  }

  .site-header .elementor-sticky__spacer {
    display: none !important;
  }

  .site-header__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .site-header__logo,
  .site-header-logo-row {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    background-image: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
    box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35) inset;
  }

  .site-header__logo-img {
    width: 140px;
    height: auto;
    margin: 0 auto 20px;
  }

  .site-header__actions,
  .site-header-action-row {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 0;
    margin-left: 0;
    padding: 20px 0;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
    box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35) inset;
  }

  .site-header-action-row.is-pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .site-header-bar.is-action-pinned > .site-header__inner::after {
    content: "";
    display: block;
    height: var(--mobile-action-bar-height, 85px);
    width: 100%;
    flex-shrink: 0;
  }

  .site-header__nav {
    width: auto;
    flex: 0 0 auto;
    max-width: none;
    align-self: center;
  }

  .site-header__cta--phone-text {
    display: none;
  }

  .site-header__cta--phone-icon {
    display: inline-flex;
    margin-bottom: -4px;
  }

  .site-header .main-menu {
    display: flex;
    align-items: center;
  }
}

:root {
  --header-offset: 110px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --header-offset: 90px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-offset: 72px;
  }
}
html {
  scroll-padding-top: var(--header-offset);
}
/* Belt-and-suspenders for Elementor menu anchors */
.elementor-menu-anchor {
  scroll-margin-top: var(--header-offset);
}


.other-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* --- Page hero (video background) — post-122.css tokens --- */
.page-hero,
.e-con:has(> .hero-bg-video) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 560px;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  --overlay-opacity: 0.7;
}

.page-hero > .page-hero__inner,
.e-con:has(> .hero-bg-video) > .e-con-inner {
  position: relative;
  z-index: 2;
}

.page-hero__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}

.page-hero__eyebrow {
  margin: 0 0 1em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #e8e7e7;
  text-align: left;
}

.page-hero__eyebrow p {
  margin: 0;
}

.page-hero__title {
  margin: 0 0 30px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  color: #e8e7e7;
  text-align: left;
}

.page-hero__subtitle {
  max-width: 800px;
  margin: 0 0 40px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
  text-align: left;
}

.page-hero__subtitle p {
  margin: 0;
}

/* Beat legacy Elementor/Duda center classes left in migrated copy */
.page-hero__inner .text-align-center {
  text-align: left;
}

.page-hero__cta {
  display: inline-block;
  padding: 14px 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #e8e7e7;
  background-color: #e18b4f;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-hero__cta:hover,
.page-hero__cta:focus {
  background-color: #1ab825;
  color: #e8e7e7;
}

@media (max-width: 1024px) {
  .page-hero__title {
    font-size: 2.1rem;
    line-height: 1.3;
  }

  .page-hero__subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .page-hero {
    align-items: center;
  }

  .page-hero__inner,
  .page-hero__eyebrow,
  .page-hero__title,
  .page-hero__subtitle,
  .page-hero__inner .text-align-center {
    text-align: center;
  }

  .page-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Plain HTML hero background videos (replaces Elementor video handler) */
.e-con:has(> .hero-bg-video)::before {
  content: none !important;
  display: none !important;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fcfcfc;
  opacity: var(--overlay-opacity, 0.7);
  z-index: 1;
}

.hero-bg-video__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hero-bg-video--playing .hero-bg-video__inner {
  opacity: 1;
}

.hero-bg-video__embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  object-fit: cover;
  transform: scale(1.05);
  transform-origin: center center;
}

.hero-bg-video--frozen .hero-bg-video__embed {
  transform: scale(1.14);
}

/* --- Service areas (city list) --- */
.service-areas {
  position: relative;
  background-color: #f5ffff;
  padding: 80px 12px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.service-areas__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto;
}

.service-areas__title {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #1e74b0;
  margin: 0;
  padding: 16px 0 28px;
  text-align: start;
}

.service-areas__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 12px;
  width: 100%;
  align-items: start;
}

.service-areas__list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.service-area-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.service-area-item__icon {
  flex-shrink: 0;
  color: #0c293d;
  line-height: 0;
}

.service-area-item__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.service-area-item__name {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #040e14;
}


.service-areas .service-area-item__name a,
.service-areas .service-area-item__name a:link,
.service-areas .service-area-item__name a:visited,
.service-areas .service-area-item__name a:active {
  color: #040e14;
  text-decoration: none;
}
.service-areas .service-area-item__name a:hover,
.service-areas .service-area-item__name a:focus {
  color: #1e74b0;
}

/* Beat .elementor-kit-6 a { color: #ffb000 } from post-6.css */
.elementor-kit-6 .service-areas .service-area-item__name a,
.elementor-kit-6 .service-areas .service-area-item__name a:link,
.elementor-kit-6 .service-areas .service-area-item__name a:visited,
.elementor-kit-6 .service-areas .service-area-item__name a:active,
.elementor-kit-6
  .elementor-icon-box-wrapper:has(.e-fas-map-marker-alt)
  .elementor-icon-box-title
  a,
.elementor-kit-6
  .elementor-icon-box-wrapper:has(.e-fas-map-marker-alt)
  .elementor-icon-box-title
  a:link,
.elementor-kit-6
  .elementor-icon-box-wrapper:has(.e-fas-map-marker-alt)
  .elementor-icon-box-title
  a:visited,
.elementor-kit-6
  .elementor-icon-box-wrapper:has(.e-fas-map-marker-alt)
  .elementor-icon-box-title
  a:active {
  color: #040e14;
  text-decoration: none;
}

.elementor-kit-6 .service-areas .service-area-item__name a:hover,
.elementor-kit-6 .service-areas .service-area-item__name a:focus,
.elementor-kit-6
  .elementor-icon-box-wrapper:has(.e-fas-map-marker-alt)
  .elementor-icon-box-title
  a:hover,
.elementor-kit-6
  .elementor-icon-box-wrapper:has(.e-fas-map-marker-alt)
  .elementor-icon-box-title
  a:focus {
  color: #1e74b0;
}

@media (min-width: 1025px) {
  .service-areas__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }

  .service-areas__title {
    flex: 1 1 50%;
    grid-column: auto;
    padding: 0 60px 20px 0;
    align-self: center;
  }

  .service-areas__columns {
    flex: 1 1 50%;
  }
}

@media (max-width: 1024px) {
  .service-areas {
    padding: 60px 12px;
  }

  .service-areas__inner {
    gap: 40px;
  }

  .service-area-item {
    min-width: 0;
  }

  .service-area-item__name {
    font-size: 16px;
    line-height: 1.3;
  }

  /* Elementor "Our Other Service Areas" — heading on top, two icon lists side by side */
  .e-con-inner:has(.elementor-heading-title) > .e-con.e-flex:has(.elementor-widget-heading) {
    flex-direction: column !important;
    --flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }

  /* Only the lists wrapper (not the outer title+lists shell) */
  .e-con-inner:has(.elementor-heading-title)
    .e-con.e-flex:has(> .e-con.e-flex .elementor-widget-icon-list):has(
      > .e-con.e-flex + .e-con.e-flex
    ):not(:has(> .e-con.e-flex .elementor-widget-heading)) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    flex-direction: row !important;
    --flex-direction: row !important;
    gap: 0 12px;
    width: 100%;
  }

  .e-con-inner:has(.elementor-heading-title)
    .e-con.e-flex:has(> .e-con.e-flex .elementor-widget-icon-list):has(
      > .e-con.e-flex + .e-con.e-flex
    ):not(:has(> .e-con.e-flex .elementor-widget-heading))
    > .e-con.e-flex {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

@media (max-width: 767px) {
  .service-areas {
    padding: 60px 12px;
  }

  .service-areas__inner {
    row-gap: 0;
  }

  .service-areas__intro {
    margin-bottom: 40px;
  }

  .service-areas__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .service-areas__columns {
    gap: 0 8px;
  }
}

/* --- Recent projects (before/after gallery) --- */
.recent-projects {
  background-color: #fcfcfc;
  padding: 60px 15px;
}

.recent-projects__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.recent-projects__title {
  width: 100%;
  margin: 0 0 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
  text-align: center;
}

.recent-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 20px;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  justify-items: stretch;
  align-items: stretch;
}

.recent-projects__item {
  position: relative;
  min-height: 250px;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
}

.recent-projects__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.recent-projects__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

/* Beat Elementor/global img { height: auto } so cover fills the cell */
.elementor .recent-projects__media > img,
.recent-projects__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.recent-projects__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fcfcfc;
  opacity: 0.72;
  pointer-events: none;
}

.recent-projects__label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 20px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #e8e7e7;
  text-align: center;
}

@media (max-width: 1024px) {
  .recent-projects {
    padding: 60px 12px;
  }

  .recent-projects__grid {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .recent-projects__title {
    font-size: 1.5rem;
  }

  .recent-projects__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 100%;
  }

  .recent-projects__item {
    min-height: 250px;
  }
}

/* --- Gallery intro (hub + sub-page hero) — post-123.css / post-179.css --- */
.gallery-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding: 60px 12px;
  box-sizing: border-box;
  background-color: #1f140e;
}

.gallery-intro__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.gallery-intro__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #e18b4f;
}

.gallery-intro__subtitle {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  color: #e8e7e7;
}

.gallery-intro__text {
  margin: 1em 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
}

.gallery-intro__text p {
  margin: 0;
}

@media (max-width: 1024px) {
  .gallery-intro__subtitle {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .gallery-intro__subtitle {
    font-size: 1.5rem;
  }
}

/* --- Gallery hub (main gallery index card grid) — post-123.css --- */
.gallery-hub {
  width: 100%;
  padding: 60px 12px;
  box-sizing: border-box;
}

.gallery-hub__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.gallery-hub__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

.gallery-hub__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  height: 350px;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: #e8e7e7;
  transition: transform 0.3s ease;
}

.gallery-hub__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: brightness(70%);
  transition: filter 0.3s ease;
}

.gallery-hub__card:hover,
.gallery-hub__card:focus-visible {
  transform: translateY(10px);
}

.gallery-hub__card:hover .gallery-hub__image,
.gallery-hub__card:focus-visible .gallery-hub__image {
  filter: brightness(85%);
}

.gallery-hub__label {
  position: relative;
  z-index: 1;
  padding: 20px 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #e8e7e7;
}

@media (min-width: 768px) {
  .gallery-hub__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .gallery-hub__label {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .gallery-hub__label {
    font-size: 1.5rem;
  }

  .gallery-hub__card {
    min-height: 280px;
    height: 280px;
  }
}

/* --- Photo gallery (gallery sub-pages) --- */
.photo-gallery {
  width: 100%;
  padding: 60px 15px;
  box-sizing: border-box;
}

.photo-gallery__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.photo-gallery__kicker {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e18b4f;
  margin: 0;
}

.photo-gallery__title {
  font-family: Poppins, sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fcfcfc;
  margin: 20px 0 0;
  padding-bottom: 40px;
}

.photo-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.photo-gallery__item {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.photo-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Photo lightbox (replaces Elementor gallery lightbox) */
body.photo-lightbox-open {
  overflow: hidden;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.photo-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.photo-lightbox__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  max-height: 100%;
}

.photo-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 96px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
}

.photo-lightbox__close,
.photo-lightbox__prev,
.photo-lightbox__next {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e8e7e7;
  font-family: Poppins, sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}

.photo-lightbox__close:hover,
.photo-lightbox__close:focus-visible,
.photo-lightbox__prev:hover,
.photo-lightbox__prev:focus-visible,
.photo-lightbox__next:hover,
.photo-lightbox__next:focus-visible {
  color: #e18b4f;
  outline: none;
}

.photo-lightbox__close {
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  font-size: 2.5rem;
  font-weight: 300;
}

.photo-lightbox__prev,
.photo-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 72px;
  font-size: 3rem;
  font-weight: 300;
}

.photo-lightbox__prev {
  left: 8px;
}

.photo-lightbox__next {
  right: 8px;
}

.photo-lightbox__prev[hidden],
.photo-lightbox__next[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .photo-lightbox {
    padding: 56px 8px 16px;
  }

  .photo-lightbox__image {
    max-height: calc(100vh - 72px);
  }

  .photo-lightbox__prev,
  .photo-lightbox__next {
    width: 40px;
    height: 56px;
    font-size: 2.25rem;
  }

  .photo-gallery {
    padding: 60px 12px;
  }

  .photo-gallery__title {
    font-size: 1.5rem;
  }
}

/* --- Gallery nav (other galleries on gallery sub-pages) — post-179.css / Containerdance --- */
.gallery-nav {
  width: 100%;
  padding: 80px 12px 60px;
  box-sizing: border-box;
}

.gallery-nav__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.gallery-nav__title {
  font-family: Poppins, sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fcfcfc;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gallery-nav__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  height: 350px;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: #e8e7e7;
  transition: transform 0.3s ease;
}

.gallery-nav__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: brightness(70%);
  transition: filter 0.3s ease;
}

.gallery-nav__card:hover,
.gallery-nav__card:focus-visible {
  transform: translateY(10px);
}

.gallery-nav__card:hover .gallery-nav__image,
.gallery-nav__card:focus-visible .gallery-nav__image {
  filter: brightness(85%);
}

.gallery-nav__label {
  position: relative;
  z-index: 1;
  padding: 20px 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #e8e7e7;
}

@media (min-width: 768px) {
  .gallery-nav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .gallery-nav__title,
  .gallery-nav__label {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .gallery-nav {
    padding: 80px 12px 60px;
  }

  .gallery-nav__title,
  .gallery-nav__label {
    font-size: 1.5rem;
  }

  .gallery-nav__card {
    min-height: 280px;
    height: 280px;
  }
}

/* --- Services section (service pages) — post-122.css / shared Elementor tokens --- */
.services-section {
  width: 100%;
  padding: 100px 12px;
  box-sizing: border-box;
  background-color: #1f140e;
}

.services-section__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
}

.services-section__header {
  width: 100%;
}

.services-section__header-copy {
  min-width: 0;
}

.services-section__header-cta {
  flex-shrink: 0;
}

.services-section__kicker {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e18b4f;
  margin: 0;
}

.services-section__title {
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e8e7e7;
  margin: 0;
  padding-top: 20px;
}

.services-section__intro {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e8e7e7;
}

.services-section__intro p {
  margin: 0 0 1em;
}

.services-section__intro p:last-child {
  margin-bottom: 0;
}

.services-section__intro a {
  color: #e18b4f;
  font-weight: 700;
}

.services-section__cta {
  display: inline-block;
  margin-top: 24px;
  padding: 18px 40px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #e8e7e7;
  background-color: #e18b4f;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.services-section__cta:hover,
.services-section__cta:focus {
  background-color: #1ab825;
  color: #e8e7e7;
}

/* Desktop header: two 50% columns — copy left, Free Estimate top-right */
@media (min-width: 1025px) {
  .services-section__header {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 0;
  }

  .services-section__header-copy {
    padding-right: 30px;
    box-sizing: border-box;
  }

  .services-section__header-cta {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .services-section__cta {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .services-section--ppc .services-section__header {
    display: block;
    grid-template-columns: none;
    text-align: center;
  }
}

.services-section__grid {
  display: grid;
  width: 100%;
  gap: 60px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Desktop: match card count — 3 cards fill the row in 3 equal columns, not 3+empty */
@media (min-width: 1025px) {
  .services-section__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .services-section__grid:has(> .service-card:first-child:nth-last-child(1)) {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-section__grid:has(> .service-card:first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-section__grid:has(> .service-card:first-child:nth-last-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-section__grid:has(> .service-card:first-child:nth-last-child(4)),
  .services-section__grid:has(> .service-card:first-child:nth-last-child(n + 5)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.service-card__media {
  width: min(300px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 2px;
  flex-shrink: 0;
  line-height: 0;
}

.services-section[data-img-w='375'][data-img-h='300'] .service-card__media {
  width: min(375px, 100%);
  aspect-ratio: 375 / 300;
}

.services-section[data-img-w='375'][data-img-h='375'] .service-card__media {
  width: min(375px, 100%);
  aspect-ratio: 1 / 1;
}

.service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

/* Beat Elementor/global img { height: auto } */
.elementor .services-section .service-card__media > img,
.services-section .service-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.service-card__title {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #e8e7e7;
  margin: 0;
  padding-top: 40px;
}

.service-card__body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e8e7e7;
  padding: 20px 0;
}

.service-card__body p {
  margin: 0 0 1em;
}

.service-card__body p:last-child {
  margin-bottom: 0;
}

.service-card__body a {
  color: #e18b4f;
  font-weight: 700;
}

.service-card__list {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}

.service-card__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.service-card__list-item:last-child {
  margin-bottom: 0;
}

.service-card__list-icon {
  flex-shrink: 0;
  padding-top: 2px;
  color: #e18b4f;
  line-height: 0;
}

.service-card__list-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.service-card__list-label {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
}

@media (max-width: 1024px) {
  .services-section {
    padding: 100px 12px;
  }

  .services-section__inner {
    gap: 60px;
  }

  .services-section__grid[data-columns='1'] {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .services-section__grid[data-columns='2'],
  .services-section__grid[data-columns='3'],
  .services-section__grid[data-columns='4'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .services-section__title {
    font-size: 1.5rem;
  }

  .services-section__grid,
  .services-section__grid[data-columns='1'],
  .services-section__grid[data-columns='2'],
  .services-section__grid[data-columns='3'],
  .services-section__grid[data-columns='4'] {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

/* --- Trust badges (review logos) — post-7210.css breakpoints --- */
.trust-badges {
  width: 100%;
  background-color: #fcfcfc;
}

.trust-badges__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  gap: 0;
  min-height: 125px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}

.trust-badges__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 0;
}

.trust-badges__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.trust-badges__item--google img {
  width: 91px;
}

.trust-badges__item--thumbtack img {
  width: 150px;
}

.trust-badges__item--homeadvisor img {
  width: 165px;
}

.trust-badges__item--facebook img {
  width: 120px;
}

/* Tablet: 4 across, flush vertical padding, 12px horizontal inset */
@media (max-width: 1024px) {
  .trust-badges .trust-badges__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, auto));
    min-height: 125px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
  }
}

/* Mobile: 2×2 grid with 32px gap */
@media (max-width: 767px) {
  .trust-badges .trust-badges__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, auto));
    gap: 32px;
    min-height: 0;
    padding: 40px 12px;
  }

  .trust-badges__item {
    justify-self: center;
  }
}

/* --- Hero trust badges (unified — Elementor 24d332cc / 492eba6 / 4e82da9) --- */
.home-hero__trust,
.ppc-hero__trust,
.page-hero__trust,
.page-hero--split .page-hero__trust,
.page-intro .page-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin: 0;
  padding: 0 0 40px;
  width: 100%;
}

.home-hero__trust-item,
.ppc-hero__trust-item,
.page-hero__trust-item,
.page-hero--split .page-hero__trust-item,
.page-intro .page-hero__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 12px 8px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.home-hero__trust-item img,
.ppc-hero__trust-item img,
.page-hero__trust-item img,
.page-hero--split .page-hero__trust-item img,
.page-intro .page-hero__trust-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

[class*="__trust-item"] img[src*="image-1"] {
  width: 46px;
}

[class*="__trust-item"] img[src*="angies-list"] {
  width: 45px;
}

[class*="__trust-item"] img[src*="home-advisor"] {
  width: 30px;
}

[class*="__trust-item"] img[src*="Water-Heater-Today-LLC-Logo"],
[class*="__trust-item"] img[src*="cropped-cropped-Water"] {
  width: 30px;
}

.home-hero__trust-label,
.ppc-hero__trust-label,
.page-hero__trust-label,
.page-hero--split .page-hero__trust-label,
.page-intro .page-hero__trust-label {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #040e14;
  text-align: center;
}

[class*="__trust-label--license"] {
  font-size: 13px;
}

@media (min-width: 768px) {
  .home-hero__trust,
  .ppc-hero__trust,
  .page-hero__trust,
  .page-hero--split .page-hero__trust,
  .page-intro .page-hero__trust {
    grid-template-columns: repeat(4, 120px);
    width: max-content;
    max-width: 100%;
  }

  .home-hero__trust-item,
  .ppc-hero__trust-item,
  .page-hero__trust-item,
  .page-hero--split .page-hero__trust-item,
  .page-intro .page-hero__trust-item {
    aspect-ratio: auto;
    gap: 8px;
    padding: 12px 8px;
  }
}

@media (max-width: 767px) {
  .home-hero__trust,
  .ppc-hero__trust,
  .page-hero__trust,
  .page-hero--split .page-hero__trust,
  .page-intro .page-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
  }

  .home-hero__trust {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .ppc-hero__trust {
    padding-bottom: 24px;
  }

  .home-hero__trust-item,
  .ppc-hero__trust-item,
  .page-hero__trust-item,
  .page-hero--split .page-hero__trust-item,
  .page-intro .page-hero__trust-item {
    aspect-ratio: auto;
    gap: 8px;
    padding: 16px 8px;
    min-height: 0;
  }
}

/* --- Project benefits (check list) --- */
.project-benefits {
  min-height: 150px;
  padding: 100px 0;
  background-color: #fcfcfc;
}

.project-benefits__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.project-benefits__title {
  margin: 0 0 70px;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e74b0;
}

.project-benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-items: center;
  align-items: center;
}

.project-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.project-benefit-item__icon {
  flex-shrink: 0;
  padding-top: 4px;
  color: #e18b4f;
  line-height: 0;
}

.project-benefit-item__icon svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.project-benefit-item__label {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #040e14;
}

@media (max-width: 1024px) {
  .project-benefits:not(.project-benefits--icons) {
    padding: 60px 12px;
  }

  .project-benefits__inner {
    padding: 0;
  }

  .project-benefits__title {
    margin-bottom: 60px;
    line-height: 1.3;
  }

  .project-benefit-item {
    align-items: center;
    gap: 8px;
  }

  .project-benefit-item__icon {
    padding-top: 0;
  }

  .project-benefit-item__icon svg {
    width: 25px;
    height: 25px;
  }

  .project-benefit-item__label {
    font-size: 1.05rem;
  }
}

@media (max-width: 767px) {
  .project-benefits__title {
    margin-bottom: 60px;
  }

  .project-benefits .project-benefits__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 20px;
    gap: 24px 20px;
    align-items: start;
    justify-items: stretch;
    width: 100%;
  }

  .project-benefits .project-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 8px;
    text-align: center;
  }

  .project-benefit-item__icon {
    padding-top: 0;
    font-size: 31px;
    line-height: 0;
  }

  .project-benefit-item__icon svg {
    width: 31px;
    height: 31px;
  }

  .project-benefit-item__label {
    font-size: 1.15rem;
    line-height: 1.3;
  }
}

/* --- Home: icon benefits bar (blue band) --- */
.project-benefits--icons,
.project-benefits.project-benefits--icons {
  min-height: auto;
  padding: 26px 12px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.project-benefits--icons .project-benefits__inner {
  max-width: 1250px;
  padding: 0;
}

.project-benefits__icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-items: center;
}

.project-benefit-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.project-benefit-icon__icon {
  display: block;
  line-height: 0;
}

.project-benefit-icon__icon svg {
  display: block;
  width: 64px;
  height: 64px;
}

.project-benefit-icon__label {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .project-benefits__icon-grid {
    gap: 24px 20px;
  }
}

@media (max-width: 767px) {
  .project-benefits--icons {
    padding: 32px 12px 20px;
  }

  .project-benefits__icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .project-benefit-icon__icon svg {
    width: 24px;
    height: 24px;
  }

  .project-benefit-icon__label {
    font-size: 1rem;
  }
}

/* --- Phone CTA bar ("Did you say a free estimate?") --- */
.phone-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 40px 15px;
  background-color: #e18b4f;
  box-sizing: border-box;
}

.phone-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

.phone-cta__text {
  grid-column: 1;
  justify-self: center;
  width: 100%;
  margin: 0;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #fcfcfc;
}

.phone-cta__link {
  grid-column: 2;
  justify-self: end;
  display: inline-block;
  padding: 14px 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #e8e7e7 !important;
  background-color: #fcfcfc;
  border: none;
  border-radius: 2px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.phone-cta__link:hover,
.phone-cta__link:focus {
  color: #e8e7e7 !important;
  background-color: #1e74b0;
}

@media (max-width: 1024px) {
  .phone-cta {
    min-height: 100px;
    padding: 0 12px;
  }

  .phone-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .phone-cta__text {
    grid-column: 1;
    justify-self: center;
    width: 100%;
    padding: 0;
    font-size: 25px;
    text-align: center;
  }

  .phone-cta__link {
    grid-column: 2;
    justify-self: center;
    padding: 18px 48px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .phone-cta {
    padding: 20px 12px;
  }

  .phone-cta__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .phone-cta__text {
    grid-column: 1;
    padding: 0 0 20px;
    font-size: 25px;
  }

  .phone-cta__link {
    grid-column: 1;
    justify-self: center;
    padding: 18px 48px;
    font-size: 20px;
  }
}

/* Home page phone band matches live blue gradient section */
.home .phone-cta {
  min-height: auto;
  padding: 40px 12px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.home .phone-cta__inner {
  display: block;
  max-width: 960px;
  text-align: center;
}

.home .phone-cta__text {
  grid-column: auto;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #ffffff;
}

.home .phone-cta__text p {
  margin: 0;
}

.home .phone-cta__text a {
  color: #ffffff;
  text-decoration: underline;
}

.home .phone-cta__text a:hover,
.home .phone-cta__text a:focus {
  color: #fcfcfc;
}

@media (max-width: 767px) {
  .home .phone-cta {
    padding: 40px 16px;
  }

  .home .phone-cta__text {
    font-size: 1.35rem;
  }
}

/* --- Mid-page estimate form section --- */
.estimate-section {
  position: relative;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-radius: 0;
  --overlay-opacity: 0.16;
  --background-overlay: "";
  --overlay-transition: 0.3s;
  --border-transition: 0.3s;
  width: 100%;
  padding: 120px 0;
  background-color: #1f140e;
  box-sizing: border-box;
}

.estimate-section::before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(
    100% + var(--border-left-width) + var(--border-right-width),
    100%
  );
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  border-radius: var(--border-radius);
  opacity: var(--overlay-opacity);
  mix-blend-mode: var(--overlay-mix-blend-mode, normal);
  background-image: url("/_assets/img/Test-6.webp");
  background-repeat: no-repeat;
  background-size: auto;
  transition:
    background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
  pointer-events: none;
}

.estimate-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 100px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.estimate-section__copy {
  min-width: 0;
  padding-left: 20px;
}

.estimate-section__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e18b4f;
}

.estimate-section__kicker {
  margin: 20px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.25;
  color: #e8e7e7;
}

.estimate-section__text {
  padding: 20px 0 80px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e8e7e7;
}

.estimate-section__text p {
  margin: 0 0 1em;
}

.estimate-section__text p:last-child {
  margin-bottom: 0;
}

.estimate-section__text a {
  color: #e18b4f;
  text-decoration: underline;
}

.estimate-section__phone {
  font-weight: 700;
}

.estimate-section__form-wrap {
  position: relative;
  min-width: 0;
  padding: 10px 40px 0;
  background-color: #1f140e;
  border-radius: 2px;
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.estimate-section__anchor {
  position: absolute;
  top: -120px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.estimate-form {
  display: block;
  width: 100%;
}

.estimate-form__fields {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  margin: 0;
  box-sizing: border-box;
}

.estimate-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.estimate-form__row:last-of-type {
  margin-bottom: 16px;
}

.estimate-form__input {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fcfcfc;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
}

.estimate-form__input--textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  margin-bottom: 16px;
  resize: vertical;
}

.estimate-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.estimate-form__submit {
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff !important;
  background-color: #e18b4f;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.estimate-form__submit:hover,
.estimate-form__submit:focus {
  color: #ffffff !important;
  background-color: #1ab825;
}

@media (max-width: 1024px) {
  .estimate-section {
    padding: 80px 12px;
  }

  .estimate-section__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .estimate-section__copy {
    padding-left: 20px;
    padding-right: 0;
  }

  .estimate-section__kicker {
    font-size: 1.6rem;
  }

  .estimate-section__text {
    padding: 10px 0 20px;
  }

  .estimate-section__form-wrap {
    padding: 10px 40px 0;
  }
}

@media (max-width: 767px) {
  .estimate-section__form-wrap {
    padding: 10px 20px 0;
  }

  .estimate-form__row {
    grid-template-columns: 1fr;
  }

  .estimate-section__kicker {
    font-size: 1.45rem;
  }
}

/* --- Contact page --- */
.contact-page {
  position: relative;
  --overlay-opacity: 0.16;
  width: 100%;
  padding: 120px 0;
  background-color: #1f140e;
  box-sizing: border-box;
}

.contact-page::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: var(--overlay-opacity);
  background-image: url("/_assets/img/Test-6.webp");
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}

.contact-page__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 100px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-page__main {
  min-width: 0;
}

.contact-page__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e18b4f;
}

.contact-page__intro {
  margin: 0;
  padding: 20px 0 60px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e8e7e7;
}

.contact-page__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-page__detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0;
  min-width: 0;
}

.contact-page__detail-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 88px;
  gap: 8px;
  text-align: center;
}

.contact-page__detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e18b4f;
}

.contact-page__detail-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.contact-page__detail-title {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
}

.contact-page__detail-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e8e7e7;
}

.contact-page__detail-text a {
  color: #e8e7e7;
  text-decoration: none;
}

.contact-page__detail-text a:hover,
.contact-page__detail-text a:focus {
  color: #e8e7e7;
  text-decoration: underline;
}

.contact-page__form-wrap {
  position: relative;
  min-width: 0;
  padding: 10px 40px 0;
  background-color: #1f140e;
  border-radius: 2px;
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.contact-page__anchor {
  position: absolute;
  top: -120px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.contact-page__form-title {
  margin: 0;
  padding: 20px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #e8e7e7;
}

@media (max-width: 1024px) {
  .contact-page {
    padding: 80px 12px;
  }

  .contact-page__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
  }

  .contact-page__intro {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contact-page {
    padding: 60px 12px;
  }

  .contact-page__form-wrap {
    padding: 10px 20px 0;
  }

  .contact-page__form-title {
    font-size: 1.6rem;
  }
}

/* --- Utility / legal content pages --- */
.content-page {
  width: 100%;
  padding: 60px 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

.content-page__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.content-page__body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fcfcfc;
}

.content-page__body h1,
.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fcfcfc;
}

.content-page__body h1 {
  font-size: 2rem;
  margin: 0 0 1rem;
}

.content-page__body h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}

.content-page__body h3,
.content-page__body h4 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.75rem;
}

.content-page__body p,
.content-page__body ul,
.content-page__body ol {
  margin: 0 0 1em;
}

.content-page__body ul,
.content-page__body ol {
  padding-left: 1.5rem;
}

.content-page__body a {
  color: #fcfcfc;
  text-decoration: underline;
}

.content-page__body a:hover,
.content-page__body a:focus {
  color: #e18b4f;
}

/* --- About page --- */
.about-page {
  width: 100%;
  padding: 100px 0;
  background-color: #1f140e;
  box-sizing: border-box;
}

.about-page__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.about-page__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
  margin-bottom: 0;
}

.about-page__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e18b4f;
}

.about-page__subtitle {
  margin: 20px 0 0;
  padding-bottom: 120px;
  font-family: Poppins, sans-serif;
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 1.25;
  color: #e8e7e7;
}

.about-page__header-cta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.about-page__cta {
  display: inline-block;
  padding: 18px 40px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #e8e7e7 !important;
  background-color: #e18b4f;
  border-radius: 2px;
  text-decoration: none !important;
}

.about-page__cta:hover,
.about-page__cta:focus {
  color: #ffffff !important;
  background-color: #1ab825;
}

.about-page__bio {
  display: grid;
  grid-template-columns: 254px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.about-page__photo {
  display: block;
  width: 254px;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.about-page__name {
  margin: 40px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
}

.about-page__text {
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #e8e7e7;
}

.about-page__text p {
  margin: 0 0 1em;
}

.about-page__text p:last-child {
  margin-bottom: 0;
}

/* --- Legal pages (privacy, terms) --- */
.legal-page {
  width: 100%;
  padding: 60px 15px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

.legal-page__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #040e14;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.legal-page__title,
.legal-page__heading {
  font-family: Poppins, sans-serif;
  color: #1e74b0;
  line-height: 1.3;
}

.legal-page__title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.legal-page__heading {
  margin: 2rem 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.legal-page__inner h3 {
  margin: 1.5rem 0 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  color: #040e14;
}

.legal-page__inner h4 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  color: #040e14;
}

.legal-page__inner p {
  margin: 0 0 1rem;
}

.legal-page__inner ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.legal-page__inner li {
  margin-bottom: 0.5rem;
}

.legal-page__inner a {
  color: #1e74b0;
}

/* --- Sitemap page --- */
.sitemap-page {
  width: 100%;
  padding: 60px 15px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.sitemap-page__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sitemap-page__heading {
  margin: 0 0 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e74b0;
}

.sitemap-page__sections {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.sitemap-page__section {
  flex: 1 1 100%;
  min-width: 0;
}

.sitemap-page__title {
  margin: 0 0 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fcfcfc;
}

.sitemap-page__list {
  margin: 0 0 2rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.sitemap-page__item {
  margin: 0 0 0.35em;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #fcfcfc;
}

.sitemap-page__item a {
  color: #1e74b0;
  text-decoration: none;
}

.sitemap-page__item a:hover,
.sitemap-page__item a:focus {
  color: #e18b4f;
  text-decoration: underline;
}

/* --- Thank you page --- */
.thank-you-page {
  position: relative;
  --overlay-opacity: 0.16;
  width: 100%;
  min-height: 500px;
  padding: 120px 0;
  background-color: #1f140e;
  box-sizing: border-box;
}

.thank-you-page::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: var(--overlay-opacity);
  background-image: url("/_assets/img/Test-6.webp");
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}

.thank-you-page__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  min-height: 260px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.thank-you-page__title {
  margin: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e18b4f;
}

.thank-you-page__subtitle {
  margin: 20px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 1.25;
  color: #e8e7e7;
}

@media (max-width: 1024px) {
  .about-page {
    padding: 100px 12px;
  }

  .about-page__subtitle {
    padding-bottom: 20px;
  }

  .about-page__header {
    grid-template-columns: 1fr;
  }

  .about-page__header-cta {
    justify-content: flex-start;
    padding-bottom: 60px;
  }

  .about-page__bio {
    grid-template-columns: 1fr;
  }

  .about-page__name {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .content-page {
    padding: 40px 0;
  }

  .thank-you-page {
    padding: 60px 12px;
  }

  .thank-you-page__subtitle {
    font-size: 1.6rem;
  }
}

/* --- Site footer (post-6871.css) --- */
.site-footer.dynamic-footer.elementor-location-footer,
.site-footer.elementor-location-footer {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  padding-block: 0 !important;
  color: #fff;
  background-color: transparent;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:active {
  text-decoration: none;
}

.site-footer__shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px 0 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.site-footer .site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.33fr);
  column-gap: 80px;
  row-gap: 0;
  align-items: start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 60px;
  box-sizing: border-box;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.site-footer__column--brand {
  margin-top: -24px;
}

.site-footer__column--contact {
  padding: 40px 0 0 40px;
}

.site-footer__column--quote {
  padding: 40px 0 0;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 0;
}

.site-footer__logo img {
  width: 180px;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}

.site-footer__intro {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: start;
}

.site-footer__intro p {
  margin: 0 0 0.9rem;
}

.site-footer__intro p:last-child {
  margin: 0;
  padding-top: 10px;
}

.site-footer__intro a {
  color: #e18b4f;
}

.site-footer__intro a:hover,
.site-footer__intro a:focus {
  color: #6ec1e4;
}

.site-footer__cta {
  display: inline-block;
  background-color: #e18b4f;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 4px;
  padding: 18px 40px;
}

.site-footer__copyright {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.site-footer__copyright a {
  color: #e18b4f;
}

.site-footer__copyright a:hover,
.site-footer__copyright a:focus {
  color: #6ec1e4;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 12px 12px;
  background-color: #16537e;
  box-sizing: border-box;
}

.site-footer__heading {
  margin: 0 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: start;
}

.site-footer__heading--nav {
  margin-top: 0;
}

.site-footer__contact-item,
.site-footer__hours {
  margin: 0;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: start;
}

.site-footer__contact-item a {
  color: #fff;
  text-decoration: none;
}

.site-footer__contact-item a:hover,
.site-footer__contact-item a:focus {
  color: #e18b4f;
  text-decoration: none;
}

.site-footer__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

.site-footer__form > input[type="hidden"] {
  display: none;
}

.site-footer__form-row {
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.site-footer__form-row:has(.site-footer__form-textarea) {
  grid-column: 1 / -1;
}

.site-footer__form-label {
  display: block;
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fcfcfc;
}

.site-footer__form-input,
.site-footer__form-textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #040e14;
  background-color: #fff;
  border: 1px solid #fcfcfc;
  border-radius: 4px;
  box-sizing: border-box;
}

.site-footer__form-textarea {
  min-height: 96px;
  resize: vertical;
}

.site-footer__form-submit {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 10px;
  padding: 16px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-footer__form-submit:hover,
.site-footer__form-submit:focus {
  background-color: #6ec1e4;
  color: #fff;
}

.site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625em;
  height: 1.625em;
  background-color: #fcfcfc;
  border-radius: 50%;
  color: #e18b4f;
  line-height: 0;
  text-decoration: none;
}

.site-footer__social-item:nth-child(3) .site-footer__social-link,
.site-footer__social-item:nth-child(4) .site-footer__social-link {
  background-color: #000;
  color: #fff;
}

.site-footer__social-link svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-footer__shell {
    padding: 20px 0 0;
  }

  .site-footer .site-footer__inner {
    grid-template-columns: 1fr;
    padding: 0 20px 60px;
    column-gap: 0;
    row-gap: 40px;
  }

  .site-footer__column--brand {
    padding: 0 0 0 40px;
  }

  .site-footer__column--contact,
  .site-footer__column--quote {
    padding: 0 0 0 40px;
  }

  .site-footer__column--quote {
    grid-column: auto;
  }

  .site-footer__heading {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .site-footer__shell {
    padding: 20px 0 0;
  }

  .site-footer .site-footer__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
    padding: 0 20px 60px;
  }

  .site-footer__column--brand {
    margin-top: 0;
    align-items: flex-start;
  }

  .site-footer__column--contact,
  .site-footer__column--quote {
    padding: 0;
    margin-top: 0;
  }

  .site-footer__intro {
    padding-top: 12px;
    font-size: 18px;
  }

  .site-footer__intro p:last-child {
    font-size: 18px;
  }

  .site-footer__contact-item,
  .site-footer__hours {
    font-size: 18px;
  }

  .site-footer__heading {
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .site-footer__column--brand .site-footer__heading {
    margin-top: 0;
  }

  .site-footer__form {
    grid-template-columns: 1fr;
  }

  .site-footer__form-row {
    grid-column: auto;
  }

  .site-footer__form-submit {
    font-size: 16px;
  }

  .site-footer__bottom {
    padding: 24px 12px 12px;
  }

  .site-footer__column--nav {
    grid-column: auto;
    margin-top: 40px;
  }

  .site-footer__heading--nav {
    margin-top: 40px;
  }
}

/* --- FAQ accordion section --- */
.faq-section {
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  padding: 60px 12px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.faq-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-section__title {
  margin: 0 0 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-accordion__item {
  border: 0;
}

.faq-accordion__heading {
  margin: 0;
  font: inherit;
}

.faq-accordion__trigger {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  outline: none;
  border: none;
}

.faq-accordion__trigger:hover,
.faq-accordion__trigger:focus {
  color: #ffffff;
  outline: none;
}

.faq-accordion__item.is-open .faq-accordion__trigger,
.faq-accordion__item.is-open .faq-accordion__trigger:hover,
.faq-accordion__item.is-open .faq-accordion__trigger:focus {
  color: #1e74b0;
}

.faq-accordion__trigger:focus-visible {
  outline: none;
}

.faq-accordion__icon {
  flex: 0 0 16px;
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.faq-accordion__icon::before,
.faq-accordion__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion__item.is-open .faq-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.faq-accordion__item.is-open .faq-accordion__icon::before,
.faq-accordion__item.is-open .faq-accordion__icon::after {
  background: #1e74b0;
}

.faq-accordion__question {
  flex: 1 1 auto;
}

.faq-accordion__panel {
  padding: 16px 0 15px 20px;
  background-color: transparent;
}

.faq-accordion__panel[hidden] {
  display: none;
}

.faq-accordion__answer {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.faq-accordion__answer p {
  margin: 0 0 0.75em;
}

.faq-accordion__answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 60px 12px;
  }

  .faq-section__title {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}

/* Service / city / brand pages — white FAQ panel (live 6a79ebe) */
.faq-section--service {
  background: #fcfcfc;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.faq-section--service .faq-section__title {
  margin-bottom: 32px;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: left;
  color: #1e74b0;
}

@media (min-width: 768px) {
  .faq-section--service .faq-section__title {
    font-size: 2.3rem;
    line-height: 1.1;
  }
}

.faq-section--service .faq-accordion__trigger,
.faq-section--service .faq-accordion__trigger:hover,
.faq-section--service .faq-accordion__trigger:focus {
  color: #040e14;
}

.faq-section--service .faq-accordion__item.is-open .faq-accordion__trigger,
.faq-section--service .faq-accordion__item.is-open .faq-accordion__trigger:hover,
.faq-section--service .faq-accordion__item.is-open .faq-accordion__trigger:focus {
  color: #1e74b0;
}

.faq-section--service .faq-accordion__icon::before,
.faq-section--service .faq-accordion__icon::after {
  background: #1e74b0;
}

.faq-section--service .faq-accordion__answer {
  font-size: 18px;
  color: #040e14;
}

.faq-section--service .faq-accordion__answer a {
  color: #1e74b0;
}

/* --- Why Choose section --- */
.why-choose {
  background-color: #fcfcfc;
  padding: 60px 15px 40px;
}

.why-choose__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.why-choose__title {
  margin: 0 0 60px;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #e8e7e7;
}

.why-choose__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px;
}

.why-choose__card {
  min-height: 250px;
  padding: 30px;
  border-radius: 4px;
  background-color: #1f140e;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.why-choose__icon {
  margin-bottom: 8px;
  text-align: left;
}

.why-choose__icon img {
  display: block;
  width: 80px;
  height: auto;
  max-width: none;
}

.why-choose__card[data-icon-size='80'] .why-choose__icon {
  margin: -65px 0 0 -60px;
}

.why-choose__icon img[src*="Complete-Satisfaction"] {
  width: auto;
  height: 68px;
  margin-left: 10px;
}

.why-choose__card-title {
  margin: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #e8e7e7;
}

.why-choose__card-text {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
}

@media (max-width: 1024px) {
  .why-choose {
    padding: 100px 40px;
  }

  .why-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .why-choose {
    padding: 100px 40px;
  }

  .why-choose__title {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }

  .why-choose__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

/* --- Map embed section --- */
.map-embed {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.map-embed__map {
  display: block;
  width: 100%;
  height: 450px;
  background: #eef0f3;
}

.map-embed__map .leaflet-container {
  width: 100%;
  height: 450px;
  font-family: inherit;
  background: #eef0f3;
}

.map-embed__map .leaflet-tile {
  mix-blend-mode: normal;
}

.map-embed__map .leaflet-control-attribution {
  display: none;
}

.map-embed__map .leaflet-bar {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.map-embed__map .leaflet-bar a {
  color: #333;
  border-bottom-color: #e0e0e0;
}

.map-embed__map .leaflet-bar a:hover {
  background-color: #f5f5f5;
}

.map-embed__pin {
  background: transparent;
  border: none;
}

.map-embed__pin-dot {
  display: block;
  width: 24px;
  height: 24px;
  background: #1e74b0;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.map-embed__stage {
  position: relative;
  width: 100%;
  height: 450px;
}

.map-embed__stage .map-embed__map {
  height: 100%;
}

.map-embed__summary {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: min(320px, calc(100% - 24px));
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: box-shadow 0.15s ease;
}

.map-embed__summary:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.map-embed__summary-name {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.map-embed__summary-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-family: Poppins, sans-serif;
  font-size: 0.85rem;
  color: #555;
}

.map-embed__summary-stars {
  color: #fbbc04;
  letter-spacing: 0.5px;
}

.map-embed__summary-score {
  font-weight: 600;
  color: #1a1a1a;
}

.map-embed__summary-count {
  color: #666;
}

.map-embed__actions {
  margin: 0;
  padding: 12px 15px;
  text-align: center;
  background: #fcfcfc;
}

.map-embed__google-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.map-embed__google-link:hover {
  color: #e18b4f;
}

.map-embed__frame {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}

/* --- Content feature (text + image split) --- */
.content-feature {
  background-color: #fcfcfc;
  padding: 40px 15px;
}

.content-feature__inner {
  display: flex;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
  align-items: stretch;
}

.content-feature__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-feature__title {
  margin: 0;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1e74b0;
}

.content-feature__text {
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #040e14;
}

.content-feature__text p {
  margin: 0 0 1em;
}

.content-feature__text p:last-child {
  margin-bottom: 0;
}

.content-feature__text a {
  color: #e18b4f;
  font-weight: 700;
  text-decoration: underline;
}

.content-feature__text a:hover {
  color: #1e74b0;
}

.content-feature__cta,
.elementor-kit-6 .content-feature__cta {
  display: inline-block;
  align-self: flex-start;
  padding: 18px 40px;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.2s;
}

.content-feature__cta:hover {
  background-color: #1e74b0;
}

.content-feature__media {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
}

.content-feature__media img {
  display: block;
  max-height: 460px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 2px;
  box-shadow: 0px 10px 20px -12px rgba(30, 116, 176, 0.45);
}

.content-feature__media .content-feature__cta {
  margin-top: 20px;
}

.content-feature--reversed .content-feature__inner {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .content-feature__inner {
    flex-direction: column;
    gap: 40px;
  }

  .content-feature--reversed .content-feature__inner {
    flex-direction: column;
  }

  .content-feature--about .content-feature__title {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}


/* --- Service area interactive map --- */
.service-map {
  background-color: #fcfcfc;
  padding: 60px 15px;
}

.service-map__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.service-map__title {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
  margin: 0 0 20px;
}

.service-map__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin: 0 auto;
}

.service-map__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.service-map__hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.service-map__hotspot:hover,
.service-map__hotspot:focus {
  z-index: 3;
}


.service-map__label {
  display: inline-block;
  background-color: #e18b4f;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
}

.service-map__tooltip {
  display: none;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #1f140e;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  border-radius: 4px;
  min-width: 155px;
  max-width: 208px;
  white-space: normal;
  text-align: left;
  box-shadow: 0 10px 20px -8px rgba(0,0,0,0.5);
  z-index: 10;
  pointer-events: none;
}

.service-map__hotspot:hover .service-map__tooltip,
.service-map__hotspot:focus .service-map__tooltip,
.service-map__hotspot.is-active .service-map__tooltip {
  display: block;
}

@media (max-width: 1024px) {
  #hotspot-1  { left: 20% !important; top: 62% !important; }
  #hotspot-2  { left: 62% !important; top: 31% !important; }
  #hotspot-3  { left: 55% !important; top: 37% !important; }
  #hotspot-4  { left: 66% !important; top: 43% !important; }
  #hotspot-5  { left: 44% !important; top: 43% !important; }
  #hotspot-6  { left: 40% !important; top: 49% !important; }
  #hotspot-7  { left: 50% !important; top: 55% !important; }
  #hotspot-8  { left: 14% !important; top: 33% !important; }
  #hotspot-9  { left: 17% !important; top: 27% !important; }
  #hotspot-10 { left: 20% !important; top: 41% !important; }
  #hotspot-11 { left: 52% !important; top: 28% !important; }
  #hotspot-12 { left: 58% !important; top: 21% !important; }
  #hotspot-13 { left: 48% !important; top: 24% !important; }
  #hotspot-14 { left: 56% !important; top: 60% !important; }
  #hotspot-15 { left: 57% !important; top: 68% !important; }
  #hotspot-16 { left: 62% !important; top: 54% !important; }
  #hotspot-17 { left: 63% !important; top: 15% !important; }
  #hotspot-18 { left: 45% !important; top: 18% !important; }
  #hotspot-19 { left: 56% !important; top: 10% !important; }
  #hotspot-20 { left: 33% !important; top: 43% !important; }
  #hotspot-21 { left: 35% !important; top: 56% !important; }
  #hotspot-22 { left: 27% !important; top: 50% !important; }
  #hotspot-23 { left: 30% !important; top: 58% !important; }
  #hotspot-24 { left: 25% !important; top: 67% !important; }
  #hotspot-25 { left: 48% !important; top: 48% !important; }
  #hotspot-26 { left: 44% !important; top: 42% !important; }
  #hotspot-27 { left: 52% !important; top: 52% !important; }
  #hotspot-28 { left: 38% !important; top: 4%  !important; }
  #hotspot-29 { left: 33% !important; top: 9%  !important; }
  #hotspot-30 { left: 43% !important; top: 13% !important; }
  #hotspot-31 { left: 74% !important; top: 52% !important; }
  #hotspot-32 { left: 70% !important; top: 58% !important; }
  #hotspot-33 { left: 78% !important; top: 63% !important; }

  .service-map__label {
    font-size: 10px;
    padding: 3px 5px;
  }
}

@media (max-width: 767px) {
  .service-map__container {
    height: 600px;
  }

  .service-map__image {
    object-fit: cover;
    object-position: center center;
  }

  .service-map__title {
    margin-bottom: 40px;
  }

  .service-map__label {
    font-size: 9px;
    padding: 2px 4px;
  }

  .service-map__tooltip {
    left: auto;
    right: 0;
    top: calc(100% + 5px);
    transform: none;
  }

  #hotspot-1  { left: 15% !important; top: 58% !important; }
  #hotspot-2  { left: 72% !important; top: 35% !important; }
  #hotspot-3  { left: 40% !important; top: 30% !important; }
  #hotspot-4  { left: 78% !important; top: 43% !important; }
  #hotspot-5  { left: 38% !important; top: 38% !important; }
  #hotspot-6  { left: 42% !important; top: 46% !important; }
  #hotspot-7  { left: 62% !important; top: 53% !important; }
  #hotspot-8  { left: 15% !important; top: 24% !important; }
  #hotspot-9  { left: 15% !important; top: 31% !important; }
  #hotspot-10 { left: 15% !important; top: 38% !important; }
  #hotspot-11 { left: 78% !important; top: 30% !important; }
  #hotspot-12 { left: 75% !important; top: 23% !important; }
  #hotspot-13 { left: 44% !important; top: 24% !important; }
  #hotspot-14 { left: 68% !important; top: 65% !important; }
  #hotspot-15 { left: 66% !important; top: 74% !important; }
  #hotspot-16 { left: 75% !important; top: 58% !important; }
  #hotspot-17 { left: 72% !important; top: 5%  !important; }
  #hotspot-18 { left: 72% !important; top: 19% !important; }
  #hotspot-19 { left: 72% !important; top: 12% !important; }
  #hotspot-20 { left: 15% !important; top: 44% !important; }
  #hotspot-21 { left: 36% !important; top: 58% !important; }
  #hotspot-22 { left: 16% !important; top: 52% !important; }
  #hotspot-23 { left: 19% !important; top: 65% !important; }
  #hotspot-24 { left: 15% !important; top: 74% !important; }
  #hotspot-25 { left: 50% !important; top: 48% !important; }
  #hotspot-26 { left: 44% !important; top: 42% !important; }
  #hotspot-27 { left: 56% !important; top: 54% !important; }
  #hotspot-28 { left: 35% !important; top: 3%  !important; }
  #hotspot-29 { left: 35% !important; top: 10% !important; }
  #hotspot-30 { left: 35% !important; top: 17% !important; }
  #hotspot-31 { left: 78% !important; top: 50% !important; }
  #hotspot-32 { left: 78% !important; top: 57% !important; }
  #hotspot-33 { left: 78% !important; top: 64% !important; }
}

/* =========================================================
   HOME: Base body text
   ========================================================= */
body.home {
  font-size: 18px;
}

body.home .content-feature__text,
body.home .site-footer__intro {
  font-size: 18px;
}

/* =========================================================
   HOME: Hero section
   ========================================================= */
.home-hero {
  background-color: #fcfcfc;
  padding: 60px 12px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.home-hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
}

.home-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.home-hero__title {
  margin: 20px 0 32px;
  font-family: Poppins, sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #1e74b0;
}

.home-hero__intro {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #54595f;
}

.home-hero__intro p {
  margin: 0 0 1em;
}

.home-hero__intro p:last-child {
  margin-bottom: 0;
}

.home-hero__trust {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.home-hero__cta {
  display: inline-block;
  align-self: flex-start;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home-hero__cta:hover,
.home-hero__cta:focus {
  background-color: #1e74b0;
  color: #ffffff;
}

.home-hero__media {
  flex: 0 1 45%;
  min-width: 0;
}

.home-hero__media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .home-hero__inner {
    flex-direction: column;
    gap: 40px;
  }

  .home-hero__media {
    flex: none;
    width: 100%;
  }

  .home-hero__title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .home-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 15px;
    background-color: #fcfcfc;
  }

  .home-hero__inner {
    position: static;
    flex-direction: column;
    gap: 32px;
  }

  .home-hero__content {
    position: relative;
    z-index: 2;
    align-items: flex-start;
    text-align: left;
  }

  .home-hero__title {
    font-size: 1.85rem;
    margin-bottom: 20px;
  }

  .home-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    flex: none;
    width: 100%;
    height: 100%;
    min-width: 0;
    margin: 0;
    pointer-events: none;
    isolation: isolate;
  }

  .home-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(252, 252, 252, 0.82);
    pointer-events: none;
  }

  .home-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }

  .home-hero__cta {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* =========================================================
   HOME: Services section
   ========================================================= */
.home-services {
  background-color: #fcfcfc;
  padding: 40px 15px 60px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.home-services__inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-services__title {
  margin: 24px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #1e74b0;
}

.home-services__group {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  min-height: 280px;
  padding: 32px 40px;
  border-radius: 4px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.home-services__group-copy {
  flex: 1;
  min-width: 0;
}

.home-services__group-title {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #fcfcfc;
}

.home-services__group-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #fcfcfc;
}

.home-services__group-text p {
  margin: 0 0 1em;
}

.home-services__group-text p:last-child {
  margin-bottom: 0;
}

.home-services__group-text a {
  color: inherit;
  text-decoration: underline;
}

.home-services__icon-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.home-services__icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 140px;
  padding: 12px 16px;
  border: 2px solid #fcfcfc;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-services__icon-link:hover,
.home-services__icon-link:focus {
  background-color: #258dd6;
  transform: translateX(6px);
}

.home-services__icon-link-icon {
  display: block;
  line-height: 0;
}

.home-services__icon-link-icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.home-services__icon-link-label {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #fcfcfc;
}

/* =========================================================
   HOME: Service areas split layout
   ========================================================= */
.service-areas-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 60px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  min-height: 400px;
  background-color: #f5ffff;
  box-shadow: none;
}

.service-areas-layout .service-areas {
  flex: 1 1 0;
  min-width: 0;
  box-shadow: none;
  padding: 80px 12px;
}

.service-areas-layout .service-areas__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  max-width: 100%;
}

.service-areas-layout .service-areas__title {
  padding: 16px 0 28px;
}

.service-areas-layout .service-areas__anchor {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.service-areas-layout .service-areas__intro {
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #040e14;
}

.service-areas-layout .service-areas__intro p {
  margin: 0 0 1em;
}

.service-areas-layout .service-areas__intro p:last-child {
  margin-bottom: 0;
}

.service-areas-layout .service-areas__columns {
  width: 100%;
  column-gap: 0;
}

.service-areas-layout .service-area-item {
  gap: 15px;
  transition: transform 0.2s ease;
}

.service-areas-layout .service-area-item:hover,
.service-areas-layout .service-area-item:focus-within {
  transform: translateX(6px);
}

.service-areas-layout .service-area-item__icon {
  color: #0c293d;
}

.service-areas-layout .service-area-item__icon svg {
  width: 20px;
  height: 20px;
}

.service-areas-layout .service-area-item__name {
  letter-spacing: -0.5px;
}

.service-areas-layout__media {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-areas-layout__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}

@media (min-width: 1025px) {
  .service-areas-layout .service-areas__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-areas-layout .service-areas__title {
    flex: none;
    align-self: start;
    max-width: none;
    padding: 16px 0 28px;
  }

  .service-areas-layout .service-areas__columns {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .home-services {
    padding: 40px 12px 60px;
  }

  .home-services__group {
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px;
  }

  .home-services__icon-grid {
    width: 100%;
  }

  .service-areas-layout {
    flex-direction: column-reverse;
    gap: 0;
    max-width: none;
  }

  .service-areas-layout .service-areas {
    flex: none;
    max-width: 100%;
  }

  .service-areas-layout .service-areas__columns {
    column-gap: 16px;
  }

  .service-areas-layout .service-areas__title {
    padding: 24px 0 24px;
    font-size: 1.9rem;
  }

  .service-areas-layout .service-areas__intro {
    font-size: 18px;
  }

  .service-areas-layout__media {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .service-areas-layout__media img {
    height: 400px;
    min-height: 0;
    max-height: none;
  }

  .service-areas-layout .service-areas {
    padding: 60px 12px;
  }
}

@media (max-width: 767px) {
  .home-services__title {
    font-size: 1.85rem;
  }

  .home-services__group {
    padding: 24px 16px;
  }

  .home-services__group-title {
    font-size: 1.35rem;
  }

  .home-services__icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .home-services__icon-link {
    min-height: 120px;
  }

  .service-areas-layout .service-areas {
    padding: 60px 20px;
  }

  .service-areas-layout .service-areas__title {
    padding: 32px 0 24px;
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .service-areas-layout .service-areas__intro {
    margin: 0 0 40px;
  }

  .service-areas-layout .service-areas__columns {
    column-gap: 16px;
  }

  .service-areas-layout .service-area-item {
    gap: 10px;
    margin-bottom: 16px;
  }

  .service-areas-layout .service-area-item__icon svg {
    width: 28px;
    height: 28px;
  }
}

/* =========================================================
   PPC: About Founder section
   ========================================================= */
.about-founder {
  background-color: #fcfcfc;
  padding: 80px 15px;
}

.about-founder__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.about-founder__header {
  text-align: center;
  margin-bottom: 40px;
}

.about-founder__title {
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #e8e7e7;
  margin: 0 0 8px;
}

.about-founder__subtitle {
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #e18b4f;
  margin: 0;
}

.about-founder__content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.about-founder__media {
  flex: 0 0 260px;
}

.about-founder__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.about-founder__body {
  flex: 1;
}

.about-founder__name {
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #e18b4f;
  margin: 0 0 16px;
}

.about-founder__bio {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  color: #e8e7e7;
  line-height: 1.7;
}

.about-founder__bio p {
  margin: 0 0 1em;
}

.about-founder__actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
}

.about-founder__cta {
  display: inline-block;
  background-color: #e18b4f;
  color: #e8e7e7;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 2px;
  text-decoration: none;
}

.about-founder__phone {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #e8e7e7;
  text-decoration: none;
}

.about-founder__phone:hover {
  color: #e18b4f;
}

@media (max-width: 767px) {
  .about-founder {
    padding: 60px 15px;
  }

  .about-founder__content {
    flex-direction: column;
    align-items: center;
  }

  .about-founder__media {
    flex: none;
    max-width: 260px;
  }

  .about-founder__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   PPC: Hero section (elementor 6f6cf1a / 5c17b30 / e101938)
   ========================================================= */
.ppc-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 60px 12px;
  background-color: #fcfcfc;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.ppc-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.ppc-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.ppc-hero__title {
  margin: 0;
  padding: 0 0 32px;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #1e74b0;
}

.ppc-hero__kicker {
  margin: 0;
  padding: 0 0 32px;
  font-family: Poppins, sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #1e74b0;
}

.ppc-hero__desc {
  margin: 0;
  padding: 0 0 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #040e14;
}

.ppc-hero__desc p {
  margin: 0;
}

.ppc-hero__actions {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 100%;
}

.ppc-hero__phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #fcfcfc;
  background-color: #e18b4f;
  border-radius: 4px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.ppc-hero__phone-btn:hover,
.ppc-hero__phone-btn:focus {
  background-color: #1e74b0;
  color: #ffffff;
}

.ppc-hero__quote-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #040e14;
  transition: transform 0.3s ease;
}

.ppc-hero__quote-cta:hover,
.ppc-hero__quote-cta:focus {
  transform: translateX(6px);
}

.ppc-hero__quote-cta:hover .ppc-hero__quote-label,
.ppc-hero__quote-cta:focus .ppc-hero__quote-label,
.ppc-hero__quote-cta:hover .ppc-hero__quote-icon,
.ppc-hero__quote-cta:focus .ppc-hero__quote-icon {
  color: #1e74b0;
}

.ppc-hero__quote-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #0c293d;
  line-height: 0;
}

.ppc-hero__quote-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.ppc-hero__quote-label {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #040e14;
}

.ppc-hero__media {
  flex: 0 1 42%;
  min-width: 0;
}

.ppc-hero__media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .ppc-hero {
    min-height: auto;
    padding: 40px 20px;
  }

  .ppc-hero__title {
    font-size: 2.1rem;
    line-height: 1.2;
    padding-bottom: 32px;
  }

  .ppc-hero__kicker {
    font-size: 2.1rem;
    line-height: 1.2;
    padding-bottom: 32px;
  }

  .ppc-hero__desc {
    padding-bottom: 32px;
  }

  .ppc-hero__actions {
    width: 100%;
    justify-items: start;
  }

  .ppc-hero__quote-icon svg {
    width: 24px;
    height: 24px;
  }

  .ppc-hero__quote-label {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .ppc-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 15px;
    background-color: #fcfcfc;
  }

  .ppc-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    flex: none;
    width: 100%;
    height: 100%;
    min-width: 0;
    margin: 0;
    pointer-events: none;
    isolation: isolate;
  }

  .ppc-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(252, 252, 252, 0.82);
    pointer-events: none;
  }

  .ppc-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }

  .ppc-hero__inner {
    position: static;
    flex-direction: column;
    gap: 32px;
  }

  .ppc-hero__content {
    position: relative;
    z-index: 2;
    align-items: flex-start;
    text-align: left;
  }

  .ppc-hero__title {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 24px;
  }

  .ppc-hero__kicker {
    font-size: 2.1rem;
    line-height: 1.2;
    padding-bottom: 24px;
  }

  .ppc-hero__desc {
    font-size: 18px;
    padding-bottom: 32px;
  }

  .ppc-hero__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 24px 0;
    box-sizing: border-box;
  }

  .ppc-hero__actions > * {
    min-width: 0;
    max-width: 100%;
  }

  .ppc-hero__phone-btn {
    width: 100%;
    max-width: 100%;
    font-size: 0.8rem;
    padding: 12px 10px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .ppc-hero__quote-cta {
    min-width: 0;
    max-width: 100%;
  }

  .ppc-hero__quote-icon svg {
    width: 28px;
    height: 28px;
  }

  .ppc-hero__quote-label {
    font-size: 1rem;
  }
}

/* =========================================================
   PPC: Concerns section (icon-box FAQ-style)
   ========================================================= */
.ppc-concerns {
  background-color: #1f140e;
  padding: 40px 15px;
}

.ppc-concerns__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.ppc-concerns__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ppc-concerns__title {
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #e8e7e7;
  margin: 0;
  padding-top: 20px;
}

.concern-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.concern-item__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.concern-item__icon svg {
  width: 38px;
  height: 38px;
  fill: #e18b4f;
}

.concern-item__body {
  flex: 1;
}

.concern-item__title {
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}

.concern-item__desc {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

.ppc-concerns__media {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.ppc-concerns__media img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
  box-shadow: 0 10px 20px -12px #e18b4f;
}

.ppc-concerns__phone {
  display: block;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e18b4f;
  text-decoration: none;
  text-align: center;
  padding: 16px 40px;
  border: 2px solid #e18b4f;
  border-radius: 2px;
}

.ppc-concerns__phone:hover {
  background-color: #e18b4f;
  color: #e8e7e7;
}

@media (max-width: 1024px) {
  .ppc-concerns__inner {
    flex-direction: column;
    gap: 40px;
  }

  .ppc-concerns__media {
    flex: none;
  }

  .ppc-concerns__content {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .concern-item__icon svg {
    width: 32px;
    height: 32px;
  }

  .ppc-concerns__title {
    padding-top: 0;
  }

  .ppc-concerns__media img {
    height: 350px;
  }
}

/* PPC footer (bottom bar only, no full 3-column layout) */
.site-footer--ppc .site-footer__shell {
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

/* =========================================================
   Reviews widget (native Google reviews slider)
   ========================================================= */
.reviews-widget {
  position: relative;
  background: linear-gradient(135deg, #2a1c14 0%, #1a110d 50%, #2a1c14 100%);
  padding: 60px 15px 40px;
}

.reviews-widget__title {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.reviews-widget__inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reviews-widget__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  text-align: center;
  color: #e8e7e7;
}

.reviews-widget__rating {
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.02em;
  color: #e8e7e7;
}

.reviews-widget__stars {
  color: #fbbc04;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1;
}

.reviews-widget__count {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #e8e7e7;
}

.reviews-widget__count strong {
  font-weight: 600;
}

.reviews-slider {
  position: relative;
  padding: 0 48px;
  box-sizing: border-box;
}

.reviews-slider__viewport {
  overflow: hidden;
  width: 100%;
  container-type: inline-size;
}

.reviews-slider__track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100cqw - 60px) / 4);
  min-width: 0;
  background-color: #1f140e;
  border-radius: 4px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25);
  padding: 24px 20px 22px;
  color: #e8e7e7;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-card__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.review-card__meta {
  flex: 1;
  min-width: 0;
}

.review-card__name {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #e8e7e7;
}

.review-card__date {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(232, 231, 231, 0.65);
  margin-top: 2px;
}

.review-card__platform {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #e18b4f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.review-card__stars {
  color: #fbbc04;
  font-size: 15px;
  letter-spacing: 1px;
}

.review-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-card__text {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  color: #e8e7e7;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card.is-expanded .review-card__text {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.review-card__read-more {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #e18b4f;
  cursor: pointer;
}

.review-card__read-more:hover,
.review-card__read-more:focus-visible {
  text-decoration: underline;
  outline: none;
}

.reviews-slider__prev,
.reviews-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 72px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e8e7e7;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}

.reviews-slider__prev:hover,
.reviews-slider__prev:focus-visible,
.reviews-slider__next:hover,
.reviews-slider__next:focus-visible {
  color: #e18b4f;
  outline: none;
}

.reviews-slider__prev {
  left: 0;
}

.reviews-slider__next {
  right: 0;
}

.reviews-slider__prev[hidden],
.reviews-slider__next[hidden] {
  display: none;
}

.reviews-slider__footer {
  margin: 20px 0 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(232, 231, 231, 0.7);
}

@media (max-width: 1024px) {
  .review-card {
    flex: 0 0 calc((100cqw - 20px) / 2);
  }

  .reviews-slider {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .reviews-widget {
    padding: 40px 12px;
  }

  .reviews-widget__summary {
    flex-direction: column;
    gap: 8px;
  }

  .reviews-widget__rating {
    font-size: 1.6rem;
  }

  .reviews-slider {
    padding: 0 36px;
  }

  .reviews-slider__track {
    gap: 16px;
  }

  .review-card {
    flex: 0 0 100cqw;
    padding: 24px 20px 22px;
  }

  .reviews-slider__viewport {
    padding: 0 2px;
    box-sizing: border-box;
  }

  .reviews-slider__prev,
  .reviews-slider__next {
    width: 40px;
    height: 56px;
    font-size: 2.25rem;
  }
}



/* =========================================================
   RESTORED: Inner-page heroes / layout / forms (from prior session)
   ========================================================= */

.content-feature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.content-feature__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e74b0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.content-feature__more:hover,
.content-feature__more:focus {
  color: #258dd6;
}

/* =========================================================
   INNER PAGES: Split hero with quote form (post-301 / post-263)
   ========================================================= */
.page-hero.page-hero--split {
  min-height: 400px;
  padding: 60px 12px 80px;
  background-color: #fcfcfc;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  overflow: visible;
}

.page-hero--split > .page-hero__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  max-width: 1250px;
}

.page-hero--split .page-hero__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.page-hero--split .page-hero__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #1e74b0;
}

.page-hero--split .page-hero__intro {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #040e14;
}

.page-hero--split .page-hero__intro p {
  margin: 0 0 1em;
}

.page-hero--split .page-hero__intro p:last-child {
  margin-bottom: 0;
}

.page-hero--split .page-hero__cta {
  display: inline-block;
  align-self: flex-start;
  padding: 14px 40px;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.5px;
}

.page-hero--split .page-hero__cta:hover,
.page-hero--split .page-hero__cta:focus {
  background-color: #d17a3e;
  color: #fcfcfc;
}

.page-hero__form-panel {
  flex: 0 1 42%;
  min-width: 300px;
  padding: 32px;
  border-radius: 4px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.page-hero__form-anchor {
  display: block;
  height: 0;
  overflow: hidden;
}

.hero-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.hero-form__field--full {
  grid-column: 1 / -1;
}

.hero-form__label {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fcfcfc;
}

.hero-form__input,
.hero-form__textarea {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #040e14;
  background-color: #fcfcfc;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
}

.hero-form__textarea {
  min-height: 110px;
  resize: vertical;
}

.hero-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hero-form__submit {
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fcfcfc !important;
  background-color: #e18b4f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
}

.hero-form__submit:hover,
.hero-form__submit:focus {
  background-color: #d17a3e;
}

.hero-form.estimate-form .hero-form__fields {
  padding: 0;
}

@media (max-width: 1024px) {
  .page-hero--split > .page-hero__inner {
    flex-direction: column;
    gap: 32px;
  }

  .page-hero__form-panel {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .page-hero.page-hero--split {
    padding: 48px 12px 60px;
  }

  .page-hero__form-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px 16px;
    box-sizing: border-box;
    text-align: left;
  }

  .page-hero__form-panel .hero-form__label {
    text-align: left;
  }

  .hero-form,
  .hero-form__fields {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-form__row {
    grid-template-columns: 1fr;
  }

  .page-hero--split .page-hero__cta {
    align-self: stretch;
    text-align: center;
  }
}


.hero-form.estimate-form .hero-form__fields {
  padding: 0;
}

/* Two-column body + sidebar (inside hero bg) */
.page-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
}

.page-layout__main {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-layout__heading {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #1e74b0;
}

.page-layout__subheading {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1e74b0;
}

.page-layout__subheading a {
  color: inherit;
  text-decoration: none;
}

.page-layout__subheading a:hover,
.page-layout__subheading a:focus {
  color: #e18b4f;
}

.page-layout__text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #040e14;
}

.page-layout__text + .page-layout__text {
  margin-top: 1.5em;
}

.page-layout__text p {
  margin: 0 0 1em;
}

.page-layout__text p:last-child {
  margin-bottom: 0;
}

.page-layout__text ul,
.page-layout__text ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

.page-layout__text ul:last-child,
.page-layout__text ol:last-child {
  margin-bottom: 0;
}

.page-layout__text a {
  color: #1e74b0;
  font-weight: 600;
  text-decoration: none;
}

.page-layout__phone {
  display: inline-block;
  align-self: flex-start;
  padding: 12px 32px;
  background-color: #e18b4f;
  color: #fcfcfc !important;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.page-layout__phone:hover,
.page-layout__phone:focus {
  background-color: #d17a3e;
  color: #fcfcfc !important;
}

.page-layout__figure {
  margin: 0;
}

.page-layout__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.page-sidebar {
  flex: 0 1 36%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
}

@media (min-width: 1025px) {
  .page-sidebar {
    min-width: 280px;
  }
}

.page-sidebar__card {
  padding: 32px;
  border-radius: 4px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.page-sidebar__card--cta {
  text-align: center;
}

.page-sidebar__card--links {
  margin-top: 24px;
}

.page-sidebar__card--map {
  margin-top: 60px;
  padding: 32px;
}

.page-sidebar__cta-title {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fcfcfc;
}

.page-sidebar__cta-text {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fcfcfc;
}

.page-sidebar__cta-text p {
  margin: 0;
}

.page-sidebar__cta-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #e18b4f;
  color: #fcfcfc !important;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.page-sidebar__cta-btn:hover,
.page-sidebar__cta-btn:focus {
  background-color: #d17a3e;
  color: #fcfcfc !important;
}

.page-sidebar__card-title {
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fcfcfc;
}

.page-sidebar__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.page-sidebar__links--single-column {
  grid-template-columns: 1fr;
}

.page-sidebar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}

.page-sidebar__link:hover,
.page-sidebar__link:focus {
  color: #e18b4f;
}

.page-sidebar__link-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.page-sidebar__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.page-sidebar__map {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  border: 0;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .page-hero--split .page-hero__inner--top,
  .page-hero--split > .page-hero__inner {
    flex-direction: column;
    gap: 32px;
  }

  .page-hero__form-panel {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-hero--split .page-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout__subheading {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-layout,
  .page-layout__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }

  .page-layout__main {
    flex: 0 1 70%;
    max-width: 70%;
    min-width: 0;
  }

  .page-sidebar {
    flex: 0 1 30%;
    max-width: 30%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .page-hero.page-hero--split {
    padding: 48px 12px 60px;
  }

  .page-hero.page-hero--bg {
    background-image: var(--page-hero-bg-mobile, var(--page-hero-bg));
  }

  .page-hero__shell {
    gap: 48px;
  }

  .page-hero__form-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px 16px;
    box-sizing: border-box;
    text-align: left;
  }

  .page-hero__form-panel .hero-form__label {
    text-align: left;
  }

  .hero-form,
  .hero-form__fields {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-form__row {
    grid-template-columns: 1fr;
  }

  .page-hero--split .page-hero__cta {
    align-self: stretch;
    text-align: center;
  }

  .page-sidebar__links {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   INNER PAGES: Intro section (post-301 / post-263)
   ========================================================= */
.page-intro {
  display: block;
  background-color: #fcfcfc;
  overflow: visible;
}

.page-intro__inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* Top hero banner only — bg image + overlay (944c36b / 3f17f2b) */
.page-hero__banner {
  position: relative;
  min-height: 400px;
  padding: 60px 12px 80px;
  background-color: #f5ffff;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.page-hero__banner--bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #f5ffff;
  background-image: var(--page-hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0.2) contrast(1) saturate(1);
  pointer-events: none;
}

.page-hero__banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.page-hero__banner > .page-hero__inner,
.page-hero__banner-inner > .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-intro .page-hero__content > .elementor-element {
  display: none !important;
}

.page-intro .page-hero__inner--top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.page-intro .page-hero__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.page-intro .page-hero__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #ffffff;
}

.page-intro .page-hero__intro {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.page-intro .page-hero__intro p {
  margin: 0 0 1em;
}

.page-intro .page-hero__intro p:last-child {
  margin-bottom: 0;
}

.page-intro .page-hero__intro a.page-hero__intro-link {
  color: #ffffff;
  text-decoration: none;
}

.page-intro .page-hero__intro a.page-hero__intro-link:hover,
.page-intro .page-hero__intro a.page-hero__intro-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.page-intro .page-hero__cta {
  display: inline-block;
  align-self: flex-start;
  padding: 14px 40px;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.5px;
}

.page-intro .page-hero__cta:hover,
.page-intro .page-hero__cta:focus {
  background-color: #d17a3e;
  color: #fcfcfc;
}

@media (max-width: 1024px) {
  .page-intro .page-hero__inner--top {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
  }

  .page-intro .page-hero__form-panel {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-self: stretch;
    box-sizing: border-box;
  }

  .page-intro .hero-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-hero__banner {
    padding: 48px 12px 60px;
  }

  .page-hero__banner-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-hero__banner--bg::before {
    background-image: var(--page-hero-bg-mobile, var(--page-hero-bg));
  }

  .page-intro .page-hero__inner--top {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: left;
  }

  .page-intro .page-hero__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: left;
  }

  .page-intro .page-hero__title {
    font-size: 1.85rem;
    text-align: left;
    padding-left: 4px;
  }

  .page-intro .page-hero__intro,
  .page-intro .page-hero__intro p {
    text-align: left;
    padding-left: 4px;
  }

  .page-intro .page-hero__form-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px 16px;
    box-sizing: border-box;
    text-align: left;
  }

  .page-intro .hero-form__label {
    text-align: left;
    padding-left: 4px;
  }

  .page-intro .hero-form,
  .page-intro .hero-form__fields {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-intro .hero-form__row {
    grid-template-columns: 1fr;
  }

  .page-intro .page-hero__cta {
    align-self: stretch;
    text-align: center;
  }
}

.page-layout__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .page-layout,
  .page-layout__inner {
    flex-direction: column;
  }

  .page-layout__inner {
    gap: 32px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 32px 12px 48px;
  }

  .page-layout__main,
  .page-sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-sidebar__card {
    box-sizing: border-box;
  }

  .page-sidebar__card--map {
    margin-top: 24px;
  }
}

/* Phone CTA band between layout and FAQ (9b426cc / 41fe6ca) */
.page-phone-band {
  width: 100%;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.page-phone-band__inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 12px;
  box-sizing: border-box;
}

.page-phone-band__text {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.page-phone-band__text a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.page-phone-band__text a:hover {
  color: #e18b4f;
}

/* Post-FAQ bottom CTA — image bg + right panel (fe7a003 / 635aef7) */
.page-bottom-cta {
  position: relative;
  min-height: 520px;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #f5ffff;
  background-image: var(--page-bottom-cta-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-bottom-cta__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
  box-sizing: border-box;
}

.page-bottom-cta__panel {
  width: 50%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px -30px -4px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.page-bottom-cta__eyebrow {
  margin: 0 0 24px;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}

.page-bottom-cta__title {
  margin: 0 0 24px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.page-bottom-cta__lead {
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.page-bottom-cta__btn {
  display: inline-block;
  margin-top: 12px;
  background-color: #e18b4f;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
}

.page-bottom-cta__btn:hover,
.page-bottom-cta__btn:focus {
  background-color: #d07a3e;
  color: #ffffff;
}

@media (min-width: 768px) {
  .page-bottom-cta__eyebrow {
    font-size: 1.9rem;
  }

  .page-bottom-cta__title {
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .page-bottom-cta {
    padding: 0 12px;
  }

  .page-bottom-cta__inner {
    justify-content: center;
  }

  .page-bottom-cta__panel {
    width: 100%;
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .page-bottom-cta {
    min-height: 420px;
  }
}

/* =========================================================
   About / Contact utility pages (WHT)
   ========================================================= */
.content-feature--about {
  background-color: #fcfcfc;
  padding: 80px 12px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.15);
}

.content-feature--about .content-feature__title {
  font-size: 2.3rem; /* 36.8px */
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

body.home .content-feature--about {
  background-color: #f5f5f5;
}

.why-choose--band {
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  padding: 70px 12px;
  text-align: center;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.why-choose--band .why-choose__eyebrow {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f5ffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.why-choose--band .why-choose__title {
  color: #ffffff;
  margin-bottom: 20px;
}

.why-choose--band .why-choose__lead {
  margin: 0 0 28px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  color: #f5ffff;
}

.why-choose--band .why-choose__cta {
  display: inline-block;
  background-color: #e18b4f;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
}

.why-choose--band .why-choose__cta:hover,
.why-choose--band .why-choose__cta:focus {
  background-color: #d07a3e;
  color: #ffffff;
}

.page-intro--contact {
  background-color: #fcfcfc;
  padding: 70px 12px 40px;
  text-align: center;
}

.page-intro--contact .page-intro__title {
  margin: 0 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  color: #1e74b0;
  letter-spacing: -0.5px;
}

.page-intro--contact .page-intro__lead {
  margin: 0 auto 24px;
  max-width: 720px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #040e14;
}

.page-intro--contact .page-intro__phone {
  display: inline-block;
  background-color: #e18b4f;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
}

/* =========================================================
   Contact page hero + form (post-300)
   ========================================================= */
.contact-hero {
  position: relative;
  min-height: 420px;
  padding: 60px 12px;
  background-color: #f5ffff;
  overflow: hidden;
  box-sizing: border-box;
}

.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #f5ffff;
  background-image: var(--contact-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: brightness(30%) contrast(100%);
  pointer-events: none;
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-hero__copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.contact-hero__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.contact-hero__phone {
  display: inline-block;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
}

.contact-hero__phone:hover,
.contact-hero__phone:focus {
  background-color: #1e74b0;
  color: #ffffff;
}

.contact-hero__form-panel {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  background: #1e74b0;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.contact-hero__form-title {
  margin: 0 0 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

.contact-hero .hero-form__fields {
  gap: 10px;
}

.contact-hero .hero-form__row {
  gap: 10px;
  margin-bottom: 0;
}

.contact-hero .hero-form__label {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.contact-hero .hero-form__select {
  appearance: auto;
  cursor: pointer;
}

.contact-hero .hero-form__file {
  padding: 10px 14px;
  font-size: 0.95rem;
  color: #040e14;
  background-color: #ffffff;
}

.contact-hero .contact-form__submit {
  font-weight: 500;
  margin-top: 4px;
}

.contact-hero .contact-form__submit:hover,
.contact-hero .contact-form__submit:focus {
  background-color: #000413;
  color: #ffffff;
}

.contact-map {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.contact-map__frame {
  display: block;
  width: 100%;
  min-height: 450px;
  height: 450px;
  border: 0;
}

@media (max-width: 1024px) {
  .contact-hero {
    padding: 40px 20px;
  }

  .contact-hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .contact-hero__copy {
    align-items: center;
    text-align: center;
  }

  .contact-hero__form-panel {
    flex: none;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    min-height: 0;
    padding: 0 15px 40px;
  }

  .contact-hero__inner {
    gap: 40px;
    padding-top: 48px;
  }

  .contact-hero__form-panel {
    padding: 40px 32px;
    border-radius: 24px;
  }

  .contact-hero__phone {
    font-size: 1rem;
    padding: 16px;
  }

  .contact-map__frame {
    min-height: 360px;
    height: 360px;
  }
}

/* =========================================================
   PPC: Header nav + body sections (from post-1431.css)
   ========================================================= */
.site-header--ppc .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1300px;
}

.site-header--ppc .site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-header--ppc .main-menu__list li a,
.site-header--ppc .main-menu__list li a:link,
.site-header--ppc .main-menu__list li a:visited {
  color: #ffffff;
  font-weight: 400;
}

.site-header--ppc .main-menu__list li a:hover,
.site-header--ppc .main-menu__list li a:focus {
  color: #ffffff;
}

.site-header--ppc .site-header__cta--phone {
  color: #fcfcfc;
  font-size: 1.4rem;
  font-weight: 700;
}

.site-header--ppc .site-header__cta--phone:hover,
.site-header--ppc .site-header__cta--phone:focus {
  color: #ffffff;
}

.site-header--ppc .site-header__cta--estimate {
  display: inline-block;
  background-color: #e18b4f;
  color: #fcfcfc;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  white-space: nowrap;
}

.site-header--ppc .site-header__cta--estimate:hover,
.site-header--ppc .site-header__cta--estimate:focus {
  background-color: #1e74b0;
  color: #ffffff;
}

/* Benefits band (2d954df) */
.ppc-benefits {
  min-height: 140px;
  padding: 26px 12px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.ppc-benefits__inner {
  max-width: 1250px;
  margin: 0 auto;
}

.ppc-benefits__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-items: center;
  align-items: center;
}

.ppc-benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.ppc-benefit-item__icon {
  color: #ffffff;
  line-height: 0;
}

.ppc-benefit-item__icon svg {
  width: 64px;
  height: 64px;
  fill: currentColor;
}

.ppc-benefit-item__label {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #ffffff;
}

/* Why Us (repair pages) */
.why-choose--ppc {
  background-color: #fcfcfc;
  padding: 80px 12px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.why-choose--ppc__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 40px;
  max-width: 1250px;
  min-height: 400px;
  margin: 0 auto;
}

.why-choose--ppc__content {
  flex: 1 1 calc(50% - 20px);
  width: calc(50% - 20px);
  min-width: 0;
  border-radius: 6px 0 0 6px;
  padding: 0;
}

.why-choose--ppc__media {
  position: relative;
  flex: 1 1 calc(50% - 20px);
  width: calc(50% - 20px);
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  border-radius: 0 6px 6px 0;
}

.why-choose--ppc__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.why-choose--ppc__title {
  margin: 0;
  padding: 16px 0 28px;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: left;
  color: #1e74b0;
}

.why-choose--ppc__intro {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #040e14;
  padding: 0 0 20px;
  margin-bottom: 0;
}

.why-choose--ppc__intro p {
  margin: 0 0 1em;
}

.why-choose--ppc__intro p:last-child {
  margin-bottom: 0;
}

.why-choose--ppc__items {
  display: grid;
  gap: 20px;
}

.why-choose--ppc__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-choose--ppc__icon {
  flex-shrink: 0;
  color: #0c293d;
  line-height: 0;
}

.why-choose--ppc__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.why-choose--ppc__item:hover .why-choose--ppc__icon {
  color: #1e74b0;
}

.why-choose--ppc__item-title {
  margin: 0 0 6px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #040e14;
}

.why-choose--ppc__item:hover .why-choose--ppc__item-title {
  color: #1e74b0;
}

.why-choose--ppc__item-text {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #040e14;
}

/* Services (4bc7fce / 8736622) */
.services-section--ppc {
  background-color: #fcfcfc;
  padding: 40px 12px 80px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.services-section--ppc .services-section__inner {
  max-width: 1250px;
  gap: 0;
  align-items: center;
}

.services-section--ppc .services-section__header {
  display: block;
  width: 100%;
  text-align: center;
}

.services-section--ppc .services-section__title {
  margin: 0 auto;
  padding: 32px 0 32px;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1e74b0;
}

.services-section--ppc .services-section__grid {
  display: flex;
  flex-direction: column;
  gap: 27px;
  grid-template-columns: none;
}

.services-section--ppc .service-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  border-radius: 4px;
  padding: 0;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

/* Odd cards: content left, image right. Even cards: image left, content right. */
.services-section--ppc .service-card:nth-child(even) {
  flex-direction: row-reverse;
}

.services-section--ppc .service-card__content {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 40px 32px;
  box-sizing: border-box;
}

.services-section.services-section--ppc .service-card__media,
.services-section--ppc .service-card__media {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: unset;
  border-radius: 0;
  box-sizing: border-box;
}

.services-section.services-section--ppc .service-card__media > img,
.services-section--ppc .service-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.services-section--ppc .service-card__title {
  margin: 0 0 24px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3;
  color: #fcfcfc;
}

.services-section--ppc .service-card__body {
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fcfcfc;
}

.services-section--ppc .services-section__footer-cta {
  padding-top: 32px;
  text-align: center;
  width: 100%;
}

.services-section--ppc .services-section__cta {
  margin-top: 0;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fcfcfc;
  background-color: #e18b4f;
  border-radius: 4px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
}

.services-section--ppc .services-section__cta:hover,
.services-section--ppc .services-section__cta:focus {
  background-color: #1e74b0;
  color: #ffffff;
}

/* How It Works (f16f4c4 / 7fc6bf6) */
.how-it-works {
  min-height: 400px;
  padding: 40px 12px 60px;
  background-color: #f5ffff;
  box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.how-it-works__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.how-it-works__title {
  margin: 0;
  padding: 16px 0 28px;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #1e74b0;
}

.how-it-works__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 60px;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.how-it-works__step {
  padding: 40px 12px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  border-radius: 4px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  text-align: center;
}

.how-it-works__step-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  color: #ffffff;
}

.how-it-works__step-text {
  margin: 0;
  padding: 16px 0 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
}

.how-it-works__cta {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fcfcfc;
  background-color: #e18b4f;
  border-radius: 4px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.how-it-works__cta-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}

.how-it-works__cta-icon svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.how-it-works__cta:hover,
.how-it-works__cta:focus {
  background-color: #1e74b0;
  color: #ffffff;
}

/* PPC page scoped overrides (reviews, phone CTA, FAQ, about, estimate) */
body:has(.site-header--ppc) .phone-cta {
  min-height: auto;
  padding: 40px 12px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

body:has(.site-header--ppc) .phone-cta__inner {
  display: block;
  max-width: 960px;
  text-align: center;
}

body:has(.site-header--ppc) .phone-cta__text {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #ffffff;
}

body:has(.site-header--ppc) .phone-cta__text a {
  color: #e18b4f;
  font-weight: 700;
}

body:has(.site-header--ppc) .phone-cta__text a:hover,
body:has(.site-header--ppc) .phone-cta__text a:focus {
  color: #ffffff;
}

body:has(.site-header--ppc) .reviews-widget {
  min-height: 400px;
  padding: 40px 12px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

body:has(.site-header--ppc) .reviews-widget__title {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fcfcfc;
}

body:has(.site-header--ppc) .review-card {
  background-color: #fcfcfc;
  color: #040e14;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.15);
}

body:has(.site-header--ppc) .review-card__name {
  color: #040e14;
}

body:has(.site-header--ppc) .review-card__date {
  color: rgba(4, 14, 20, 0.65);
}

body:has(.site-header--ppc) .review-card__text {
  color: #040e14;
}

body:has(.site-header--ppc) .reviews-slider__footer {
  color: #fcfcfc;
}

body:has(.site-header--ppc) .faq-section--service {
  min-height: 400px;
  padding: 60px 12px;
  background-color: #f5ffff;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

body:has(.site-header--ppc) .faq-section--service .faq-section__title {
  margin-bottom: 32px;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: left;
  color: #1e74b0;
}

@media (min-width: 768px) {
  body:has(.site-header--ppc) .faq-section--service .faq-section__title {
    font-size: 2.3rem;
    line-height: 1.1;
  }
}

/* About + contact form combined section (elementor 4d4bb22 / 8d937aa) */
.ppc-about-contact {
  min-height: 400px;
  padding: 40px 12px 80px;
  background: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
}

.ppc-about-contact__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 80px;
  max-width: 1250px;
  margin: 0 auto;
}

.ppc-about-contact__about {
  flex: 1;
  min-width: 0;
}

.ppc-about-contact__title {
  margin: 0;
  padding: 24px 0;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem; /* 36.8px */
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #fcfcfc;
}

.ppc-about-contact__text {
  padding: 0 0 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #fcfcfc;
}

.ppc-about-contact__text p {
  margin: 0 0 1em;
}

.ppc-about-contact__text p:last-child {
  margin-bottom: 0;
}

.ppc-about-contact__text a {
  color: #fcfcfc;
}

.ppc-about-contact__form-panel {
  flex: 1;
  min-width: 0;
  background-color: #fcfcfc;
  border-radius: 24px;
  box-shadow: inset 4px 4px 30px -4px rgba(0, 0, 0, 0.35);
  padding: 48px 32px;
}

.ppc-about-contact__form-panel .estimate-section--ppc-panel {
  padding: 0;
  background: transparent;
}

.ppc-about-contact__form-panel .estimate-section--ppc-panel::before {
  display: none;
}

.ppc-about-contact__form-panel .estimate-section--ppc-panel .estimate-section__inner {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.ppc-about-contact__form-panel .estimate-section--ppc-panel .estimate-section__copy {
  padding: 0 0 24px;
}

.ppc-about-contact__form-panel .estimate-section--ppc-panel .estimate-section__title {
  margin: 0;
  padding: 0 0 24px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1e74b0;
}

.ppc-about-contact__form-panel .estimate-section--ppc-panel .estimate-section__form-wrap {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.ppc-form-info {
  margin: 0 0 24px;
}

.ppc-form-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ppc-form-info__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px;
  background-color: #e18b4f;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.ppc-form-info__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1e74b0;
}

.ppc-form-info__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ppc-form-info__title {
  margin: 0 0 2px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.ppc-form-info__desc {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__fields {
  padding: 0;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__field--full {
  grid-column: 1 / -1;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__label {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #040e14;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__input {
  color: #040e14;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__input::placeholder {
  color: #8a8a8a;
}

.ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__submit {
  border-radius: 4px;
  font-weight: 700;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .ppc-benefits__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ppc-benefit-item__icon svg {
    width: 24px;
    height: 24px;
  }

  .ppc-benefit-item__label {
    font-size: 1rem;
  }

  .services-section--ppc .services-section__title {
    font-size: 1.9rem;
  }

  .services-section--ppc .service-card {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }

  .services-section--ppc .service-card:nth-child(even) {
    flex-direction: column;
  }

  .services-section--ppc .service-card__content,
  .services-section--ppc .service-card__media,
  .services-section.services-section--ppc .service-card__media {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .services-section--ppc .service-card__content {
    padding: 32px 20px;
  }

  .services-section.services-section--ppc .service-card__media,
  .services-section--ppc .service-card__media {
    min-height: 300px;
  }

  .how-it-works__title {
    font-size: 1.9rem;
    padding: 24px 0;
  }

  .how-it-works__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .how-it-works__cta {
    font-size: 0.9rem;
    padding: 16px;
  }

  .ppc-about-contact__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .ppc-about-contact {
    padding: 40px 20px;
  }

  .ppc-about-contact__title {
    font-size: 1.9rem;
  }

  .ppc-about-contact__form-panel {
    padding: 40px 20px;
  }

  .ppc-about-contact__form-panel .estimate-section--ppc-panel .estimate-section__title {
    font-size: 1.9rem;
  }

  .ppc-form-info__grid {
    grid-template-columns: 1fr;
  }

  .ppc-form-info__card {
    padding: 8px;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .services-section--ppc .services-section__title {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .services-section--ppc .services-section__header,
  .services-section--ppc .services-section__title {
    text-align: left;
  }

  .services-section--ppc .services-section__title {
    padding: 32px 0;
  }

  .services-section--ppc {
    padding-left: 15px;
    padding-right: 15px;
  }

  body:has(.site-header--ppc) .reviews-widget__title {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  body:has(.site-header--ppc) .faq-section--service {
    padding: 60px 15px;
  }

  body:has(.site-header--ppc) .faq-section--service .faq-section__title {
    margin-bottom: 40px;
  }

  body:has(.site-header--ppc) .phone-cta__text {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  body:has(.site-header--ppc) .phone-cta {
    padding: 40px 12px;
  }

  .site-header--ppc .site-header__bar,
  .site-header--ppc.site-header-bar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
    background-color: transparent;
    box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35) inset;
  }

  .site-header--ppc .site-header__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
  }

  .site-header--ppc .site-header__logo,
  .site-header--ppc .site-header-logo-row {
    width: 100%;
    max-width: 100%;
    flex: none;
    justify-content: center;
    padding: 0 0 16px;
    background-image: none;
    box-shadow: none;
  }

  .site-header--ppc .site-header__logo-img {
    width: 112px;
    margin: 0 auto;
  }

  .site-header--ppc .site-header__actions,
  .site-header--ppc .site-header-action-row {
    z-index: 1000;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    flex: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 0;
    margin: 0 12px;
    padding: 12px 0;
    box-sizing: border-box;
    background-image: none;
    box-shadow: none;
  }

  .site-header--ppc .site-header-action-row.is-pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px 12px;
    background-image: linear-gradient(180deg, #1e74b0 0%, #258dd6 100%);
    box-shadow: 4px 4px 30px -4px rgba(0, 0, 0, 0.35) inset;
  }

  .site-header--ppc .main-menu__list li a {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ppc-about-contact__about {
    padding: 0;
  }

  .ppc-about-contact__form-panel {
    padding: 16px;
  }

  .why-choose--ppc {
    padding: 80px 20px;
  }

  .why-choose--ppc__inner {
    flex-direction: column-reverse;
    min-height: 0;
  }

  .why-choose--ppc__content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 6px 6px 0 0;
    padding: 40px 12px;
  }

  .why-choose--ppc__media {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    border-radius: 0 0 6px 6px;
  }

  .why-choose--ppc__title {
    font-size: 1.9rem;
    padding: 0 0 24px;
  }

  .how-it-works {
    padding: 20px 15px 60px;
  }

  .how-it-works__title {
    padding: 32px 0 24px;
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .how-it-works__steps {
    padding-top: 24px;
  }

  .how-it-works__cta {
    font-size: 1rem;
  }

  .services-section--ppc .service-card {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }

  .services-section--ppc .service-card:nth-child(even) {
    flex-direction: column;
  }

  .services-section--ppc .service-card__content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    padding: 32px 20px;
  }

  .services-section.services-section--ppc .service-card__media,
  .services-section--ppc .service-card__media {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
  }

  .ppc-about-contact__inner {
    flex-direction: column;
  }

  .ppc-about-contact {
    padding: 40px 15px;
  }

  .ppc-about-contact__title,
  .ppc-about-contact__form-panel .estimate-section--ppc-panel .estimate-section__title {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .ppc-form-info__grid {
    grid-template-columns: 1fr;
  }

  .ppc-about-contact__form-panel .estimate-form--ppc-panel .estimate-form__row {
    grid-template-columns: 1fr;
  }

  body:has(.site-header--ppc) {
    overflow-x: clip;
  }

  body:has(.site-header--ppc) .ppc-hero__inner,
  body:has(.site-header--ppc) .project-benefits--icons .project-benefits__inner,
  body:has(.site-header--ppc) .services-section--ppc .services-section__inner,
  body:has(.site-header--ppc) .how-it-works__inner,
  body:has(.site-header--ppc) .reviews-widget__inner,
  body:has(.site-header--ppc) .phone-cta__inner,
  body:has(.site-header--ppc) .faq-section__inner,
  body:has(.site-header--ppc) .ppc-about-contact__inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body:has(.site-header--ppc) .service-areas-layout {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  body:has(.site-header--ppc) .service-areas-layout__media,
  body:has(.site-header--ppc) .service-areas-layout__media img {
    max-width: 100%;
  }

  body:has(.site-header--ppc) .service-areas-layout .service-area-item:hover,
  body:has(.site-header--ppc) .service-areas-layout .service-area-item:focus-within {
    transform: none;
  }

  body:has(.site-header--ppc) .how-it-works__cta,
  body:has(.site-header--ppc) .services-section--ppc .services-section__cta {
    width: 100%;
    max-width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  body:has(.site-header--ppc) .reviews-slider {
    max-width: 100%;
    box-sizing: border-box;
  }
}
