﻿.service-page-body {
  --service-hero-image: url("assets/tech.webp");
  background: linear-gradient(180deg, #f5f8ff 0%, #fafafa 28%, #f8fbff 100%);
}

.service-hero-title,
.service-detail-section .who-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
}

.service-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 160px 0 90px;
  background:
    linear-gradient(180deg, rgba(4, 18, 76, 0.78), rgba(4, 18, 76, 0.92)),
    radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-rgb), 0) 24%),
    var(--service-hero-image) center center / cover no-repeat;
}

.service-hero::before,
.service-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-hero::before {
  top: 34px;
  left: 32px;
  width: 170px;
  height: 132px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.28) 1.6px, transparent 1.6px);
  background-size: 24px 24px;
}

.service-hero::after {
  right: -40px;
  top: 24px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(var(--accent-rgb), 0.38);
  box-shadow:
    0 0 0 26px rgba(var(--accent-rgb), 0.05),
    0 0 0 58px rgba(255, 255, 255, 0.04);
}

.service-hero-shell,
.service-highlights-shell {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.service-hero-copy {
  max-width: 960px;
}

.service-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.service-hero-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.18);
}

.service-hero-title {
  margin-top: 28px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.04;
  font-weight: 700;
}

.service-hero-text {
  margin-top: 20px;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.8;
}

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

.service-hero-actions {
  margin-top: 28px;
}

.service-hero-back,
.service-source-link {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid rgba(var(--accent-rgb), 0.55);
  padding-bottom: 4px;
}

.service-detail-section {
  padding-top: 92px;
}

.service-who-shell {
  align-items: start;
}

.service-who-shell .who-copy {
  z-index: 2;
}

.service-who-shell .who-media-wrap::before,
.service-who-shell .who-media-wrap::after {
  display: none;
}

.service-media-panel {
  background: #d8e4f8;
}

.service-media-panel .who-image {
  min-height: 580px;
}

.service-trust-card {
  display: none;
  grid-template-columns: auto 1fr auto auto;
}

.service-who-shell .who-media-wrap {
  padding-bottom: 0;
}

.service-detail-actions {
  margin-top: 28px;
}

.service-detail-section .who-title {
  max-width: 820px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  text-wrap: balance;
}

.service-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(8, 18, 70, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-page-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(8, 18, 70, 0.22);
}

.service-source-link {
  color: var(--navy);
  border-bottom-color: rgba(8, 18, 70, 0.24);
}

.service-highlights-section {
  padding-top: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--accent-rgb), 0.08), rgba(var(--accent-rgb), 0) 22%),
    linear-gradient(180deg, #fafafa 0%, #f4f8ff 100%);
}

.service-highlights-head {
  max-width: 760px;
}

.section-text {
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4b5a7d;
}

.service-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.service-highlight-card,
.service-checklist-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(8, 18, 70, 0.08);
  box-shadow: 0 18px 46px rgba(8, 18, 70, 0.08);
}

.service-highlight-card {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.92);
}

.service-highlight-step {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.2);
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.service-highlight-card h3 {
  margin-top: 18px;
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.service-highlight-card p {
  margin-top: 14px;
  color: #4b5a7d;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.service-checklist-card {
  margin-top: 26px;
  padding: 32px 30px;
  background: linear-gradient(165deg, rgba(8, 18, 70, 0.97), rgba(9, 37, 126, 0.9));
}

.service-checklist-card::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.2), rgba(var(--accent-rgb), 0));
}

.service-checklist-head {
  position: relative;
  z-index: 1;
}

.service-checklist-head h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: var(--title-size);
  line-height: 1.1;
  font-weight: 700;
}

.service-checklist-head p {
  margin-top: 14px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.service-checklist {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 24px;
}

.service-checklist li {
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.service-checklist li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.18);
}

@media (max-width: 1100px) {
  .service-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 960px) {
  .service-hero {
    padding: 132px 0 72px;
    min-height: 360px;
  }

  .service-media-panel .who-image {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .service-hero-shell,
  .service-highlights-shell {
    width: min(100% - 32px, 1280px);
  }

  .service-hero-title {
    font-size: var(--title-size);
  }

  .service-hero-text {
    font-size: 15px;
  }

  .service-detail-section {
    padding-top: 74px;
  }

  .service-trust-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

  .service-highlight-card h3 {
    font-size: 20px;
  }

  .service-checklist-card {
    padding: 28px 22px;
  }
}

@media (max-width: 400px) {
  .service-hero {
    padding: 110px 0 56px;
  }

  .service-hero-title {
    font-size: 28px;
  }

  .service-hero-shell,
  .service-highlights-shell {
    width: min(100% - 24px, 1280px);
  }

  .service-highlight-card {
    padding: 22px 18px;
  }

  .service-checklist {
    gap: 12px 16px;
  }

  .service-page-btn {
    width: 100%;
    justify-content: center;
  }
}
