/* =====================================================
   InvitaLux — Parches CSS
   (Carga DESPUÉS de styles.css. Aquí solo fixes futuros)
   ===================================================== */

/* Fail-safe: si JS no cargó, mostrar contenido igualmente */
.no-js .reveal,
.js-fallback .reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}
