.service-page {
  color: #10110f;
  background: #f3f0e8;
}

.service-page .site-header .header-inner {
  grid-template-columns: 1fr auto;
}

.service-page .header-actions {
  display: flex;
}

.service-page-main {
  overflow: hidden;
}

.service-hero {
  position: relative;
  padding: 96px 0 104px;
  color: #fffef8;
  background: #10110f;
}

.service-hero::before {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(119, 151, 255, .26), transparent 67%);
  content: "";
  pointer-events: none;
}

.service-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 54px;
  gap: 8px;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
}

.service-breadcrumbs a:hover {
  color: #c7ff42;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: end;
  gap: clamp(48px, 8vw, 130px);
}

.service-eyebrow {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 12px;
  color: #10110f;
  background: #c7ff42;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.service-hero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(52px, 7vw, 104px);
}

.service-hero-lead {
  max-width: 800px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.42;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.service-hero-actions .text-link {
  color: #fffef8;
}

.service-facts {
  display: grid;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  overflow: hidden;
}

.service-facts div {
  display: grid;
  padding: 22px 24px;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.service-facts div:last-child {
  border-bottom: 0;
}

.service-facts span {
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.service-facts strong {
  font-size: 20px;
}

.service-content-section {
  padding: 104px 0;
}

.service-content-section.alt {
  background: #e9e5db;
}

.service-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  margin-bottom: 48px;
  gap: 48px;
}

.service-section-heading h2 {
  max-width: 850px;
  margin: 12px 0 0;
  font-size: clamp(40px, 5vw, 72px);
}

.service-section-heading p {
  margin: 0;
  color: #686a63;
  font-size: 18px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-info-card {
  min-height: 260px;
  padding: clamp(26px, 4vw, 46px);
  background: #fffef8;
  border: 1px solid rgba(16, 17, 15, .14);
  border-radius: 22px;
}

.service-info-card > span {
  display: block;
  margin-bottom: 42px;
  color: #315efb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.service-info-card h3 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3vw, 40px);
}

.service-info-card p,
.service-copy p,
.service-copy li {
  color: #686a63;
  font-size: 17px;
}

.service-two-col {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(48px, 9vw, 140px);
}

.service-two-col h2 {
  font-size: clamp(40px, 5vw, 72px);
}

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

.service-checks li {
  position: relative;
  padding: 17px 18px 17px 50px;
  color: #10110f;
  background: #fffef8;
  border: 1px solid rgba(16, 17, 15, .12);
  border-radius: 14px;
}

.service-checks li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  color: #315efb;
  content: "✓";
  font-weight: 900;
}

.service-price-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: clamp(30px, 5vw, 58px);
  gap: 24px;
  color: #fffef8;
  background: #10110f;
  border-radius: 24px;
}

.service-price-box h2 {
  max-width: 800px;
  margin: 10px 0 16px;
  font-size: clamp(38px, 5vw, 68px);
}

.service-price-box p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 17px;
}

.service-faq {
  display: grid;
  gap: 10px;
}

.service-faq details {
  padding: 0 22px;
  background: #fffef8;
  border: 1px solid rgba(16, 17, 15, .13);
  border-radius: 15px;
}

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

.service-faq p {
  max-width: 860px;
  padding-bottom: 20px;
  color: #686a63;
}

.service-contact-band {
  padding: 96px 0;
  color: #fffef8;
  background: #315efb;
}

.service-contact-band .service-two-col {
  align-items: end;
}

.service-contact-band h2 {
  margin-bottom: 0;
}

.service-contact-links {
  display: grid;
  gap: 12px;
}

.service-contact-links a {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  gap: 20px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  font-weight: 750;
}

.service-related {
  padding: 28px 0;
  color: #fffef8;
  background: #171916;
}

.service-related .shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.service-related span {
  margin-right: auto;
  color: rgba(255, 255, 255, .44);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-related a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 720;
}

.service-related a:hover {
  color: #c7ff42;
}

.service-steps-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  counter-reset: service-step;
}

.service-steps-list li {
  position: relative;
  display: grid;
  padding: 20px 22px 20px 66px;
  gap: 5px;
  background: #fffef8;
  border: 1px solid rgba(16, 17, 15, .12);
  border-radius: 14px;
  counter-increment: service-step;
}

.service-steps-list li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #315efb;
  content: "0" counter(service-step);
  font-size: 12px;
  font-weight: 900;
}

.service-steps-list b {
  font-size: 17px;
}

.service-steps-list span {
  color: #686a63;
  font-size: 15px;
}

.service-page-access .service-hero::before {
  background: radial-gradient(circle, rgba(199, 255, 66, .2), transparent 67%);
}

@media (max-width: 820px) {
  .service-page .site-header .header-inner,
  .service-hero-grid,
  .service-section-heading,
  .service-two-col,
  .service-price-box {
    grid-template-columns: 1fr;
  }

  .service-page .header-actions .button {
    display: inline-flex;
  }

  .service-hero {
    padding: 66px 0 76px;
  }

  .service-breadcrumbs {
    margin-bottom: 38px;
  }

  .service-hero h1 {
    font-size: clamp(46px, 13vw, 72px);
  }

  .service-section-heading {
    align-items: start;
    gap: 22px;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .service-info-card {
    min-height: 0;
  }

  .service-info-card > span {
    margin-bottom: 28px;
  }
}

@media (max-width: 560px) {
  .service-page .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .service-page .brand-name {
    font-size: 16px;
  }

  .service-page .button-small {
    padding-inline: 14px;
    font-size: 11px;
  }

  .service-content-section,
  .service-contact-band {
    padding: 72px 0;
  }

  .service-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-hero-actions .button,
  .service-hero-actions .text-link {
    justify-content: center;
  }

  .service-related .shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-related span {
    margin: 0 0 4px;
  }
}
