/* ========================================
   EzAttendancePro - Responsive Styles
   ======================================== */

@media (max-width: 1199.98px) {
  .hero-title { font-size: 2.8rem; }
  .section-title { font-size: 2.2rem; }
  .pricing-card.popular { transform: scale(1.02); }
  .pricing-card.popular:hover { transform: scale(1.02) translateY(-5px); }
}

@media (max-width: 991.98px) {
  .hero-section { padding: 120px 0 60px; }
  .hero-title { font-size: 2.4rem; }
  .section-padding { padding: 70px 0; }
  .section-title { font-size: 2rem; }
  
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
  }

  .navbar-collapse {
    background: var(--white);
    padding: 20px;
    border-radius: var(--radius);
    margin-top: 10px;
    box-shadow: var(--shadow-lg);
  }

  .dashboard-mockup { margin-top: 40px; }

  .timeline::before { left: 20px; }
  .timeline-item { padding-right: 0; padding-left: 50px; justify-content: flex-start; }
  .timeline-item:nth-child(even) { padding-left: 50px; padding-right: 0; }
  .timeline-item::before { left: 20px; }

  .workflow-step::after { display: none; }
  
  .pricing-card.popular { transform: none; }
  .pricing-card.popular:hover { transform: translateY(-5px); }
}

@media (max-width: 767.98px) {
  .hero-section { padding: 100px 0 50px; }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 1rem; }
  .section-padding { padding: 50px 0; }
  .section-title { font-size: 1.7rem; }
  .section-subtitle { font-size: 0.95rem; }

  .stat-number { font-size: 2rem; }

  .lead-form { padding: 24px; }

  .page-hero { padding: 130px 0 60px; }
  .page-hero h1 { font-size: 2rem; }

  .pricing-amount { font-size: 2.5rem; }

  .footer { padding: 50px 0 20px; }

  .floating-demo { width: 50px; height: 50px; font-size: 1.1rem; bottom: 20px; right: 20px; }
  .floating-chat { width: 42px; height: 42px; bottom: 80px; right: 20px; }
}

@media (max-width: 575.98px) {
  .hero-title { font-size: 1.7rem; }
  .section-title { font-size: 1.5rem; }
  .btn-primary-custom, .btn-outline-custom { padding: 12px 24px; font-size: 0.9rem; }
  .pricing-card { padding: 30px 20px; }
  .comparison-table { font-size: 0.8rem; }
  .comparison-table th, .comparison-table td { padding: 10px 8px; }
}
