.service-page {
  --sp-ink: #111827;
  --sp-muted: #5f6876;
  --sp-paper: #f6f3ed;
  --sp-panel: #ffffff;
  --sp-night: #0b111b;
  --sp-night-soft: #141d2b;
  --sp-gold: #d6a82f;
  --sp-gold-bright: #f2c94c;
  --sp-line: rgba(17, 24, 39, .12);
  --sp-radius: 24px;
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 168, 47, .12), transparent 28rem),
    var(--sp-paper);
  color: var(--sp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.service-page *,
.service-page *::before,
.service-page *::after { box-sizing: border-box; }

.service-page img { display: block; max-width: 100%; }

.service-page a { color: inherit; }

.service-page .sp-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.service-page .skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 11px 14px;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-weight: 800;
  transition: transform .2s ease;
}

.service-page .skip-link:focus { transform: translateY(0); }

.service-page .sp-header {
  position: relative;
  z-index: 10;
  background: rgba(11, 17, 27, .97);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.service-page .sp-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.service-page .sp-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.service-page .sp-brand img {
  width: min(290px, 34vw);
  height: auto;
}

.service-page .sp-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.service-page .sp-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  transition: color .18s ease, background .18s ease;
}

.service-page .sp-nav a:hover,
.service-page .sp-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.service-page .sp-nav .sp-nav-quote {
  color: #14100a;
  background: var(--sp-gold-bright);
}

.service-page .sp-nav .sp-nav-quote:hover,
.service-page .sp-nav .sp-nav-quote:focus-visible {
  color: #14100a;
  background: #ffd968;
}

.service-page .sp-lang {
  border: 1px solid rgba(255, 255, 255, .18);
}

.service-page .sp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0 42px;
  background:
    linear-gradient(115deg, var(--sp-night) 0%, var(--sp-night-soft) 70%, #172235 100%);
  color: #fff;
}

.service-page .sp-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -180px;
  border-radius: 50%;
  border: 1px solid rgba(242, 201, 76, .25);
  box-shadow: 0 0 0 70px rgba(242, 201, 76, .035), 0 0 0 140px rgba(242, 201, 76, .025);
  pointer-events: none;
}

.service-page .sp-breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
}

.service-page .sp-breadcrumbs a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.service-page .sp-breadcrumbs a:hover { color: #fff; }

.service-page .sp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.service-page .sp-eyebrow {
  margin: 0 0 14px;
  color: var(--sp-gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-page .sp-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.service-page .sp-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .73);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.68;
}

.service-page .sp-lead strong { color: #fff; }

.service-page .sp-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.service-page .sp-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  box-shadow: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.service-page .sp-button:hover,
.service-page .sp-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .34);
}

.service-page .sp-button-primary {
  color: #15120d;
  background: var(--sp-gold-bright);
  border-color: var(--sp-gold-bright);
}

.service-page .sp-button-primary:hover,
.service-page .sp-button-primary:focus-visible {
  background: #ffd968;
  border-color: #ffd968;
}

.service-page .sp-button-light {
  color: var(--sp-ink);
  background: #fff;
  border-color: #fff;
}

.service-page .sp-hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
}

.service-page .sp-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 10, 16, .88), transparent 60%);
}

.service-page .sp-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.service-page .sp-visual-note {
  position: absolute;
  z-index: 2;
  inset: auto 22px 22px;
  padding: 17px 18px;
  border-radius: 18px;
  color: rgba(255, 255, 255, .76);
  background: rgba(7, 12, 20, .72);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
}

.service-page .sp-visual-note strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.service-page .sp-trust-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
}

.service-page .sp-trust-item {
  padding: 20px 22px;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.5;
}

.service-page .sp-trust-item + .sp-trust-item { border-left: 1px solid rgba(255, 255, 255, .1); }

.service-page .sp-trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
}

.service-page .sp-section { padding: clamp(64px, 8vw, 100px) 0; }

.service-page .sp-section-compact { padding: 52px 0; }

.service-page .sp-section-white {
  background: #fff;
  border-block: 1px solid var(--sp-line);
}

.service-page .sp-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.service-page .sp-section-head h2,
.service-page .sp-copy h2,
.service-page .sp-faq h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.service-page .sp-section-head p,
.service-page .sp-copy > p {
  margin: 16px 0 0;
  color: var(--sp-muted);
  font-size: 17px;
  line-height: 1.72;
}

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

.service-page .sp-info-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 45px rgba(17, 24, 39, .05);
}

.service-page .sp-card-number {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 13px;
  color: #211c10;
  background: rgba(242, 201, 76, .28);
  font-size: 13px;
  font-weight: 900;
}

.service-page .sp-info-card h3 {
  margin: 0 0 10px;
  color: var(--sp-ink);
  font-size: 21px;
  line-height: 1.25;
}

.service-page .sp-info-card p {
  margin: 0;
  color: var(--sp-muted);
  line-height: 1.67;
}

.service-page .sp-text-link {
  display: inline-flex;
  margin-top: 17px;
  color: #84630b;
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.service-page .sp-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .72fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: start;
}

.service-page .sp-copy h3 {
  margin: 30px 0 8px;
  color: var(--sp-ink);
  font-size: 21px;
}

.service-page .sp-copy p,
.service-page .sp-copy li {
  color: var(--sp-muted);
  font-size: 16px;
  line-height: 1.72;
}

.service-page .sp-copy ul {
  margin: 12px 0 0;
  padding-left: 21px;
}

