/* Tablet Landscape - 1024px */
@media (max-width: 1024px) {
  .container {
    width: 95%;
  }
  
  .hero-content h1 {
    font-size: 44px;
  }
  
  .section-header h2 {
    font-size: 36px;
  }
  
  .why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/* Tablet - 768px */
@media (max-width: 768px) {
  /* Navigation */
  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: var(--white);
    flex-direction: column;
    gap: 0;
    padding: 32px 0;
    box-shadow: var(--shadow-lg);
    transition: left 0.3s ease;
    overflow-y: auto;
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-link {
    padding: 16px 32px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid var(--border-gray);
  }
  
  .nav-link::after {
    display: none;
  }
  
  .mobile-toggle {
    display: flex;
  }
  
  .mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  
  .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  
  /* Hero */
  .hero {
    padding: 80px 0 60px;
  }
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .hero-content h1 {
    font-size: 36px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .hero-cta {
    justify-content: center;
  }
  
  .hero-features {
    justify-content: center;
  }
  
  .floating-card {
    bottom: 20px;
    right: 20px;
    padding: 16px 20px;
  }
  
  .floating-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .floating-card strong {
    font-size: 16px;
  }
  
  /* Services */
  .services {
    padding: 80px 0;
  }
  
  .service-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  /* Stats */
  .stats-section {
    padding: 60px 0;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  
  .stat-number {
    font-size: 40px;
  }
  
  /* Why Choose */
  .why-choose {
    padding: 80px 0;
  }
  
  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .why-content h2 {
    font-size: 32px;
  }
  
  .experience-badge {
    bottom: 20px;
    right: 20px;
    padding: 20px;
  }
  
  .badge-number {
    font-size: 32px;
  }
  
  /* Testimonials */
  .testimonials {
    padding: 80px 0;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  /* CTA */
  .cta-section {
    padding: 80px 0;
  }
  
  .cta-content h2 {
    font-size: 36px;
  }
  
  /* Footer */
  .footer {
    padding: 60px 0 0;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Mobile - 480px */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  
  /* Header */
  .navbar {
    padding: 12px 0;
  }
  
  .logo {
    font-size: 24px;
  }
  
  .phone-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  /* Hero */
  .hero {
    padding: 60px 0 40px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .hero-content p {
    font-size: 15px;
  }
  
  .hero-badge {
    font-size: 13px;
    padding: 6px 16px;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 12px;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
  
  .hero-features {
    flex-direction: column;
    gap: 16px;
  }
  
  .feature-item {
    justify-content: center;
  }
  
  .floating-card {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }
  
  /* Section Headers */
  .section-header h2 {
    font-size: 28px;
  }
  
  .section-header p {
    font-size: 16px;
  }
  
  /* Services */
  .services {
    padding: 60px 0;
  }
  
  .service-card {
    padding: 32px;
  }
  
  .service-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  
  .service-card h3 {
    font-size: 20px;
  }
  
  /* Stats */
  .stats-section {
    padding: 50px 0;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .stat-icon {
    font-size: 40px;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  /* Why Choose */
  .why-choose {
    padding: 60px 0;
  }
  
  .why-content h2 {
    font-size: 28px;
  }
  
  .why-subtitle {
    font-size: 16px;
  }
  
  .benefit-item {
    gap: 16px;
  }
  
  .benefit-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  
  .benefit-item h4 {
    font-size: 16px;
  }
  
  .benefit-item p {
    font-size: 14px;
  }
  
  /* Testimonials */
  .testimonials {
    padding: 60px 0;
  }
  
  .testimonial-card {
    padding: 24px;
  }
  
  .quote-icon {
    font-size: 48px;
  }
  
  .testimonial-card p {
    font-size: 14px;
  }
  
  .testimonial-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  /* CTA */
  .cta-section {
    padding: 60px 0;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }
  
  .btn-large {
    padding: 14px 32px;
    font-size: 16px;
  }
  
  /* Footer */
  .footer {
    padding: 50px 0 0;
  }
  
  .footer-logo {
    font-size: 24px;
  }
  
  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  
  .footer-col p,
  .footer-col ul li a {
    font-size: 14px;
  }
}

/* Extra Small - 360px */
@media (max-width: 360px) {
  .hero-content h1 {
    font-size: 24px;
  }
  
  .section-header h2 {
    font-size: 24px;
  }
  
  .why-content h2,
  .cta-content h2 {
    font-size: 24px;
  }
  
  .service-card {
    padding: 24px;
  }
}

/* Landscape Mode Adjustments */
@media (max-height: 600px) and (orientation: landscape) {
  .hero {
    padding: 40px 0;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .nav-menu {
    height: auto;
    max-height: calc(100vh - 70px);
  }
}