body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
        }
        .font-serif-jp {
            font-family: 'Noto Serif JP', serif;
        }
        .hero-bg {
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        .product-card:hover {
            transform: translateY(-10px);
        }
        
        /* Floating WA Button Animation */
        @keyframes pulse-custom {
            0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
            70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
            100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
        }
        .wa-float {
            animation: pulse-custom 2s infinite;
        }
#afc-landing-editor-root{width:100%;}