.service-page .sp-copy li + li { margin-top: 8px; }

.service-page .sp-brief {
  position: sticky;
  top: 24px;
  padding: 28px;
  border-radius: 26px;
  color: #fff;
  background: var(--sp-night);
  box-shadow: 0 24px 65px rgba(11, 17, 27, .18);
}

.service-page .sp-brief .sp-eyebrow { margin-bottom: 10px; }

.service-page .sp-brief h2 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.16;
}

.service-page .sp-brief p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .66);
  line-height: 1.62;
}

.service-page .sp-checklist {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.service-page .sp-checklist li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: rgba(255, 255, 255, .84);
  border-top: 1px solid rgba(255, 255, 255, .1);
  line-height: 1.45;
}

.service-page .sp-checklist li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--sp-gold-bright);
  font-weight: 900;
}

.service-page .sp-brief .sp-button { width: 100%; margin-top: 20px; }

.service-page .sp-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-page .sp-step {
  padding: 22px;
  border-top: 3px solid var(--sp-gold);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(17, 24, 39, .05);
}

.service-page .sp-step span {
  color: #92700e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.service-page .sp-step h3 {
  margin: 11px 0 7px;
  color: var(--sp-ink);
  font-size: 18px;
}

.service-page .sp-step p {
  margin: 0;
  color: var(--sp-muted);
  line-height: 1.57;
  font-size: 14px;
}

.service-page .sp-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-page .sp-work-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 24px;
  background: #141b26;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .14);
}

.service-page .sp-work-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-page .sp-work-card:hover img { transform: scale(1.035); }

.service-page .sp-work-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 56px 20px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(4, 8, 14, .92));
  font-weight: 800;
}

.service-page .sp-faq { max-width: 900px; }

.service-page .sp-faq-list { margin-top: 28px; }

.service-page .sp-faq details {
  border-top: 1px solid var(--sp-line);
}

.service-page .sp-faq details:last-child { border-bottom: 1px solid var(--sp-line); }

.service-page .sp-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 21px 48px 21px 0;
  color: var(--sp-ink);
  font-size: 18px;
  font-weight: 850;
}

.service-page .sp-faq summary::-webkit-details-marker { display: none; }

.service-page .sp-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 16px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6c5209;
  background: rgba(242, 201, 76, .22);
  font-size: 22px;
}

.service-page .sp-faq details[open] summary::after { content: "–"; }

.service-page .sp-faq details p {
  max-width: 760px;
  margin: -5px 0 21px;
  color: var(--sp-muted);
  line-height: 1.7;
}

.service-page .sp-final {
  padding: clamp(58px, 7vw, 82px) 0;
  background: var(--sp-night);
  color: #fff;
}

.service-page .sp-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.service-page .sp-final h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.service-page .sp-final p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .65);
  line-height: 1.65;
}

.service-page .sp-final .sp-actions { margin-top: 0; justify-content: flex-end; }

.service-page .sp-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, .6);
  background: #070b12;
  font-size: 14px;
}

.service-page .sp-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px 30px;
  flex-wrap: wrap;
}

.service-page .sp-footer a { color: rgba(255, 255, 255, .78); }

.service-page :focus-visible {
  outline: 3px solid var(--sp-gold-bright);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .service-page .sp-header-inner { padding: 14px 0; align-items: flex-start; }
  .service-page .sp-brand img { width: 230px; }
  .service-page .sp-nav { max-width: 490px; }
  .service-page .sp-hero-grid,
  .service-page .sp-split { grid-template-columns: 1fr; }
  .service-page .sp-hero-visual { min-height: 360px; }
  .service-page .sp-hero-visual img { min-height: 360px; }
  .service-page .sp-card-grid,
  .service-page .sp-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-page .sp-info-card:last-child { grid-column: 1 / -1; }
  .service-page .sp-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-page .sp-brief { position: relative; top: auto; }
  .service-page .sp-final-inner { grid-template-columns: 1fr; }
  .service-page .sp-final .sp-actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .service-page .sp-shell { width: min(100% - 28px, 1180px); }
  .service-page .sp-header-inner { min-height: auto; display: grid; gap: 12px; }
  .service-page .sp-brand img { width: min(260px, 76vw); }
  .service-page .sp-nav { justify-content: flex-start; gap: 4px; }
  .service-page .sp-nav a { min-height: 40px; padding: 8px 10px; font-size: 13px; }
  .service-page .sp-nav .sp-nav-secondary { display: none; }
  .service-page .sp-hero { padding-top: 42px; }
  .service-page .sp-hero h1 { font-size: clamp(36px, 11vw, 48px); }
  .service-page .sp-lead { font-size: 17px; }
  .service-page .sp-actions { display: grid; grid-template-columns: 1fr; }
  .service-page .sp-button { width: 100%; }
  .service-page .sp-hero-visual,
  .service-page .sp-hero-visual img { min-height: 300px; }
  .service-page .sp-trust-row { grid-template-columns: 1fr; }
  .service-page .sp-trust-item + .sp-trust-item { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .1); }
  .service-page .sp-card-grid,
  .service-page .sp-process,
  .service-page .sp-work-grid { grid-template-columns: 1fr; }
  .service-page .sp-info-card:last-child { grid-column: auto; }
  .service-page .sp-work-card,
  .service-page .sp-work-card img { min-height: 280px; height: 280px; }
  .service-page .sp-final .sp-actions { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .service-page *,
  .service-page *::before,
  .service-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
