/* ============================================================
   ARGUS SECURITY — Gruppo Pasquariello
   responsive.css — Media query per tablet e smartphone
   ============================================================ */

@media (max-width: 768px) {

  /* Hero home: immagine verticale dedicata */
  .hero-bg {
    background-image: url('../images/hero/hero-bg-mobile.webp');
    background-position: center top;
  }
  .hero-overlay {
    background: linear-gradient(180deg,
      rgba(11, 15, 25, 0.62) 0%,
      rgba(11, 15, 25, 0.80) 45%,
      rgba(11, 15, 25, 0.94) 100%
    );
  }

  /* Hero pagine servizio */
  .page-hero-bg { background-position: center top; }
  .page-hero-overlay {
    background: linear-gradient(180deg,
      rgba(11, 15, 25, 0.62) 0%,
      rgba(11, 15, 25, 0.82) 45%,
      rgba(11, 15, 25, 0.95) 100%
    );
  }

  /* Bagliore decorativo più piccolo */
  .hero-glow { width: 300px; height: 300px; }

  /* Slider galleria compatto */
  .slider-slide img { height: 300px; }
  .slider-caption { padding: 18px 20px; }
  .slider-caption h3 { font-size: 1.2rem; }
  .slider-arrow { width: 38px; height: 38px; }
}
