* {
  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: Rubik, 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: #1c1718 !important;
    min-width: 260px;
    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: block !important;
    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;
  }

  .main-menu__toggle-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    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: #1c1718 !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: Rubik, 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: #000;
  padding: 10px 0 16px;
  box-sizing: border-box;
}

.site-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  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: 160px;
  height: auto;
  max-width: 100%;
}

.site-header__actions,
.site-header-action-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  gap: 0;
  background-color: #000;
}

.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-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  box-sizing: border-box;
  flex: 0 1 auto;
}

.site-header__cta--phone {
  color: #20d62b;
  background-color: transparent;
  border: 2px solid #20d62b;
  padding: 16px 40px;
  margin-left: 40px;
  margin-right: 20px;
}

.site-header__cta--estimate {
  color: #e8e7e7;
  background-color: #20d62b;
  border: 2px solid #20d62b;
  padding: 18px 40px;
}

.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-6 .site-header .main-menu__list a:hover,
.elementor-kit-6 .site-header .main-menu__list a:focus {
  color: #fff;
}

/* Beat .elementor-kit-6 a { color: #ffb000 } from post-6.css */
.elementor-kit-6 .site-header .site-header__cta--phone:link,
.elementor-kit-6 .site-header .site-header__cta--phone:visited,
.elementor-kit-6 .site-header .site-header__cta--phone:active {
  color: #20d62b;
  background-color: transparent;
  border-color: #20d62b;
}

.elementor-kit-6 .site-header .site-header__cta--estimate,
.elementor-kit-6 .site-header .site-header__cta--estimate:link,
.elementor-kit-6 .site-header .site-header__cta--estimate:visited,
.elementor-kit-6 .site-header .site-header__cta--estimate:active {
  color: #e8e7e7;
  background-color: #20d62b;
  border-color: #20d62b;
}

.elementor-kit-6 .site-header .site-header__cta--phone:hover,
.elementor-kit-6 .site-header .site-header__cta--phone:focus {
  color: #20d62b;
  background-color: transparent;
}

.elementor-kit-6 .site-header .site-header__cta--estimate:hover,
.elementor-kit-6 .site-header .site-header__cta--estimate:focus {
  color: #e8e7e7;
  background-color: #20d62b;
}

@media (min-width: 768px) {
  .site-header__logo,
  .site-header-logo-row {
    width: 200px;
    max-width: 200px;
  }

  .site-header__nav {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-header__actions,
  .site-header-action-row {
    max-width: 700px;
    margin-left: auto;
  }

  .site-header__nav {
    width: 18%;
    max-width: 18%;
  }

  .site-header__cta--phone {
    margin-left: 80px;
    margin-right: 20px;
  }
}

/* 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-color: #000;
  }

  .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-color: #000;
  }

  .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;
  }

  .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-bottom: 16px;
    text-align: center;
  }

  .site-header__logo-img {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }

  .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: 6px;
    padding: 14px 8px;
    box-sizing: border-box;
    background-color: #000;
  }

  .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, 72px);
    width: 100%;
    flex-shrink: 0;
  }

  .site-header__nav {
    width: auto;
    flex: 0 0 auto;
    max-width: none;
    align-self: center;
  }

  .site-header__cta {
    font-size: 12px;
    padding: 16px 24px;
    margin: 0;
  }

  .site-header__cta--phone {
    border-width: 2px;
  }

  .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: Rubik, 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: #20d62b;
  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: #14110f;
  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: #1f140e;
  padding: 60px 15px;
}

.service-areas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1f140e;
  background-image: url("/_assets/img/2024/02/test2-2.webp");
  background-repeat: no-repeat;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.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: "Rubik", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
  margin: 0;
  padding: 0 0 0;
  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: #20d62b;
  line-height: 0;
}

.service-area-item__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.service-area-item__name {
  margin: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #e8e7e7;
}


.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: #fff;
  text-decoration: none;
}
.service-areas .service-area-item__name a:hover,
.service-areas .service-area-item__name a:focus {
  color: #20d62b;
}

/* 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: #e8e7e7;
  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: #20d62b;
}

@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: 120px 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__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .service-areas__columns {
    gap: 0 8px;
  }
}

/* --- Recent projects (before/after gallery) --- */
.recent-projects {
  background-color: #14110f;
  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: "Rubik", 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: #14110f;
  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: "Rubik", 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: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #20d62b;
}

.gallery-intro__subtitle {
  margin: 0;
  font-family: Rubik, 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: Rubik, 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: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #20d62b;
  margin: 0;
}

.photo-gallery__title {
  font-family: Rubik, sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #14110f;
  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: Rubik, 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: #20d62b;
  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: Rubik, sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #14110f;
  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: Rubik, 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: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #20d62b;
  margin: 0;
}

.services-section__title {
  font-family: Rubik, 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: #20d62b;
  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: #20d62b;
  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;
  }
}

