        body { background-color: #FFFFFF; color: #334155; scroll-behavior: smooth; }
        .glass-nav { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.05); }
        .product-card:hover img { transform: scale(1.05); }
        .btn-fancy { transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
        .btn-fancy:hover { transform: translateY(-3px); box-shadow: 0 15px 30px -10px rgba(125, 211, 252, 0.5); }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        section { opacity: 0; transform: translateY(30px); transition: all 1s ease; }
        section.visible { opacity: 1; transform: translateY(0); }
        .active-filter { background: #334155 !important; color: white !important; }
        .policy-content h2 { font-family: 'Playfair Display', serif; font-size: 2rem; margin-top: 2rem; margin-bottom: 1rem; color: #0369A1; font-style: italic; }
        .policy-content p { margin-bottom: 1.5rem; line-height: 1.8; color: #475569; }
    