/* ==========================================================================
   TEKMAKS TEKNIK — RESPONSIVE MEDIA QUERIES (Mobile-First / iOS & Android)
   ========================================================================== */
@media (max-width: 1024px) {
  .desktop-nav {
    display: none !important;
  }
  .header-phone-btn {
    display: none !important;
  }
  .menu-toggle-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: transparent;
    border: none;
    cursor: pointer;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .slide-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .slide-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-actions {
    justify-content: center;
  }
  .slide-features-row {
    justify-content: center;
  }
  .slide-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  /* Header Mobile */
  .header-topbar {
    display: none !important;
  }
  .header-main {
    padding: 0.5rem 0 !important;
  }
  .header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .header-cta-group {
    display: flex !important;
    align-items: center !important;
  }
  .header-phone-btn {
    display: none !important;
  }
  .menu-toggle-btn {
    display: flex !important;
  }

  /* Brand Logo on Mobile (1.2x Bigger) */
  .brand-logo .site-logo-img,
  .brand-logo img {
    height: 52px !important;
    max-height: 56px !important;
    max-width: 240px !important;
  }

  /* Hero Section on Mobile */
  .hero-slider-section {
    min-height: 480px !important;
  }
  .slide {
    padding: 2.5rem 0 3.5rem 0 !important;
    min-height: 480px !important;
  }
  .slide-title {
    font-size: 1.65rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.75rem !important;
  }
  .slide-desc {
    font-size: 0.9375rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.25rem !important;
  }
  .slide-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto 1.5rem auto !important;
  }
  .slide-actions .btn {
    width: 100% !important;
  }

  /* USP / Trust Cards on Mobile: 1 Column Roomy Cards with Horizontal Layout */
  .usp-grid,
  .section div[style*="repeat(auto-fit, minmax(240px, 1fr))"] {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  
  .card {
    padding: 1.25rem !important;
  }

  /* Services Grid */
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  /* District Links Grid */
  .districts-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem !important;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  /* Mobile Sticky Bottom Bar */
  .mobile-sticky-bar {
    display: block !important;
  }
  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 480px) {
  .slide-title {
    font-size: 1.5rem !important;
  }
  .cta-banner {
    padding: 2rem 1rem !important;
  }
  .cta-banner-title {
    font-size: 1.5rem !important;
  }
  .districts-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 360px) {
  .brand-logo .site-logo-img,
  .brand-logo img {
    height: 38px !important;
    max-height: 40px !important;
    max-width: 160px !important;
  }
  .districts-grid {
    grid-template-columns: 1fr !important;
  }
}
