.service-hero {
  position: relative;
  display: flex;
  width: 100%;
  height: 35vh;
  min-height: 280px;
  align-items: center;
  padding-top: 6rem;
  overflow: hidden;
}

.service-hero > div:first-child,
.service-hero > div:first-child::after {
  position: absolute;
  inset: 0;
}

.service-hero > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero > div:nth-child(2) {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-inline: 24px;
}

.service-hero + section {
  padding-inline: 24px;
}

.service-hero h1 {
  max-width: 980px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
}

.service-hero h1 + p {
  max-width: 980px;
  margin: 0;
  padding-left: 12px;
  border-left: 4px solid #f9ad55;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625;
}

.service-seo {
  padding: clamp(64px, 8vw, 112px) 24px;
  background: #f8fafc;
  color: #0f172a;
}

.service-seo__inner {
  width: 100%;
  margin: 0;
}

.service-seo__eyebrow {
  margin: 0 0 14px;
  color: #f9ad55;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-seo h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.service-seo__lead {
  max-width: 850px;
  margin: 26px 0 0;
  color: #475569;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.75;
}

.service-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: #cbd5e1;
  border: 1px solid #cbd5e1;
}

.service-seo__card {
  padding: 30px;
  background: #fff;
}

.service-seo__card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.service-seo__card p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.service-seo__faq {
  margin-top: clamp(64px, 8vw, 96px);
}

.service-seo__faq--standalone {
  margin-top: 0;
}

.service-seo__feature {
  margin-top: clamp(64px, 8vw, 96px);
  padding: clamp(32px, 5vw, 56px);
  background: #0f172a;
  color: #fff;
}

.service-seo__feature h2 {
  color: #fff;
}

.service-seo__feature .service-seo__lead {
  color: #cbd5e1;
}

.service-seo__feature .service-seo__grid {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .18);
}

.service-seo__feature .service-seo__card {
  background: #172033;
}

.service-seo__feature .service-seo__card p {
  color: #cbd5e1;
}

.service-seo__note {
  max-width: 850px;
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 3px solid #f9ad55;
  color: #cbd5e1;
  line-height: 1.7;
}

.service-seo__faq h2 {
  margin-bottom: 30px;
}

.service-seo details {
  border-top: 1px solid #cbd5e1;
}

.service-seo details:last-of-type {
  border-bottom: 1px solid #cbd5e1;
}

.service-seo summary {
  padding: 20px 38px 20px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.service-seo details p {
  max-width: 850px;
  margin: 0 0 22px;
  color: #475569;
  line-height: 1.7;
}

.service-seo__related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.service-seo__related a {
  padding: 12px 16px;
  border: 1px solid #f9ad55;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.service-seo__related a:hover,
.service-seo__related a:focus-visible {
  background: #f9ad55;
}

.service-seo__cta {
  display: inline-flex;
  margin-top: 32px;
  padding: 16px 22px;
  background: #f9ad55;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 800px) {
  .service-seo__grid {
    grid-template-columns: 1fr;
  }

  .service-seo__card {
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .service-hero {
    height: 45vh;
    min-height: 380px;
    padding-top: 7rem;
  }

  .service-hero > div:nth-child(2) {
    padding-inline: 15%;
  }

  .service-hero + section,
  .service-seo {
    padding-inline: 15%;
  }

  .service-hero h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .service-hero h1 + p {
    padding-left: 20px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .service-hero h1 {
    font-size: 48px;
  }

  .service-hero h1 + p {
    font-size: 20px;
  }
}
