/* Landing MVP — visibilidad por vistas */
#landingView.hidden {
    display: none !important;
}

#landingView:not(.hidden) {
    display: block;
}
