.hero{display:flex;justify-content:center;background-color:#1e1e1e;padding:3rem 2rem}.hero-content{display:flex;align-items:center;gap:2rem;max-width:1000px}.logo{width:130px}.hero-text h1{font-size:2.5rem;margin-bottom:.75rem}.description{margin-bottom:1rem}.products-container{margin-top:2rem}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif;background-color:#242424}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.products-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:16px}.product-card img{height:160px;-o-object-fit:cover;object-fit:cover}.product-card{width:250px;margin:10px;border-radius:12px;overflow:hidden;text-align:center;background-color:#1a1a1a;color:#fff;box-shadow:0 4px 8px #0000004d;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000080}.product-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.product-card{height:520px;display:flex;flex-direction:column;justify-content:space-between}.product-card img{height:160px;border-radius:8px}.product-description{font-size:.9rem;line-height:1.4;max-height:4.2em;overflow:hidden}.add-cart{display:block;margin:15px auto 0;width:200px;padding:12px 20px;background-color:#ff4081;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s}.product-title{font-size:1.4rem;line-height:1.3;margin:12px 0}.add-cart:hover{background-color:#e73370}@media(prefers-color-scheme:light){.add-cart:hover :root{color:#213547;background-color:#fff}.add-cart:hover a:hover{color:#747bff}.add-cart:hover button{background-color:#f9f9f9}.add-cart:hover .product-card{background-color:#fff;color:#000}}.hero{padding:3rem 2rem}.hero-content{gap:2rem}.logo{width:140px;height:auto}.hero-text{max-width:600px}.hero-text h1{font-size:3rem;margin-bottom:1rem}.description{color:#b5b5b5;margin-bottom:1.5rem;line-height:1.6}.btn-primary{background-color:#000;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;cursor:pointer}
