.service-body {
  background: #f4f7fa;
  color: #101820;
}

.service-header {
  grid-template-columns: 230px 1fr auto auto;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(1, 7, 13, 0.9);
  backdrop-filter: blur(18px);
}

.service-main {
  min-height: 70vh;
}

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 72px;
  min-height: 650px;
  padding: 170px max(32px, calc((100vw - 1260px) / 2)) 86px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(2, 7, 13, 0.98) 0%, rgba(2, 7, 13, 0.89) 48%, rgba(2, 7, 13, 0.68) 100%),
    image-set(
      url("assets/hero-om-consult-1536.avif") type("image/avif"),
      url("assets/hero-om-consult-1536.webp") type("image/webp")
    );
  background-position: left top, center;
  background-size: auto, cover;
  color: #fff;
}

.service-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.service-eyebrow {
  margin: 0 0 18px;
  color: #6fa7ff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.service-hero-copy > p:not(.service-eyebrow) {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.service-primary,
.service-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
}

.service-primary {
  border: 0;
  background: #4f8df7;
  color: #fff;
  box-shadow: 0 18px 44px rgba(43, 120, 255, 0.28);
}

.service-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.service-summary {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 8px 0 8px 30px;
  border-left: 2px solid #4f8df7;
}

.service-summary h2 {
  margin: 0;
  font-size: 1.15rem;
}

.service-summary ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-summary li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.service-summary li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #63a0ff;
  content: "";
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1260px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 24px 0;
  color: #657483;
  font-size: 0.78rem;
}

.breadcrumbs a {
  color: #2b67bb;
  font-weight: 800;
}

.service-intro,
.service-process,
.service-faq {
  width: min(1260px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 72px 0;
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
}

.service-intro h2,
.service-process h2,
.service-faq h2,
.service-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
}

.service-intro-copy p,
.service-band-heading p {
  margin: 0 0 18px;
  color: #485766;
}

.service-checklist {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-checklist li {
  position: relative;
  padding-left: 28px;
  color: #293744;
}

.service-checklist li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid #2b7a62;
  border-left: 2px solid #2b7a62;
  transform: rotate(-45deg);
  content: "";
}

.service-band {
  padding: 78px max(32px, calc((100vw - 1260px) / 2));
  background: #07111b;
  color: #fff;
}

.service-band-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: end;
}

.service-band-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.service-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(177, 209, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.service-grid span {
  color: #63a0ff;
  font-size: 0.76rem;
  font-weight: 900;
}

.service-grid h3 {
  margin: 18px 0 8px;
  font-size: 1.05rem;
}

.service-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.service-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid #c8d2dc;
  list-style: none;
}

.service-process li {
  padding: 24px 24px 0 0;
}

.service-process strong {
  display: block;
  color: #2b67bb;
  font-size: 0.78rem;
}

.service-process span {
  display: block;
  margin-top: 10px;
  color: #344352;
  font-size: 0.9rem;
}

.service-faq {
  padding-top: 30px;
}

.service-faq-list {
  margin-top: 30px;
  border-top: 1px solid #c8d2dc;
}

.service-faq details {
  border-bottom: 1px solid #c8d2dc;
}

.service-faq summary {
  padding: 20px 0;
  cursor: pointer;
  font-weight: 850;
}

.service-faq details p {
  max-width: 850px;
  margin: 0 0 20px;
  color: #4c5a68;
}

.service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  padding: 62px max(32px, calc((100vw - 1260px) / 2));
  background: #2f6fc7;
  color: #fff;
}

.service-cta h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.service-cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.service-cta .service-primary {
  background: #fff;
  color: #1d4f94;
}

@media (max-width: 1080px) {
  .service-header {
    grid-template-columns: 210px 1fr auto;
  }

  .service-hero,
  .service-intro,
  .service-band-heading {
    grid-template-columns: 1fr;
  }

  .service-summary {
    align-self: start;
    max-width: 620px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .service-header {
    grid-template-columns: 128px 1fr auto;
  }

  .service-hero {
    min-height: 0;
    gap: 42px;
    padding: 118px 14px 58px;
  }

  .service-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .service-actions {
    display: grid;
  }

  .service-summary {
    padding-left: 20px;
  }

  .breadcrumbs,
  .service-intro,
  .service-process,
  .service-faq {
    width: calc(100vw - 28px);
  }

  .breadcrumbs {
    padding: 18px 0;
  }

  .service-intro,
  .service-process,
  .service-faq {
    gap: 28px;
    padding: 52px 0;
  }

  .service-band {
    padding: 56px 14px;
  }

  .service-grid,
  .service-process ol,
  .service-cta {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 0;
  }

  .service-process li {
    padding: 20px 0;
    border-bottom: 1px solid #c8d2dc;
  }

  .service-cta {
    padding: 52px 14px;
  }

  .service-cta .service-primary {
    width: 100%;
  }
}
