/* =========================================================
   HOUSE, ROOF & SOFT WASHING PAGE
========================================================= */

/* =========================================================
   HERO
========================================================= */

.homewash-service-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 175px;
  padding-bottom: 100px;
  background:
    url("/assets/img/houses/resized/luxury-home-exterior-cleaning-hero.jpg")
    center / cover no-repeat;
}

.homewash-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 19, 36, .97) 0%,
      rgba(3, 24, 46, .92) 42%,
      rgba(3, 24, 46, .7) 72%,
      rgba(3, 24, 46, .48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 19, 36, .16),
      rgba(3, 19, 36, .58)
    );
}

.homewash-service-hero .hero-content {
  position: relative;
  z-index: 2;
}

.homewash-service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4cd4ff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.homewash-service-kicker i {
  font-size: .95rem;
}

.homewash-service-title {
  max-width: 790px;
  font-size: clamp(3.2rem, 5vw, 5.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
}

.homewash-service-copy {
  max-width: 690px;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.75;
}

.homewash-service-highlights {
  margin-top: 26px;
}

.homewash-service-highlights > div {
  padding: 9px 13px;
  font-size: .75rem;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.homewash-hero-visual {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: #071b34;
  box-shadow:
    0 32px 75px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

.homewash-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 545px;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;
}

.homewash-hero-visual:hover img {
  transform: scale(1.025);
}

.homewash-hero-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 20, 38, .02) 40%,
      rgba(4, 20, 38, .78) 100%
    );
}

.homewash-hero-visual-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(4, 22, 42, .74);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
}

.homewash-visual-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #35c9ff, #0878e8);
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 10px 22px rgba(8, 120, 232, .26);
}

.homewash-hero-visual-caption div:last-child {
  display: flex;
  flex-direction: column;
}

.homewash-hero-visual-caption small {
  color: rgba(255, 255, 255, .46);
  font-size: .59rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.homewash-hero-visual-caption strong {
  margin-top: 3px;
  color: #fff;
  font-size: .87rem;
  line-height: 1.35;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.homewash-intro-section {
  overflow: hidden;
}

.homewash-image-stack {
  position: relative;
  min-height: 590px;
}

.homewash-image-large {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 90px;
  left: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(7, 27, 52, .2);
}

.homewash-image-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 235px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 25px;
  box-shadow: 0 22px 45px rgba(7, 27, 52, .23);
}

.homewash-image-large img,
.homewash-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homewash-image-badge {
  position: absolute;
  bottom: 46px;
  left: 25px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 285px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(3, 24, 46, .9);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.homewash-image-badge i {
  color: #38cbff;
  font-size: 1.4rem;
}

.homewash-image-badge span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, .56);
  font-size: .69rem;
}

.homewash-image-badge strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: .8rem;
}

.homewash-lead {
  color: var(--muted, #667383);
  font-size: 1.06rem;
  line-height: 1.8;
}

.homewash-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 31px;
}

.homewash-benefit-card {
  display: flex;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 27, 52, .06);
}

.homewash-benefit-card > i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(53, 201, 255, .1);
  color: #1498f2;
  font-size: 1.05rem;
}

.homewash-benefit-card h3 {
  margin-bottom: 5px;
  font-size: .92rem;
}

.homewash-benefit-card p {
  margin: 0;
  color: var(--muted, #667383);
  font-size: .75rem;
  line-height: 1.55;
}


/* =========================================================
   IMAGE SERVICE GRID
========================================================= */

.homewash-services-section {
  background: #f4f8fb;
}

.homewash-section-copy {
  max-width: 760px;
}

.homewash-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.homewash-feature-card {
  position: relative;
  grid-column: span 4;
  min-height: 360px;
  overflow: hidden;
  border-radius: 25px;
  background: #071b34;
  box-shadow: 0 20px 48px rgba(7, 27, 52, .13);
}

.homewash-feature-large,
.homewash-feature-wide {
  grid-column: span 8;
}

.homewash-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.homewash-feature-card:hover img {
  transform: scale(1.06);
}

.homewash-feature-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 20, 38, .08),
      rgba(4, 20, 38, .88)
    );
}

.homewash-feature-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 25px;
  color: #fff;
}

.homewash-feature-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: rgba(53, 201, 255, .18);
  color: #49d2ff;
  font-size: 1.15rem;
  backdrop-filter: blur(10px);
}

