/**
 * Zoway — base móvil + legibilidad + SEO de presentación (todas las páginas)
 * Cargar después de zoway-seo.css
 */

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-height: 100dvh;
    -webkit-tap-highlight-color: rgba(225, 29, 72, 0.12);
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a[href],
button,
input,
select,
textarea,
label {
    touch-action: manipulation;
}

main {
    max-width: 100vw;
    overflow-x: clip;
}

@media (max-width: 899px) {
    .desktop-nav {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
