
        @keyframes breathe {
            0%, 100% { box-shadow: 0 0 20px rgba(59, 130, 246, 0.2); transform: scale(1); }
            50% { box-shadow: 0 0 40px rgba(59, 130, 246, 0.4); transform: scale(1.02); }
        }
        .hero-img-animate { animation: breathe 4s infinite ease-in-out; }
    