.hero{position:relative;height:600px;overflow:hidden}.hero-slider{height:100%;position:relative}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease;z-index:1}.hero-slide.active{opacity:1;z-index:2}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:2rem;background:linear-gradient(to right,#000000b3,#0006,#0000);color:#fff;z-index:3}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;max-width:600px;animation:fadeInUp 1s ease}.hero-content p{font-size:1.25rem;margin-bottom:2rem;max-width:500px;animation:fadeInUp 1s ease .2s;animation-fill-mode:both}.hero-content .btn{animation:fadeInUp 1s ease .4s;animation-fill-mode:both;display:inline-block}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slider-controls{position:absolute;bottom:2rem;left:0;width:100%;display:flex;align-items:center;justify-content:center;z-index:10}.slider-prev,.slider-next{background-color:#fff3;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:var(--transition);margin:0 1rem}.slider-prev:hover,.slider-next:hover{background-color:var(--primary-color)}.slider-dots{display:flex;align-items:center}.dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff4d;margin:0 .5rem;cursor:pointer;transition:var(--transition)}.dot.active{background-color:#fff;transform:scale(1.2)}.features{padding:4rem 0;background-color:#fff}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-item{text-align:center;padding:2rem 1rem;border-radius:var(--border-radius);transition:var(--transition)}.feature-item:hover{box-shadow:var(--box-shadow);transform:translateY(-5px)}.feature-icon{width:70px;height:70px;border-radius:50%;background-color:var(--primary-very-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem}.feature-item h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-color)}.feature-item p{color:var(--text-light)}.popular-categories{padding:4rem 0}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.category-card{position:relative;border-radius:var(--border-radius);overflow:hidden;height:250px;display:block;box-shadow:var(--box-shadow);transition:var(--transition)}.category-card:hover{transform:translateY(-5px)}.category-card img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.category-card:hover img{transform:scale(1.05)}.category-content{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;background:linear-gradient(to top,#000c,#0000);color:#fff}.category-content h3{font-size:1.25rem;margin-bottom:.5rem}.btn-text{display:inline-flex;align-items:center;color:var(--primary-light);font-weight:500;transition:var(--transition)}.btn-text i{margin-left:.5rem;transition:var(--transition)}.category-card:hover .btn-text{color:#fff}.category-card:hover .btn-text i{transform:translate(5px)}.featured-products{padding:4rem 0;background-color:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background-color:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow);transition:var(--transition);position:relative}.product-card:hover{transform:translateY(-5px)}.product-badge{position:absolute;top:1rem;right:1rem;background-color:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;z-index:2}.product-badge.discount{background-color:var(--danger)}.product-card img{width:100%;height:200px;object-fit:cover}.product-content{padding:1.5rem}.product-content h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-color)}.product-desc{color:var(--text-light);margin-bottom:1rem;height:3em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-features{display:flex;margin-bottom:1.25rem;font-size:.875rem}.product-features span{display:flex;align-items:center;margin-right:1rem;color:var(--text-light)}.product-features i{color:var(--primary-color);margin-right:.25rem}.product-price{display:flex;align-items:center;justify-content:space-between}.price{font-size:1.25rem;font-weight:700;color:var(--text-color)}.old-price{font-size:1rem;text-decoration:line-through;color:var(--text-light);margin-right:.5rem}.view-all{text-align:center;margin-top:3rem}.testimonials{padding:4rem 0;background-color:var(--primary-very-light);position:relative}.testimonials-slider{position:relative;width:100%;height:400px;margin-bottom:2rem}.testimonial-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease,transform .5s ease;transform:translate(100px);display:flex;align-items:center;justify-content:space-between}.testimonial-slide.active{opacity:1;transform:translate(0);z-index:1}.testimonial-content{background-color:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow);display:flex;width:60%}.testimonial-image{flex-shrink:0;margin-right:1.5rem}.testimonial-image img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-color)}.testimonial-text{flex-grow:1}.testimonial-rating{color:var(--warning);margin-bottom:1rem}.testimonial-text p{color:var(--text-color);margin-bottom:1.5rem;font-style:italic}.testimonial-text h4{font-size:1.25rem;margin-bottom:.25rem;color:var(--text-color)}.testimonial-info{color:var(--text-light);font-size:.875rem}.testimonial-product{width:35%;height:300px;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow)}.testimonial-product img{width:100%;height:100%;object-fit:cover}.testimonial-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;z-index:2}.testimonial-prev,.testimonial-next{width:50px;height:50px;background-color:#ffffffe6;color:var(--primary-color);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);box-shadow:0 2px 8px #00000026;font-size:1.25rem}.testimonial-prev:hover,.testimonial-next:hover{background-color:var(--primary-color);color:#fff;transform:scale(1.1)}.cta{padding:4rem 0;background-color:var(--primary-color);color:#fff}.cta-content{max-width:600px;margin:0 auto;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.consultation-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.consultation-form .form-group{flex:1;min-width:200px;margin-bottom:0}.consultation-form input{width:100%;padding:.75rem 1rem;border-radius:var(--border-radius);border:none;font-size:1rem}.consultation-form input:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.consultation-form button{background-color:#fff;color:var(--primary-color);font-weight:500}.consultation-form button:hover{background-color:var(--gray-light)}@media (max-width: 1024px){.hero{height:500px}.hero-content h1{font-size:2.5rem}.features-grid,.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.testimonial-slide{flex-direction:column;height:auto}.testimonials-slider{height:600px}.testimonial-content{width:100%;margin-bottom:1.5rem}.testimonial-product{width:100%;height:250px}.testimonial-nav{top:30%}}@media (max-width: 768px){.hero{height:400px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.testimonial-content{flex-direction:column;text-align:center}.testimonial-image{margin:0 auto 1rem}.consultation-form{flex-direction:column}.consultation-form .form-group{margin-bottom:1rem}.testimonial-nav{top:25%}.testimonial-prev,.testimonial-next{width:40px;height:40px;font-size:1rem}}@media (max-width: 576px){.hero{height:350px}.features-grid,.categories-grid,.products-grid{grid-template-columns:1fr}.testimonials-slider{height:650px}.testimonial-nav{top:20%}}
