/* Lightweight image sources for the customer Services page. */
.final-hero {
  background: linear-gradient(90deg, rgba(2, 14, 30, .92) 0%, rgba(3, 17, 34, .75) 42%, rgba(3, 17, 34, .28) 75%), url('assets/car24x7care-branded-hero-background.webp?v=20260803') center / cover no-repeat;
}

.final-sos {
  background: linear-gradient(90deg, #061a34 0%, rgba(6, 26, 52, .9) 57%, rgba(6, 26, 52, .38)), url('assets/tyre-replacement-wide-v2.webp?v=20260803') right center / 42% auto no-repeat;
}

.mobile-booking-slot { display: none; }

@media (max-width: 600px) {
  .final-hero {
    min-height: 0;
    padding: 0;
    background-position: 63% center;
  }

  .final-hero-inner {
    display: flex;
    min-height: 310px;
    align-items: flex-end;
    padding: 0 20px 31px;
  }

  .final-hero-copy { max-width: 315px; padding: 0; }
  .final-kicker { margin-bottom: 12px; font-size: 9px; }
  .final-hero h1 { font-size: 38px; letter-spacing: -1.7px; }
  .final-hero-copy > p:last-child { margin-top: 14px; font-size: 13px; line-height: 1.42; }

  .hero-proof {
    justify-content: space-between;
    gap: 7px;
    width: 100%;
    overflow: hidden;
    padding: 14px 16px;
    background: #061a34;
    font-size: 9px;
  }

  .hero-proof i { display: none; }

  .mobile-booking-slot {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: -10px;
    padding: 0 16px 9px;
    background: #f7f9fc;
  }

  .mobile-booking-slot .final-booking {
    width: 100%;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(5, 26, 52, .14);
  }

  .mobile-booking-slot .final-booking h2 { font-size: 23px; }
  .mobile-booking-slot .final-booking input,
  .mobile-booking-slot .final-booking select { height: 44px; font-size: 12px; }
  .mobile-booking-slot .final-primary { height: 47px; font-size: 13px; }
}
