/*
Theme Name: ATCOS AI
Author: Neo
Description: Tema leve e responsivo com hero em gradiente, serviços, processo, carrossel de clientes e CTA WhatsApp.
Version: 1.0.0
Text Domain: atcos-ai
*/
/* --- ANTI-FAIXA robusto: esconde QUALQUER elemento imediatamente após o H1 do hero --- */
#home .hero-title + *{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
}

/* Se o Gutenberg estiver injetando Cover/Group com gradiente, esconda-os também (fallback) */
#home .wp-block-cover,
#home .wp-block-group.has-background,
#home .wp-block-group[style*="linear-gradient"],
#home [class*="is-style-"][style*="linear-gradient"]{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
}
