/* ==========================================================================
   FSL LOGISTIC - Mobile First Responsive Stylesheet
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-grid, .tracking-grid, .about-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-img {
    height: 320px;
  }

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

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

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

  .stat-item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-links, .header-cta {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .hero {
    padding: 2.5rem 0 4rem 0;
    min-height: auto;
  }

  .hero-content h1 {
    font-size: 2.3rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-features {
    flex-direction: column;
    gap: 0.8rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

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

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

  .stat-item::after {
    display: none !important;
  }

  .fleet-features-grid {
    grid-template-columns: 1fr;
  }

  .branch-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .branch-search-box {
    max-width: 100%;
  }

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

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

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .mobile-sticky-bar {
    display: block;
  }

  /* Extra padding at bottom of page for mobile bar */
  body {
    padding-bottom: 70px;
  }
}
