/* Force elementor "invisible until animated" elements to stay visible.
   The Elementor JS that observes scroll-into-view and removes this class
   doesn't reliably fire on the static mirror, leaving sections blank. */
.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
