/* Footer blue mesh + glow: Framer SSR uses opacity:0 on layers until animation; PNG is often missing locally. */
#footer [data-framer-name="blend Image"] {
  opacity: 1 !important;
  will-change: auto !important;
}

#footer [data-framer-name="effects 1"],
#footer [data-framer-name="effects 2"],
#footer [data-framer-name="effects 3"] {
  opacity: 1 !important;
  will-change: auto !important;
}
