:root {
  --service-hero-padding: clamp(4rem, 8vw, 7rem);
  --service-card-bg: #131b23;
  --service-card-border: rgba(255, 255, 255, 0.08);
  --service-section-gap: clamp(3rem, 6vw, 5rem);
  --service-surface: #0f1e24;
  --service-surface-alt: #152730;
  --service-gradient: linear-gradient(135deg, #127550, #1c2e4d);
  --service-base-bg: radial-gradient(circle at top, rgba(23, 79, 60, 0.35), transparent 55%), #0b1418;
  --service-text: #dfe7f2;
  --service-muted: rgba(223, 231, 242, 0.75);
}

body.service-page {
  background: var(--service-base-bg);
  color: var(--service-text);
}

.service-page .page {
  background: transparent;
}

.service-hero {
  color: #fff;
  padding: var(--service-hero-padding) 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.service-hero .container {
  position: relative;
  z-index: 2;
}

.service-hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  margin-bottom: 1rem;
}

.service-hero .hero-lede {
  max-width: 720px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-cta {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.service-overview {
  padding: var(--service-section-gap) 0;
  background: #0f191f;
  color: var(--service-text);
}

.service-overview .overview-text {
  max-width: 860px;
}

.service-overview h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.service-overview p {
  color: var(--service-muted);
  line-height: 1.7;
}

.service-overview .checklist {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.service-overview .checklist li {
  list-style: none;
  padding-left: 1.75rem;
  position: relative;
}

.service-overview .checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #59d88b;
  font-weight: 600;
}

.service-stats {
  background: rgba(10, 20, 24, 0.85);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.stat-card {
  background: rgba(12, 30, 36, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  color: var(--service-text);
}

.stat-card strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}

.stat-card span {
  opacity: 0.7;
  font-size: 0.95rem;
}

.service-modules {
  padding: var(--service-section-gap) 0;
  background: #2b4055;
  color: var(--service-text);
}

.service-modules .section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: #2b4055;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.5rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
  border-color: #2dffc6;
  transform: translateY(-4px);
}

.service-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
}

.service-card-icon svg {
  width: 24px;
  height: 24px;
  fill: #2dffc6;
}

.service-showcase {
  background: var(--service-surface-alt);
  padding: var(--service-section-gap) 0;
  color: #f4f7fb;
}

.showcase-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.showcase-grid ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.showcase-grid li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.showcase-grid li::before {
  content: "•";
  color: #2dffc6;
  position: absolute;
  left: 0;
}

.showcase-image img {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-banner {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: clamp(2.5rem, 7vw, 4.5rem) 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-banner h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.service-process {
  background: #334e68;
  padding: var(--service-section-gap) 0;
  color: var(--service-text);
}

.process-steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-steps li {
  background: rgba(17, 32, 40, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.25rem;
  color: var(--service-text);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.process-steps li span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(45, 255, 198, 0.1);
  color: #2dffc6;
  font-weight: 600;
  display: grid;
  place-items: center;
}

.service-case {
  background: var(--service-surface);
  padding: var(--service-section-gap) 0;
  color: #f4f7fb;
}

.case-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
}

.case-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.case-badges span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
}

.service-faq {
  background: #2b4055;
  padding: var(--service-section-gap) 0;
  color: #f4f7fb;
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-list details {
  background: rgba(17, 32, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  color: #f4f7fb;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-list p {
  margin-top: 0.75rem;
  line-height: 1.6;
}

.service-cta {
  padding: var(--service-section-gap) 0;
  background: linear-gradient(135deg, rgba(14, 56, 34, 0.95), rgba(12, 25, 53, 0.95));
  color: #fff;
}

.service-cta .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.service-cta h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 0.5rem;
}

.service-cta .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 2rem));
  background: rgba(8, 16, 25, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  padding: 0.75rem 1.5rem;
  z-index: 500;
  backdrop-filter: blur(8px);
}

.sticky-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.sticky-cta__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.sticky-cta__text strong {
  font-size: 1rem;
}

.sticky-cta__text span {
  font-size: 0.9rem;
  opacity: 0.75;
}

.sticky-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sticky-cta .btn {
  padding: 0.65rem 1.5rem;
}

@media (max-width: 768px) {
  .service-hero {
    text-align: center;
  }

  .hero-tags {
    justify-content: center;
  }

  .service-cta .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-cta {
    justify-content: center;
  }
}
