:root{--navy:#14213d;--navy-light:#1b2e55;--warm-white:#f8f7f4;--warm-white-dark:#efede8;--white:#fff;--charcoal:#263238}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--charcoal);background:var(--white);font-family:Poppins,sans-serif;line-height:1.6}nav{background:var(--navy);z-index:1000;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:sticky;top:0;box-shadow:0 4px 12px #0000001a}.logo{background:0 0;align-items:center;gap:.6rem;width:auto;height:48px;text-decoration:none;display:flex;overflow:hidden}.logo img{object-fit:contain;filter:invert();mix-blend-mode:screen;flex-shrink:0;width:48px;height:48px}nav{justify-content:space-between;align-items:center;min-height:72px;padding:0 4rem;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{font-size:.95rem;font-weight:500}@media (width<=768px){nav{min-height:65px;padding:0 1.2rem}.logo{height:42px}.logo img{width:42px;height:42px}.logo span{font-size:.9rem}}@media (width<=480px){.logo span{display:none}}.logo span{color:var(--warm-white);white-space:nowrap;font-size:1.05rem;font-weight:700;line-height:1.15}.nav-links{gap:2.2rem;list-style:none;display:flex}.nav-links a{color:var(--white);font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:var(--warm-white);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--warm-white)}.nav-links a:hover:after{width:100%}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background:var(--white);border-radius:2px;width:25px;height:3px;transition:all .3s}.hero{background:var(--warm-white);align-items:center;min-height:623px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:var(--navy);clip-path:polygon(56% 0%,100% 0%,100% 100%,31% 100%);pointer-events:none;position:absolute;inset:0}.hero-slides{z-index:2;position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;justify-content:center;align-items:center;transition:opacity .9s;display:flex;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible}.hero-slide-img{justify-content:center;align-items:center;width:62%;height:92%;padding:0 0 0 4%;display:flex;position:absolute;top:4%;left:0}.hero-slide-img img{object-fit:contain;filter:drop-shadow(0 25px 30px #14213d2e);max-width:100%;max-height:100%}.hero-arrow{width:46px;height:46px;color:var(--navy);cursor:pointer;z-index:5;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #0000002e}.hero-arrow:hover{background:var(--white);transform:translateY(-50%)scale(1.08)}.hero-arrow.left{left:24px}.hero-arrow.right{right:24px}.hero-content{z-index:3;pointer-events:none;justify-content:flex-end;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;display:flex;position:relative}.hero-text{text-align:center;max-width:560px}.hero-text h1{color:var(--white);font-size:2.9rem;font-weight:600;line-height:1.25;transition:opacity .5s}.hero-text h1 span{color:var(--warm-white);font-weight:700}.hero-text p{color:#ffffffd9;margin-top:1rem;font-size:1rem;transition:opacity .5s}.hero-dots{z-index:5;gap:10px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:all .3s}.hero-dot.active{background:var(--white);border-radius:5px;width:24px}.hero-btn{display:none}.section-title{text-align:center;color:var(--navy);margin-bottom:3rem;font-size:2.4rem;font-weight:700}.section-title span{color:var(--navy)}.home-appliances{background:#dcf1f3;padding:5rem 2rem}.home-appliances .section-title{color:var(--navy)}.category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.category-card{background:var(--white);cursor:pointer;border-radius:18px;justify-content:center;align-items:center;height:170px;padding:1.8rem;transition:all .35s;display:flex;box-shadow:0 6px 20px #14213d14}.category-card:hover{transform:translateY(-8px);box-shadow:0 14px 30px #14213d24}.category-card img{object-fit:contain;max-width:100%;max-height:130px;transition:transform .3s}.category-card:hover img{transform:scale(1.06)}.category-name{text-align:center;color:var(--navy);margin-top:1.1rem;font-size:1.05rem;font-weight:600}.kitchen-appliances{background:var(--navy);padding:5rem 2rem}.kitchen-appliances .section-title,.kitchen-appliances .category-name{color:var(--white)}.products{background:var(--white);padding:5rem 2rem}.products-wrapper{max-width:1250px;margin:0 auto;position:relative}.products-scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:2.5rem;padding:1.5rem 1rem;display:flex;overflow-x:auto}.products-scroll::-webkit-scrollbar{display:none}.product-card{text-align:center;background:0 0;min-width:210px}.product-card .img-wrap{background:0 0;justify-content:center;align-items:center;height:200px;padding:.5rem;display:flex}.product-card img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.product-card:hover img{transform:scale(1.08)}.product-card .p-name{text-align:center;color:var(--navy);padding-top:.8rem;font-size:.95rem;font-weight:600}.scroll-btn{background:var(--navy);width:44px;height:44px;color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #14213d4d}.scroll-btn:hover{background:var(--navy-light);transform:translateY(-50%)scale(1.1)}.scroll-btn.left{left:-10px}.scroll-btn.right{right:-10px}.top-brands{overflow:hidden}.brands-wrapper{width:100%;position:relative;overflow:hidden}.brands-track{will-change:transform;gap:40px;width:max-content;animation:30s linear infinite brands-scroll;display:flex}.brand-item{flex:0 0 140px;justify-content:center;align-items:center;width:140px;height:80px;display:flex}.brand-item img{object-fit:contain;width:140px;height:80px;display:block}@keyframes brands-scroll{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 20px))}}@media (width<=768px){.brands-track{gap:24px;animation-duration:35s}.brand-item{flex-basis:110px;width:110px;height:65px}.brand-item img{width:110px;height:65px}}@media (prefers-reduced-motion:reduce){.brands-track{animation-play-state:paused}}.about{background:var(--navy);color:var(--white);padding:5rem 2rem}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.about-content h2{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.about-content h2 span{color:var(--warm-white)}.about-content p{opacity:.92;margin-bottom:1rem;font-size:1.05rem;line-height:1.9}.about-img img{object-fit:cover;border-radius:20px;width:100%;box-shadow:0 15px 40px #0000004d}.contact{background:var(--white);padding:3.5rem 2rem 4rem}.contact .section-title{margin-bottom:.8rem}.contact-subtitle{text-align:center;color:#60708a;max-width:900px;margin:0 auto 2.5rem;font-size:1rem}.contact-container{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.8rem;max-width:1200px;margin:0 auto;display:grid}.contact-info{background:var(--navy);color:var(--white);border-radius:22px;flex-direction:column;justify-content:center;padding:2.5rem;display:flex;box-shadow:0 8px 25px #14213d14}.info-item{margin-bottom:1.8rem}.info-item:last-child{margin-bottom:0}.info-item h4{align-items:center;gap:.75rem;margin-bottom:.55rem;font-size:1.12rem;font-weight:600;display:flex}.info-item p{opacity:.92;padding-left:2rem;font-size:.95rem;line-height:1.7}.icon{stroke-width:2px;flex-shrink:0;width:23px;height:23px}.info-item:first-child .icon{color:#ff477e}.info-item:nth-child(2) .icon{color:#dbe7ff}.info-item:nth-child(3) .icon{color:#50e3a4}.info-item:nth-child(4) .icon{color:#dbe7ff}.contact-connect{background:var(--white);border:1px solid #e2e7ef;border-radius:22px;padding:2rem 2.2rem;box-shadow:0 8px 25px #14213d0a}.contact-connect h3{color:var(--navy);margin-bottom:.25rem;font-size:1.6rem}.connect-description{color:#60708a;margin-bottom:1.5rem;font-size:.9rem}.social-links{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.social-item{text-align:center;color:var(--navy);flex-direction:column;align-items:center;gap:.25rem;min-width:0;text-decoration:none;transition:transform .3s;display:flex}.social-item:hover{transform:translateY(-4px)}.social-icon{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.35rem;display:flex}.social-icon svg{stroke-width:2px;width:25px;height:25px}.social-icon.whatsapp{color:#16a34a;background:#dcfce7}.social-icon.instagram{color:#db2777;background:#fce7f3}.social-icon.facebook{color:#2563eb;background:#dbeafe}.social-icon.maps{color:#d97706;background:#fef3c7}.social-item strong{font-size:.82rem;font-weight:600}.social-item small{color:#718096;font-size:.72rem}.connect-divider{background:#e5eaf1;height:1px;margin:1.5rem 0}.service-highlights{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.service-item{text-align:center;flex-direction:column;align-items:center;display:flex}.service-icon{color:#2563eb;background:#eaf2ff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.6rem;display:flex}.service-icon svg{stroke-width:2px;width:22px;height:22px}.service-item h4{color:var(--navy);margin-bottom:.3rem;font-size:.82rem}.service-item p{color:#718096;font-size:.72rem;line-height:1.5}.contact-benefits{background:#eef4ff;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1.2rem;max-width:1200px;margin:1.8rem auto 0;padding:1.5rem 2rem;display:grid}.benefit-item{border-right:1px solid #cbd8ed;align-items:center;gap:.85rem;padding-right:1rem;display:flex}.benefit-item:last-child{border-right:none}.benefit-icon{color:#2862ba;stroke-width:2px;flex-shrink:0;width:34px;height:34px}.benefit-item h4{color:var(--navy);margin-bottom:.25rem;font-size:.8rem}.benefit-item p{color:#60708a;font-size:.7rem;line-height:1.5}@media (width<=1100px){.contact-container{gap:1.2rem}.contact-info{padding:2rem}.contact-connect{padding:1.8rem}.social-links{gap:.4rem}}@media (width<=992px){.contact-container{grid-template-columns:1fr;max-width:700px}.contact-benefits{grid-template-columns:repeat(2,1fr);max-width:700px}.benefit-item:nth-child(2){border-right:none}}@media (width<=768px){.contact{padding:3rem 1.2rem}.contact-subtitle{margin-bottom:2rem;font-size:.9rem}.contact-info{padding:2rem 1.5rem}.contact-connect{padding:1.5rem}.contact-connect h3{font-size:1.4rem}.social-links{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-highlights{grid-template-columns:1fr;gap:1.3rem}.service-item{text-align:left;grid-template-columns:45px 1fr;column-gap:.8rem;display:grid}.service-icon{grid-row:span 2;margin-bottom:0}.service-item h4,.service-item p{align-self:center}.contact-benefits{grid-template-columns:1fr;padding:1.5rem}.benefit-item,.benefit-item:nth-child(2){border-bottom:1px solid #cbd8ed;border-right:none;padding:0 0 1rem}.benefit-item:last-child{border-bottom:none;padding-bottom:0}}footer{background:var(--navy);color:#ffffffb3;text-align:center;padding:2rem;font-size:.9rem}@media (width<=992px){.hero-overlay{clip-path:polygon(0% 62%,100% 62%,100% 100%,0% 100%)}.hero-slide-img{width:80%;height:56%;padding:0;position:absolute;top:3%;left:50%;transform:translate(-50%)}.hero-content{justify-content:center;padding:0 1.5rem}.hero-text{max-width:100%}.hero-text h1{font-size:2rem}.hero{min-height:560px}.about-container,.contact-container{grid-template-columns:1fr;gap:2rem}.scroll-btn{display:none}}@media (width<=768px){.nav-links{background:var(--navy);flex-direction:column;gap:1.2rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 20px #0003}.nav-links.active,.hamburger{display:flex}.section-title{font-size:1.9rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.hero-arrow{display:none}}@media (width<=992px){.hero-overlay{clip-path:none}.hero-slide-img{width:100%;height:52%;padding:2rem 1.5rem 0;position:absolute;top:0;left:0;transform:none}.hero-slide-img img{opacity:1;filter:drop-shadow(0 15px 20px #14213d40);max-width:100%;max-height:100%}.hero-content{justify-content:center;align-items:flex-start;padding:1.2rem 1.5rem 3rem;position:absolute;inset:52% 0 0}.hero-text{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14213dd9;border-radius:14px;max-width:100%;padding:1.2rem 1.5rem}.hero-text h1{font-size:1.6rem}.hero-dots{bottom:12px}}
