/* Evita flash do template AURA antes dos patches TOPJOIAS */

#hero a.group.mb-5,
#hero a.group.mb-5.md\:mb-6,
#hero .hidden.sm\:flex.mt-6,
#hero .hidden.sm\:flex.mt-6.md\:mt-8 {
  display: none !important;
}

#hero:not([data-hero-recompose-ready='true']) > .relative.mx-auto {
  opacity: 0;
}

#hero[data-hero-recompose-ready='true'] > .relative.mx-auto {
  opacity: 1;
  transition: opacity 0.25s ease;
}

#hero:not([data-hero-recompose-ready='true']) > .absolute.inset-0.-z-0 {
  opacity: 0;
}

#hero[data-hero-recompose-ready='true'] > .absolute.inset-0.-z-0 {
  opacity: 1;
  transition: opacity 0.35s ease;
}

/* Poster/vídeo da hero visível desde o mount — não espera recompose */
#hero > .hero-video-bg {
  opacity: 1;
}

#client-testimonials .press-testimonials-track {
  opacity: 1;
  visibility: visible;
}

#press[hidden] {
  display: none !important;
}