.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: Rubik, 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: #20d62b;
  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: #20d62b;
  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: #14110f;
}

.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;
  }
}

/* --- Project benefits (check list) --- */
.project-benefits {
  min-height: 150px;
  padding: 100px 0;
  background-color: #14110f;
}

.project-benefits__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.project-benefits__title {
  margin: 0 0 70px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
}

.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: #20d62b;
  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: #e8e7e7;
}

@media (max-width: 1024px) {
  .project-benefits {
    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;
  }
}

/* --- 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: #20d62b;
  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: "Rubik", sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #14110f;
}

.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: #14110f;
  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: #0a0606;
}

@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;
  }
}

/* --- 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: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #20d62b;
}

.estimate-section__kicker {
  margin: 20px 0 0;
  font-family: "Rubik", 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: #20d62b;
  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: #14110f;
  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: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff !important;
  background-color: #20d62b;
  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: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #20d62b;
}

.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: #20d62b;
}

.contact-page__detail-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.contact-page__detail-title {
  margin: 0;
  padding: 0;
  font-family: "Rubik", 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: "Rubik", 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: #14110f;
}

.content-page__body h1,
.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #14110f;
}

.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: #14110f;
  text-decoration: underline;
}

.content-page__body a:hover,
.content-page__body a:focus {
  color: #20d62b;
}

/* --- 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: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #20d62b;
}

.about-page__subtitle {
  margin: 20px 0 0;
  padding-bottom: 120px;
  font-family: "Rubik", 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: #20d62b;
  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: "Rubik", 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;
}

/* --- 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: "Rubik", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #14110f;
}

.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: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #14110f;
}

.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: #14110f;
}

.sitemap-page__item a {
  color: #14110f;
  text-decoration: none;
}

.sitemap-page__item a:hover,
.sitemap-page__item a:focus {
  color: #20d62b;
  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: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #20d62b;
}

.thank-you-page__subtitle {
  margin: 20px 0 0;
  font-family: "Rubik", 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 --- */
.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: #e8e7e7;
  background-color: transparent;
}

/* 4c4b635: padding band inside full-bleed footer */
.site-footer__shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px 0 40px;
  background-color: #000;
  box-sizing: border-box;
}

/* e-con-inner: max-width 3-column grid */
.site-footer .site-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 0;
  align-items: start;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  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: -30px;
}

.site-footer__logo {
  display: inline-block;
  line-height: 0;
}

.site-footer__logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
}

.site-footer__intro {
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
  text-align: start;
}

.site-footer__intro p {
  margin: 0 0 0.9rem;
}

.site-footer__intro p:last-child {
  margin-bottom: 0;
}

.site-footer__cta {
  display: inline-block;
  background-color: #20d62b;
  color: #e8e7e7;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 2px;
  padding: 18px 40px;
}

.site-footer__copyright {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
  text-align: start;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1300px;
  margin: 40px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.site-footer__heading {
  margin: 0 0 20px;
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
  text-align: start;
}

.site-footer__heading--nav {
  margin-top: 0;
}

.site-footer__contact-item,
.site-footer__hours {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e8e7e7;
  text-align: start;
}

.site-footer__contact-item a{
  color: #e8e7e7;
  text-decoration: none;
}

.site-footer__contact-item a:hover,
.site-footer__contact-item a:focus {
  color: #20d62b;
  text-decoration: none;
}

.site-footer__contact-item:last-of-type {
  margin-bottom: 0;
}

.site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  background-color: #14110f;
  border-radius: 50%;
  color: #20d62b;
  line-height: 0;
  text-decoration: none;
}

.site-footer__social-link svg {
  width: 20px;
  height: 20px;
  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: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e8e7e7;
  text-decoration: none;
}

/* Beat .elementor-kit-6 a { color: #ffb000 } from post-6.css */
.elementor-kit-6 .site-footer a,
.elementor-kit-6 .site-footer a:link,
.elementor-kit-6 .site-footer a:visited,
.elementor-kit-6 .site-footer a:active {
  color: #e8e7e7;
  text-decoration: none;
}

.elementor-kit-6 .site-footer .site-footer__cta,
.elementor-kit-6 .site-footer .site-footer__cta:link,
.elementor-kit-6 .site-footer .site-footer__cta:visited,
.elementor-kit-6 .site-footer .site-footer__cta:active {
  color: #e8e7e7;
}

