.darkveil-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-particles {
  position: relative;
  z-index: 1;
}

/* Ajustements pour assurer que le contenu reste visible au-dessus du canvas */
.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1,
.hero .subtitle,
.hero-stats,
.hero-cta,
.hero-phone-trial {
  position: relative;
  z-index: 2;
} 