/* DR-CODING — Custom Finishing */
:root { --brand: #00b4ff; }
html { scroll-behavior: smooth; }

/***** Buttons *****/
.button-glow { box-shadow: 0 0 25px rgba(0,180,255,.25); }

/***** Hero extras *****/
.hero-grid { position: absolute; inset: -20%; background-image: radial-gradient(circle at 20% 20%, rgba(0,180,255,.08), transparent 30%), radial-gradient(circle at 80% 0%, rgba(0,180,255,.06), transparent 35%); filter: blur(60px); opacity: .6; pointer-events: none; }
img:hover {
    box-shadow: 0 0 25px #00b4ff50;
}