/* Extra styling die niet met Tailwind utility-classes wordt afgehandeld */

html {
  scroll-behavior: smooth;
}

/* Zachte gloed achter de hero-sectie */
.hero-glow::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 60%;
  background: radial-gradient(circle at top, rgba(99, 102, 241, 0.35), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
