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

    #hero {
        min-height: 65vh;
        padding-top: 4.5rem;
    }

    .content-grid,
    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

@media (max-width: 650px) {
    .container,
    .section-light .container {
        padding: 0 1.75rem;
    }

    #hero {
        min-height: 50vh;
        padding-top: 3.5rem;
    }

    section {
        padding: 3rem 0;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .services-grid {
        gap: 1.5rem;
    }

    .benefits-grid {
        gap: 1.5rem;
    }

    .about-stats {
        gap: 1rem;
    }

    .stat-card {
        padding: 1.25rem;
    }

    .text-content {
        padding: 0 0.5rem;
    }

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

    .section-subtitle {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

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

    .stat-card {
        padding: 1.25rem;
    }

    .stat-card h3 {
        font-size: 2rem;
    }

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

    .highlight-item {
        padding: 0.85rem 1rem;
    }

    .hero-content p,
    .stat-card p,
    .about-text p {
        font-size: 0.95rem;
    }

    .highlight-box {
        padding: 1rem 1.25rem;
        margin: 1.25rem 0;
    }
}
