
        @keyframes breathe {
            0%, 100% { box-shadow: 0 0 20px rgba(191, 180, 150, 0.3); }
            50% { box-shadow: 0 0 40px rgba(191, 180, 150, 0.6); }
        }
        .hero-img { animation: breathe 4s ease-in-out infinite; }
        .faq-json { display: none; }
    