/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-ads {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .hero-ads__wrap,
  .vehicle-showcase__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-card {
    max-width: 100%;
  }

  .trust-icons,
  .fare-grid,
  .vehicle-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .fare-card__double {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vehicle-showcase__media {
    order: -1;
  }

  .vehicle-showcase__media img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-ads {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 40px;
  }

  .hero-ads__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-ads__wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

.hero-card {
  order: 1;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border-radius: 20px;
  margin-top: -40px;
}

.hero-ads__content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin: 0 0 4px;
  }

  .hero-actions .btn,
  .btn-full {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    text-align: center;
  }

  .hero-ads__content .eyebrow {
    margin-bottom: 0;
  }

.hero-ads__content h1 {
  font-size: 1.95rem;
  line-height: 1.12;
  max-width: 9ch;
  margin-top: 0;
  margin-bottom: 0;
}

  .hero-lead {
    font-size: 1rem;
    line-height: 1.65;
    max-width: 34ch;
    margin: 0;
  }

  .hero-card h2 {
    font-size: 1.45rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hero-card__label {
    display: inline-block;
    margin-bottom: 8px;
  }

  .hero-card__note {
    font-size: 0.96rem;
    line-height: 1.6;
    margin-top: 12px;
  }

  .fare-box {
    padding: 14px 16px;
  }

  .fare-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .trust-strip,
  .section,
  .fares,
  .vehicle-showcase {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .trust-strip__header,
  .section-heading {
    margin-bottom: 24px;
  }

  .trust-strip__header h2,
  .vehicle-showcase__content h2,
  .section-heading h2 {
    font-size: 1.7rem;
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .trust-icons,
  .fare-grid,
  .vehicle-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trust-symbol,
  .vehicle-point,
  .fare-card {
    border-radius: 18px;
  }

  .trust-symbol,
  .vehicle-point {
    padding: 18px;
  }

  .trust-symbol__icon,
  .vehicle-point__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
  }

  .trust-symbol__icon svg,
  .vehicle-point__icon svg,
  .btn__icon svg {
    width: 22px;
    height: 22px;
  }

  .trust-symbol p,
  .vehicle-point__text span,
  .vehicle-intro,
  .section-heading p,
  .fare-card__body p,
  .vehicle-note {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .vehicle-showcase__media {
    order: -1;
  }

  .vehicle-showcase__media img {
    width: 100%;
    border-radius: 20px;
  }

  .vehicle-showcase__content {
    text-align: left;
  }

  .vehicle-point {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
  }

  .fare-card__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
  }

  .fare-card__body {
    padding: 18px;
  }

  .fare-card__body h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .fare-price {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 1.35rem;
  }

  .fare-card__double {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fare-card__double > div {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .fare-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 14px;
    text-align: center;
  }

  .eyebrow {
    display: inline-block;
    margin-bottom: 2px;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 479px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-ads {
    padding-top: 82px;
    padding-bottom: 34px;
  }

  .hero-card,
  .trust-symbol,
  .vehicle-point,
  .fare-card__body {
    padding: 16px;
  }

  .hero-ads__content h1 {
    font-size: 1.72rem;
    max-width: 10.5ch;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-card h2,
  .trust-strip__header h2,
  .vehicle-showcase__content h2,
  .section-heading h2 {
    font-size: 1.45rem;
  }

  .btn {
    min-height: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
}