/* Dogal Bahce - Mobile Fix */
@media (max-width: 768px) {
  html, body { overflow-x: hidden !important; }
  .container { padding: 0 20px !important; }

  /* Header */
  .nav { display: none !important; }
  .nav-toggle { display: block !important; }
  .cart-btn span:not(.cart-count) { display: none !important; }

  /* Hero */
  .hero { padding: 40px 0 0 !important; }
  .hero-inner { grid-template-columns: 1fr !important; gap: 24px !important; padding-bottom: 40px !important; }
  .hero-cards { display: none !important; }
  .hero-text h1 { font-size: 2rem !important; line-height: 1.2 !important; }
  .hero-text p { font-size: 0.9rem !important; }
  .hero-actions { flex-direction: column !important; }
  .hero-actions .btn-primary, .hero-actions .btn-outline { width: 100% !important; justify-content: center !important; }

  /* Products */
  .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }

  /* About */
  .about-inner { grid-template-columns: 1fr !important; gap: 28px !important; }
  .about-img { display: none !important; }
  .about-stats { flex-wrap: wrap !important; gap: 16px !important; }

  /* Contact */
  .contact-inner { grid-template-columns: 1fr !important; gap: 28px !important; }
  .form-row { grid-template-columns: 1fr !important; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  .footer-bottom { text-align: center !important; }

  /* Cart */
  .cart-sidebar { width: 100% !important; right: -100% !important; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr !important; }
  .footer-inner { grid-template-columns: 1fr !important; }
  .about-stats { flex-direction: column !important; }
}
