/* Scroll suave */
html {
    scroll-behavior: smooth;
}

/* Texto com gradiente */
.gradient-text {
    background: linear-gradient(to right, #22d3ee, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
