*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo h1{color:#2563eb;font-weight:700;font-size:1.5rem}.logo a{text-decoration:none;color:inherit}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.cart-icon{position:relative;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.cart-icon:hover{background-color:#f1f5f9}.cart-icon i{font-size:1.2rem;color:#64748b}.cart-count{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;text-align:center;margin-top:80px}.hero-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;color:#667eea;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.products-section{padding:4rem 0;background:#f8fafc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1e293b}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.product-image{width:100%;height:250px;object-fit:cover}.product-info{padding:1.5rem}.product-name{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.current-price{font-size:1.3rem;font-weight:700;color:#2563eb}.original-price{font-size:1rem;color:#64748b;text-decoration:line-through}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#fbbf24}.rating-text{color:#64748b;font-size:.9rem}.add-to-cart{width:100%;background:#2563eb;color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.add-to-cart:hover{background:#1d4ed8}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#2563eb}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero{padding:6rem 0 3rem}.hero-content h2{font-size:2rem}.products-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}
