.products{background:var(--surface);padding:72px 0}.section-header{margin-bottom:48px}.section-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;margin-bottom:16px}.section-desc{font-size:1.05rem;color:var(--muted);max-width:560px;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:20px}.product-card{position:relative;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;overflow:hidden;cursor:pointer;transition:all .4s ease}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--card-gradient);opacity:0;transition:opacity .4s;border-radius:inherit}.product-card:hover{transform:translateY(-8px);border-color:#ffffff26;box-shadow:0 30px 80px #00000080}.product-card:hover:before{opacity:.06}.product-card[data-color=red]{--card-gradient:linear-gradient(135deg,var(--gem-red),var(--gem-orange))}.product-card[data-color=gold]{--card-gradient:linear-gradient(135deg,var(--gem-gold),var(--gem-orange))}.product-card[data-color=blue]{--card-gradient:linear-gradient(135deg,var(--gem-blue),var(--gem-purple))}.product-card[data-color=pink]{--card-gradient:linear-gradient(135deg,var(--gem-pink),var(--gem-purple))}.product-card[data-color=orange]{--card-gradient:linear-gradient(135deg,var(--gem-orange),var(--gem-gold))}.product-img-wrap{width:100%;height:220px;border-radius:var(--radius);margin-bottom:20px;overflow:visible;display:flex;align-items:center;justify-content:center;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:transform .4s;padding:16px;position:relative}.product-img-wrap:after{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:70%;height:30px;background:var(--card-gradient, rgba(255,255,255,.15));filter:blur(18px);opacity:.55;border-radius:50%;z-index:0;transition:opacity .4s,width .4s}.product-card:hover .product-img-wrap:after{opacity:.8;width:85%}.product-card:hover .product-img-wrap{transform:scale(1.03)}.product-icon{width:44px;height:44px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.4rem;background:var(--card-gradient);box-shadow:0 8px 20px #0000004d;color:#fff}.product-icon svg{width:1.4rem;height:1.4rem}.product-img-real{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .4s,filter .4s;position:relative;z-index:1;filter:drop-shadow(0 8px 16px rgba(0,0,0,.45))}.product-card:hover .product-img-real{transform:scale(1.08);filter:drop-shadow(0 14px 28px rgba(0,0,0,.6))}.product-name{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:8px}.product-desc{font-size:.875rem;color:var(--muted);line-height:1.6}.product-tag{display:inline-block;margin-top:16px;padding:5px 14px;border-radius:50px;font-size:.75rem;font-weight:600;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--muted)}
