/* ============================================
   RESPONSIVE STYLES - PREMIUM DARK THEME
   ============================================ */

@media (max-width: 1024px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .intro .container,
    .about-content .container {
        flex-direction: column;
    }
    
    .intro-image,
    .about-image {
        margin-top: 2rem;
    }
    
    .contact .container {
        flex-direction: column;
    }
    
    .contact-info {
        margin-top: 3rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-card:nth-child(2)::after {
        display: none;
    }

    .section-header h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .navbar .nav-links {
        display: none;
    }
    
    .hamburger {
        display: block;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    .hero {
        min-height: auto;
        padding: 8rem 0 5rem;
    }

    .hero h1 {
        font-size: 2.25rem;
    }
    
    .hero p {
        font-size: 1.05rem;
    }

    .hero-trust {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-badge {
        font-size: 0.65rem;
    }

    .intro-content h2,
    .section-header h2,
    .cta h2 {
        font-size: 2rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 220px;
    }

    .features-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .stat-prefix, .stat-suffix {
        font-size: 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .page-header {
        padding: 8rem 0 3rem;
    }

    .page-header h1 {
        font-size: 2.25rem;
    }

    .intro,
    .gallery-section,
    .why-choose-us,
    .testimonials,
    .cta,
    .about-content,
    .values,
    .services,
    .service-features,
    .contact {
        padding: 4rem 0;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 1.25rem;
    }

    .hero h1 {
        font-size: 1.85rem;
    }
    
    .hero p {
        font-size: 0.95rem;
    }

    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }
    
    .features-grid,
    .values-grid,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .stat-card::after {
        display: none;
    }

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

    .stat-prefix, .stat-suffix {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .legal-links {
        justify-content: center;
    }
    
    .scroll-top {
        width: 42px;
        height: 42px;
        font-size: 0.9rem;
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .section-header {
        margin-bottom: 2.5rem;
    }

    .feature-card,
    .testimonial-card,
    .service-card {
        padding: 1.75rem 1.5rem;
    }

    .intro-content h2 {
        font-size: 1.85rem;
    }

    .cta h2 {
        font-size: 1.75rem;
    }

    .gallery-item img {
        height: 200px;
    }

    .image-accent {
        display: none;
    }
}