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

.text-gradient-purple {
    background: linear-gradient(135deg, #A855F7, #D1D5DB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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