.service-hero-detail {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 90px;
  background:
    linear-gradient(120deg, rgba(2, 94, 142, .94), rgba(5, 126, 179, .82)),
    url("../img/layanan/hero-layanan.webp") center/cover no-repeat;
  color: #ffffff;
}

.service-hero-detail::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -130px;
  top: 70px;
  background: rgba(255, 255, 255, .10);
  border-radius: 50%;
}

.service-hero-detail::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -80px;
  bottom: -90px;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-hero-content h1 {
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.service-hero-content p {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 30px;
}

.service-hero-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-service-primary,
.btn-service-outline,
.btn-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: .25s ease;
}

.btn-service-primary {
  background: #25d366;
  color: #ffffff;
}

.btn-service-primary:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: #20bd5a;
}

.btn-service-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .55);
}

.btn-service-outline:hover {
  background: rgba(255, 255, 255, .14);
  color: #ffffff;
}

.service-tools-section {
  padding: 10px 0 70px;
  background: #ffffff;
}

.service-tools-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(0, 118, 178, 0.10);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.tool-badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 118, 178, 0.08);
  color: var(--birugelap);
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.service-tools-content h2 {
  margin-bottom: 10px;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--hitamtua);
}

.service-tools-content p {
  max-width: 720px;
  color: var(--tekssekunder);
  margin: 0;
  line-height: 1.75;
}

.btn-tool-search {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 13px;
  background: var(--birugelap);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.btn-tool-search:hover {
  background: #005b87;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .service-tools-section {
    padding: 0 0 55px;
  }

  .service-tools-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 22px;
    border-radius: 18px;
  }

  .service-tools-content h2 {
    font-size: 1.3rem;
  }

  .service-tools-content p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .btn-tool-search {
    width: 100%;
  }
}

.service-card-section,
.service-why-section,
.service-flow-section,
.service-cta-section {
  padding: 85px 0;
}

.service-card-section {
  background: #ffffff;
}

.service-section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}

.service-section-title span {
  display: inline-block;
  color: #087eb2;
  font-weight: 800;
  margin-bottom: 10px;
}

.service-section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.service-section-title p {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 0;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
  transition: .25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, .12);
}

.service-card-img {
  height: 210px;
  background: #eef6fb;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}

.service-card:hover .service-card-img img {
  transform: scale(1.04);
}

.service-card-body {
  padding: 24px;
}

.service-card-body h3 {
  font-size: 1.22rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.service-card-body p {
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 18px;
}

.service-card-cta {
  display: inline-flex;
  align-items: center;
  color: #087eb2;
  font-weight: 800;
  text-decoration: none;
}

.service-card-cta:hover {
  color: #045f8a;
}

.service-why-section {
  background: #f6f9fc;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-item {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #e7f5fb;
  color: #087eb2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 18px;
}

.why-item h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.why-item p {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

.service-flow-section {
  background: #ffffff;
}

.flow-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
}

.flow-item {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 26px 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.flow-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #087eb2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
}

.flow-item h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.flow-item p {
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 0;
  font-size: .95rem;
}

.service-cta-section {
  background: #f6f9fc;
}

.service-cta-box {
  background:
    linear-gradient(120deg, #075985, #0ea5e9);
  color: #ffffff;
  border-radius: 24px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  position: relative;
}

.service-cta-box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.service-cta-box > * {
  position: relative;
  z-index: 2;
}

.service-cta-box span {
  display: inline-block;
  font-weight: 800;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .9);
}

.service-cta-box h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 10px;
}

.service-cta-box p {
  max-width: 680px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.8;
  margin-bottom: 0;
}

.btn-service-cta {
  background: #25d366;
  color: #ffffff;
  white-space: nowrap;
}

.btn-service-cta:hover {
  background: #20bd5a;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .service-card-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .service-hero-detail {
    min-height: auto;
    padding: 105px 0 70px;
  }

  .service-hero-content h1 {
    font-size: 2.15rem;
  }

  .service-hero-content p {
    font-size: 1rem;
  }

  .service-hero-action {
    flex-direction: column;
  }

  .btn-service-primary,
  .btn-service-outline,
  .btn-service-cta {
    width: 100%;
  }

  .service-card-section,
  .service-why-section,
  .service-flow-section,
  .service-cta-section {
    padding: 65px 0;
  }

  .service-card-grid,
  .why-grid,
  .flow-wrapper {
    grid-template-columns: 1fr;
  }

  .service-card-img {
    height: 190px;
  }

  .service-card-body,
  .why-item,
  .flow-item {
    padding: 22px;
  }

  .service-cta-box {
    padding: 30px 24px;
    border-radius: 20px;
  }
}