.services-page-hero {
  position: relative;
  height: 72vh;
  min-height: 520px;
  overflow: hidden;
}

.services-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-page-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 20, 41, 0.84),
    rgba(8, 20, 41, 0.26)
  );
  z-index: 1;
}

.services-page-hero-content {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  width: calc(100% - 140px);
  max-width: 1280px;
  z-index: 2;
  color: #ffffff;
}

.services-page-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.services-page-hero-content h1 {
  font-size: 56px;
  line-height: 1.08;
  max-width: 900px;
  margin-bottom: 20px;
}

.services-page-hero-content p {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
  max-width: 760px;
}

.services-page-container {
  max-width: 1280px;
  margin: 0 auto;
}

.services-page-intro {
  padding: 100px 70px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef3fa 100%);
}

.services-page-intro .services-page-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.services-intro-left h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #18355f;
  margin-bottom: 14px;
}

.services-intro-left .section-line {
  margin-bottom: 24px;
}

.services-intro-left p {
  font-size: 17px;
  line-height: 1.9;
  color: #5c6c80;
  margin-bottom: 18px;
}

.services-intro-box {
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 28px;
  box-shadow: 0 18px 40px rgba(18, 47, 95, 0.1);
  border: 1px solid rgba(44, 90, 160, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.services-intro-stat {
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f7fbff, #eef4fb);
  border: 1px solid rgba(44, 90, 160, 0.08);
}

.services-intro-stat h3 {
  font-size: 28px;
  color: #18355f;
  margin-bottom: 6px;
}

.services-intro-stat span {
  font-size: 15px;
  color: #607084;
}

.services-page-main {
  padding: 100px 70px;
  background: #ffffff;
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 10px;
}

.service-page-card {
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(18, 47, 95, 0.08);
  border: 1px solid rgba(44, 90, 160, 0.07);
  transition: 0.35s ease;
}

.service-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(18, 47, 95, 0.13);
}

.service-page-image {
  overflow: hidden;
}

.service-page-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-page-card:hover .service-page-image img {
  transform: scale(1.05);
}

.service-page-content {
  padding: 28px 32px 30px;
}

.service-page-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2c5aa0;
  margin-bottom: 14px;
}

.service-page-content h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #18355f;
  margin-bottom: 16px;
}

.service-page-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #607084;
  margin-bottom: 20px;
}

.service-page-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-page-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: #556579;
  font-size: 15px;
  line-height: 1.8;
}

.service-page-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2c5aa0;
}

.services-process {
  padding: 100px 70px;
  background: linear-gradient(135deg, #f7faff, #edf3fa);
}

.services-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 8px;
}

.process-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 30px 30px 34px;
  box-shadow: 0 14px 34px rgba(18, 47, 95, 0.08);
  border: 1px solid rgba(44, 90, 160, 0.07);
  transition: 0.35s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(18, 47, 95, 0.12);
}

.process-number {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2c5aa0, #163c7a);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.process-card h3 {
  font-size: 22px;
  line-height: 1.45;
  color: #18355f;
  margin-bottom: 16px;
}

.process-card p {
  font-size: 15px;
  line-height: 1.95;
  color: #607084;
}

@media (max-width: 1200px) {
  .services-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .services-page-intro .services-page-container {
    grid-template-columns: 1fr;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .services-page-intro,
  .services-page-main,
  .services-process {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-page-hero {
    min-height: 420px;
    height: 58vh;
  }

  .services-page-hero-content {
    width: calc(100% - 36px);
    bottom: 28px;
  }

  .services-page-hero-content h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .services-page-hero-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .services-intro-left h2 {
    font-size: 28px;
  }

  .services-intro-left p {
    font-size: 15px;
    line-height: 1.8;
  }

  .service-page-content {
    padding: 20px 18px 24px;
  }

  .service-page-content h3 {
    font-size: 24px;
  }

  .service-page-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .service-page-image img {
    height: 210px;
  }

  .services-process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    padding: 24px 20px 28px;
    border-radius: 22px;
  }

  .process-number {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .process-card h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .process-card p {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .services-page-hero-content h1 {
    font-size: 26px;
  }

  .services-intro-left h2 {
    font-size: 24px;
  }
}
