body { font-family: Orbitron, sans-serif; margin:0; background:#111; color:#eee; }
.hero { text-align:center; padding:3rem; background:linear-gradient(135deg,#ff0000,#ffcc00); color:white; }
.products .grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1.5rem; padding:2rem; }
.product-card { background:#222; padding:1rem; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.5); text-align:center; }
.product-card img { max-width:100%; border-radius:6px; }
.price { font-weight:bold; color:#ffcc00; }
.btn { display:inline-block; margin-top:1rem; padding:0.5rem 1rem; background:#ff0000; color:white; text-decoration:none; border-radius:4px; }
.badge { display:inline-block; background:#444; color:#ffcc00; padding:0.2rem 0.5rem; margin-bottom:0.5rem; border-radius:4px; font-size:0.8rem; }
