@charset "UTF-8";

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */

/* Tablet & Smaller */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-illustration {
    display: none; /* Hide shield on small screens */
  }
  
  .stats-section {
    margin-top: 0;
    border-radius: 0;
  }
  
  .navbar-collapse {
    background-color: var(--primary-color);
    padding: 1rem;
    border-radius: var(--border-radius);
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }
  
  .nav-item {
    margin-bottom: 10px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero-section {
    padding: 100px 0 60px;
    text-align: center;
  }
  
  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hero-buttons .btn {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
  
  .stat-item {
    margin-bottom: 20px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .feature-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .feature-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .sorgulama-form-wrap {
    padding: 20px;
  }
  
  .footer-heading {
    margin-top: 30px;
  }
  
  .page-title {
    font-size: 2rem;
  }
}

/* Extra Small */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .product-card {
    padding: 20px 15px;
  }
}
