/* ==========================================================================
   CyberShield AI - Responsive Media Queries
   ========================================================================== */

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .nav-links {
    display: none;
  }
  .hamburger {
    display: block;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 3.5rem 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .scan-box {
    flex-direction: column;
  }
  .btn-scan {
    width: 100%;
    justify-content: center;
  }
  .tools-grid {
    grid-template-columns: 1fr;
  }
  .score-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
