@media (max-width: 900px) {
    header {
        position: relative !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 0.9rem 4% !important;
        align-items: center !important;
    }

    header img.logo {
        max-height: 72px !important;
    }

    .menu-toggle {
        display: inline-flex !important;
        margin-left: auto !important;
        background: transparent !important;
        border: 0 !important;
        cursor: pointer !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
    }

    .menu-toggle span {
        display: block !important;
        width: 24px !important;
        height: 2px !important;
        background: var(--verde-oscuro) !important;
        border-radius: 999px !important;
        transition: transform 0.3s ease, opacity 0.3s ease !important;
    }

    nav {
        width: 100% !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.35s ease !important;
    }

    nav.abierto {
        max-height: 360px !important;
    }

    nav ul {
        gap: 18px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 18px 0 8px !important;
    }

    nav a {
        font-size: 0.84rem !important;
        letter-spacing: 1px !important;
        width: 100% !important;
        display: block !important;
        padding: 6px 0 !important;
    }

    .hero,
    .hero-5k,
    .hero-5k-mini {
        padding: clamp(72px, 10vh, 120px) clamp(20px, 5vw, 56px) clamp(56px, 8vh, 84px) !important;
        min-height: auto !important;
    }

    .hero h1 {
        font-size: clamp(2.2rem, 8vw, 4rem);
        max-width: 11ch;
    }

    .hero p {
        font-size: clamp(0.95rem, 2.2vw, 1rem);
    }

    .hero-contenido {
        margin-top: 0;
        max-width: 100%;
        padding: 0;
    }

    .hero-contenido h1 {
        font-size: clamp(1.95rem, 7vw, 3.2rem);
        max-width: 12ch;
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
    }

    .hero-contenido p {
        font-size: 0.98rem;
        line-height: 1.7;
    }
    .titulo-5k,
    .titulo-seccion {
        font-size: clamp(2rem, 5.5vw, 2.7rem);
        max-width: 11ch;
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
        overflow-wrap: anywhere;
    }

    .subtitulo-5k,
    .subtitulo-seccion {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .seccion,
    .seccion-confianza,
    .seccion-marcas {
        padding-left: 5%;
        padding-right: 5%;
    }

    .grid-stats {
        flex-direction: column;
        gap: 20px;
    }

    .stat-card {
        min-width: 0;
        width: 100%;
        padding: 34px 22px;
    }

    .stat-numero {
        font-size: 3rem;
    }

    .marcas-track {
        gap: 28px;
    }

    .marcas-track img {
        height: 42px;
    }

    .marcas-track img.marca-destacada {
        height: 120px;
        transform: scale(1.05);
    }

    .grid-catalogo {
        grid-template-columns: 1fr !important;
        max-width: 560px;
        gap: 22px;
    }

    .grid-catalogo > .tarjeta-producto,
    .tarjeta-catalogo,
    .tarjeta-premium {
        width: 100%;
        max-width: 100%;
    }

    .overflow-imagen {
        height: 220px;
    }

    .contenido,
    .contenido-servicios {
        padding: 24px 20px;
    }

    .tarjeta-catalogo h3,
    .tarjeta-producto h3,
    .tarjeta-premium h3 {
        font-size: 1.2rem;
    }

    .tarjeta-catalogo p,
    .tarjeta-producto p,
    .tarjeta-premium p {
        font-size: 0.95rem;
    }

    .contenedor-premium-contacto {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tarjeta-contacto,
    .tarjeta-formulario,
    .tarjeta-mapa {
        padding: 24px 18px;
        max-width: 100%;
    }

    .tarjeta-contacto p {
        flex-wrap: wrap;
        overflow-wrap: anywhere;
    }

    .botones-ruta {
        flex-direction: column;
    }

    .btn-ruta {
        width: 100%;
    }

    .tarjeta-mapa iframe {
        height: 240px;
    }

    .contenido-empresa {
        font-size: 1rem;
        line-height: 1.7;
    }

    .foto-nave {
        margin-top: 28px;
    }

    .timeline {
        max-width: 100%;
        padding-left: 22px;
        margin-bottom: 56px;
    }

    .timeline::before {
        left: 0;
    }

    .timeline-item {
        padding: 24px 18px 24px 20px;
    }

    .timeline-item:hover {
        transform: none;
    }

    .timeline-item::before {
        left: -31px;
        top: 28px;
        width: 18px;
        height: 18px;
        border-width: 4px;
    }

    .timeline-item h4 {
        font-size: 1.15rem;
    }

    .timeline-item p {
        font-size: 0.98rem;
    }

    .contenedor-carrusel {
        padding: 0 12px;
    }

    .carrusel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .resena-header {
        gap: 12px;
    }

    .resena-texto {
        font-size: 0.92rem;
    }

    .resumen-google {
        padding: 24px 18px;
        max-width: 100%;
    }

    .resumen-google h3 {
        font-size: 2rem;
        gap: 8px;
    }

    .resumen-google p {
        font-size: 0.95rem;
    }

    .columna-izquierda {
        order: 2;
        gap: 24px;
    }

    .tarjeta-formulario {
        order: 1;
    }

    .tarjeta-resena {
        flex: 0 0 100%;
    }

    .contenedor-carrusel {
        padding: 0 10px;
    }

    .btn-5k,
    .btn-catalogo,
    .btn-premium {
        width: 100%;
        text-align: center;
    }

    footer {
        padding-left: 5%;
        padding-right: 5%;
    }

    footer p {
        font-size: 0.88rem;
        line-height: 1.6;
    }

    .cookie-banner {
        width: calc(100% - 24px);
        padding: 18px;
        gap: 14px;
        border-radius: 14px;
    }

    .cookie-banner p {
        font-size: 0.88rem;
    }

    .cookie-botones {
        width: 100%;
    }

    .btn-cookie {
        flex: 1;
        min-width: 0;
        padding: 11px 14px;
    }
}

@media (max-width: 600px) {
    header {
        padding: 0.8rem 4% !important;
    }

    .hero,
    .hero-5k,
    .hero-5k-mini {
        min-height: auto !important;
        padding: 64px 18px 64px !important;
    }

    .hero h1 {
        font-size: clamp(1.9rem, 10vw, 2.8rem);
        max-width: 10ch;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .hero-contenido h1 {
        font-size: clamp(1.75rem, 9vw, 2.5rem);
        max-width: 10ch;
    }

    .titulo-5k,
    .titulo-seccion {
        max-width: 11ch;
    }

    .hero-contenido p {
        font-size: 0.93rem;
    }

    .seccion,
    .seccion-confianza,
    .seccion-marcas {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .overflow-imagen {
        height: 200px;
    }

    .contenido,
    .contenido-servicios {
        padding: 22px 18px;
    }

    .specs-lista {
        padding: 16px;
    }

    .btn-whatsapp,
    .btn-catalogo,
    .btn-5k,
    .btn-premium {
        font-size: 0.82rem;
    }

    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .cookie-botones {
        flex-direction: column;
    }

    .btn-google {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .carrusel-btn {
        display: none !important;
    }

    .contenedor-carrusel {
        padding: 0 6px;
    }

    .tarjeta-resena {
        padding: 22px;
    }

    .resena-header {
        align-items: flex-start;
    }

    .resumen-google h3 {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 4px;
    }
}
