/* Correção do slideshow do Hero — remove o véu branco e deixa o texto legível. */
.glow-ring .bg-gradient-to-t,
.glow-ring .from-background,
.glow-ring [class*="from-background"] {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.34) 45%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}
.glow-ring h3,
.glow-ring p,
.glow-ring .text-foreground,
.glow-ring .text-muted-foreground {
  color: #ffffff !important;
}
.glow-ring p,
.glow-ring .text-muted-foreground {
  color: rgba(255, 255, 255, 0.86) !important;
}
.glow-ring button[aria-label^="Slide"] {
  background-color: rgba(255,255,255,.55) !important;
}
.glow-ring button[aria-label^="Slide"].w-8 {
  background-color: hsl(0 72% 45%) !important;
}
