/* ==========================================================================
   RESPONSIVE OVERRIDES
   Breakpoints follow Bootstrap 5: >=1200 desktop, >=992 laptop,
   >=768 tablet, <768 mobile.
   ========================================================================== */

/* ---- Laptop ---- */
@media (max-width: 1199.98px){
  .section{ padding: 80px 0; }
  .hero-title{ font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
}

/* ---- Tablet ---- */
@media (max-width: 991.98px){
  .section{ padding: 64px 0; }
  .hero{ min-height: auto; }
  .hero-content{ padding: 96px 0 44px; }
  .hero-stats{ gap: 32px; }

  .process-flow{ flex-wrap: wrap; row-gap: 36px; }
  .process-step{ flex: 1 1 calc(50% - 8px); }
  .process-connector{ display: none; }

  .intro-media img{ height: 400px; }

  .included-strip{ grid-template-columns: repeat(3, 1fr); }
  .included-card{ border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .included-card:nth-child(3n){ border-right: none; }
  .included-card:nth-last-child(-n+3){ border-bottom: none; }

  .airport-strip{ grid-template-columns: repeat(3, 1fr); }

  .navbar-collapse{
    background: #fff;
    margin-top: 16px;
    padding: 20px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
  }
  .navbar-nav{ gap: 6px; }
  .btn-nav-call, .btn-nav-book{ width: 100%; justify-content: center; margin-top: 8px; }
}

/* ---- Mobile ---- */
@media (max-width: 767.98px){
  .section{ padding: 56px 0; }
  .section-title{ font-size: 1.7rem; }
  .section-head{ margin-bottom: 36px; }

  .hero-content{ padding: 88px 0 36px; }
  .hero-title{ font-size: 1.9rem; line-height: 1.22; }
  .hero-sub{ font-size: 1rem; }
  .hero-cta{ flex-direction: column; align-items: stretch; margin-bottom: 28px; }
  .hero-cta .btn{ justify-content: center; }
  .hero-stats{ gap: 20px 28px; }
  .stat-num, .stat-plus{ font-size: 1.7rem; }

  .included-strip{ grid-template-columns: 1fr; border-radius: var(--radius-md); }
  .included-card{ border-right: none !important; border-bottom: 1px solid var(--border); padding: 26px 20px; }
  .included-card:last-child{ border-bottom: none; }

  .airport-strip{ grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .airport-chip{ aspect-ratio: 1 / 1; }

  .intro-media img{ height: 300px; }
  .intro-badge{ left: 14px; bottom: 14px; padding: 10px 14px; }

  .process-flow{ flex-direction: column; gap: 32px; }
  .process-step{ flex: 1 1 100%; display: flex; flex-direction: column; align-items: center; }

  .final-cta{ padding: 80px 0; }
  .final-cta-buttons{ flex-direction: column; align-items: stretch; }
  .final-cta-buttons .btn{ justify-content: center; }

  .site-footer{ text-align: center; }
  .footer-desc{ margin: 0 auto 8px; }
  .footer-links li{ justify-content: center; }
  .footer-brand{ justify-content: center; }
}

/* ---- Small mobile ---- */
@media (max-width: 420px){
  .hero-title{ font-size: 1.7rem; }
  .btn{ padding: 0.75rem 1.4rem; font-size: 0.88rem; }
}
