/* Pacific Wave Ltd - Master Mobile Optimization Rules (<= 768px) */
@media (max-width: 768px) {
  /* Prevent horizontal page scrolling/overflow */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  /* Extra bottom padding so footer & GrowSnap AI link scroll clear of fixed mobile bottom bar */
  body {
    padding-bottom: 90px !important;
  }

  footer {
    padding-bottom: 30px !important;
  }

  /* All grid containers stack 1 item per row (100% width) */
  .grid,
  .comparison-grid,
  .features-grid,
  .stats,
  .footer__grid,
  #residential-checklist-grid,
  #commercial-checklist-grid,
  #commercial-industries-grid,
  #about-founders-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
  }

  /* Force all cards, columns & children to 100% full width */
  .grid > div,
  .grid > .card,
  .comparison-grid > div,
  .features-grid > div,
  .card,
  .service-card,
  .testimonial-card,
  .reveal-left,
  .reveal-right,
  .container.grid > div {
    grid-column: span 12 / span 12 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Before & After comparison sliders full width on mobile */
  .ba-slider,
  .ba-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 320px !important;
  }

  /* GrowSnap AI footer link spacing above bottom bar */
  .growsnap-footer-link {
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
  }

  /* Floating WhatsApp Button position above fixed mobile bottom bar */
  .whatsapp-float-widget {
    bottom: 75px !important;
    right: 16px !important;
  }

  .whatsapp-menu {
    bottom: 65px !important;
    right: 0 !important;
    width: 250px !important;
  }

  /* Typography adjustments for mobile screens */
  .shape-hero__title, h1 {
    font-size: 2.1rem !important;
    line-height: 1.25 !important;
  }
  
  h2 {
    font-size: 1.65rem !important;
    line-height: 1.3 !important;
  }
}
