@media (max-width: 1024px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--surface);
        flex-direction: column;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        border-top: 1px solid var(--border);
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .hero h1 {
        font-size: 2.25rem;
    }

    .offer-banner h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 5rem 1rem;
    }

    .hero h1 {
        font-size: 1.85rem;
    }

    .hero p {
        font-size: 1.05rem;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .emergency-block h2 {
        font-size: 1.85rem;
    }

    .quote-wizard {
        padding: 1.5rem;
    }

    .floating-whatsapp {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
}
