/* ========================================
   LUXURY TRANSFER - Responsive
   ======================================== */

/* Tablet */
@media (max-width: 1024px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }

  .hero__title { font-size: 2.75rem; }

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

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

  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-bar__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-form {
    flex-direction: column;
  }

  .hero-form__group {
    width: 100%;
  }

  /* Lokasyon route mobilde dikey */
  .loc-item__route {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  html { font-size: 15px; }

  .section { padding: 3.5rem 0; }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }

  /* Hero: başlık header arkasına gizlenmesin; içerik header altından başlasın */
  .hero {
    align-items: flex-start;
    padding-top: 110px;
    padding-bottom: 2rem;
    min-height: 100vh;
    height: auto;
  }

  .hero__title { font-size: 2.25rem; }
  .hero__subtitle { font-size: 1rem; }

  .page-hero { padding: 9rem 0 3.5rem; }
  .page-hero__title { font-size: 2.25rem; }

  .section-title { font-size: 1.75rem; }

  /* Header mobile */
  .header__nav { display: none; }
  .header__cta { display: none; }
  .hamburger { display: flex; z-index: 10000; }

  /* Grids */
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stats-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-bar__number { font-size: 2rem; }

  /* Filter */
  .filter-bar {
    flex-direction: column;
  }

  .filter-bar__group {
    min-width: 100%;
  }

  /* Booking */
  .step-indicator__line { width: 30px; }
  .step-indicator__circle { width: 34px; height: 34px; font-size: 0.8rem; }

  .booking-option { padding: 1.5rem; }

  /* CTA Banner */
  .cta-banner__title { font-size: 1.75rem; }
  .cta-banner__buttons { flex-direction: column; align-items: center; }

  /* WhatsApp FAB */
  .whatsapp-fab {
    width: 52px;
    height: 52px;
    bottom: 1.25rem;
    right: 1.25rem;
  }
  .whatsapp-fab svg { width: 26px; height: 26px; }

  /* Modal */
  .modal-overlay { padding: 1rem; }
  .modal__image { height: 200px; }
  .modal__body { padding: 1.25rem; }
  .modal__title { font-size: 1.4rem; }

  /* Lokasyon item mobilde düzenle */
  .loc-item {
    padding: 0.85rem 1rem;
    gap: 0.75rem;
  }

  .loc-item__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .loc-item__icon svg {
    width: 16px;
    height: 16px;
  }

  .loc-item__route {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }

  .loc-item__route-arrow {
    display: none;
  }

  .loc-item__from {
    font-size: 0.75rem;
  }

  .loc-item__to {
    font-size: 0.85rem;
    white-space: normal;
  }

  .loc-item__price {
    font-size: 0.8rem;
  }

  .loc-item__arrow {
    display: none;
  }

  /* Tur kartları */
  .tours-grid {
    grid-template-columns: 1fr;
  }

  .tours-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  /* Fleet kartları */
  .fleet-vehicle {
    flex-direction: column;
  }

  .fleet-vehicle__media {
    width: 100%;
  }

  .fleet-vehicle__footer {
    flex-direction: column;
    gap: 1rem;
  }

  .fleet-vehicle__pricing {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero__title { font-size: 1.85rem; }
  .hero__subtitle { font-size: 0.9rem; }
  .container { padding: 0 1rem; }
  .hero-form { padding: 1rem; }
  .step-indicator__line { width: 20px; }

  /* Lokasyon tab mobil küçük */
  .locations-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .locations-tab {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
  }

  /* Booking bar tab küçük */
  .booking-bar__tab {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }

  /* Footer */
  .footer__contact-item {
    font-size: 0.85rem;
  }

  /* About story */
  .about-story {
    flex-direction: column;
  }

  .about-story__image {
    width: 100%;
  }

  /* Values grid */
  .values-grid {
    grid-template-columns: 1fr;
  }
}

/* Very Small Mobile */
@media (max-width: 375px) {
  .hero__title { font-size: 1.65rem; }
  .container { padding: 0 0.75rem; }
  .section { padding: 2.5rem 0; }

  .mobile-nav__link {
    font-size: 1.15rem;
    padding: 0.6rem 1rem;
  }
}
