/* ============================================
   FUTURISTIC THEME - UTILITIES
   Helper classes and responsive adjustments
   ============================================ */

/* ============================================
   UTILITY CLASSES
   ============================================ */
.glow-text {
    text-shadow: 0 0 10px var(--futuristic-cyan),
        0 0 20px var(--futuristic-glow-cyan);
}

.tech-border {
    border: 1px solid var(--futuristic-cyan);
    box-shadow: 0 0 10px var(--futuristic-glow-cyan);
}

/* ============================================
   SECTION REVEAL ANIMATION
   ============================================ */
.section-reveal {
    animation: sectionFadeIn 0.6s ease-out;
}