.elementor-kit-6 .site-footer .site-footer__social-link,
.elementor-kit-6 .site-footer .site-footer__social-link:link,
.elementor-kit-6 .site-footer .site-footer__social-link:visited,
.elementor-kit-6 .site-footer .site-footer__social-link:active {
  color: #20d62b;
}

.elementor-kit-6 .site-footer a:hover,
.elementor-kit-6 .site-footer a:focus {
  color: #20d62b;
}

.elementor-kit-6 .site-footer .site-footer__cta:hover,
.elementor-kit-6 .site-footer .site-footer__cta:focus {
  color: #e8e7e7;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-footer__shell {
    padding: 40px 0;
  }

  .site-footer .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 12px;
    column-gap: 40px;
    row-gap: 40px;
  }

  .site-footer__bottom {
    padding: 0 12px;
  }

  .site-footer__column--nav {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .site-footer__shell {
    padding: 60px 0;
  }

  .site-footer .site-footer__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    padding: 0 30px;
  }

  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-top: 40px;
  }

  .site-footer__copyright {
    order: 2;
  }

  .site-footer__social-list {
    order: 1;
  }

  .site-footer__column--brand {
    margin-top: -30px;
    align-items: flex-start;
  }

  .site-footer__column--contact {
    margin-top: 40px;
  }

  .site-footer__column--nav {
    grid-column: auto;
    margin-top: 40px;
  }

  .site-footer__heading--nav {
    margin-top: 40px;
  }
}

/* --- FAQ accordion section --- */
.faq-section {
  background-color: #1f140e;
  padding: 60px 12px;
}

.faq-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-section__title {
  margin: 0 0 20px;
  font-family: Rubik, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #e8e7e7;
}

.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: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  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__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: #20d62b;
  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__question {
  flex: 1 1 auto;
}

.faq-accordion__panel {
  padding: 16px 0 15px 20px;
  background-color: #1f140e;
}

.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: 40px 12px;
  }

  .faq-section__title {
    font-size: 1.6rem;
  }
}

/* --- Why Choose section --- */
.why-choose {
  background-color: #14110f;
  padding: 60px 15px 40px;
}

.why-choose__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.why-choose__title {
  margin: 0 0 60px;
  font-family: Rubik, 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: Rubik, 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: #20d62b;
  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: Rubik, 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: #14110f;
}

.map-embed__google-link {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.map-embed__google-link:hover {
  color: #20d62b;
}

.map-embed__frame {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}

/* --- Content feature (text + image split) --- */
.content-feature {
  background-color: #14110f;
  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: Rubik, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e8e7e7;
}

.content-feature__text {
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #e8e7e7;
}

.content-feature__text p {
  margin: 0 0 1em;
}

.content-feature__text p:last-child {
  margin-bottom: 0;
}

.content-feature__text a {
  color: #20d62b;
  font-weight: 700;
  text-decoration: underline;
}

.content-feature__text a:hover {
  color: #1ab825;
}

.content-feature__cta,
.elementor-kit-6 .content-feature__cta {
  display: inline-block;
  align-self: flex-start;
  padding: 18px 40px;
  background-color: #20d62b;
  color: #e8e7e7;
  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: #1bc025;
}

.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 #20d62b;
}

.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__title {
    font-size: 1.5rem;
  }
}


/* --- Service area interactive map --- */
.service-map {
  background-color: #14110f;
  padding: 60px 15px;
}

.service-map__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.service-map__title {
  text-align: center;
  font-family: Rubik, 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: #20d62b;
  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: Services section
   ========================================================= */
.home-services {
  background-color: #14110f;
  padding: 100px 15px;
}

.home-services__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-services__intro {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.home-services__intro-text {
  flex: 1;
}

.home-services__intro-action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.home-services__eyebrow {
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #20d62b;
  margin: 0;
}

.home-services__title {
  font-family: Rubik, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #e8e7e7;
  margin: 20px 0 0;
}

.home-services__text {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  color: #e8e7e7;
  padding: 20px 0 60px;
}

.home-services__text p {
  margin: 0 0 1em;
}

.home-services__text a {
  color: inherit;
}

.home-services__cta {
  display: inline-block;
  background-color: #20d62b;
  color: #e8e7e7;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 2px;
  text-decoration: none;
}

.home-services__card {
  display: flex;
  flex-direction: row;
  gap: 40px;
  background-color: #1f140e;
  box-shadow: 0 10px 20px 8px rgba(70, 51, 51, 0.5);
  padding: 24px 12px;
  margin-bottom: 0;
}

.home-services__card--reversed {
  flex-direction: row-reverse;
}

.home-services__card-media {
  flex: 0 0 40%;
}

.home-services__card-media img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 2px;
}

.home-services__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #e8e7e7;
}

.home-services__card-title {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #e8e7e7;
  margin: 0 0 20px;
}

