
        .hero-glow { filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.3)); animation: pulse 4s infinite; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } }
        .b2b-link { text-decoration: underline; color: #2563eb; transition: color 0.3s; }
        .b2b-link:hover { color: #1e40af; }
    