.Navbar-module___rHu7W__navbar{z-index:1000;background-color:#fff;border-radius:100px;justify-content:space-between;align-items:center;width:95%;max-width:1300px;height:70px;padding:0 10px 0 30px;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000014}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__hidden{opacity:0;pointer-events:none;transform:translate(-50%,-120px)}.Navbar-module___rHu7W__logo{flex-direction:column;align-items:flex-start;display:flex}.Navbar-module___rHu7W__logo img{width:auto;height:35px;display:block}.Navbar-module___rHu7W__disclaimer{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:.65rem;font-weight:600}.Navbar-module___rHu7W__navLinks{justify-content:center;align-items:center;gap:25px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module___rHu7W__navLinks a{color:#333;white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.Navbar-module___rHu7W__navLinks a:hover{color:var(--primary-color,#e31e24)}.Navbar-module___rHu7W__actions{align-items:center;height:100%;display:flex}.Navbar-module___rHu7W__ctaButton{background-color:var(--primary-color,#e31e24);color:#fff;border-radius:100px;justify-content:center;align-items:center;gap:12px;height:54px;margin-right:8px;padding:0 35px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Navbar-module___rHu7W__ctaButton:hover{background-color:#c4191f;transform:scale(1.02)}.Navbar-module___rHu7W__hamburger{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;margin-right:20px;padding:0;display:none}.Navbar-module___rHu7W__bar{background-color:var(--primary-color,#e31e24);border-radius:10px;width:30px;height:3px;transition:all .3s;position:relative}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__active .Navbar-module___rHu7W__bar:first-child{transform:translateY(11px)rotate(45deg)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__active .Navbar-module___rHu7W__bar:nth-child(2){opacity:0}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__active .Navbar-module___rHu7W__bar:nth-child(3){transform:translateY(-11px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{opacity:0;visibility:hidden;z-index:1010;background-color:#fff;border-radius:30px;flex-direction:column;gap:40px;width:85%;max-width:380px;padding:60px 40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 30px 60px #0000004d}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__show{opacity:1;visibility:visible;transform:translate(-50%,-50%)scale(1)}.Navbar-module___rHu7W__mobileNavLinks{text-align:center;flex-direction:column;gap:25px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module___rHu7W__mobileNavLinks a{color:#1a1a1a;font-size:1.3rem;font-weight:600;text-decoration:none;transition:color .3s}.Navbar-module___rHu7W__mobileNavLinks a:hover{color:var(--primary-color,#e31e24)}.Navbar-module___rHu7W__mobileActions{justify-content:center;width:100%;display:flex}.Navbar-module___rHu7W__mobileActions .Navbar-module___rHu7W__ctaButton{width:100%;margin-right:0}.Navbar-module___rHu7W__overlay{-webkit-backdrop-filter:blur(12px);z-index:1005;background:#0006;width:100%;height:100%;animation:.4s Navbar-module___rHu7W__fadeIn;position:fixed;top:0;left:0}@keyframes Navbar-module___rHu7W__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.Navbar-module___rHu7W__navLinks,.Navbar-module___rHu7W__actions{display:none}.Navbar-module___rHu7W__hamburger{display:flex}}@media (max-width:768px){.Navbar-module___rHu7W__navbar{height:60px;padding:0 10px 0 15px;top:10px}.Navbar-module___rHu7W__logo img{height:25px}.Navbar-module___rHu7W__hamburger{margin-right:10px}.Navbar-module___rHu7W__mobileMenu{width:90%;padding:40px 20px}}@media (max-width:380px){.Navbar-module___rHu7W__logo img{height:20px}.Navbar-module___rHu7W__navbar{padding:0 5px 0 12px}}
.Banner-module__AkIBaq__banner{color:#fff;z-index:10;background-image:url(/banner-bg.jpg);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:visible}.Banner-module__AkIBaq__overlay{background:var(--overlay-color,#b81217bf);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Banner-module__AkIBaq__container{z-index:2;justify-content:space-between;align-items:center;width:90%;max-width:1300px;margin:0 auto;display:flex;position:relative}.Banner-module__AkIBaq__content{max-width:550px;margin-left:60px;padding-top:10px;animation:1s ease-out Banner-module__AkIBaq__fadeInUp}.Banner-module__AkIBaq__subtitle{opacity:.9;letter-spacing:1px;margin-bottom:10px;font-size:1.1rem;font-weight:500}.Banner-module__AkIBaq__title{text-transform:uppercase;margin-bottom:30px;font-size:5rem;font-weight:900;line-height:1.1}.Banner-module__AkIBaq__title span{font-style:italic;font-weight:400}.Banner-module__AkIBaq__ctaBox{z-index:20;gap:20px;display:flex;position:relative}.Banner-module__AkIBaq__primaryBtn{background-color:var(--cta-bg,var(--primary-color,#e31e24));color:var(--cta-color,#fff);border:2px solid #0000;border-radius:50px;align-items:center;gap:15px;padding:15px 35px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Banner-module__AkIBaq__primaryBtn:hover{background-color:var(--cta-hover-bg,#fff);color:var(--cta-hover-color,var(--primary-color,#e31e24));transform:translateY(-5px);box-shadow:0 10px 20px #0003}.Banner-module__AkIBaq__productOuter{justify-content:center;align-items:center;width:50%;height:600px;margin-top:120px;display:flex;position:relative}.Banner-module__AkIBaq__floatingProduct{z-index:5;width:100%;max-width:450px;animation:4s ease-in-out infinite Banner-module__AkIBaq__float,.8s ease-out Banner-module__AkIBaq__slideIn;position:relative}.Banner-module__AkIBaq__floatingProduct img{object-fit:contain;filter:drop-shadow(0 20px 40px #00000080);width:100%;height:auto}.Banner-module__AkIBaq__ripples{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.Banner-module__AkIBaq__ripple{opacity:0;border:2px solid #fff3;border-radius:50%;width:300px;height:300px;animation:4s linear infinite Banner-module__AkIBaq__rippleAnim;position:absolute}.Banner-module__AkIBaq__ripple:nth-child(2){width:450px;height:450px;animation-delay:1s}.Banner-module__AkIBaq__ripple:nth-child(3){width:600px;height:600px;animation-delay:2s}.Banner-module__AkIBaq__navControls{z-index:10;pointer-events:none;justify-content:space-between;width:100%;padding:0 30px;display:flex;position:absolute;top:50%}.Banner-module__AkIBaq__navBtn{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:auto;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex}.Banner-module__AkIBaq__navBtn:hover{color:var(--primary-color);background:#fff}.Banner-module__AkIBaq__scrollIndicator{z-index:10;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Banner-module__AkIBaq__scrollText{letter-spacing:5px;font-size:.7rem;font-weight:700}.Banner-module__AkIBaq__scrollLine{background:linear-gradient(#0000,#fff);width:1px;height:50px;animation:2s infinite Banner-module__AkIBaq__scrollLineAnim}.Banner-module__AkIBaq__whatsapp{z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:30px;left:30px;box-shadow:0 10px 20px #0000004d}.Banner-module__AkIBaq__whatsapp:hover{transform:scale(1.1)rotate(10deg)}.Banner-module__AkIBaq__whatsapp img{width:35px}@keyframes Banner-module__AkIBaq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Banner-module__AkIBaq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes Banner-module__AkIBaq__slideIn{0%{opacity:0;transform:translate(50px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.Banner-module__AkIBaq__scrollCircle{cursor:pointer;z-index:300;background:#f1f3f5;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;text-decoration:none;display:flex;position:absolute;bottom:-55px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000026}.Banner-module__AkIBaq__rotatingSvg{transform-origin:50%;width:100%;height:100%;animation:20s linear infinite Banner-module__AkIBaq__rotateText;position:absolute}.Banner-module__AkIBaq__scrollText{letter-spacing:2px;fill:#333;text-transform:uppercase;font-size:10px;font-weight:700}.Banner-module__AkIBaq__innerIcon{border:3px solid var(--primary-color,#e31e24);width:44px;height:44px;color:var(--primary-color,#e31e24);z-index:5;background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}@keyframes Banner-module__AkIBaq__rotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Banner-module__AkIBaq__rippleAnim{0%{opacity:0;transform:scale(.8)}50%{opacity:.5}to{opacity:0;transform:scale(1.3)}}@keyframes Banner-module__AkIBaq__scrollLineAnim{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:992px){.Banner-module__AkIBaq__container{text-align:center;flex-direction:column;justify-content:center;padding-top:8rem}.Banner-module__AkIBaq__content{max-width:100%;margin-bottom:20px;margin-left:0;padding-top:0}.Banner-module__AkIBaq__title{font-size:3.5rem}.Banner-module__AkIBaq__productOuter{width:100%;height:auto;margin-top:20px}.Banner-module__AkIBaq__floatingProduct{max-width:320px}.Banner-module__AkIBaq__ctaBox{justify-content:center}}@media (max-width:768px){.Banner-module__AkIBaq__banner{height:auto;min-height:90vh;padding-top:80px;padding-bottom:40px}.Banner-module__AkIBaq__container{text-align:center;gap:30px;flex-direction:column!important;padding-top:20px!important}.Banner-module__AkIBaq__title{margin-bottom:15px!important;font-size:2.5rem!important}.Banner-module__AkIBaq__subtitle{font-size:.9rem!important}.Banner-module__AkIBaq__ctaBox{justify-content:center;margin-bottom:20px!important}.Banner-module__AkIBaq__productOuter{width:80%;max-width:300px;margin:0 auto!important}.Banner-module__AkIBaq__navControls{z-index:20;justify-content:flex-start;width:auto;bottom:20px;left:20px;right:auto;padding:0!important;top:auto!important}.Banner-module__AkIBaq__scrollCircle{z-index:200;background:#f1f3f5;position:absolute;bottom:20px;left:auto;right:20px;transform:scale(.8);box-shadow:0 10px 30px #0003}.Banner-module__AkIBaq__whatsapp{bottom:110px;left:20px}}@media (max-width:380px){.Banner-module__AkIBaq__title{font-size:2rem!important}.Banner-module__AkIBaq__subtitle{font-size:.8rem!important}.Banner-module__AkIBaq__primaryBtn{padding:12px 25px!important;font-size:.9rem!important}.Banner-module__AkIBaq__navBtn{width:35px!important;height:35px!important}}
.About-module__S-Ka5a__about{z-index:1;background-color:#f1f3f5;padding:60px 0 80px;position:relative}.About-module__S-Ka5a__innerIcon svg{margin:0;padding:0;display:block}.About-module__S-Ka5a__container{align-items:center;gap:80px;width:92%;max-width:1400px;margin:0 auto;display:flex}.About-module__S-Ka5a__content{flex:1}.About-module__S-Ka5a__subtitleContainer{flex-direction:column;margin-bottom:30px;display:inline-flex}.About-module__S-Ka5a__subtitleHeader{align-items:center;gap:12px;display:flex}.About-module__S-Ka5a__miniIcon{width:25px;height:auto;filter:brightness(0) saturate(100%) invert(20%) sepia(90%) codesia(100%) hue-rotate(350deg)}.About-module__S-Ka5a__subtitleText{color:var(--primary-color,#e31e24);text-transform:none;letter-spacing:.5px;font-size:1.1rem;font-weight:700}.About-module__S-Ka5a__redUnderline{background-color:var(--primary-color,#e31e24);width:100%;height:3px;margin-top:5px;position:relative}.About-module__S-Ka5a__redUnderline:before{content:"";border-left:3px solid var(--primary-color,#e31e24);border-bottom:3px solid var(--primary-color,#e31e24);width:30px;height:10px;position:absolute;bottom:0;left:0;transform:translateY(3px)}.About-module__S-Ka5a__title{color:#222;margin-bottom:15px;font-size:3.2rem;font-weight:900;line-height:1.1}.About-module__S-Ka5a__description{color:#555;margin-bottom:35px;font-size:1.05rem;line-height:1.7}.About-module__S-Ka5a__cards{gap:30px;display:flex}.About-module__S-Ka5a__card{background:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;flex:1;min-height:180px;padding:30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 15px 45px #0000000d,inset 0 0 15px #00000005}.About-module__S-Ka5a__card:hover{transform:translateY(-10px)}.About-module__S-Ka5a__cardHeader{align-items:center;gap:18px;margin-bottom:20px;display:flex}.About-module__S-Ka5a__iconCircle{background:var(--primary-light,#fdf2f2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.About-module__S-Ka5a__iconCircle img{width:25px;height:auto}.About-module__S-Ka5a__cardHeader h3{color:#222;font-size:1.4rem;font-weight:800}.About-module__S-Ka5a__card p{color:#666;font-size:1.05rem;line-height:1.7}.About-module__S-Ka5a__imageSide{flex-direction:column;gap:20px;width:45%;display:flex}.About-module__S-Ka5a__mainImage{border-radius:30px;width:100%;height:350px;position:relative;overflow:visible}.About-module__S-Ka5a__mainImage img{object-fit:cover;border-radius:30px;width:100%;height:100%}.About-module__S-Ka5a__benefitsGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:5px;display:grid}.About-module__S-Ka5a__benefitItem{background:#fff;border:1px solid #00000003;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;display:flex;box-shadow:0 4px 15px #00000008}.About-module__S-Ka5a__benefitIcon{color:var(--primary-color,#e31e24);flex-shrink:0;width:16px;height:16px}.About-module__S-Ka5a__benefitItem span{color:#444;font-size:.85rem;font-weight:600}.About-module__S-Ka5a__floatingBadge{z-index:20;pointer-events:none;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:absolute;bottom:-30px;right:-30px}.About-module__S-Ka5a__badgeImg{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.About-module__S-Ka5a__rotatingSvg{width:100%;height:100%;animation:25s linear infinite About-module__S-Ka5a__rotateText;display:block}.About-module__S-Ka5a__rotatingText{fill:#fff;text-shadow:0 2px 4px #0006;text-transform:uppercase;letter-spacing:1px;font-size:7.5px;font-weight:800}.About-module__S-Ka5a__redCircle{background:var(--primary-color,#e31e24);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #0003}.About-module__S-Ka5a__brand{color:#fff;font-family:Inter,sans-serif;font-size:.7rem;font-weight:800}@keyframes About-module__S-Ka5a__rotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:992px){.About-module__S-Ka5a__container{flex-direction:column;gap:30px;padding-top:10px}.About-module__S-Ka5a__imageSide{text-align:center;gap:15px;width:100%}.About-module__S-Ka5a__floatingBadge{width:100px;height:100px;bottom:-15px;right:0}.About-module__S-Ka5a__redCircle{width:50px;height:50px}.About-module__S-Ka5a__cards{flex-direction:column;gap:15px}}@media (max-width:768px){.About-module__S-Ka5a__about{margin-top:0;padding:30px 0 50px}.About-module__S-Ka5a__subtitleContainer{text-align:left;justify-content:flex-start;margin-bottom:20px}.About-module__S-Ka5a__title{text-align:left;margin-bottom:12px;font-size:1.8rem}.About-module__S-Ka5a__description{text-align:left;margin-bottom:25px;font-size:.95rem;line-height:1.6}.About-module__S-Ka5a__card{min-height:auto;padding:20px}.About-module__S-Ka5a__cardHeader{gap:12px;margin-bottom:12px}.About-module__S-Ka5a__iconCircle{width:35px;height:35px}.About-module__S-Ka5a__iconCircle svg{width:18px}.About-module__S-Ka5a__cardHeader h3{font-size:1.2rem}.About-module__S-Ka5a__card p{font-size:.9rem}.About-module__S-Ka5a__mainImage{height:250px}.About-module__S-Ka5a__benefitsGrid{gap:8px}.About-module__S-Ka5a__benefitItem{padding:8px 10px}.About-module__S-Ka5a__benefitItem span{font-size:.75rem}}
.Stats-module__Lag95a__statsSection{color:#fff;background-image:url(/kitchen_stats_bg.jpg);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;width:100%;padding:60px 0;display:flex;position:relative;overflow:hidden}.Stats-module__Lag95a__overlay{background:var(--stats-bg-color,#b81217d9);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Stats-module__Lag95a__container{z-index:2;justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex;position:relative}.Stats-module__Lag95a__statItem{flex:1;justify-content:center;align-items:center;gap:25px;display:flex}.Stats-module__Lag95a__iconContainer{opacity:.95;justify-content:center;align-items:center;display:flex}.Stats-module__Lag95a__info{flex-direction:column;display:flex}.Stats-module__Lag95a__number{font-size:3rem;font-weight:800;line-height:1}.Stats-module__Lag95a__text{opacity:.9;white-space:nowrap;margin-top:5px;font-size:1rem;font-weight:500}.Stats-module__Lag95a__divider{background:#ffffff4d;width:1px;height:60px;margin:0 20px}@media (max-width:992px){.Stats-module__Lag95a__container{flex-direction:column;gap:40px}.Stats-module__Lag95a__divider{display:none}.Stats-module__Lag95a__statItem{text-align:center;width:100%}}@media (max-width:768px){.Stats-module__Lag95a__statsSection{padding:40px 0}.Stats-module__Lag95a__number{font-size:2.2rem}.Stats-module__Lag95a__text{font-size:.9rem}.Stats-module__Lag95a__statItem{gap:15px}.Stats-module__Lag95a__iconContainer svg{width:35px;height:35px}}
.Services-module__h5-agW__servicesSection{background-color:#e9ecef;padding:100px 0;overflow:hidden}.Services-module__h5-agW__container{width:92%;max-width:1400px;margin:0 auto}.Services-module__h5-agW__header{text-align:center;max-width:800px;margin-bottom:60px;margin-left:auto;margin-right:auto}.Services-module__h5-agW__tagline{color:var(--primary-color,#e31e24);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:15px;font-size:.95rem;font-weight:700;display:inline-flex;position:relative}.Services-module__h5-agW__tagline:after{content:"";background:var(--primary-color,#e31e24);width:60%;height:2px;position:absolute;bottom:-5px;left:0}.Services-module__h5-agW__title{color:#333;margin-bottom:25px;font-size:3rem;font-weight:850}.Services-module__h5-agW__description{color:#666;font-size:1.1rem;line-height:1.7}.Services-module__h5-agW__desktopGrid{grid-template-columns:repeat(4,1fr);align-items:flex-start;gap:25px;display:grid}.Services-module__h5-agW__card{background:#fff;border-radius:30px;flex-direction:column;min-height:320px;padding:30px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 30px #0000000d}.Services-module__h5-agW__expanded{min-height:480px}.Services-module__h5-agW__cardHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.Services-module__h5-agW__iconBox{color:#333}.Services-module__h5-agW__serviceId{color:#f1f3f5;font-size:3.5rem;font-weight:900;line-height:1}.Services-module__h5-agW__cardSubtitle{color:var(--primary-color,#e31e24);text-transform:uppercase;margin-bottom:15px;font-size:.8rem;font-weight:700}.Services-module__h5-agW__cardTitle{color:#333;margin-bottom:25px;font-size:1.8rem;font-weight:800}.Services-module__h5-agW__descriptionContainer{flex:1}.Services-module__h5-agW__shortDesc{color:#555;font-size:.95rem;line-height:1.6}.Services-module__h5-agW__fullDesc{margin:0;padding:0;list-style:none}.Services-module__h5-agW__fullDesc li{color:#555;margin-bottom:10px;font-size:.9rem;line-height:1.5}.Services-module__h5-agW__readMoreBtn{color:var(--primary-color,#e31e24);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;margin-top:25px;padding:0;font-size:.9rem;font-weight:700;display:flex}.Services-module__h5-agW__readMoreBtn:hover{text-decoration:underline}.Services-module__h5-agW__mobileCarousel{display:none}@media (max-width:1200px){.Services-module__h5-agW__desktopGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__h5-agW__servicesSection{padding:60px 0}.Services-module__h5-agW__title{font-size:2.2rem}.Services-module__h5-agW__desktopGrid{display:none}.Services-module__h5-agW__mobileCarousel{display:block}.Services-module__h5-agW__carouselContainer{min-height:450px}.Services-module__h5-agW__carouselSlide{width:100%}.Services-module__h5-agW__carouselControls{justify-content:center;align-items:center;gap:20px;margin-top:30px;display:flex}.Services-module__h5-agW__controlBtn{width:45px;height:45px;color:var(--primary-color,#e31e24);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #0000001a}.Services-module__h5-agW__dots{gap:8px;display:flex}.Services-module__h5-agW__dot{cursor:pointer;background:#ced4da;border-radius:50%;width:8px;height:8px}.Services-module__h5-agW__activeDot{background:var(--primary-color,#e31e24);border-radius:4px;width:20px}.Services-module__h5-agW__card{min-height:300px}}
.CorrectiveService-module__r4sIsq__correctiveSection{background-color:#e9ecef;padding:0 0 100px}.CorrectiveService-module__r4sIsq__container{width:92%;max-width:1400px;margin:0 auto}.CorrectiveService-module__r4sIsq__whiteCard{background:#fff;border-radius:40px;padding:60px;box-shadow:0 20px 50px #0000000d}.CorrectiveService-module__r4sIsq__contentWrapper{align-items:center;gap:80px;display:flex}.CorrectiveService-module__r4sIsq__imageSide{flex:1;justify-content:center;display:flex}.CorrectiveService-module__r4sIsq__organicImage{border-radius:200px 30px;width:100%;max-width:550px;height:400px;position:relative;overflow:hidden}.CorrectiveService-module__r4sIsq__organicImage img{object-fit:cover;width:100%;height:100%}.CorrectiveService-module__r4sIsq__textSide{flex:1.2}.CorrectiveService-module__r4sIsq__tagline{color:var(--primary-color,#e31e24);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:15px;font-size:.9rem;font-weight:700;display:inline-flex;position:relative}.CorrectiveService-module__r4sIsq__tagline:after{content:"";background:var(--primary-color,#e31e24);width:60px;height:2px;position:absolute;bottom:-5px;left:0}.CorrectiveService-module__r4sIsq__title{color:#333;margin-bottom:25px;font-size:3rem;font-weight:850}.CorrectiveService-module__r4sIsq__description{color:#666;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.CorrectiveService-module__r4sIsq__checklist{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.CorrectiveService-module__r4sIsq__checkItem{align-items:flex-start;gap:15px;display:flex}.CorrectiveService-module__r4sIsq__checkIcon{color:var(--primary-color,#e31e24);flex-shrink:0;margin-top:3px}.CorrectiveService-module__r4sIsq__checkText{color:#555;font-size:1.05rem;line-height:1.5}.CorrectiveService-module__r4sIsq__checkText strong{color:#333;font-weight:700}@media (max-width:1200px){.CorrectiveService-module__r4sIsq__contentWrapper{gap:40px}.CorrectiveService-module__r4sIsq__title{font-size:2.5rem}}@media (max-width:992px){.CorrectiveService-module__r4sIsq__contentWrapper{text-align:center;flex-direction:column}.CorrectiveService-module__r4sIsq__whiteCard{padding:40px 30px}.CorrectiveService-module__r4sIsq__organicImage{order:-1;height:300px}.CorrectiveService-module__r4sIsq__tagline{justify-content:center}.CorrectiveService-module__r4sIsq__tagline:after{left:50%;transform:translate(-50%)}.CorrectiveService-module__r4sIsq__checkItem{text-align:left}}@media (max-width:768px){.CorrectiveService-module__r4sIsq__correctiveSection{padding-bottom:60px}.CorrectiveService-module__r4sIsq__title{font-size:2rem}.CorrectiveService-module__r4sIsq__description{font-size:1rem}.CorrectiveService-module__r4sIsq__checkText{font-size:.95rem}}
.Mixers-module__txhveW__mixersSection{background-color:#e9ecef;padding:60px 0 80px;overflow:hidden}.Mixers-module__txhveW__container{width:92%;max-width:1400px;margin:0 auto}.Mixers-module__txhveW__header{text-align:center;margin-bottom:60px}.Mixers-module__txhveW__tagline{color:#e31e24;text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;gap:8px;margin-bottom:15px;font-size:.9rem;font-weight:700;display:inline-flex;position:relative}.Mixers-module__txhveW__tagline:after{content:"";background:#e31e24;width:60px;height:2px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.Mixers-module__txhveW__title{color:#333;margin:20px 0 10px;font-size:3.5rem;font-weight:850}.Mixers-module__txhveW__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.Mixers-module__txhveW__desktopLayout{grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:30px;max-width:1100px;margin:0 auto;display:grid}.Mixers-module__txhveW__columnCards{flex-direction:column;gap:40px;display:flex}.Mixers-module__txhveW__imageColumn{justify-content:center;display:flex}.Mixers-module__txhveW__mixerImg{filter:drop-shadow(0 20px 40px #00000014);width:100%;max-width:480px;height:auto}.Mixers-module__txhveW__card{background:#fff;padding:30px;transition:all .3s;box-shadow:0 10px 30px #00000005}.Mixers-module__txhveW__card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0000000f}.Mixers-module__txhveW__iconBox{color:#333;margin-bottom:20px}.Mixers-module__txhveW__cardTitle{color:#333;margin-bottom:15px;font-size:1.6rem;font-weight:800;line-height:1.2}.Mixers-module__txhveW__cardDesc{color:#666;margin:0;font-size:.95rem;line-height:1.6}.Mixers-module__txhveW__card1{border-radius:80px 80px 30px}.Mixers-module__txhveW__card2{border-radius:80px 80px 80px 30px}.Mixers-module__txhveW__card3{border-radius:80px 30px 80px 80px}.Mixers-module__txhveW__card4{border-radius:30px 80px 80px}.Mixers-module__txhveW__mobileLayout{display:none}@media (max-width:992px){.Mixers-module__txhveW__desktopLayout{display:none}.Mixers-module__txhveW__mobileLayout{max-width:100%;display:block}.Mixers-module__txhveW__mobileHorizontalWrapper{align-items:center;gap:20px;margin-bottom:30px;display:flex}.Mixers-module__txhveW__mobileMixerSide{flex:0 0 35%}.Mixers-module__txhveW__mobileMixerImg{filter:drop-shadow(0 10px 20px #0000000d);width:100%;height:auto}.Mixers-module__txhveW__mobileCardSide{flex:1;align-items:center;min-height:300px;display:flex}.Mixers-module__txhveW__mobileCard{background:#fff;border-radius:20px 40px;width:100%;padding:20px;box-shadow:0 10px 25px #0000000a}.Mixers-module__txhveW__mobileCard .Mixers-module__txhveW__iconBox{margin-bottom:10px}.Mixers-module__txhveW__mobileCard .Mixers-module__txhveW__cardTitle{margin-bottom:10px;font-size:1.3rem}.Mixers-module__txhveW__mobileCard .Mixers-module__txhveW__cardDesc{font-size:.85rem;line-height:1.5}.Mixers-module__txhveW__carouselControls{justify-content:center;align-items:center;gap:15px;margin-top:20px;display:flex}.Mixers-module__txhveW__controlBtn{color:#e31e24;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #00000014}.Mixers-module__txhveW__dots{gap:6px;display:flex}.Mixers-module__txhveW__dot{background:#ced4da;border-radius:50%;width:6px;height:6px}.Mixers-module__txhveW__activeDot{background:#e31e24;border-radius:3px;width:15px}}@media (max-width:600px){.Mixers-module__txhveW__mobileHorizontalWrapper{gap:10px}.Mixers-module__txhveW__mobileMixerSide{flex:0 0 40%}.Mixers-module__txhveW__mobileCard{padding:15px}.Mixers-module__txhveW__mobileCard .Mixers-module__txhveW__cardTitle{font-size:1.1rem}.Mixers-module__txhveW__mobileCard .Mixers-module__txhveW__cardDesc{font-size:.8rem}.Mixers-module__txhveW__title{font-size:2.22rem}}
.AppliancesSlider-module__Ry0Xzq__sliderSection{color:#fff;background:url(/kitchen_stats_bg.jpg) 50%/cover no-repeat;padding:100px 0 150px;position:relative;overflow:hidden}.AppliancesSlider-module__Ry0Xzq__redOverlay{background:var(--slider-overlay-color,#bd1f24eb);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.AppliancesSlider-module__Ry0Xzq__container{z-index:2;text-align:center;width:92%;max-width:1400px;margin:0 auto;position:relative}.AppliancesSlider-module__Ry0Xzq__title{letter-spacing:-.5px;margin-bottom:60px;font-size:2.5rem;font-weight:800}.AppliancesSlider-module__Ry0Xzq__carouselWrapper{max-width:1250px;margin:0 auto;position:relative}.AppliancesSlider-module__Ry0Xzq__cardsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.AppliancesSlider-module__Ry0Xzq__card{cursor:pointer;background:#fff;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 15px 35px #0003}.AppliancesSlider-module__Ry0Xzq__imageBox{height:220px;position:relative;overflow:hidden}.AppliancesSlider-module__Ry0Xzq__imageBox img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.AppliancesSlider-module__Ry0Xzq__card:hover .AppliancesSlider-module__Ry0Xzq__imageBox img{transform:scale(1.1)}.AppliancesSlider-module__Ry0Xzq__badge{z-index:3;background:#333;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.AppliancesSlider-module__Ry0Xzq__labelBox{text-align:center;background:#fff;padding:35px 15px 25px}.AppliancesSlider-module__Ry0Xzq__label{color:#333;font-size:1.1rem;font-weight:700}.AppliancesSlider-module__Ry0Xzq__controls{justify-content:center;align-items:center;gap:25px;margin-top:20px;display:flex}.AppliancesSlider-module__Ry0Xzq__navBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.AppliancesSlider-module__Ry0Xzq__navBtn:hover{color:var(--primary-dark,#bd1f24);background:#fff}.AppliancesSlider-module__Ry0Xzq__counter{align-items:center;gap:8px;font-size:1.2rem;font-weight:700;display:flex}.AppliancesSlider-module__Ry0Xzq__current{color:#fff}.AppliancesSlider-module__Ry0Xzq__separator{color:#fff6}.AppliancesSlider-module__Ry0Xzq__total{color:#fff9}@media (max-width:1200px){.AppliancesSlider-module__Ry0Xzq__cardsGrid{grid-template-columns:repeat(3,1fr)}.AppliancesSlider-module__Ry0Xzq__card:nth-child(4){display:none}}@media (max-width:900px){.AppliancesSlider-module__Ry0Xzq__cardsGrid{grid-template-columns:repeat(2,1fr)}.AppliancesSlider-module__Ry0Xzq__card:nth-child(3),.AppliancesSlider-module__Ry0Xzq__card:nth-child(4){display:none}.AppliancesSlider-module__Ry0Xzq__title{font-size:2rem}}@media (max-width:600px){.AppliancesSlider-module__Ry0Xzq__cardsGrid{grid-template-columns:1fr}.AppliancesSlider-module__Ry0Xzq__card:nth-child(2){display:none}.AppliancesSlider-module__Ry0Xzq__title{font-size:1.6rem}.AppliancesSlider-module__Ry0Xzq__imageBox{height:200px}}
.PaymentMethods-module__CihaSG__paymentSection{z-index:10;margin-top:-80px;padding-bottom:80px;position:relative}.PaymentMethods-module__CihaSG__container{width:92%;max-width:1400px;margin:0 auto}.PaymentMethods-module__CihaSG__banner{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 25px 60px #0000001f}.PaymentMethods-module__CihaSG__content{align-items:center;padding:20px 60px;display:flex}.PaymentMethods-module__CihaSG__textSide{flex:1;padding:40px 0}.PaymentMethods-module__CihaSG__tagline{color:var(--primary-color,#e31e24);align-items:center;gap:10px;margin-bottom:15px;font-size:.95rem;font-weight:700;display:flex}.PaymentMethods-module__CihaSG__title{color:#333;max-width:500px;margin-bottom:30px;font-size:2.22rem;font-weight:850;line-height:1.2}.PaymentMethods-module__CihaSG__logosGrid{gap:40px;display:flex}.PaymentMethods-module__CihaSG__logoItem{color:#666;align-items:center;gap:12px;font-weight:600;display:flex}.PaymentMethods-module__CihaSG__logoIcon{color:var(--primary-color,#e31e24)}.PaymentMethods-module__CihaSG__imageSide{flex:0 0 45%;justify-content:flex-end;display:flex}.PaymentMethods-module__CihaSG__promoImg{object-fit:contain;max-width:100%;height:auto;max-height:300px}@media (max-width:1100px){.PaymentMethods-module__CihaSG__content{padding:20px 40px}.PaymentMethods-module__CihaSG__title{font-size:1.8rem}}@media (max-width:992px){.PaymentMethods-module__CihaSG__content{text-align:center;flex-direction:column;padding:40px 20px}.PaymentMethods-module__CihaSG__tagline{justify-content:center}.PaymentMethods-module__CihaSG__logosGrid{flex-wrap:wrap;justify-content:center;gap:20px}.PaymentMethods-module__CihaSG__imageSide{flex:0 0 100%;justify-content:center;margin-top:30px}.PaymentMethods-module__CihaSG__promoImg{max-height:200px}.PaymentMethods-module__CihaSG__paymentSection{margin-top:-60px}}@media (max-width:600px){.PaymentMethods-module__CihaSG__title{font-size:1.5rem}.PaymentMethods-module__CihaSG__logoItem{font-size:.9rem}}
.WhyChooseUs-module__YwVtra__whySection{background-color:#e9ecef;padding:60px 0}.WhyChooseUs-module__YwVtra__container{width:92%;max-width:1400px;margin:0 auto}.WhyChooseUs-module__YwVtra__header{text-align:center;margin-bottom:40px}.WhyChooseUs-module__YwVtra__tagline{color:var(--primary-color,#e31e24);text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;gap:8px;margin-bottom:15px;font-size:.85rem;font-weight:700;display:inline-flex;position:relative}.WhyChooseUs-module__YwVtra__tagline:after{content:"";background:var(--primary-color,#e31e24);width:40px;height:2px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.WhyChooseUs-module__YwVtra__title{color:#333;margin:15px 0 10px;font-size:2.8rem;font-weight:850}.WhyChooseUs-module__YwVtra__subtitle{color:#666;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.5}.WhyChooseUs-module__YwVtra__grid{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1100px;margin:0 auto;display:grid}.WhyChooseUs-module__YwVtra__card{background:#fff;border-radius:15px;flex-direction:column;align-items:flex-start;padding:30px;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000000a}.WhyChooseUs-module__YwVtra__card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.WhyChooseUs-module__YwVtra__iconBox{margin-bottom:20px}.WhyChooseUs-module__YwVtra__starIcon{color:var(--primary-color,#e31e24)}.WhyChooseUs-module__YwVtra__cardTitle{color:#333;margin-bottom:12px;font-size:1.4rem;font-weight:800;line-height:1.2}.WhyChooseUs-module__YwVtra__cardDesc{color:#666;margin:0;font-size:.9rem;line-height:1.6}@media (max-width:1100px){.WhyChooseUs-module__YwVtra__title{font-size:2.8rem}.WhyChooseUs-module__YwVtra__card{padding:30px}.WhyChooseUs-module__YwVtra__cardTitle{font-size:1.5rem}}@media (max-width:900px){.WhyChooseUs-module__YwVtra__grid{grid-template-columns:1fr;gap:20px}.WhyChooseUs-module__YwVtra__card{text-align:center;border-radius:30px 80px;align-items:center}.WhyChooseUs-module__YwVtra__title{font-size:2.2rem}}@media (max-width:600px){.WhyChooseUs-module__YwVtra__title{font-size:1.8rem}}
.Testimonials-module__5wb8fq__testimonialSection{background-color:#f8f9fa;padding:80px 0}.Testimonials-module__5wb8fq__container{width:92%;max-width:1400px;margin:0 auto}.Testimonials-module__5wb8fq__whiteCard{text-align:center;background:#fff;border-radius:40px;padding:60px 40px;position:relative;box-shadow:0 20px 60px #00000008}.Testimonials-module__5wb8fq__header{margin-bottom:50px}.Testimonials-module__5wb8fq__tagline{color:var(--primary-color,#e31e24);text-transform:capitalize;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:10px;font-size:.95rem;font-weight:700;display:inline-flex;position:relative}.Testimonials-module__5wb8fq__tagline:after{content:"";background:var(--primary-color,#e31e24);width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Testimonials-module__5wb8fq__title{color:#333;letter-spacing:-1px;font-size:3rem;font-weight:850}.Testimonials-module__5wb8fq__sliderWrapper{align-items:center;gap:30px;margin-bottom:40px;display:flex}.Testimonials-module__5wb8fq__navBtn{color:#333;opacity:.3;cursor:pointer;background:0 0;border:none;transition:all .3s}.Testimonials-module__5wb8fq__navBtn:hover{opacity:1;transform:scale(1.1)}.Testimonials-module__5wb8fq__content{flex:1;overflow:hidden}.Testimonials-module__5wb8fq__pageGrid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.Testimonials-module__5wb8fq__testimonialItem{flex-direction:column;align-items:center;display:flex}.Testimonials-module__5wb8fq__quoteBubble{background:#f1f3f5;border-radius:20px;justify-content:center;align-items:center;min-height:180px;margin-bottom:30px;padding:40px;display:flex;position:relative}.Testimonials-module__5wb8fq__quoteBubble:after{content:"";border-top:15px solid #f1f3f5;border-left:15px solid #0000;border-right:15px solid #0000;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.Testimonials-module__5wb8fq__quoteText{color:#444;font-size:1.1rem;font-style:italic;font-weight:600;line-height:1.6}.Testimonials-module__5wb8fq__authorInfo{flex-direction:column;gap:5px;display:flex}.Testimonials-module__5wb8fq__name{color:#333;font-size:1.1rem;font-weight:800}.Testimonials-module__5wb8fq__serviceType{color:#888;font-size:.9rem;font-weight:600}.Testimonials-module__5wb8fq__pagination{justify-content:center;gap:12px;display:flex}.Testimonials-module__5wb8fq__dot{cursor:pointer;background:#dee2e6;border-radius:3px;width:30px;height:6px;transition:all .3s}.Testimonials-module__5wb8fq__activeDot{background:var(--primary-color,#e31e24);width:50px}@media (max-width:992px){.Testimonials-module__5wb8fq__pageGrid{grid-template-columns:1fr}.Testimonials-module__5wb8fq__title{font-size:2.2rem}.Testimonials-module__5wb8fq__whiteCard{padding:40px 20px}.Testimonials-module__5wb8fq__sliderWrapper{gap:10px}}@media (max-width:600px){.Testimonials-module__5wb8fq__title{font-size:1.8rem}.Testimonials-module__5wb8fq__quoteBubble{min-height:auto;padding:25px}.Testimonials-module__5wb8fq__quoteText{font-size:.95rem}}
.Contact-module__Bs3a0a__contactSection{background-color:#fff;padding:100px 0}.Contact-module__Bs3a0a__container{width:92%;max-width:1400px;margin:0 auto}.Contact-module__Bs3a0a__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Contact-module__Bs3a0a__header{margin-bottom:40px}.Contact-module__Bs3a0a__tagline{color:var(--primary-color,#e31e24);align-items:center;gap:10px;margin-bottom:15px;padding-bottom:5px;font-size:.95rem;font-weight:700;display:flex;position:relative}.Contact-module__Bs3a0a__tagline:after{content:"";background:var(--primary-color,#e31e24);width:60px;height:2px;position:absolute;bottom:0;left:0}.Contact-module__Bs3a0a__title{color:#333;font-size:3.5rem;font-weight:850;line-height:1.1}.Contact-module__Bs3a0a__form{flex-direction:column;gap:20px;display:flex}.Contact-module__Bs3a0a__inputGroupRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Contact-module__Bs3a0a__inputWrapper{position:relative}.Contact-module__Bs3a0a__input{color:#333;background:#e9ecef;border:none;border-radius:40px;outline:none;width:100%;padding:20px 50px 20px 25px;font-size:1.05rem;transition:all .3s}select.Contact-module__Bs3a0a__input{appearance:none;cursor:pointer}.Contact-module__Bs3a0a__input::placeholder{color:#6c757d}.Contact-module__Bs3a0a__input:focus{box-shadow:0 0 0 2px var(--primary-focus-shadow,#e31e241a);background:#dee2e6}.Contact-module__Bs3a0a__textarea{resize:none;border-radius:30px;min-height:180px;padding-top:25px}.Contact-module__Bs3a0a__inputIcon{color:#adb5bd;position:absolute;top:50%;right:25px;transform:translateY(-50%)}.Contact-module__Bs3a0a__textarea~.Contact-module__Bs3a0a__inputIcon{top:35px}.Contact-module__Bs3a0a__submitBtn{background-color:var(--primary-color,#e31e24);color:#fff;cursor:pointer;width:fit-content;box-shadow:0 10px 20px var(--primary-shadow-color,#e31e2433);border:none;border-radius:40px;align-items:center;gap:12px;padding:18px 45px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.Contact-module__Bs3a0a__submitBtn:hover{background-color:var(--primary-dark,#bd1f24);box-shadow:0 15px 30px var(--primary-shadow-hover,#e31e244d);transform:translateY(-3px)}.Contact-module__Bs3a0a__mapSide{height:100%}.Contact-module__Bs3a0a__mapContainer{border-radius:20px;height:550px;overflow:hidden;box-shadow:0 20px 50px #0000001a}@media (max-width:992px){.Contact-module__Bs3a0a__grid{grid-template-columns:1fr;gap:60px}.Contact-module__Bs3a0a__title{font-size:2.8rem}.Contact-module__Bs3a0a__mapContainer{height:400px}.Contact-module__Bs3a0a__formSide{order:1}.Contact-module__Bs3a0a__mapSide{order:2}}@media (max-width:600px){.Contact-module__Bs3a0a__inputGroupRow{grid-template-columns:1fr}.Contact-module__Bs3a0a__title{font-size:2.2rem}.Contact-module__Bs3a0a__submitBtn{justify-content:center;width:100%}}
.Footer-module__Grjkva__footer{width:100%;position:relative;overflow:hidden}.Footer-module__Grjkva__noiseOverlay{opacity:.05;pointer-events:none;z-index:5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__Grjkva__container{z-index:10;width:92%;max-width:1400px;margin:0 auto;position:relative}.Footer-module__Grjkva__topBar{color:#fff;border-bottom:1px solid #ffffff1a;padding:40px 0;position:relative}.Footer-module__Grjkva__topGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Footer-module__Grjkva__topItem{align-items:center;gap:20px;display:flex;position:relative}.Footer-module__Grjkva__topItem:not(:last-child):after{content:"";background:#fff3;width:1px;height:60px;position:absolute;top:50%;right:-15px;transform:translateY(-50%)}.Footer-module__Grjkva__iconCircle{background:#ffffff0d;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.Footer-module__Grjkva__topItem:hover .Footer-module__Grjkva__iconCircle{background:#fff3;transform:scale(1.05)}.Footer-module__Grjkva__topText h4{margin-bottom:5px;font-size:1.1rem;font-weight:700}.Footer-module__Grjkva__topText p{opacity:.9;margin:2px 0;font-size:.95rem}.Footer-module__Grjkva__mainFooter{color:#fff;padding:80px 0;position:relative;overflow:hidden}.Footer-module__Grjkva__mainFooter:before{content:"";opacity:1;z-index:1;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__Grjkva__mainGrid{grid-template-columns:1fr 1.5fr 1.5fr;gap:60px;display:grid}.Footer-module__Grjkva__colTitle{margin-bottom:30px;padding-bottom:10px;font-size:1.4rem;font-weight:850;position:relative}.Footer-module__Grjkva__colTitle:after{content:"";background:#fff;border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__Grjkva__list{flex-direction:column;gap:15px;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__list li{align-items:center;gap:10px;font-size:.95rem;font-weight:600;transition:transform .2s;display:flex}.Footer-module__Grjkva__list li:hover{transform:translate(5px)}.Footer-module__Grjkva__listIcon{color:#fff}.Footer-module__Grjkva__areasGrid,.Footer-module__Grjkva__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.Footer-module__Grjkva__areaLink,.Footer-module__Grjkva__serviceTag{color:#fff;white-space:nowrap;background:#ffffff14;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Footer-module__Grjkva__areaLink:hover,.Footer-module__Grjkva__serviceTag:hover{background:#fff3;transform:translateY(-2px)}.Footer-module__Grjkva__specializedDesc{opacity:.9;margin-bottom:20px;font-size:.95rem;line-height:1.5}.Footer-module__Grjkva__kitchenaidLogoRow{align-items:center;margin-bottom:10px;display:flex}.Footer-module__Grjkva__kitchenaidLogo{object-fit:contain;height:32px}.Footer-module__Grjkva__servicesGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__Grjkva__serviceNote{color:#ffffffb3;text-align:center;border-top:1px solid #ffffff0d;padding:20px 0;font-size:.8rem;line-height:1.4}.Footer-module__Grjkva__serviceNote p{max-width:900px;margin:0 auto}.Footer-module__Grjkva__serviceNote strong{color:#fff;font-weight:700}.Footer-module__Grjkva__copyrightBar{color:#fff;text-align:center;background-color:#222;border-top:1px solid #ffffff0d;padding:30px 0;font-size:.9rem;position:relative}.Footer-module__Grjkva__copyrightBar strong{font-weight:800}.Footer-module__Grjkva__copyrightFlex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.Footer-module__Grjkva__developedBy{opacity:.8;font-size:.85rem}.Footer-module__Grjkva__developedBy a{color:inherit;text-decoration:underline;transition:opacity .2s}.Footer-module__Grjkva__developedBy a:hover{opacity:1}@media (max-width:768px){.Footer-module__Grjkva__copyrightFlex{text-align:center;flex-direction:column;justify-content:center}}.Footer-module__Grjkva__footerBlue .Footer-module__Grjkva__topBar{background-color:#0b2554}.Footer-module__Grjkva__footerBlue .Footer-module__Grjkva__mainFooter{background-color:#0b2d66}.Footer-module__Grjkva__footerBlue .Footer-module__Grjkva__serviceNote{background-color:#081d42}.Footer-module__Grjkva__footerBlue .Footer-module__Grjkva__copyrightBar strong{color:#3b82f6}.Footer-module__Grjkva__footerRed .Footer-module__Grjkva__topBar{background-color:#9d1a1e}.Footer-module__Grjkva__footerRed .Footer-module__Grjkva__mainFooter{background-color:#bd1f24}.Footer-module__Grjkva__footerRed .Footer-module__Grjkva__serviceNote{background-color:#a81c20}.Footer-module__Grjkva__footerRed .Footer-module__Grjkva__copyrightBar strong{color:#e31e24}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__topBar{background-color:#0c0c0e;border-bottom:1px solid #ffb81c26}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__mainFooter{background-color:#09090b;background-image:none!important}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__serviceNote{background-color:#060608;border-top:1px solid #ffffff0d}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__copyrightBar{background-color:#040405;border-top:1px solid #ffffff0d}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__colTitle:after{background:#ffb81c}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__areaLink,.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__serviceTag{background:#ffffff08;border:1px solid #ffb81c1a}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__areaLink:hover,.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__serviceTag:hover{color:#09090b;background:#ffb81c;border-color:#ffb81c}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__iconCircle{color:#ffb81c;background:#ffb81c0d;border-color:#ffb81c33}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__iconCircle:hover{color:#09090b;background:#ffb81c}.Footer-module__Grjkva__footerDark .Footer-module__Grjkva__listIcon{color:#ffb81c}@media (max-width:1100px){.Footer-module__Grjkva__mainGrid{text-align:center;grid-template-columns:1fr;gap:50px}.Footer-module__Grjkva__colTitle{justify-content:center}.Footer-module__Grjkva__colTitle:after{left:50%;transform:translate(-50%)}.Footer-module__Grjkva__list,.Footer-module__Grjkva__areasGrid,.Footer-module__Grjkva__servicesGrid{justify-content:center}.Footer-module__Grjkva__areasGrid,.Footer-module__Grjkva__servicesGrid{grid-template-columns:repeat(3,1fr)}.Footer-module__Grjkva__topGrid{grid-template-columns:1fr;gap:20px}.Footer-module__Grjkva__topItem{justify-content:center}.Footer-module__Grjkva__topItem:after{display:none}}@media (max-width:600px){.Footer-module__Grjkva__areasGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__Grjkva__servicesGrid{grid-template-columns:1fr}.Footer-module__Grjkva__title{font-size:2.22rem}}.Footer-module__Grjkva__paymentColSection{text-align:left;width:100%;margin-top:30px}.Footer-module__Grjkva__paymentMethodsImg{object-fit:contain;background-color:#fff;border:3px solid #fff;border-radius:12px;width:100%;max-width:320px;height:auto;margin:15px 0 0;padding:10px 15px;transition:transform .3s,box-shadow .3s;display:block;box-shadow:0 8px 24px #00000040}.Footer-module__Grjkva__paymentMethodsImg:hover{transform:scale(1.03)translateY(-2px);box-shadow:0 12px 30px #00000059}@media (max-width:1100px){.Footer-module__Grjkva__paymentColSection{text-align:center}.Footer-module__Grjkva__paymentMethodsImg{margin:15px auto 0}}@media (max-width:600px){.Footer-module__Grjkva__paymentMethodsImg{max-width:280px;padding:8px 12px}}
.WhatsAppButton-module__Ya1Cjq__floatBtn{z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:30px;left:30px;box-shadow:2px 10px 20px #00000026}.WhatsAppButton-module__Ya1Cjq__floatBtn:hover{transform:scale(1.1);box-shadow:2px 15px 30px #00000040}.WhatsAppButton-module__Ya1Cjq__icon{z-index:2;width:35px;height:35px;position:relative}.WhatsAppButton-module__Ya1Cjq__pulse{z-index:1;background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite WhatsAppButton-module__Ya1Cjq__pulse;position:absolute}.WhatsAppButton-module__Ya1Cjq__callBtn{background-color:var(--primary-color,#e31e24);z-index:9999;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:100px;left:30px;box-shadow:2px 10px 20px #00000026}.WhatsAppButton-module__Ya1Cjq__callBtn:hover{transform:scale(1.1);box-shadow:2px 15px 30px #00000040}.WhatsAppButton-module__Ya1Cjq__pulseCall{background-color:var(--primary-color,#e31e24);z-index:1;border-radius:50%;width:100%;height:100%;animation:2s infinite WhatsAppButton-module__Ya1Cjq__pulse;position:absolute}@keyframes WhatsAppButton-module__Ya1Cjq__pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (max-width:600px){.WhatsAppButton-module__Ya1Cjq__floatBtn{width:55px;height:55px;bottom:20px;left:20px}.WhatsAppButton-module__Ya1Cjq__callBtn{width:55px;height:55px;bottom:85px;left:20px}.WhatsAppButton-module__Ya1Cjq__icon{width:30px;height:30px}}
.ConsentBanner-module__-3KaBG__banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#121212f2;border:1px solid #ffffff1a;border-radius:100px;width:90%;max-width:800px;padding:12px 24px;animation:.5s cubic-bezier(.16,1,.3,1) ConsentBanner-module__-3KaBG__slideUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.ConsentBanner-module__-3KaBG__container{justify-content:space-between;align-items:center;gap:20px;display:flex}.ConsentBanner-module__-3KaBG__content{align-items:center;gap:12px;display:flex}.ConsentBanner-module__-3KaBG__icon{color:var(--primary-color,#e31e24);flex-shrink:0}.ConsentBanner-module__-3KaBG__text{color:#fff;margin:0;font-size:.95rem;font-weight:500}.ConsentBanner-module__-3KaBG__policyLink{color:var(--primary-color,#e31e24);text-underline-offset:4px;font-weight:600;text-decoration:underline;transition:color .3s}.ConsentBanner-module__-3KaBG__policyLink:hover{color:#ff4d4d}.ConsentBanner-module__-3KaBG__actions{gap:10px;display:flex}.ConsentBanner-module__-3KaBG__acceptBtn,.ConsentBanner-module__-3KaBG__declineBtn{cursor:pointer;border:none;border-radius:50px;padding:8px 24px;font-size:.9rem;font-weight:600;transition:all .3s}.ConsentBanner-module__-3KaBG__acceptBtn{background:var(--primary-color,#e31e24);color:#fff}.ConsentBanner-module__-3KaBG__acceptBtn:hover{background:var(--primary-dark,#c1181d);transform:scale(1.05)}.ConsentBanner-module__-3KaBG__declineBtn{color:#ccc;background:#ffffff1a}.ConsentBanner-module__-3KaBG__declineBtn:hover{color:#fff;background:#fff3}@keyframes ConsentBanner-module__-3KaBG__slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}@media (max-width:768px){.ConsentBanner-module__-3KaBG__banner{border-radius:20px;width:95%;padding:16px;bottom:15px}.ConsentBanner-module__-3KaBG__container{text-align:center;flex-direction:column;gap:15px}.ConsentBanner-module__-3KaBG__content{flex-direction:column;gap:8px}.ConsentBanner-module__-3KaBG__actions{justify-content:center;width:100%}.ConsentBanner-module__-3KaBG__acceptBtn,.ConsentBanner-module__-3KaBG__declineBtn{flex:1}}
.WhirlpoolLayout-module__fw-QSq__whirlpoolPage{color:#e4e4e7;background-color:#09090b;min-height:100vh;padding-bottom:30px;font-family:Montserrat,Inter,system-ui,sans-serif;overflow-x:hidden}.WhirlpoolLayout-module__fw-QSq__disclaimerBar{color:#71717a;z-index:1001;text-align:center;background-color:#050505;border-top:1px solid #ffb81c26;justify-content:center;align-items:center;height:30px;padding:0 20px;font-size:11px;font-weight:500;display:flex;position:fixed;bottom:0;left:0;right:0}.WhirlpoolLayout-module__fw-QSq__disclaimerBar strong{color:#a1a1aa;font-weight:700}.WhirlpoolLayout-module__fw-QSq__navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;background-color:#09090bd9;border-bottom:1px solid #ffb81c26;justify-content:space-between;align-items:center;height:90px;padding:0 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.WhirlpoolLayout-module__fw-QSq__logo{align-items:center;display:flex}.WhirlpoolLayout-module__fw-QSq__logoImg{object-fit:contain;width:auto;min-width:180px;max-height:80px;transition:transform .3s,opacity .3s}.WhirlpoolLayout-module__fw-QSq__logoImg:hover{transform:scale(1.05)}.WhirlpoolLayout-module__fw-QSq__navLinks{gap:30px;margin:0;padding:0;list-style:none;display:flex}.WhirlpoolLayout-module__fw-QSq__navLinks a{color:#a1a1aa;padding:5px 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.WhirlpoolLayout-module__fw-QSq__navLinks a:after{content:"";background-color:#ffb81c;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.WhirlpoolLayout-module__fw-QSq__navLinks a:hover{color:#ffb81c}.WhirlpoolLayout-module__fw-QSq__navLinks a:hover:after{width:100%}.WhirlpoolLayout-module__fw-QSq__navActions{align-items:center;gap:15px;display:flex}.WhirlpoolLayout-module__fw-QSq__btnGold{color:#09090b;cursor:pointer;background-color:#ffb81c;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #ffb81c33}.WhirlpoolLayout-module__fw-QSq__btnGold:hover{color:#09090b;background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff40}.WhirlpoolLayout-module__fw-QSq__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.WhirlpoolLayout-module__fw-QSq__bar{background-color:#fff;width:100%;height:2px;transition:all .3s}.WhirlpoolLayout-module__fw-QSq__hamburger.WhirlpoolLayout-module__fw-QSq__active .WhirlpoolLayout-module__fw-QSq__bar:first-child{transform:translateY(8px)rotate(45deg)}.WhirlpoolLayout-module__fw-QSq__hamburger.WhirlpoolLayout-module__fw-QSq__active .WhirlpoolLayout-module__fw-QSq__bar:nth-child(2){opacity:0}.WhirlpoolLayout-module__fw-QSq__hamburger.WhirlpoolLayout-module__fw-QSq__active .WhirlpoolLayout-module__fw-QSq__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.WhirlpoolLayout-module__fw-QSq__mobileMenu{z-index:999;background-color:#09090b;border-left:1px solid #ffb81c33;flex-direction:column;gap:40px;width:300px;height:100vh;padding:100px 40px 40px;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.WhirlpoolLayout-module__fw-QSq__mobileMenu.WhirlpoolLayout-module__fw-QSq__show{right:0}.WhirlpoolLayout-module__fw-QSq__mobileNavLinks{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.WhirlpoolLayout-module__fw-QSq__mobileNavLinks a{color:#e4e4e7;font-size:1.15rem;font-weight:600;text-decoration:none;transition:color .3s}.WhirlpoolLayout-module__fw-QSq__mobileNavLinks a:hover{color:#ffb81c}.WhirlpoolLayout-module__fw-QSq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background-color:#0009;width:100vw;height:100vh;position:fixed;top:0;left:0}.WhirlpoolLayout-module__fw-QSq__hero{background-image:radial-gradient(circle at 80% 20%,#ffb81c14 0%,#0000 50%);align-items:center;min-height:100vh;padding:170px 5% 80px;display:flex;position:relative}.WhirlpoolLayout-module__fw-QSq__heroContainer{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid}.WhirlpoolLayout-module__fw-QSq__heroText{flex-direction:column;display:flex}.WhirlpoolLayout-module__fw-QSq__heroEyebrow{color:#ffb81c;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:15px;font-size:.9rem;font-weight:700;display:flex}.WhirlpoolLayout-module__fw-QSq__heroEyebrow:before{content:"";background-color:#ffb81c;width:30px;height:2px}.WhirlpoolLayout-module__fw-QSq__heroTitle{color:#fff;letter-spacing:-2px;margin:0 0 25px;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:900;line-height:1.1}.WhirlpoolLayout-module__fw-QSq__heroTitle span{background:linear-gradient(90deg,#ffb81c,#ecb312);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.WhirlpoolLayout-module__fw-QSq__heroSubtitle{color:#a1a1aa;max-width:540px;margin-bottom:35px;font-size:1.1rem;line-height:1.6}.WhirlpoolLayout-module__fw-QSq__heroPoints{flex-direction:column;gap:15px;margin-bottom:40px;display:flex}.WhirlpoolLayout-module__fw-QSq__point{color:#e4e4e7;align-items:center;gap:12px;font-size:1rem;font-weight:600;display:flex}.WhirlpoolLayout-module__fw-QSq__pointIcon{color:#ffb81c;flex-shrink:0}.WhirlpoolLayout-module__fw-QSq__heroActions{flex-wrap:wrap;gap:20px;display:flex}.WhirlpoolLayout-module__fw-QSq__btnGoldLarge{color:#09090b;cursor:pointer;background-color:#ffb81c;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 5px 25px #ffb81c4d}.WhirlpoolLayout-module__fw-QSq__btnGoldLarge:hover{color:#09090b;background-color:#fff;transform:translateY(-3px);box-shadow:0 8px 30px #ffffff4d}.WhirlpoolLayout-module__fw-QSq__btnOutlineLarge{color:#fff;cursor:pointer;background-color:#0000;border:2px solid #fff3;border-radius:50px;align-items:center;gap:10px;padding:14px 34px;font-size:1rem;font-weight:800;transition:all .3s;display:flex}.WhirlpoolLayout-module__fw-QSq__btnOutlineLarge:hover{color:#ffb81c;background-color:#ffb81c05;border-color:#ffb81c;transform:translateY(-2px)}.WhirlpoolLayout-module__fw-QSq__heroImageCol{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.WhirlpoolLayout-module__fw-QSq__imageWrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:440px;display:flex;position:relative}.WhirlpoolLayout-module__fw-QSq__glowRing{z-index:1;border:1px dashed #ffb81c33;border-radius:50%;width:110%;height:110%;animation:30s linear infinite WhirlpoolLayout-module__fw-QSq__rotate;position:absolute}.WhirlpoolLayout-module__fw-QSq__glowRing:before{content:"";background-color:#ffb81c;border-radius:50%;width:10px;height:10px;position:absolute;top:-5px;left:50%;box-shadow:0 0 15px #ffb81c}.WhirlpoolLayout-module__fw-QSq__glowRingInner{z-index:2;filter:blur(20px);background:radial-gradient(circle,#ffb81c14 0%,#0000 70%);border-radius:50%;width:85%;height:85%;position:absolute}.WhirlpoolLayout-module__fw-QSq__mainImg{object-fit:contain;z-index:3;filter:drop-shadow(0 25px 50px #000c);width:auto;max-width:85%;height:auto;max-height:85%;animation:5s ease-in-out infinite WhirlpoolLayout-module__fw-QSq__float}.WhirlpoolLayout-module__fw-QSq__benefitsSection{z-index:10;background-color:#0c0c0e;padding:80px 5%;position:relative}.WhirlpoolLayout-module__fw-QSq__benefitsContainer{max-width:1200px;margin:0 auto}.WhirlpoolLayout-module__fw-QSq__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.WhirlpoolLayout-module__fw-QSq__benefitCard{background-color:#18181b;border:1px solid #ffb81c1a;border-radius:16px;flex-direction:column;align-items:flex-start;padding:40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.WhirlpoolLayout-module__fw-QSq__benefitCard:hover{border-color:#ffb81c;transform:translateY(-8px);box-shadow:0 15px 35px #0006,0 0 25px #ffb81c0d}.WhirlpoolLayout-module__fw-QSq__benefitIconCircle{color:#ffb81c;background-color:#ffb81c1a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:25px;font-size:1.5rem;display:flex}.WhirlpoolLayout-module__fw-QSq__benefitCard h3{color:#fff;margin:0 0 15px;font-size:1.3rem;font-weight:700}.WhirlpoolLayout-module__fw-QSq__benefitCard p{color:#a1a1aa;margin:0;font-size:.95rem;line-height:1.5}.WhirlpoolLayout-module__fw-QSq__appliancesSection{z-index:10;background-color:#09090b;padding:100px 5%;position:relative}.WhirlpoolLayout-module__fw-QSq__appliancesContainer{max-width:1200px;margin:0 auto}.WhirlpoolLayout-module__fw-QSq__sectionHeader{text-align:center;margin-bottom:60px}.WhirlpoolLayout-module__fw-QSq__sectionTagline{color:#ffb81c;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-block}.WhirlpoolLayout-module__fw-QSq__sectionTitle{color:#fff;letter-spacing:-1px;margin:0 0 15px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}.WhirlpoolLayout-module__fw-QSq__sectionSubtitle{color:#a1a1aa;max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.WhirlpoolLayout-module__fw-QSq__appliancesGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.WhirlpoolLayout-module__fw-QSq__applianceCard{background-color:#18181b;border:1px solid #ffb81c14;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.WhirlpoolLayout-module__fw-QSq__applianceCard:hover{border-color:#ffb81c;transform:translateY(-8px);box-shadow:0 20px 40px #00000080,0 0 30px #ffb81c14}.WhirlpoolLayout-module__fw-QSq__cardImgBox{background-color:#0f0f11;width:100%;height:220px;position:relative;overflow:hidden}.WhirlpoolLayout-module__fw-QSq__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.WhirlpoolLayout-module__fw-QSq__applianceCard:hover .WhirlpoolLayout-module__fw-QSq__cardImg{transform:scale(1.08)}.WhirlpoolLayout-module__fw-QSq__cardBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffb81c;background-color:#09090bd9;border:1px solid #ffb81c4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:15px;right:15px}.WhirlpoolLayout-module__fw-QSq__cardInfo{flex-direction:column;flex-grow:1;padding:30px;display:flex}.WhirlpoolLayout-module__fw-QSq__cardName{color:#fff;margin:0 0 10px;font-size:1.25rem;font-weight:700}.WhirlpoolLayout-module__fw-QSq__cardDesc{color:#a1a1aa;flex-grow:1;margin:0 0 25px;font-size:.9rem;line-height:1.5}.WhirlpoolLayout-module__fw-QSq__cardActionBtn{color:#ffb81c;text-align:center;cursor:pointer;background-color:#0000;border:1px solid #ffb81c4d;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.WhirlpoolLayout-module__fw-QSq__cardActionBtn:hover{color:#09090b;background-color:#ffb81c;border-color:#ffb81c;transform:translateY(-2px);box-shadow:0 4px 15px #ffb81c33}.WhirlpoolLayout-module__fw-QSq__processSection{z-index:10;background-color:#0c0c0e;padding:100px 5%;position:relative}.WhirlpoolLayout-module__fw-QSq__processContainer{max-width:1200px;margin:0 auto}.WhirlpoolLayout-module__fw-QSq__processGrid{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px;display:grid;position:relative}.WhirlpoolLayout-module__fw-QSq__processGrid:before{content:"";z-index:1;background-image:linear-gradient(90deg,#ffb81c4d 50%,#0000 50%);background-size:15px 2px;height:2px;position:absolute;top:40px;left:15%;right:15%}.WhirlpoolLayout-module__fw-QSq__processStep{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.WhirlpoolLayout-module__fw-QSq__stepNumber{color:#ffb81c;background-color:#18181b;border:2px solid #ffb81c33;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;font-size:1.8rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 0 20px #0009}.WhirlpoolLayout-module__fw-QSq__processStep:hover .WhirlpoolLayout-module__fw-QSq__stepNumber{color:#09090b;background-color:#ffb81c;border-color:#ffb81c;transform:scale(1.08);box-shadow:0 0 25px #ffb81c59}.WhirlpoolLayout-module__fw-QSq__processStep h3{color:#fff;margin:0 0 12px;font-size:1.25rem;font-weight:700}.WhirlpoolLayout-module__fw-QSq__processStep p{color:#a1a1aa;max-width:280px;margin:0;font-size:.9rem;line-height:1.5}.WhirlpoolLayout-module__fw-QSq__testimonialsSection{z-index:10;background-color:#09090b;padding:100px 5%;position:relative}.WhirlpoolLayout-module__fw-QSq__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;display:grid}.WhirlpoolLayout-module__fw-QSq__testimonialCard{background-color:#18181b;border:1px solid #ffb81c0f;border-radius:16px;flex-direction:column;justify-content:space-between;height:100%;padding:35px;transition:transform .3s,border-color .3s;display:flex}.WhirlpoolLayout-module__fw-QSq__testimonialCard:hover{border-color:#ffb81c33;transform:translateY(-5px)}.WhirlpoolLayout-module__fw-QSq__quoteHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.WhirlpoolLayout-module__fw-QSq__stars{color:#ffb81c;gap:4px;display:flex}.WhirlpoolLayout-module__fw-QSq__quoteIcon{color:#ffb81c40}.WhirlpoolLayout-module__fw-QSq__quoteText{color:#e4e4e7;flex-grow:1;margin:0 0 25px;font-size:.95rem;font-style:italic;line-height:1.6}.WhirlpoolLayout-module__fw-QSq__authorInfo{border-top:1px solid #ffffff0d;padding-top:15px}.WhirlpoolLayout-module__fw-QSq__authorName{color:#fff;margin-bottom:4px;font-size:.95rem;font-weight:700;display:block}.WhirlpoolLayout-module__fw-QSq__authorRole{color:#ffb81c;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600;display:block}.WhirlpoolLayout-module__fw-QSq__contactSection{z-index:10;background-color:#0c0c0e;padding:100px 5%;position:relative}.WhirlpoolLayout-module__fw-QSq__contactContainer{max-width:1200px;margin:0 auto}.WhirlpoolLayout-module__fw-QSq__contactGrid{grid-template-columns:.95fr 1.05fr;gap:60px;max-width:1200px;margin:50px auto 0;display:grid}.WhirlpoolLayout-module__fw-QSq__infoCol{flex-direction:column;justify-content:center;display:flex}.WhirlpoolLayout-module__fw-QSq__contactInfoCard{background-color:#18181b;border:1px solid #ffb81c14;border-radius:20px;flex-direction:column;gap:30px;padding:45px;display:flex}.WhirlpoolLayout-module__fw-QSq__infoItem{align-items:flex-start;gap:20px;display:flex}.WhirlpoolLayout-module__fw-QSq__infoIcon{color:#ffb81c;background-color:#ffb81c1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.WhirlpoolLayout-module__fw-QSq__infoContent h4{color:#fff;margin:0 0 6px;font-size:1.1rem;font-weight:700}.WhirlpoolLayout-module__fw-QSq__infoContent p{color:#a1a1aa;margin:0;font-size:.9rem;line-height:1.5}.WhirlpoolLayout-module__fw-QSq__formCol{width:100%}.WhirlpoolLayout-module__fw-QSq__formWrapper{background-color:#18181b;border:1px solid #ffb81c14;border-radius:20px;padding:45px;box-shadow:0 20px 40px #0006}.WhirlpoolLayout-module__fw-QSq__formWrapper h3{color:#fff;margin:0 0 10px;font-size:1.5rem;font-weight:800}.WhirlpoolLayout-module__fw-QSq__formWrapper p{color:#a1a1aa;margin-bottom:30px;font-size:.9rem}.WhirlpoolLayout-module__fw-QSq__formGroup{margin-bottom:20px}.WhirlpoolLayout-module__fw-QSq__inputField{color:#fff;background-color:#09090b;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:14px 18px;font-family:inherit;font-size:.9rem;transition:all .3s}.WhirlpoolLayout-module__fw-QSq__inputField:focus{border-color:#ffb81c;outline:none;box-shadow:0 0 10px #ffb81c26}textarea.WhirlpoolLayout-module__fw-QSq__inputField{resize:vertical;min-height:120px}.WhirlpoolLayout-module__fw-QSq__submitBtn{color:#09090b;cursor:pointer;background-color:#ffb81c;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #ffb81c33}.WhirlpoolLayout-module__fw-QSq__submitBtn:hover{color:#09090b;background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #fff3}@keyframes WhirlpoolLayout-module__fw-QSq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes WhirlpoolLayout-module__fw-QSq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:1024px){.WhirlpoolLayout-module__fw-QSq__heroContainer{text-align:center;grid-template-columns:1fr;gap:50px}.WhirlpoolLayout-module__fw-QSq__heroText{align-items:center}.WhirlpoolLayout-module__fw-QSq__heroEyebrow:before{display:none}.WhirlpoolLayout-module__fw-QSq__heroSubtitle{margin-left:auto;margin-right:auto}.WhirlpoolLayout-module__fw-QSq__heroPoints{align-items:center}.WhirlpoolLayout-module__fw-QSq__heroActions{justify-content:center}.WhirlpoolLayout-module__fw-QSq__benefitsGrid,.WhirlpoolLayout-module__fw-QSq__appliancesGrid,.WhirlpoolLayout-module__fw-QSq__testimonialsGrid{grid-template-columns:repeat(2,1fr)}.WhirlpoolLayout-module__fw-QSq__contactGrid{grid-template-columns:1fr;gap:40px}}@media (max-width:860px){.WhirlpoolLayout-module__fw-QSq__navLinks,.WhirlpoolLayout-module__fw-QSq__navActions .WhirlpoolLayout-module__fw-QSq__btnGold{display:none}.WhirlpoolLayout-module__fw-QSq__hamburger{display:flex}}@media (max-width:768px){.WhirlpoolLayout-module__fw-QSq__benefitsGrid,.WhirlpoolLayout-module__fw-QSq__appliancesGrid,.WhirlpoolLayout-module__fw-QSq__testimonialsGrid{grid-template-columns:1fr}.WhirlpoolLayout-module__fw-QSq__processGrid{grid-template-columns:1fr;gap:50px}.WhirlpoolLayout-module__fw-QSq__processGrid:before{display:none}}@media (max-width:480px){.WhirlpoolLayout-module__fw-QSq__navbar{padding:0 20px}.WhirlpoolLayout-module__fw-QSq__hero{padding-top:120px}.WhirlpoolLayout-module__fw-QSq__formWrapper,.WhirlpoolLayout-module__fw-QSq__contactInfoCard{padding:30px 20px}.WhirlpoolLayout-module__fw-QSq__heroActions{flex-direction:column;width:100%}.WhirlpoolLayout-module__fw-QSq__btnGoldLarge,.WhirlpoolLayout-module__fw-QSq__btnOutlineLarge{justify-content:center;width:100%}}