.homewash-feature-content small {
  color: #49d2ff;
  font-size: .6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.homewash-feature-content h3 {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 1.25rem;
}

.homewash-feature-content p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: .76rem;
  line-height: 1.55;
}


/* =========================================================
   INCLUDED SECTION
========================================================= */

.homewash-included-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.homewash-included-background,
.homewash-included-background img,
.homewash-included-overlay {
  position: absolute;
  inset: 0;
}

.homewash-included-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homewash-included-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 19, 36, .96),
      rgba(3, 24, 46, .84)
    );
}

.homewash-included-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, .67);
  font-size: 1.02rem;
  line-height: 1.8;
}

.homewash-included-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 25px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  backdrop-filter: blur(17px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .22);
}

.homewash-included-panel h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.1rem;
}

.homewash-included-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.homewash-included-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 700;
}

.homewash-included-list i {
  color: #38cbff;
}


/* =========================================================
   PROCESS
========================================================= */

.homewash-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.homewash-process-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 27, 52, .07);
}

.homewash-process-number {
  position: absolute;
  top: 14px;
  right: 18px;
  color: rgba(7, 27, 52, .06);
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
}

.homewash-process-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #35c9ff, #0878e8);
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 12px 25px rgba(8, 120, 232, .2);
}

.homewash-process-card h3 {
  margin-bottom: 9px;
  font-size: 1rem;
}

