/* Static-export overrides: ensure all content is visible without JS/animations */
.animate-float-up { animation: none !important; opacity: 1 !important; transform: none !important; }
[class*="opacity-0"] { opacity: 1 !important; }
[hidden-until-js] { display: block !important; }
/* Neutralize entrance animations that could hide content if animations are disabled */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
