
        *, *::before, *::after { box-sizing: border-box; }
        @keyframes pulse-subtle {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.02); opacity: 0.98; }
        }
        .hero-animate { animation: pulse-subtle 4s ease-in-out infinite; }
    