.homewash-process-card p {
  margin: 0;
  color: var(--muted, #667383);
  font-size: .77rem;
  line-height: 1.6;
}


/* =========================================================
   RESULT SECTION
========================================================= */

.homewash-result-image {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(7, 27, 52, .17);
}

.homewash-result-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homewash-result-caption {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(3, 24, 46, .84);
  color: #fff;
  backdrop-filter: blur(14px);
}

.homewash-result-caption > i {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(53, 201, 255, .16);
  color: #38cbff;
  font-size: 1.1rem;
}

.homewash-result-caption span {
  display: flex;
  flex-direction: column;
}

.homewash-result-caption small {
  color: rgba(255, 255, 255, .45);
  font-size: .59rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.homewash-result-caption strong {
  margin-top: 3px;
  font-size: .85rem;
}

.homewash-result-points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.homewash-result-points > div {
  display: flex;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 17px;
  background: #fff;
}

.homewash-result-points > div > i {
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(53, 201, 255, .1);
  color: #1498f2;
}

.homewash-result-points span {
  display: flex;
  flex-direction: column;
  color: var(--muted, #667383);
  font-size: .75rem;
  line-height: 1.5;
}

.homewash-result-points strong {
  margin-bottom: 3px;
  color: var(--navy, #071b34);
  font-size: .84rem;
}


/* =========================================================
   TRUST CTA
========================================================= */

.homewash-trust-section {
  padding-top: 0;
}

.homewash-trust-panel {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(53, 201, 255, .2),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #061c34,
      #0a3159
    );
  color: #fff;
  box-shadow: 0 25px 60px rgba(7, 27, 52, .2);
}

.homewash-trust-panel h2 {
  margin-bottom: 23px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.homewash-trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.homewash-trust-items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .79);
  font-size: .72rem;
  font-weight: 800;
}

.homewash-trust-items i {
  color: #38cbff;
}


/* =========================================================
   SERVICE AREA
========================================================= */

.homewash-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.homewash-city-list span {
  padding: 8px 12px;
  border: 1px solid rgba(7, 27, 52, .09);
  border-radius: 999px;
  background: #fff;
  color: var(--navy, #071b34);
  font-size: .68rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(7, 27, 52, .04);
}

.homewash-area-quote {
  padding: 32px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 27, 52, .1);
}

.homewash-area-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 17px;
  background: linear-gradient(135deg, #35c9ff, #0878e8);
  color: #fff;
  font-size: 1.3rem;
}

.homewash-area-quote h3 {
  margin-bottom: 13px;
  font-size: 1.35rem;
}

.homewash-area-quote p {
  margin-bottom: 23px;
  color: var(--muted, #667383);
  font-size: .85rem;
  line-height: 1.7;
}


/* =========================================================
   FAQ
========================================================= */

.homewash-faq-image {
  height: 320px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 23px;
  box-shadow: 0 20px 50px rgba(7, 27, 52, .12);
}

.homewash-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homewash-faq {
  display: grid;
  gap: 12px;
}

.homewash-faq .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 17px !important;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 27, 52, .045);
}

.homewash-faq .accordion-button {
  padding: 20px 21px;
  background: #fff;
  color: var(--navy, #071b34);
  font-size: .89rem;
  font-weight: 800;
  box-shadow: none;
}

.homewash-faq .accordion-button:not(.collapsed) {
  background: rgba(53, 201, 255, .07);
  color: #0878e8;
}

.homewash-faq .accordion-button:focus {
  box-shadow: none;
}

.homewash-faq .accordion-body {
  padding: 0 21px 21px;
  color: var(--muted, #667383);
  font-size: .82rem;
  line-height: 1.7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .homewash-feature-card,
  .homewash-feature-large,
  .homewash-feature-wide {
    grid-column: span 6;
  }

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

  .homewash-service-title {
    font-size: clamp(3rem, 5.2vw, 4.5rem);
  }

  .homewash-hero-visual,
  .homewash-hero-visual img {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .homewash-service-hero {
    min-height: auto;
    padding-top: 145px;
    padding-bottom: 80px;
  }

  .homewash-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 19, 36, .95) 0%,
        rgba(3, 24, 46, .82) 58%,
        rgba(3, 24, 46, .72) 100%
      );
  }

  .homewash-service-title {
    max-width: 720px;
    font-size: clamp(3rem, 8vw, 4.7rem);
  }

  .homewash-hero-visual {
    max-width: 680px;
  }

  .homewash-hero-visual,
  .homewash-hero-visual img {
    min-height: 460px;
  }

  .homewash-image-stack {
    min-height: 540px;
  }

  .homewash-included-section {
    padding: 85px 0;
  }
}

@media (max-width: 767px) {
  .homewash-benefit-grid,
  .homewash-included-list {
    grid-template-columns: 1fr;
  }

  .homewash-feature-card,
  .homewash-feature-large,
  .homewash-feature-wide {
    grid-column: span 12;
    min-height: 330px;
  }

  .homewash-process-grid {
    grid-template-columns: 1fr;
  }

  .homewash-trust-panel {
    padding: 33px 25px;
  }

  .homewash-result-image {
    min-height: 440px;
  }
}

@media (max-width: 575px) {
  .homewash-service-hero {
    padding-top: 125px;
    padding-bottom: 62px;
  }

  .homewash-service-title {
    font-size: clamp(2.7rem, 12vw, 3.85rem);
    line-height: 1.02;
  }

  .homewash-service-highlights {
    display: grid;
  }

  .homewash-service-highlights > div {
    width: fit-content;
  }

  .homewash-hero-visual,
  .homewash-hero-visual img {
    min-height: 390px;
  }

  .homewash-hero-visual {
    border-radius: 22px;
  }

  .homewash-hero-visual-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .homewash-image-stack {
    min-height: 450px;
  }

  .homewash-image-large {
    right: 20px;
    bottom: 80px;
  }

  .homewash-image-small {
    width: 54%;
    height: 175px;
    border-width: 5px;
  }

  .homewash-image-badge {
    right: 35px;
    bottom: 22px;
    left: 15px;
  }

  .homewash-feature-content {
    align-items: flex-start;
    padding: 20px;
  }

  .homewash-feature-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .homewash-result-caption {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .homewash-area-quote {
    padding: 25px;
  }
}

.homewash-process-section .btn-brand{
    color:#fff !important;
}

.homewash-process-icon{
    width:78px;
    height:78px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    color:#fff;
    font-size:2rem;
    margin-bottom:1.25rem;
    box-shadow:0 18px 40px rgba(37,99,235,.25);
}

.homewash-process-grid{
    position:relative;
}

.homewash-process-grid::before{
    content:"";
    position:absolute;
    top:42px;
    left:10%;
    right:10%;
    height:2px;
    background:linear-gradient(90deg,#0ea5e9,#1d4ed8);
    opacity:.2;
}

.homewash-process-card{
    transition:.35s;
}

.homewash-process-card:hover{
    transform:translateY(-10px);
}

.homewash-process-card:hover .homewash-process-icon{
    transform:scale(1.08);
}

/* =========================================================
   CONCRETE, DRIVEWAY & WALKWAY SERVICE PAGE
========================================================= */

/* =========================================================
   SERVICE HERO
========================================================= */

/* =========================================================
   CLEANER SERVICE PAGE HERO
========================================================= */

.surface-service-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 175px;
  padding-bottom: 100px;
  background:
    url("/assets/img/houses/resized/brick-home-exterior-cleaning-front-view.png")
    center / cover no-repeat;
}

.surface-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 19, 36, .96) 0%,
      rgba(3, 24, 46, .91) 42%,
      rgba(3, 24, 46, .68) 72%,
      rgba(3, 24, 46, .46) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 19, 36, .18),
      rgba(3, 19, 36, .56)
    );
}

