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

.text-outline-hero {
    -webkit-text-stroke: 1px rgba(0, 240, 255, 0.4);
    color: transparent;
}

.text-gradient-hero {
    background: linear-gradient(135deg, #00F0FF, #00FF88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}