/* =============================================
   TraffixPro - CSS Customizado
   Proteções e overrides aplicados ao site
   ============================================= */

/* Hero: Força visibilidade do conteúdo (previne GSAP/animações de esconder) */
body>section:first-of-type .space-y-7,
body>section:first-of-type .space-y-7>*,
body>section:first-of-type .space-y-7 h1,
body>section:first-of-type .space-y-7 h1>span,
body>section:first-of-type .space-y-7 p,
body>section:first-of-type .space-y-7 a,
body>section:first-of-type .space-y-7 div,
body>section:first-of-type .space-y-7 strong,
body>section:first-of-type .space-y-7 i{
  opacity:1!important;
  filter:none!important;
  visibility:visible!important;
}