.surface-service-hero .hero-content {
  position: relative;
  z-index: 2;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.surface-service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4cd4ff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.surface-service-kicker i {
  font-size: .95rem;
}

.surface-service-title {
  max-width: 790px;
  font-size: clamp(3.2rem, 5vw, 5.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
}

.surface-service-copy {
  max-width: 690px;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.75;
}

.surface-service-highlights {
  margin-top: 26px;
}

.surface-service-highlights > div {
  padding: 9px 13px;
  font-size: .75rem;
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.surface-hero-visual {
  position: relative;
  min-height: 545px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: #071b34;
  box-shadow:
    0 32px 75px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

.surface-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 545px;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;
}

.surface-hero-visual:hover img {
  transform: scale(1.025);
}

.surface-hero-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 20, 38, .02) 40%,
      rgba(4, 20, 38, .78) 100%
    );
}

.surface-hero-visual-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(4, 22, 42, .74);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .2);
}

.surface-visual-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    #35c9ff,
    #0878e8
  );
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 10px 22px rgba(8, 120, 232, .26);
}

.surface-hero-visual-caption div:last-child {
  display: flex;
  flex-direction: column;
}

.surface-hero-visual-caption small {
  color: rgba(255, 255, 255, .46);
  font-size: .59rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.surface-hero-visual-caption strong {
  margin-top: 3px;
  color: #fff;
  font-size: .87rem;
  line-height: 1.35;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .surface-service-title {
    font-size: clamp(3rem, 5.2vw, 4.5rem);
  }

  .surface-hero-visual {
    min-height: 500px;
  }

  .surface-hero-visual img {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .surface-service-hero {
    min-height: auto;
    padding-top: 145px;
    padding-bottom: 80px;
  }

  .surface-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 19, 36, .94) 0%,
        rgba(3, 24, 46, .81) 58%,
        rgba(3, 24, 46, .7) 100%
      );
  }

  .surface-service-title {
    max-width: 720px;
    font-size: clamp(3rem, 8vw, 4.7rem);
  }

  .surface-hero-visual {
    max-width: 680px;
    min-height: 460px;
  }

  .surface-hero-visual img {
    min-height: 460px;
  }
}

@media (max-width: 575px) {
  .surface-service-hero {
    padding-top: 125px;
    padding-bottom: 62px;
  }

  .surface-service-title {
    font-size: clamp(2.7rem, 12vw, 3.85rem);
    line-height: 1.02;
  }

  .surface-service-highlights {
    display: grid;
  }

  .surface-service-highlights > div {
    width: fit-content;
  }

  .surface-hero-visual {
    min-height: 390px;
    border-radius: 22px;
  }

  .surface-hero-visual img {
    min-height: 390px;
  }

  .surface-hero-visual-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }
}


/* =========================================================
   INTRO IMAGE STACK
========================================================= */

.surface-intro-section {
  overflow: hidden;
}

.surface-image-stack {
  position: relative;
  min-height: 590px;
}

.surface-image-large {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 90px;
  left: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(7, 27, 52, .2);
}

.surface-image-large img,
.surface-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surface-image-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 235px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 25px;
  box-shadow: 0 22px 45px rgba(7, 27, 52, .23);
}

.surface-image-badge {
  position: absolute;
  bottom: 46px;
  left: 25px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 275px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(3, 24, 46, .9);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.surface-image-badge i {
  color: #38cbff;
  font-size: 1.4rem;
}

.surface-image-badge span {
  display: flex;
  flex-direction: column;
}

.surface-image-badge strong {
  font-size: .8rem;
}

.surface-image-badge span span,
.surface-image-badge span {
  color: rgba(255, 255, 255, .56);
  font-size: .69rem;
}

.surface-lead {
  color: var(--muted, #667383);
  font-size: 1.06rem;
  line-height: 1.8;
}

.surface-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 31px;
}

.surface-benefit-card {
  display: flex;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 27, 52, .06);
}

