body.service-page {
  margin: 0;
  background: #f6f8fb;
  color: #152033;
  font-family: Figtree, Arial, sans-serif;
}

.service-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.service-header {
  background: #fff;
  border-bottom: 1px solid #e6eaf0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.service-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-logo img {
  width: 220px;
  max-width: 42vw;
}

.service-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  font-weight: 700;
}

.service-links a {
  color: #263244;
  text-decoration: none;
}

.service-cta,
.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 6px;
  background: #6e18ef;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.service-button.secondary {
  background: #fff;
  color: #263244;
  border: 1px solid #d5dbe5;
}

.service-hero {
  padding: 62px 0 44px;
  background: #101828;
  color: #fff;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 46px;
  align-items: center;
}

.service-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #c7d7fe;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.service-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.service-hero p {
  max-width: 620px;
  margin: 0 0 26px;
  color: #d0d5dd;
  font-size: 17px;
  line-height: 1.6;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

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

.service-metric {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.service-metric strong {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 4px;
}

.service-metric span {
  color: #d0d5dd;
  font-size: 14px;
}

.service-visual {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.service-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.service-section {
  padding: 70px 0;
}

.service-section.white {
  background: #fff;
}

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

.section-head h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.section-head p {
  margin: 0;
  color: #5d6678;
  font-size: 17px;
  line-height: 1.65;
}

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

.service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
}

.white .service-card {
  background: #f8fafc;
}

.service-card h3 {
  margin: 0 0 10px;
  color: #141c2d;
  font-size: 21px;
}

.service-card p,
.service-card li {
  color: #5d6678;
  font-size: 16px;
  line-height: 1.6;
}

.service-card ul {
  margin: 0;
  padding-left: 20px;
}

.service-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px 20px;
}

.service-list-item strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
}

.service-list-item span {
  color: #5d6678;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 22px 24px;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 19px;
}

.faq-item p {
  margin: 0;
  color: #5d6678;
  line-height: 1.6;
}

.service-final-cta {
  padding: 56px 0;
  background: #111827;
  color: #fff;
}

.service-final-cta .service-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.service-final-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
}

.service-final-cta p {
  margin: 0;
  color: #d0d5dd;
  font-size: 17px;
}

.service-footer {
  padding: 28px 0;
  background: #fff;
  color: #667085;
  font-size: 14px;
}

.service-footer .service-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.service-footer a {
  color: #475467;
  text-decoration: none;
}

@media (max-width: 900px) {
  .service-links {
    display: none;
  }

  .service-hero-grid,
  .service-split {
    grid-template-columns: 1fr;
  }

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

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