.products-section{background:linear-gradient(135deg,var(--dark) 0,#000 100%);color:#fff}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:0 20px}.product-card{background:rgba(255,255,255,.1);border-radius:15px;overflow:hidden}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover img{transform:scale(1.1)}.energy-flow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,136,.3),transparent);animation:flow 2s infinite}@keyframes flow{0%{left:-100%}100%,50%{left:100%}}.product-info{padding:30px}.power-bar{height:4px;background:rgba(255,255,255,.1);border-radius:2px;margin-top:15px;overflow:hidden}.power-level{height:100%;width:0;background:var(--accent);transition:width 1s ease}.product-card:hover .power-level{width:100%}