.surface-benefit-card > i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(53, 201, 255, .1);
  color: #1498f2;
  font-size: 1.05rem;
}

.surface-benefit-card h3 {
  margin-bottom: 5px;
  font-size: .92rem;
}

.surface-benefit-card p {
  margin: 0;
  color: var(--muted, #667383);
  font-size: .75rem;
  line-height: 1.55;
}


/* =========================================================
   IMAGE FEATURE GRID
========================================================= */

.surface-types-section {
  background: #f4f8fb;
}

.surface-section-copy {
  max-width: 760px;
}

.surface-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.surface-feature-card {
  position: relative;
  grid-column: span 4;
  min-height: 360px;
  overflow: hidden;
  border-radius: 25px;
  background: #071b34;
  box-shadow: 0 20px 48px rgba(7, 27, 52, .13);
}

.surface-feature-large {
  grid-column: span 8;
}

.surface-feature-wide {
  grid-column: span 8;
}

.surface-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.surface-feature-card:hover img {
  transform: scale(1.06);
}

.surface-feature-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 20, 38, .08),
      rgba(4, 20, 38, .88)
    );
}

.surface-feature-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 25px;
  color: #fff;
}

.surface-feature-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: rgba(53, 201, 255, .18);
  color: #49d2ff;
  font-size: 1.15rem;
  backdrop-filter: blur(10px);
}

.surface-feature-content small {
  color: #49d2ff;
  font-size: .6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.surface-feature-content h3 {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 1.25rem;
}

.surface-feature-content p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: .76rem;
  line-height: 1.55;
}


/* =========================================================
   IMAGE BACKGROUND INCLUDED SECTION
========================================================= */

.surface-included-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.surface-included-background,
.surface-included-background img,
.surface-included-overlay {
  position: absolute;
  inset: 0;
}

.surface-included-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surface-included-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 19, 36, .96),
      rgba(3, 24, 46, .84)
    );
}

.surface-included-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, .67);
  font-size: 1.02rem;
  line-height: 1.8;
}

.surface-included-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 25px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  backdrop-filter: blur(17px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .22);
}

.surface-included-panel h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.1rem;
}

.surface-included-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.surface-included-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 700;
}

.surface-included-list i {
  color: #38cbff;
}


/* =========================================================
   PROCESS
========================================================= */

.surface-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.surface-process-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 27, 52, .07);
}

.surface-process-number {
  position: absolute;
  top: 14px;
  right: 18px;
  color: rgba(7, 27, 52, .06);
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
}

.surface-process-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #35c9ff, #0878e8);
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 12px 25px rgba(8, 120, 232, .2);
}

.surface-process-card h3 {
  margin-bottom: 9px;
  font-size: 1rem;
}

