/* ===============================
   Otoemdad — Home responsive (<= 992px)
   =============================== */

@media (max-width: 992px) {
  .technicians-indicators .swiper-pagination-bullet-active {
    width: 17px;
  }
}

@media (max-width: 991.98px) {
  .hero-content {
    padding-top: 6rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-kicker {
    font-size: 1.45rem;
  }

  .hero-header__orbit {
    top: 7.5rem;
    width: min(560px, 95vw);
  }

  .hero-header__map {
    height: 100%;
    background-size: cover;
  }

  .numbers-card {
    min-height: auto;
  }

  .numbers-card__content {
    position: relative;
    width: 100%;
    min-height: 305px;
    padding: 1.5rem;
    background: rgba(11, 60, 93, 0.55);
  }

  .numbers-card__title {
    font-size: 1.75rem;
  }

  .numbers-stats {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .numbers-stats__divider {
    display: none;
  }

  .technicians-swiper {
    width: 100%;
    height: 250px;
    overflow: visible;
  }

  .technicians-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .technicians-swiper .swiper-slide {
    height: auto !important;
  }

  .technicians-illustration {
    order: -1;
    text-align: center;
  }

  .technicians-indicators {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto !important;
    position: static !important;
    transform: none;
    margin-top: 0.35rem !important;
  }

  .profs-swiper .swiper-slide {
    width: auto;
  }

  .get-service-grid {
    display: flex;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .get-service-col {
    gap: 1.5rem;
  }

  .get-service-col--left,
  .get-service-col--right {
    max-width: 50%;
    width: 50%;
  }

  .get-service-visual {
    order: -1;
  }

  .get-service-visual img {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 1.7rem;
  }

  .hero-description {
    font-size: 0.9rem;
    line-height: 1.85;
  }

  .hero-search {
    height: 56px;
  }

  .hero-search__button {
    height: 46px;
    padding-inline: 1.2rem;
    font-size: 0.9rem;
  }

  .hero-services {
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-header {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .hero-content .container {
    padding-inline: 1rem;
  }

  .hero-title {
    font-size: 1.45rem;
    white-space: normal;
  }

  .hero-kicker {
    font-size: 1.2rem;
  }

  .service-card {
    min-height: 94px;
  }

  .technicians-swiper {
    height: 240px;
    overflow: hidden;
  }

  .numbers-card__content {
    padding: 1.2rem;
  }

  .numbers-card__title {
    font-size: 1.5rem;
  }

  .numbers-stats__item strong {
    font-size: 1.8rem;
  }

  .technician-card {
    border-radius: 24px;
  }

  .technicians-copy h2 {
    font-size: 1.55rem;
  }

  .get-service-section {
    padding: 3rem 0 3.5rem;
  }

  .get-service-heading__kicker {
    font-size: 0.92rem;
  }

  .get-service-heading__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .service-step-card__title {
    font-size: 1.02rem;
  }

  .service-step-card__text {
    font-size: 0.88rem;
  }
}
