/* ========== IA PAGE SPECIFIC ========== */
.hero-scrub-container { height: 400vh; }

.text-gradient-orange {
    background: linear-gradient(135deg, #FF6B00, #FF9500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Orange glow variant */
.glow-card-orange::before {
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(255, 107, 0, 0.06),
        transparent 40%
    ) !important;
}
.glow-card-orange::after {
    background: radial-gradient(
        400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(255, 107, 0, 0.15),
        transparent 40%
    ) !important;
}

.step-number {
    background: linear-gradient(135deg, #FF6B00, #FF006E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}