body{margin:0;font-family:Segoe UI,sans-serif;background-color:#f9f9f9;color:#222}h1{color:#333}.app{padding:2rem;text-align:center}.home{padding:2rem;font-family:Segoe UI,sans-serif}.hero{text-align:center;padding:3rem 1rem;background-color:#e8f0fe;border-radius:12px}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;color:#444}.cta-button{margin-top:1.5rem;display:inline-block;background-color:#007bff;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;transition:background .3s}.cta-button:hover{background-color:#0056b3}.features{margin-top:4rem;text-align:center}.features h2{font-size:2rem;margin-bottom:2rem}.steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.step{background-color:#f9f9f9;padding:1.5rem;border-radius:10px;width:250px;box-shadow:0 0 10px #0000000d}.step h3{margin-bottom:.5rem}.catalog{padding:2rem;font-family:Segoe UI,sans-serif;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin-top:2rem}.product-card{background-color:#fff;padding:1rem;border-radius:12px;box-shadow:0 0 12px #0000000f;display:flex;flex-direction:column;align-items:center}.product-card img{width:100%;max-height:160px;object-fit:cover;border-radius:8px}.details-button{margin-top:1rem;background-color:#007bff;color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;transition:background .3s}.details-button:hover{background-color:#0056b3}.product{display:flex;flex-wrap:wrap;gap:2rem;padding:2rem;font-family:Segoe UI,sans-serif;align-items:center;justify-content:center}.product img{max-width:320px;border-radius:10px;object-fit:cover;box-shadow:0 0 10px #0000001a}.info{max-width:500px}.description{margin:1rem 0;color:#444}.price{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.add-to-cart{padding:.75rem 1.5rem;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.add-to-cart:hover{background-color:#0056b3}
