/* FONS GLOBAL – Clar, net i integrat amb canvas animat */

/* Fons de seccions específiques (hero, CTA, processos, etc.) */
section[class*="cta"], 
section[class*="hero"],
section.simplia-proceso {
  background-color: transparent !important; /* Permet que es vegi el canvas de fons */
  color: inherit !important; /* No forcem blanc: heretem segons context */
}

/* Canvas de fons actiu (neural) */
canvas#neuro {
  display: block !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: -1 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}
