/* ESTILOS EXCLUSIVOS PARA MÓVIL */

.banner {
    flex-direction: column;
    padding: 20px;
    padding-top: 80px;
    min-height: auto;
    gap: 15px;
    text-align: center;
}

.preview-img {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.banner-texto h1 {
    font-size: 28px !important;
    line-height: 1.2;
}

.banner-texto p {
    font-size: 16px;
}

.banner,
.video-promo,
.beneficios,
.formulario {
    margin-left: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.video-container {
    margin-bottom: 20px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/* BOTONES LATERALES SOLO EN MÓVIL */
.boton-grande {
    width: 42px !important;
    height: 105px !important;
    font-size: 10px !important;
    letter-spacing: 1px !important;
    left: 0 !important;
    border-radius: 0 10px 10px 0 !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.30) !important;
}

/* Aquí está la corrección real */
.ruta {
    top: 260px !important;
}

.nutricion {
    top: 370px !important;
}

.resultados {
    top: 480px !important;
}
