/* NEVALYS V32.0.1 — HERO CLEANUP SAFE
   Objectif : supprimer visuellement les anciens héros/cards V28 au-dessus de la fiche V32
   sans toucher au header, footer, tracker live, ni moteur. */
body #nevalys-v28971-inline-premium,
body #nevalys-v2897-premium-rebuild,
body #nevalys-v2898-final-sheet,
body #nevalys-v28965-premium-native-card,
body [data-nevalys-v28992-runtime-under-hero="1"]:has(+ .nv3200-server-page),
body section:has(#nevalys-v28971-inline-premium),
body div:has(#nevalys-v28971-inline-premium){
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
/* La fiche V32 reste le premier vrai bloc serveur après le header. */
body .nv3200-server-page{
  margin-top:22px!important;
}
