/* ==========================================================
   DEPOLAR.NET - Responsive & Mobil Hamburger Menü Stilleri
   Masaüstü (1024px+): Menü Logo Altında
   Mobil (991px ve altı): Hamburger Menü & Çekmece
   ========================================================== */

/* 1200px altı */
@media (max-width: 1200px) {
  .nav-link {
    padding: 14px 10px;
    font-size: 0.88rem;
  }
  .hero-title {
    font-size: 2.6rem;
  }
}

/* 991px ve altı: MOBİL HAMBURGER DÖNÜŞÜMÜ */
@media (max-width: 991px) {
  /* Masaüstü Logo Altı Menüyü Gizle */
  .main-nav-bar {
    display: none !important;
  }

  /* Hamburger Menü Butonunu Göster */
  .mobile-menu-toggle {
    display: flex !important;
  }

  /* Top Bar düzenleme */
  .top-bar-left span.d-none-mobile {
    display: none;
  }
  .top-bar-right .top-bar-badge {
    display: none;
  }

  /* Header Middle Düzenleme */
  .header-actions .call-center-box {
    display: none;
  }
  .header-actions .btn-rfq {
    padding: 8px 14px;
    font-size: 0.82rem;
  }

  /* Hero Section */
  .hero-section {
    padding: 40px 0 60px 0;
  }
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-desc {
    font-size: 0.98rem;
    margin-bottom: 24px;
  }

  /* Arama Formu Mobil */
  .hero-search-container {
    flex-direction: column;
    padding: 16px;
    gap: 12px;
  }
  .search-field {
    width: 100%;
    min-width: 100%;
  }
  .btn-hero-search {
    width: 100%;
    justify-content: center;
    padding: 14px;
  }

  /* AI Şerit Mobil */
  .ai-advisor-strip {
    flex-direction: column;
    text-align: center;
    margin-top: -20px;
    padding: 20px;
  }
  .ai-strip-left {
    flex-direction: column;
  }
  .btn-ai-calc {
    width: 100%;
    justify-content: center;
  }

  /* Footer Mobil */
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  /* Arama Sayfası Sol Liste + Sağ Harita */
  .search-layout {
    grid-template-columns: 1fr !important;
  }
  .map-column {
    height: 350px !important;
    position: static !important;
  }
}

/* 576px altı (Küçük Telefonlar) */
@media (max-width: 576px) {
  .brand-name {
    font-size: 1.45rem;
  }
  .brand-icon {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
  .header-actions .btn-rfq span {
    display: none;
  }
  .header-actions .btn-rfq i {
    margin: 0;
  }
  .hero-title {
    font-size: 1.75rem;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .facilities-grid {
    grid-template-columns: 1fr;
  }
}
