/* Hero Section Styles */
.hero-gradient-text {
    background: linear-gradient(135deg, #3b82f6 0%, #00f3ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ambient Background (Static) */
.ambient-bg {
    position: fixed;
    inset: 0;
    background-color: #020617;
    z-index: -1;
}

.ambient-orb {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(59, 130, 246, 0.15), rgba(2, 6, 23, 0) 70%);
}