.surface-process-card p {
  margin: 0;
  color: var(--muted, #667383);
  font-size: .77rem;
  line-height: 1.6;
}


/* =========================================================
   RESULTS SECTION
========================================================= */

.surface-result-image {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(7, 27, 52, .17);
}

.surface-result-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surface-result-caption {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(3, 24, 46, .84);
  color: #fff;
  backdrop-filter: blur(14px);
}

.surface-result-caption > i {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(53, 201, 255, .16);
  color: #38cbff;
  font-size: 1.1rem;
}

.surface-result-caption span {
  display: flex;
  flex-direction: column;
}

.surface-result-caption small {
  color: rgba(255, 255, 255, .45);
  font-size: .59rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.surface-result-caption strong {
  margin-top: 3px;
  font-size: .85rem;
}

.surface-result-points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.surface-result-points > div {
  display: flex;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 17px;
  background: #fff;
}

.surface-result-points > div > i {
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(53, 201, 255, .1);
  color: #1498f2;
}

.surface-result-points span {
  display: flex;
  flex-direction: column;
  color: var(--muted, #667383);
  font-size: .75rem;
  line-height: 1.5;
}

.surface-result-points strong {
  margin-bottom: 3px;
  color: var(--navy, #071b34);
  font-size: .84rem;
}


/* =========================================================
   TRUST CTA
========================================================= */

.surface-trust-section {
  padding-top: 0;
}

.surface-trust-panel {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(53, 201, 255, .2),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #061c34,
      #0a3159
    );
  color: #fff;
  box-shadow: 0 25px 60px rgba(7, 27, 52, .2);
}

.surface-trust-panel h2 {
  margin-bottom: 23px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.surface-trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.surface-trust-items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .79);
  font-size: .72rem;
  font-weight: 800;
}

.surface-trust-items i {
  color: #38cbff;
}


/* =========================================================
   SERVICE AREA
========================================================= */

.surface-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.surface-city-list span {
  padding: 8px 12px;
  border: 1px solid rgba(7, 27, 52, .09);
  border-radius: 999px;
  background: #fff;
  color: var(--navy, #071b34);
  font-size: .68rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(7, 27, 52, .04);
}

.surface-area-quote {
  padding: 32px;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 27, 52, .1);
}

.surface-area-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 17px;
  background: linear-gradient(135deg, #35c9ff, #0878e8);
  color: #fff;
  font-size: 1.3rem;
}

.surface-area-quote h3 {
  margin-bottom: 13px;
  font-size: 1.35rem;
}

.surface-area-quote p {
  margin-bottom: 23px;
  color: var(--muted, #667383);
  font-size: .85rem;
  line-height: 1.7;
}


/* =========================================================
   FAQ
========================================================= */

.surface-faq-image {
  height: 320px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 23px;
  box-shadow: 0 20px 50px rgba(7, 27, 52, .12);
}

.surface-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surface-faq {
  display: grid;
  gap: 12px;
}

.surface-faq .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(7, 27, 52, .08);
  border-radius: 17px !important;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 27, 52, .045);
}

.surface-faq .accordion-button {
  padding: 20px 21px;
  background: #fff;
  color: var(--navy, #071b34);
  font-size: .89rem;
  font-weight: 800;
  box-shadow: none;
}

.surface-faq .accordion-button:not(.collapsed) {
  background: rgba(53, 201, 255, .07);
  color: #0878e8;
}

.surface-faq .accordion-button:focus {
  box-shadow: none;
}

.surface-faq .accordion-body {
  padding: 0 21px 21px;
  color: var(--muted, #667383);
  font-size: .82rem;
  line-height: 1.7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .surface-feature-card,
  .surface-feature-large,
  .surface-feature-wide {
    grid-column: span 6;
  }

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

@media (max-width: 991px) {
  .surface-service-hero {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .surface-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 19, 36, .94),
        rgba(3, 24, 46, .78)
      );
  }

  .surface-service-hero h1 {
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .surface-hero-card {
    max-width: 650px;
    transform: none;
  }

  .surface-image-stack {
    min-height: 540px;
  }

  .surface-included-section {
    padding: 85px 0;
  }
}

@media (max-width: 767px) {
  .surface-benefit-grid {
    grid-template-columns: 1fr;
  }

  .surface-feature-card,
  .surface-feature-large,
  .surface-feature-wide {
    grid-column: span 12;
    min-height: 330px;
  }

  .surface-included-list {
    grid-template-columns: 1fr;
  }

  .surface-process-grid {
    grid-template-columns: 1fr;
  }

  .surface-trust-panel {
    padding: 33px 25px;
  }

  .surface-result-image {
    min-height: 440px;
  }
}

@media (max-width: 575px) {
  .surface-service-hero {
    padding-top: 125px;
    padding-bottom: 62px;
  }

  .surface-service-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
    line-height: 1.02;
  }

  .surface-hero-points {
    display: grid;
  }

  .surface-hero-points span {
    width: fit-content;
  }

  .surface-hero-trust {
    display: grid;
    gap: 12px;
  }

  .surface-hero-card-image {
    height: 310px;
  }

  .surface-image-stack {
    min-height: 450px;
  }

  .surface-image-large {
    right: 20px;
    bottom: 80px;
  }

  .surface-image-small {
    width: 54%;
    height: 175px;
    border-width: 5px;
  }

  .surface-image-badge {
    right: 35px;
    bottom: 22px;
    left: 15px;
  }

  .surface-feature-content {
    align-items: flex-start;
    padding: 20px;
  }

  .surface-feature-icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .surface-result-caption {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .surface-area-quote {
    padding: 25px;
  }
}