.service-detail {
  --service-accent: var(--blue);
  --service-accent-soft: rgba(8, 125, 240, 0.11);
  background: var(--white);
}

.service-detail .site-header {
  position: absolute;
}

.service-detail .site-header.is-stuck {
  position: fixed;
}

.service-hero {
  position: relative;
  overflow: hidden;
  padding: 172px 0 104px;
  background: linear-gradient(145deg, #f8fbfe, #eef6fb);
}

.service-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(8,125,240,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(8,125,240,.032) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.service-hero::after {
  position: absolute;
  top: -430px;
  right: -240px;
  width: 820px;
  height: 820px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 18%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 90px color-mix(in srgb, var(--service-accent) 4%, transparent), 0 0 0 180px color-mix(in srgb, var(--service-accent) 2%, transparent);
  content: "";
}

.service-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 54px;
  align-items: center;
  gap: 9px;
  color: #6e8093;
  font-size: .75rem;
  font-weight: 700;
}

.service-breadcrumb a:hover { color: var(--service-accent); }
.service-breadcrumb span { color: #a2adba; }

.service-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr);
  gap: 90px;
  align-items: center;
}

.service-eyebrow {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 10px;
  color: var(--service-accent);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-eyebrow span {
  width: 29px;
  height: 2px;
  border-radius: 999px;
  background: var(--service-accent);
}

.service-hero h1 {
  max-width: 850px;
  margin-bottom: 25px;
  color: var(--navy-900);
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  font-weight: 560;
  letter-spacing: -.06em;
  line-height: .97;
  text-transform: none;
}

.service-hero h1 em {
  display: inline;
  width: auto;
  background: linear-gradient(100deg, var(--service-accent), var(--mint));
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-hero-lead {
  max-width: 710px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-detail .button-primary { background: linear-gradient(120deg, var(--service-accent), var(--blue), var(--mint)); }

.service-summary-card {
  position: relative;
  padding: 36px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--service-accent) 22%, #dce7ef);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 65px rgba(4,31,56,.12);
}

.service-summary-card::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--service-accent-soft), transparent 70%);
  content: "";
}

.summary-label {
  display: block;
  margin-bottom: 23px;
  color: var(--service-accent);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-summary-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  color: var(--navy-900);
  font-size: 1.3rem;
  line-height: 1.35;
}

.service-summary-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-summary-card li { display: flex; gap: 9px; color: #4a6076; font-size: .86rem; }
.service-summary-card li::before { color: var(--service-accent); content: "✓"; font-weight: 900; }

.service-section { padding: 112px 0; }
.service-section-soft { background: var(--soft); }
.service-section-dark { background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: var(--white); }

.service-section-heading { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.service-section-heading h2 { max-width: 650px; margin-bottom: 0; }
.service-section-heading > p { max-width: 590px; margin: 0 0 7px; color: var(--muted); font-size: 1.03rem; }
.service-section-dark .service-section-heading > p { color: #a8b8c8; }

.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.deliverable-card { min-height: 250px; padding: 30px; border: 1px solid #dce6ee; border-radius: 19px; background: var(--white); }
.deliverable-card > span { display: block; margin-bottom: 62px; color: var(--service-accent); font-size: .69rem; font-weight: 850; letter-spacing: .12em; }
.deliverable-card h3 { margin-bottom: 11px; font-size: 1.14rem; }
.deliverable-card p { margin: 0; color: var(--muted); font-size: .87rem; }

.scope-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: start; }
.scope-copy h2 { max-width: 680px; }
.scope-copy > p { max-width: 650px; color: #a9b9c8; }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 38px 0 0; padding: 0; list-style: none; }
.scope-list li { display: flex; padding: 14px 15px; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.045); color: #dce6ee; font-size: .82rem; }
.scope-list li::before { color: var(--mint); content: "●"; font-size: .52rem; }

.result-card { padding: 38px; border: 1px solid color-mix(in srgb, var(--service-accent) 40%, rgba(255,255,255,.12)); border-radius: 24px; background: rgba(255,255,255,.06); }
.result-card > span { display: block; margin-bottom: 40px; color: var(--mint); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.result-card h3 { margin-bottom: 14px; font-size: 1.7rem; }
.result-card p { margin: 0; color: #afbfcd; }

.service-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-process-grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-process-grid span { display: block; margin-bottom: 55px; color: var(--service-accent); font-size: .7rem; font-weight: 850; }
.service-process-grid h3 { margin-bottom: 10px; }
.service-process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.service-next {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: linear-gradient(115deg, var(--service-accent), var(--blue) 50%, var(--mint));
  color: var(--white);
}
.service-next::after { position: absolute; top: -260px; right: -70px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); content: ""; }
.service-next-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr auto; gap: 70px; align-items: center; }
.service-next h2 { max-width: 760px; margin-bottom: 12px; }
.service-next p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); }
.service-next .button-light { min-width: 250px; }

@media (max-width: 920px) {
  .service-hero { padding: 130px 0 80px; }
  .service-breadcrumb { margin-bottom: 38px; }
  .service-hero-layout, .service-section-heading, .scope-layout, .service-next-layout { grid-template-columns: 1fr; gap: 42px; }
  .service-summary-card { max-width: 620px; }
  .service-section { padding: 86px 0; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .service-next .button-light { width: max-content; }
}

@media (max-width: 580px) {
  .service-hero { padding: 110px 0 68px; }
  .service-breadcrumb { flex-wrap: wrap; }
  .service-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .service-summary-card { padding: 27px 24px; }
  .deliverables-grid, .service-process-grid, .scope-list { grid-template-columns: 1fr; }
  .deliverable-card { min-height: 220px; }
  .result-card { padding: 30px 24px; }
  .service-next { padding: 72px 0; }
  .service-next .button-light { width: 100%; min-width: 0; }
}
