
        @keyframes breathe {
            0%, 100% { transform: scale(1); box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
            50% { transform: scale(1.02); box-shadow: 0 20px 35px -10px rgba(59, 130, 246, 0.2); }
        }
        .hero-image-animate { animation: breathe 4s ease-in-out infinite; }
        .specs-table tr:nth-child(even) { background-color: #f9fafb; }
    