.home-services__card-body > p {
  margin: 0 0 1em;
}

.home-services__card-cta {
  display: inline-block;
  background-color: #20d62b;
  color: #e8e7e7;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 2px;
  text-decoration: none;
  margin-top: auto;
}

.home-services__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.home-services__link-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-services__link-list li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #20d62b;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.home-services__link-list a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.home-services__link-list a:hover {
  color: #20d62b;
}

@media (max-width: 1024px) {
  .home-services {
    padding: 100px 12px;
  }

  .home-services__card {
    flex-direction: column;
    gap: 24px;
  }

  .home-services__card--reversed {
    flex-direction: column;
  }

  .home-services__card-media {
    flex: none;
  }

  .home-services__card-media img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .home-services {
    padding: 60px 12px;
  }

  .home-services__intro {
    flex-direction: column;
  }

  .home-services__intro-action {
    justify-content: flex-start;
  }

  .home-services__text {
    padding: 20px 0 20px;
  }

  .home-services__link-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================================================
   PPC: About Founder section
   ========================================================= */
.about-founder {
  background-color: #14110f;
  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: Rubik, 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: #20d62b;
  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: Rubik, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #20d62b;
  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: #20d62b;
  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: #20d62b;
}

@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
   ========================================================= */
.ppc-hero {
  background-color: #0a0606;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  position: relative;
  overflow: hidden;
}

.ppc-hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  width: 100%;
}

.ppc-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ppc-hero__promo {
  display: inline-block;
  background-color: #20d62b;
  color: #e8e7e7;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  padding: 8px 16px;
  border-radius: 2px;
  margin: 0;
  align-self: flex-start;
  text-align: center;
}

.ppc-hero__kicker {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #e8e7e7;
  margin: 0;
}

.ppc-hero__title {
  font-family: Rubik, sans-serif;
  font-size: 51px;
  font-weight: 600;
  color: #e8e7e7;
  margin: 0;
  line-height: 1.2;
}

.ppc-hero__desc {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #e8e7e7;
  margin: 0;
  line-height: 1.6;
}

.ppc-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 70%;
  align-items: center;
  justify-items: center;
}

.ppc-hero__cta {
  display: inline-block;
  background-color: #20d62b;
  color: #e8e7e7;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 18px 40px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.ppc-hero__phone {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #20d62b;
  text-decoration: none;
  padding: 16px 40px;
  border: 2px solid #20d62b;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
}

.ppc-hero__phone:hover {
  background-color: #20d62b;
  color: #e8e7e7;
}

.ppc-hero__media {
  flex: 0 0 auto;
  max-width: 400px;
}

.ppc-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 10px 20px -12px #20d62b;
}

@media (max-width: 1024px) {
  .ppc-hero {
    min-height: 500px;
    padding: 40px 12px;
  }

  .ppc-hero__media {
    display: none;
  }

  .ppc-hero__content {
    text-align: center;
    align-items: center;
  }

  .ppc-hero__promo {
    align-self: center;
    width: 90%;
    font-size: 2.3rem;
  }

  .ppc-hero__kicker {
    font-size: 2.1rem;
  }

  .ppc-hero__title {
    font-size: 2.1rem;
  }

  .ppc-hero__desc {
    text-align: center;
    font-size: 1.1rem;
  }

  .ppc-hero__actions {
    width: 70%;
    justify-items: center;
  }
}

@media (max-width: 767px) {
  .ppc-hero__promo {
    width: 100%;
    font-size: 1rem;
    padding: 14px 4px 4px;
  }

  .ppc-hero__kicker {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .ppc-hero__title {
    line-height: 1.3;
  }

  .ppc-hero__actions {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* =========================================================
   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: Rubik, 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: #20d62b;
}

.concern-item__body {
  flex: 1;
}

.concern-item__title {
  font-family: Rubik, 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 #20d62b;
}

.ppc-concerns__phone {
  display: block;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #20d62b;
  text-decoration: none;
  text-align: center;
  padding: 16px 40px;
  border: 2px solid #20d62b;
  border-radius: 2px;
}

.ppc-concerns__phone:hover {
  background-color: #20d62b;
  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: 20px 15px;
}

/* =========================================================
   Reviews widget (native Google reviews slider)
   ========================================================= */
.reviews-widget {
  position: relative;
  background-color: #14110f;
  padding: 60px 15px 40px;
}

.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: "Rubik", 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: #20d62b;
  color: #14110f;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.review-card__meta {
  flex: 1;
  min-width: 0;
}

.review-card__name {
  font-family: "Rubik", 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: #20d62b;
  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: #20d62b;
  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: "Rubik", 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: #20d62b;
  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;
  }
}

