html {
  scroll-behavior: smooth;
}

/* Optional: glowing text for hero heading */
.glow {
  text-shadow: 0 0 10px rgba(59,130,246,0.7), 0 0 20px rgba(59,130,246,0.5);
}
