/* Deepam Cabs — Services page (css_v2) */

.services-page .section {
  padding: 72px 0;
}

/* ── Services hero banner ── */
.hero.hero--services {
  min-height: clamp(420px, 58vh, 560px);
  padding: calc(var(--header-h) + 32px) 24px 64px;
  text-align: left;
  justify-content: center;
  align-items: stretch;
}

.hero.hero--services .hero__picture img {
  object-fit: cover;
  object-position: center center;
}

.hero.hero--services .hero__visual-overlay--services {
  background: linear-gradient(
    100deg,
    rgba(17, 24, 39, 0.92) 0%,
    rgba(17, 24, 39, 0.78) 35%,
    rgba(17, 24, 39, 0.45) 60%,
    rgba(17, 24, 39, 0.12) 100%
  );
}

.hero__stack--services {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  align-items: flex-start;
  justify-content: center;
}

.hero__content--services {
  max-width: 600px;
  margin: 0;
  text-align: left;
}

.hero.hero--services h1 {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.hero.hero--services .hero__lead {
  max-width: 540px;
  margin: 0 0 28px;
  text-align: left;
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.hero__actions--services {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.service-group {
  margin-bottom: 48px;
}

.service-group:last-child {
  margin-bottom: 0;
}

.service-group__header {
  margin: 0 0 22px;
  max-width: 640px;
}

.service-group__title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--primary);
}

.service-group__desc {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.service-group__intro {
  max-width: 900px;
  margin: 0 0 32px;
}

.service-group__intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.service-group__intro a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.service-group__intro a:hover {
  text-decoration: underline;
}

.services-intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.services-intro p {
  margin: 0 0 1.125rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.services-intro p:last-child {
  margin-bottom: 0;
}

.services-intro a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.services-intro a:hover {
  text-decoration: underline;
}

.services-fleet-note {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.services-fleet-note p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.services-fleet-note .fleet-tags {
  justify-content: center;
}

@media (max-width: 767px) {
  .hero.hero--services {
    min-height: clamp(440px, 72vh, 540px);
    padding-bottom: 56px;
  }

  .hero.hero--services .hero__visual-overlay--services {
    background: linear-gradient(
      180deg,
      rgba(17, 24, 39, 0.9) 0%,
      rgba(17, 24, 39, 0.82) 50%,
      rgba(17, 24, 39, 0.55) 100%
    );
  }

  .hero__content--services {
    max-width: 100%;
  }

  .hero__actions--services {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero__actions--services .btn-hero-primary,
  .hero__actions--services .btn-hero-secondary {
    width: 100%;
  }

  .service-group__intro {
    max-width: none;
    width: 100%;
    margin-bottom: 28px;
  }
}
