.svc-scope.core-service-page {
  --maxw: 1600px;
}

.svc-scope.core-service-page .wrap {
  width: min(1600px, calc(100% - 56px)) !important;
  max-width: none !important;
}

.svc-scope.core-service-page .hero.wrap,
.svc-scope.core-service-page .hero.core-service-hero {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  min-height: min(760px, calc(100svh - var(--nav-h, 88px)));
  padding: 78px 0 92px;
}

.svc-scope.core-service-page .hero::before {
  display: none;
}

.svc-scope.core-service-page .hero-photo::after {
  background:
    radial-gradient(circle at 50% 38%, rgba(7, 10, 14, .06), rgba(7, 10, 14, .72) 78%),
    linear-gradient(180deg, rgba(7, 10, 14, .4) 0%, rgba(7, 10, 14, .7) 58%, rgba(7, 10, 14, .94) 100%);
}

.svc-scope.core-service-page .hero-layout {
  width: min(1600px, calc(100% - 56px)) !important;
  min-width: 0;
  max-width: none !important;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  gap: 46px;
  margin-inline: auto;
}

.svc-scope.core-service-page .hero-copy {
  width: min(100%, 1120px);
  min-width: 0;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.svc-scope.core-service-page .hero .eyebrow {
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}

.svc-scope.core-service-page .hero h1 {
  width: 100%;
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(3.05rem, 5.8vw, 6.45rem);
  line-height: .96;
  text-align: center;
  text-wrap: balance;
}

.svc-scope.core-service-page .hero-summary {
  width: 100%;
  max-width: 820px;
  margin: 30px auto 0;
  text-align: center;
}

.svc-scope.core-service-page .hero-cta {
  justify-content: center;
  margin: 38px auto 0;
}

.svc-scope.core-service-page .hero-cta .btn {
  min-height: 52px;
  border-radius: 999px;
  padding-inline: 22px;
}

.svc-scope.core-service-page .trust-bar {
  width: min(100%, 1040px);
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0;
  margin: 48px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  align-items: center;
}

.svc-scope.core-service-page .trust-bar span {
  min-width: 0;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(224, 201, 143, .18);
  border-radius: 0;
  background: transparent;
  padding: 0 14px;
  text-align: center;
  white-space: normal;
}

.svc-scope.core-service-page .trust-bar span:last-child {
  border-right: 0;
}

.svc-scope.core-service-page .hero-layout > .scope,
.svc-scope.core-service-page .hero-scope {
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto;
  align-self: center;
}

.svc-scope.core-service-page .hero-layout > .scope .pillars,
.svc-scope.core-service-page .hero-scope .pillars {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  flex-direction: initial !important;
}

.svc-scope.core-service-page .hero-layout > .scope .pillar,
.svc-scope.core-service-page .hero-scope .pillar {
  min-width: 0;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 15px 16px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 0;
}

.svc-scope.core-service-page .hero-layout > .scope .pillar:last-child,
.svc-scope.core-service-page .hero-scope .pillar:last-child {
  border-right: 0;
}

@media (max-width: 1060px) {
  .svc-scope.core-service-page .hero-layout > .scope .pillars,
  .svc-scope.core-service-page .hero-scope .pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .svc-scope.core-service-page .hero-layout > .scope .pillar,
  .svc-scope.core-service-page .hero-scope .pillar {
    border-bottom: 1px solid var(--line-soft);
  }

  .svc-scope.core-service-page .hero-layout > .scope .pillar:nth-child(2n),
  .svc-scope.core-service-page .hero-scope .pillar:nth-child(2n) {
    border-right: 0;
  }

  .svc-scope.core-service-page .hero-layout > .scope .pillar:nth-last-child(-n + 2),
  .svc-scope.core-service-page .hero-scope .pillar:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .svc-scope.core-service-page .wrap {
    width: min(100% - 32px, 1600px) !important;
  }

  .svc-scope.core-service-page .hero.wrap,
  .svc-scope.core-service-page .hero.core-service-hero {
    width: 100% !important;
  }

  .svc-scope.core-service-page .hero-layout {
    width: min(100% - 32px, 1600px) !important;
  }

  .svc-scope.core-service-page .hero {
    min-height: auto;
    padding: 42px 0 68px;
  }

  .svc-scope.core-service-page .hero-layout {
    min-height: 0;
    gap: 30px;
  }

  .svc-scope.core-service-page .hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 2.75rem);
    line-height: 1.01;
    overflow-wrap: normal;
  }

  .svc-scope.core-service-page .hero-summary {
    margin-top: 24px;
    font-size: 17px;
  }

  .svc-scope.core-service-page .hero-cta {
    width: 100%;
    margin-top: 30px;
  }

  .svc-scope.core-service-page .trust-bar {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .svc-scope.core-service-page .trust-bar span {
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(224, 201, 143, .18);
  }

  .svc-scope.core-service-page .trust-bar span:last-child {
    border-bottom: 0;
  }

  .svc-scope.core-service-page .hero-layout > .scope,
  .svc-scope.core-service-page .hero-scope {
    padding: 22px 18px;
  }

  .svc-scope.core-service-page .hero-layout > .scope .pillars,
  .svc-scope.core-service-page .hero-scope .pillars {
    grid-template-columns: 1fr !important;
  }

  .svc-scope.core-service-page .hero-layout > .scope .pillar,
  .svc-scope.core-service-page .hero-scope .pillar,
  .svc-scope.core-service-page .hero-layout > .scope .pillar:nth-child(2n),
  .svc-scope.core-service-page .hero-scope .pillar:nth-child(2n),
  .svc-scope.core-service-page .hero-layout > .scope .pillar:nth-last-child(-n + 2),
  .svc-scope.core-service-page .hero-scope .pillar:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .svc-scope.core-service-page .hero-layout > .scope .pillar:last-child,
  .svc-scope.core-service-page .hero-scope .pillar:last-child {
    border-bottom: 0;
  }
}
