
        .hero-glow { box-shadow: 0 0 50px rgba(59, 130, 246, 0.3); }
        .breath-effect { animation: breath 3s ease-in-out infinite; }
        @keyframes breath { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.02); } }
    