/* Marketing site custom styles */
html {
    scroll-behavior: smooth;
}

/* Subtle gradient animations */
@keyframes pulse-glow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}
