.Navbar-module__cRh5nW__navbar{z-index:1000;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Navbar-module__cRh5nW__brandingBar{color:#64748b;background:#fff;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;gap:10px;padding:8px 0;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.Navbar-module__cRh5nW__brandLabel{opacity:.7}.Navbar-module__cRh5nW__brandLogo{object-fit:contain;width:auto;height:20px}.Navbar-module__cRh5nW__navMain{-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #ffffff1a;align-items:center;height:80px;transition:all .3s;display:flex}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__navMain{background:#fffffff2;border-bottom:1px solid #0000000d;height:70px;box-shadow:0 4px 20px #0000000d}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__brandingBar{opacity:0;margin-top:-36px}.Navbar-module__cRh5nW__container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 15px;display:flex}.Navbar-module__cRh5nW__logo{flex-shrink:0;display:block}.Navbar-module__cRh5nW__logoWrapper{width:140px;height:40px;transition:transform .3s;position:relative}.Navbar-module__cRh5nW__logo:hover .Navbar-module__cRh5nW__logoWrapper{transform:scale(1.02)}.Navbar-module__cRh5nW__logoImg{object-fit:contain}.Navbar-module__cRh5nW__navLinks{align-items:center;gap:.8rem;display:flex}@media (min-width:1200px){.Navbar-module__cRh5nW__navLinks{gap:1.2rem}}@media (min-width:1350px){.Navbar-module__cRh5nW__navLinks{gap:2rem}}.Navbar-module__cRh5nW__navLinks a{color:#1e293b;padding:5px 0;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.Navbar-module__cRh5nW__navLinks a:not(.Navbar-module__cRh5nW__mobileCta):hover{color:var(--color-primary,#007bff)}.Navbar-module__cRh5nW__navLinks a:not(.Navbar-module__cRh5nW__mobileCta):after{content:"";background:var(--color-primary,#007bff);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cRh5nW__navLinks a:not(.Navbar-module__cRh5nW__mobileCta):hover:after{width:100%}.Navbar-module__cRh5nW__dropdown{position:relative}.Navbar-module__cRh5nW__dropdownTrigger{cursor:pointer;color:#1e293b;align-items:center;gap:4px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.Navbar-module__cRh5nW__dropdownMenu{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #0000000d;border-radius:16px;min-width:200px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(15px);box-shadow:0 15px 35px #0000001f}.Navbar-module__cRh5nW__dropdown:hover .Navbar-module__cRh5nW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(5px)}.Navbar-module__cRh5nW__dropdownMenu a{white-space:nowrap;border-radius:8px;color:#334155!important;border-bottom:none!important;padding:10px 16px!important;font-size:.9rem!important;text-decoration:none!important;display:block!important}.Navbar-module__cRh5nW__dropdownMenu a:after{display:none!important}.Navbar-module__cRh5nW__dropdownMenu a:hover{background:#f1f5f9;color:var(--color-primary,#007bff)!important}.Navbar-module__cRh5nW__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module__cRh5nW__desktopCta{display:inline-flex}.Navbar-module__cRh5nW__mobileCta,.Navbar-module__cRh5nW__mobileButtons{display:none}.Navbar-module__cRh5nW__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;padding:0;display:none}.Navbar-module__cRh5nW__mobileToggle span{background-color:#1e293b;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Navbar-module__cRh5nW__toggleOpen span:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module__cRh5nW__toggleOpen span:nth-child(2){opacity:0}.Navbar-module__cRh5nW__toggleOpen span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (max-width:1024px){.Navbar-module__cRh5nW__navLinks{gap:1rem}.Navbar-module__cRh5nW__actions{gap:8px}}@media (max-width:991px){.Navbar-module__cRh5nW__logoWrapper{width:120px;height:34px}.Navbar-module__cRh5nW__navLinks{z-index:1000;background:#fff;flex-direction:column;align-items:flex-start;gap:5px;width:300px;max-width:85%;padding:90px 40px 40px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Navbar-module__cRh5nW__navLinks.Navbar-module__cRh5nW__open{transform:translate(0)}.Navbar-module__cRh5nW__navLinks a{border-bottom:1px solid #f1f5f9;width:100%;padding:12px 0;font-size:1.1rem}.Navbar-module__cRh5nW__navLinks a:after{display:none}.Navbar-module__cRh5nW__desktopCta{display:none!important}.Navbar-module__cRh5nW__mobileButtons{border-top:2px solid #f1f5f9;flex-direction:column;gap:12px;width:100%;margin-top:20px;padding-top:25px;display:flex}.Navbar-module__cRh5nW__mobileCta{background:var(--color-primary,#007bff);text-align:center;border-radius:12px;justify-content:center;align-items:center;width:100%;color:#fff!important;border-bottom:none!important;padding:14px!important;font-weight:700!important;display:flex!important}.Navbar-module__cRh5nW__mobileCallButton{justify-content:center;width:100%;display:flex!important}.Navbar-module__cRh5nW__mobileToggle{display:flex}.Navbar-module__cRh5nW__brandingBar{padding:6px 0;font-size:.75rem}.Navbar-module__cRh5nW__brandLogo{height:16px}.Navbar-module__cRh5nW__dropdown{width:100%}.Navbar-module__cRh5nW__dropdownTrigger{border-bottom:1px solid #f1f5f9;justify-content:space-between;width:100%;padding:15px 0;font-size:1.1rem;font-weight:600}.Navbar-module__cRh5nW__dropdownMenu{opacity:1;visibility:visible;box-shadow:none;background:#f8fafc;border:none;border-radius:12px;flex-direction:column;width:100%;margin:5px 0 10px;padding:5px 15px;display:flex;position:static;transform:none}.Navbar-module__cRh5nW__dropdownTrigger svg{transition:transform .3s}.Navbar-module__cRh5nW__dropdownMenu a{color:#475569!important;border-bottom:1px solid #1e293b0d!important;padding:12px 0!important;font-size:1rem!important}.Navbar-module__cRh5nW__dropdownMenu a:last-child{border-bottom:none!important}}@media (max-width:480px){.Navbar-module__cRh5nW__logoWrapper{width:110px;height:32px}.Navbar-module__cRh5nW__brandingBar span{display:none}.Navbar-module__cRh5nW__navLinks{width:100%;padding:80px 30px 30px}}
.CallButton-module__FBYuja__callButton{cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;gap:8px;font-weight:600;display:inline-flex}.CallButton-module__FBYuja__icon{flex-shrink:0}.CallButton-module__FBYuja__textContainer{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.CallButton-module__FBYuja__withSubtext{gap:12px;padding:.5rem 1.5rem!important}.CallButton-module__FBYuja__subtext{opacity:.9;font-size:.7rem;font-weight:700}.CallButton-module__FBYuja__secondary{color:#475569;border-radius:var(--radius-full);background:#e2e8f0;padding:.75rem 1.5rem}.CallButton-module__FBYuja__secondary:hover{background:#cbd5e1;transform:translateY(-2px)}.CallButton-module__FBYuja__outline{color:var(--color-primary);border:2px solid var(--color-primary);border-radius:var(--radius-full);background:#fff;padding:.75rem 1.5rem}.CallButton-module__FBYuja__outline:hover{background:#007bff0d;transform:translateY(-2px)}
.Comparison-module__ThOq5q__section{background-color:var(--color-bg-start);padding:100px 0}.Comparison-module__ThOq5q__header{text-align:center;margin-bottom:4rem}.Comparison-module__ThOq5q__overline{text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.Comparison-module__ThOq5q__title{color:var(--color-dark);margin-bottom:15px;font-size:3rem;font-weight:700}.Comparison-module__ThOq5q__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Comparison-module__ThOq5q__grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Comparison-module__ThOq5q__card{border-radius:var(--radius-lg);transition:var(--transition);padding:3rem;position:relative}.Comparison-module__ThOq5q__cardTitle{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.Comparison-module__ThOq5q__list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.Comparison-module__ThOq5q__list li{align-items:flex-start;gap:1rem;display:flex}.Comparison-module__ThOq5q__iconWrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Comparison-module__ThOq5q__iconPain{color:#6c757d;background-color:#6c757d1a}.Comparison-module__ThOq5q__iconPleasure{color:var(--color-primary);background-color:#0d6efd1a}.Comparison-module__ThOq5q__list strong{margin-bottom:4px;font-size:1.1rem;display:block}.Comparison-module__ThOq5q__list p{color:var(--color-text-body);font-size:.95rem;line-height:1.4}.Comparison-module__ThOq5q__pain{background:#f8f9fa;border:1px solid #e9ecef}.Comparison-module__ThOq5q__pain .Comparison-module__ThOq5q__cardTitle{color:var(--color-text-light)}.Comparison-module__ThOq5q__pain .Comparison-module__ThOq5q__list strong{color:var(--color-text-body)}.Comparison-module__ThOq5q__pleasure{border:2px solid var(--color-primary);z-index:10;background:linear-gradient(135deg,#ffffffe6,#f0f8fff2);transform:scale(1.05);box-shadow:0 20px 40px #007bff26}.Comparison-module__ThOq5q__pleasure .Comparison-module__ThOq5q__cardTitle{color:var(--color-primary)}.Comparison-module__ThOq5q__pleasure .Comparison-module__ThOq5q__list strong{color:var(--color-dark)}.Comparison-module__ThOq5q__badge{background:var(--color-primary);color:#fff;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #007bff66}@media (max-width:768px){.Comparison-module__ThOq5q__grid{grid-template-columns:1fr;gap:3rem}.Comparison-module__ThOq5q__pleasure{order:-1;transform:scale(1)}.Comparison-module__ThOq5q__card{padding:1.5rem}.Comparison-module__ThOq5q__cardTitle{margin-bottom:1.5rem;font-size:1.25rem}.Comparison-module__ThOq5q__title{font-size:1.875rem}.Comparison-module__ThOq5q__list{gap:1rem}.Comparison-module__ThOq5q__list li{gap:.75rem}.Comparison-module__ThOq5q__iconWrapper{width:32px;height:32px}.Comparison-module__ThOq5q__iconWrapper svg{width:20px;height:20px}}
.Footer-module__3hUVsW__footer{color:#fff;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:60px 0 20px;position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";background:linear-gradient(90deg,#0000,#007bff80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__3hUVsW__grid{grid-template-columns:1.5fr 1.25fr .75fr 1.5fr;gap:40px;margin-bottom:50px;display:grid}.Footer-module__3hUVsW__column{flex-direction:column;gap:20px;display:flex}.Footer-module__3hUVsW__logo{color:var(--color-primary);font-size:1.35rem;font-weight:700}.Footer-module__3hUVsW__headerWithLogo{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.Footer-module__3hUVsW__footerLogoImg{object-fit:contain}.Footer-module__3hUVsW__description{color:#b0b0b0;margin-bottom:20px;font-size:.95rem;line-height:1.6}.Footer-module__3hUVsW__certifications{flex-direction:column;gap:8px;display:flex}.Footer-module__3hUVsW__certBadge{color:var(--color-primary);background:#007bff1a;border:1px solid #007bff4d;border-radius:20px;width:fit-content;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-block}.Footer-module__3hUVsW__columnHeader{color:#fff;margin-bottom:15px;font-size:1.2rem;font-weight:600;position:relative}.Footer-module__3hUVsW__columnHeader:after{content:"";background:var(--color-primary);width:40px;height:2px;position:absolute;bottom:-8px;left:0}.Footer-module__3hUVsW__contactInfo{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__contactItem{color:#b0b0b0;align-items:center;gap:12px;font-size:.95rem;display:flex}.Footer-module__3hUVsW__icon{color:var(--color-primary);text-align:center;width:20px;font-size:1.1rem}.Footer-module__3hUVsW__serviceLinks{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__mapContainer{border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-top:5px;line-height:0;overflow:hidden}.Footer-module__3hUVsW__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;padding-top:30px;display:flex}.Footer-module__3hUVsW__bottomContent{flex:1;justify-content:space-between;align-items:center;gap:40px;display:flex}.Footer-module__3hUVsW__copyright p{color:#fff9;font-size:.85rem}.Footer-module__3hUVsW__legalLinks{gap:25px;display:flex}.Footer-module__3hUVsW__link{color:#fff9;transition:var(--transition);font-size:.85rem;text-decoration:none}.Footer-module__3hUVsW__link:hover{color:var(--color-primary)}.Footer-module__3hUVsW__partners{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.Footer-module__3hUVsW__partnerLabel{color:#ffffff80;font-size:.8rem}.Footer-module__3hUVsW__partnerLogos{gap:20px;display:flex}.Footer-module__3hUVsW__partnerLogo{color:#ffffffb3;border:1px solid #fff3;border-radius:4px;padding:4px 12px;font-size:.9rem;font-weight:600}@media (max-width:1200px){.Footer-module__3hUVsW__grid{gap:40px}.Footer-module__3hUVsW__bottom{flex-direction:column;gap:20px}.Footer-module__3hUVsW__bottomContent{justify-content:space-between;width:100%}.Footer-module__3hUVsW__partners{align-items:center}}@media (max-width:992px){.Footer-module__3hUVsW__footer{padding:50px 0 20px}.Footer-module__3hUVsW__grid{text-align:center;grid-template-columns:1fr;gap:40px}.Footer-module__3hUVsW__column:after{content:"";background:#ffffff1a;width:100px;height:1px;margin:20px auto;display:block}.Footer-module__3hUVsW__column:last-child:after{display:none}.Footer-module__3hUVsW__columnHeader:after{left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__contactInfo,.Footer-module__3hUVsW__certifications{align-items:center}.Footer-module__3hUVsW__bottomContent{text-align:center;flex-direction:column;gap:20px}.Footer-module__3hUVsW__legalLinks{justify-content:center}.Footer-module__3hUVsW__serviceLinks{align-items:center;gap:15px}.Footer-module__3hUVsW__partners{align-items:center}}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:40px 0 15px}.Footer-module__3hUVsW__logo{font-size:1.3rem}.Footer-module__3hUVsW__description{font-size:.9rem}.Footer-module__3hUVsW__quickForm{max-width:300px;margin:0 auto}.Footer-module__3hUVsW__bottom{padding-top:20px}.Footer-module__3hUVsW__legalLinks{flex-direction:column;gap:10px}.Footer-module__3hUVsW__partnerLogos{gap:15px}}@media (max-width:576px){.Footer-module__3hUVsW__footer{padding:30px 0 15px}.Footer-module__3hUVsW__grid{gap:30px}.Footer-module__3hUVsW__column{gap:15px}.Footer-module__3hUVsW__description{font-size:.85rem}.Footer-module__3hUVsW__input,.Footer-module__3hUVsW__select{padding:10px 12px;font-size:.85rem}.Footer-module__3hUVsW__submitBtn{padding:10px 16px;font-size:.9rem}.Footer-module__3hUVsW__partnerLogos{flex-direction:column;align-items:center;gap:8px}}
.HowItWorks-module__Pp0aiW__section{background-color:#fcfcfc;background-image:linear-gradient(#ffffffd9,#ffffffd9),url(https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1200&q=80);background-position:50%;background-size:cover;background-attachment:scroll;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:6rem 0;position:relative;overflow:hidden}.HowItWorks-module__Pp0aiW__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#007bff0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:-10%}.HowItWorks-module__Pp0aiW__header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.HowItWorks-module__Pp0aiW__overline{letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);border-radius:var(--radius-full);background:#007bff1a;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.HowItWorks-module__Pp0aiW__title{color:var(--color-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.HowItWorks-module__Pp0aiW__subtitle{color:var(--color-text-body);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.HowItWorks-module__Pp0aiW__processGrid{z-index:1;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 4rem;display:grid;position:relative}.HowItWorks-module__Pp0aiW__processCard{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);transition:var(--transition);background:linear-gradient(135deg,#ffffffe6,#fffffff2);border:1px solid #007bff1a;border-radius:24px;flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex;position:relative}.HowItWorks-module__Pp0aiW__processCard:hover{border-color:#007bff4d;transform:translateY(-8px);box-shadow:0 25px 50px -12px #007bff40}.HowItWorks-module__Pp0aiW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.HowItWorks-module__Pp0aiW__iconBox{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-lg);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.HowItWorks-module__Pp0aiW__stepNumber{color:#007bff1a;font-size:3rem;font-weight:800;line-height:.8}.HowItWorks-module__Pp0aiW__stepTitle{color:var(--color-dark);margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.HowItWorks-module__Pp0aiW__stepDesc{color:var(--color-text-body);font-size:1rem;line-height:1.6}@media (min-width:992px){.HowItWorks-module__Pp0aiW__processCard:after{content:"";border-top:2px solid #007bff4d;border-right:2px solid #007bff4d;width:.5rem;height:.5rem;display:none;position:absolute;top:3.5rem;right:-1.2rem;transform:rotate(45deg)}}.HowItWorks-module__Pp0aiW__ctaWrapper{text-align:center;z-index:1;margin-top:3rem;position:relative}@media (max-width:992px){.HowItWorks-module__Pp0aiW__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.HowItWorks-module__Pp0aiW__section{padding:4rem 0}.HowItWorks-module__Pp0aiW__title{font-size:1.875rem}}@media (max-width:576px){.HowItWorks-module__Pp0aiW__processGrid{grid-template-columns:1fr}}
.AboutUs-module__vtZHUW__section{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);padding:100px 0;position:relative;overflow:hidden}.AboutUs-module__vtZHUW__section:before{content:"";background: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='%23007BFF' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.AboutUs-module__vtZHUW__header{text-align:center;z-index:1;margin-bottom:80px;position:relative}.AboutUs-module__vtZHUW__overline{text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.AboutUs-module__vtZHUW__title{color:var(--color-dark);letter-spacing:-.5px;margin-bottom:15px;font-size:3rem;font-weight:800;line-height:1.2}.AboutUs-module__vtZHUW__subtitle{color:var(--color-text-body);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.AboutUs-module__vtZHUW__twoColumnLayout{z-index:1;gap:50px;margin-bottom:80px;display:flex;position:relative}.AboutUs-module__vtZHUW__leftColumn{flex:1;max-width:45%}.AboutUs-module__vtZHUW__rightColumn{flex-direction:column;flex:1;gap:30px;display:flex}.AboutUs-module__vtZHUW__storyCard{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);height:100%;transition:var(--transition);background:linear-gradient(135deg,#ffffffe6,#fffffff2);border:1px solid #007bff1a;border-radius:24px;flex-direction:column;justify-content:center;padding:50px;display:flex}.AboutUs-module__vtZHUW__storyCard:hover{border-color:#007bff4d;transform:translateY(-8px);box-shadow:0 25px 50px -12px #007bff40}.AboutUs-module__vtZHUW__storyTitle{color:var(--color-dark);margin-bottom:25px;font-size:2rem;font-weight:700}.AboutUs-module__vtZHUW__storyText{color:var(--color-text-body);margin-bottom:20px;font-size:1.1rem;line-height:1.8}.AboutUs-module__vtZHUW__storyText:last-child{margin-bottom:0}.AboutUs-module__vtZHUW__valuesTitle{color:var(--color-dark);margin-bottom:25px;font-size:1.5rem;font-weight:700}.AboutUs-module__vtZHUW__valuesGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.AboutUs-module__vtZHUW__valueItem{text-align:center;border-radius:var(--radius-lg);transition:var(--transition);background:#007bff0d;padding:25px 15px}.AboutUs-module__vtZHUW__valueItem:hover{background:#007bff1a;transform:translateY(-5px)}.AboutUs-module__vtZHUW__valueIcon{margin-bottom:15px;font-size:2.5rem;display:block}.AboutUs-module__vtZHUW__valueItem h5{color:var(--color-dark);margin-bottom:10px;font-size:1.1rem;font-weight:600}.AboutUs-module__vtZHUW__valueItem p{color:var(--color-text-body);font-size:.95rem;line-height:1.5}.AboutUs-module__vtZHUW__statsCard,.AboutUs-module__vtZHUW__certificationsCard{-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffffe6,#fffffff2);border:1px solid #007bff1a;border-radius:24px;padding:30px;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.AboutUs-module__vtZHUW__statsCard:hover,.AboutUs-module__vtZHUW__certificationsCard:hover{border-color:#007bff4d;transform:translateY(-8px);box-shadow:0 25px 50px -12px #007bff40}.AboutUs-module__vtZHUW__statsTitle,.AboutUs-module__vtZHUW__certTitle{color:var(--color-dark);text-align:center;margin-bottom:15px;font-size:1.1rem;font-weight:700}.AboutUs-module__vtZHUW__statsGrid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.AboutUs-module__vtZHUW__statNumber{margin-bottom:5px;font-size:1.8rem;font-weight:700}.AboutUs-module__vtZHUW__statLabel{opacity:.95;font-size:.85rem}.AboutUs-module__vtZHUW__certsList{flex-direction:column;gap:12px;display:flex}.AboutUs-module__vtZHUW__certItem{border-radius:var(--radius-lg);transition:var(--transition);background:#28a7450d;align-items:flex-start;gap:12px;padding:12px;display:flex}.AboutUs-module__vtZHUW__certItem:hover{background:#28a7451a}.AboutUs-module__vtZHUW__certIconWrapper{width:42px;height:42px;color:var(--color-primary);background-color:#2563eb1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutUs-module__vtZHUW__certIconSvg{width:24px;height:24px}.AboutUs-module__vtZHUW__certItem strong{color:var(--color-dark);margin-bottom:3px;font-size:.95rem;display:block}.AboutUs-module__vtZHUW__certItem p{color:var(--color-text-body);font-size:.85rem;line-height:1.4}.AboutUs-module__vtZHUW__imageContainer{border-radius:var(--radius-xl);height:300px;position:relative;overflow:hidden}.AboutUs-module__vtZHUW__imageOverlay{color:#fff;background:linear-gradient(#0000,#000c);padding:30px;position:absolute;bottom:0;left:0;right:0}.AboutUs-module__vtZHUW__overlayText h4{margin-bottom:8px;font-size:1.3rem;font-weight:600}.AboutUs-module__vtZHUW__overlayText p{opacity:.95;font-size:.95rem}.AboutUs-module__vtZHUW__assurance{z-index:1;max-width:1200px;margin:0 auto;position:relative}.AboutUs-module__vtZHUW__assuranceCard{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);transition:var(--transition);background:linear-gradient(135deg,#ffffffe6,#fffffff2);border:1px solid #007bff1a;border-radius:24px;align-items:center;gap:40px;padding:40px 50px;display:flex}.AboutUs-module__vtZHUW__assuranceCard:hover{border-color:#007bff4d;transform:translateY(-4px);box-shadow:0 25px 50px -12px #007bff40}.AboutUs-module__vtZHUW__assuranceContent{flex:1;align-items:flex-start;gap:25px;display:flex}.AboutUs-module__vtZHUW__assuranceIcon{width:80px;height:80px;color:var(--color-primary);background:#fff;border:1px solid #e5e5e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #0000000d}.AboutUs-module__vtZHUW__assuranceIconSvg{width:40px;height:40px}.AboutUs-module__vtZHUW__assuranceText{flex:1}.AboutUs-module__vtZHUW__assuranceText h3{color:var(--color-dark);margin-bottom:15px;font-size:1.8rem;font-weight:700;line-height:1.3}.AboutUs-module__vtZHUW__assuranceText p{color:var(--color-text-body);margin-bottom:20px;font-size:1rem;line-height:1.6}.AboutUs-module__vtZHUW__assuranceList{margin:0;padding:0;list-style:none}.AboutUs-module__vtZHUW__assuranceList li{color:var(--color-text-body);margin-bottom:10px;padding-left:25px;font-size:.95rem;line-height:1.5;position:relative}.AboutUs-module__vtZHUW__assuranceList li:before{content:"✓";color:var(--color-primary);font-size:1rem;font-weight:700;position:absolute;top:0;left:0}.AboutUs-module__vtZHUW__assuranceList li:last-child{margin-bottom:0}.AboutUs-module__vtZHUW__assuranceAction{text-align:center;flex-shrink:0;min-width:180px}.AboutUs-module__vtZHUW__assuranceAction .AboutUs-module__vtZHUW__btn-primary{white-space:nowrap;width:100%;margin-bottom:8px;padding:14px 24px;font-size:1rem;font-weight:600}.AboutUs-module__vtZHUW__assuranceNote{color:var(--color-success);font-size:.85rem;font-weight:600;line-height:1.4}.AboutUs-module__vtZHUW__aboutServicesGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid;position:relative}.AboutUs-module__vtZHUW__aboutServiceCard{transition:var(--transition);border:1px solid #007bff1a;flex-direction:column;height:100%;padding:2.5rem;display:flex;position:relative}.AboutUs-module__vtZHUW__aboutServiceCard:hover{border-color:#007bff4d;transform:translateY(-8px);box-shadow:0 25px 50px -12px #007bff40}.AboutUs-module__vtZHUW__serviceHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.AboutUs-module__vtZHUW__serviceIconWrapper{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.AboutUs-module__vtZHUW__serviceIcon{color:#fff;stroke-width:1.5px;width:28px;height:28px}.AboutUs-module__vtZHUW__serviceTitle{color:var(--color-dark);margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.AboutUs-module__vtZHUW__serviceDescription{color:var(--color-text-body);flex-grow:1;font-size:1rem;line-height:1.6}.AboutUs-module__vtZHUW__serviceDescription p{margin-bottom:1rem}.AboutUs-module__vtZHUW__serviceDescription p:last-child{margin-bottom:0}.AboutUs-module__vtZHUW__featuresList{flex-grow:1;margin:0;padding:0;list-style:none}.AboutUs-module__vtZHUW__featureItem{color:var(--color-text-body);align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;line-height:1.5;display:flex}.AboutUs-module__vtZHUW__featureItem:last-child{margin-bottom:0}.AboutUs-module__vtZHUW__featureIcon{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.AboutUs-module__vtZHUW__featureItem strong{color:var(--color-dark);margin-bottom:.25rem;font-weight:600;display:block}.AboutUs-module__vtZHUW__featureItem p{margin:0;line-height:1.4}.AboutUs-module__vtZHUW__statsGrid{flex-grow:1;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.AboutUs-module__vtZHUW__statItem{text-align:center;background:linear-gradient(135deg,var(--color-primary),#0056b3);color:#fff;border-radius:var(--radius-lg);transition:var(--transition);padding:1.5rem 1rem}.AboutUs-module__vtZHUW__statItem:hover{transform:scale(1.05)}.AboutUs-module__vtZHUW__statNumber{margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1}.AboutUs-module__vtZHUW__statLabel{opacity:.95;font-size:.85rem;font-weight:500}@media (max-width:1200px){.AboutUs-module__vtZHUW__title{font-size:3rem}.AboutUs-module__vtZHUW__content{gap:40px}.AboutUs-module__vtZHUW__valuesGrid{grid-template-columns:1fr;gap:15px}.AboutUs-module__vtZHUW__valueItem{padding:20px}.AboutUs-module__vtZHUW__assuranceCard{gap:30px;padding:35px 40px}.AboutUs-module__vtZHUW__assuranceAction{min-width:160px}}@media (max-width:992px){.AboutUs-module__vtZHUW__content{grid-template-columns:1fr;gap:50px}.AboutUs-module__vtZHUW__statsGrid{grid-template-columns:1fr;gap:20px}.AboutUs-module__vtZHUW__assuranceCard{text-align:center;flex-direction:column;gap:30px;padding:30px 25px}.AboutUs-module__vtZHUW__assuranceContent{text-align:center;flex-direction:column;gap:20px}.AboutUs-module__vtZHUW__assuranceAction{width:100%;max-width:300px;margin:0 auto}.AboutUs-module__vtZHUW__storyCard{text-align:center;align-items:center}}@media (max-width:768px){.AboutUs-module__vtZHUW__section{padding:70px 0}.AboutUs-module__vtZHUW__statsCard,.AboutUs-module__vtZHUW__certificationsCard{padding:1.25rem!important}.AboutUs-module__vtZHUW__title{font-size:1.875rem}.AboutUs-module__vtZHUW__subtitle{font-size:1.1rem}.AboutUs-module__vtZHUW__aboutServicesGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.AboutUs-module__vtZHUW__aboutServiceCard{padding:2rem}.AboutUs-module__vtZHUW__serviceHeader{text-align:center;flex-direction:column;gap:1rem}.AboutUs-module__vtZHUW__serviceIconWrapper{width:50px;height:50px}.AboutUs-module__vtZHUW__serviceIcon{width:24px;height:24px}.AboutUs-module__vtZHUW__serviceTitle{font-size:1.3rem}.AboutUs-module__vtZHUW__statNumber{font-size:2rem}.AboutUs-module__vtZHUW__statsGrid{gap:.75rem}.AboutUs-module__vtZHUW__imageContainer{height:250px}.AboutUs-module__vtZHUW__assuranceCard{gap:25px;padding:25px 20px}.AboutUs-module__vtZHUW__assuranceIcon{width:60px;height:60px}.AboutUs-module__vtZHUW__assuranceIconSvg{width:30px;height:30px}.AboutUs-module__vtZHUW__assuranceText h3{margin-bottom:12px;font-size:1.4rem}.AboutUs-module__vtZHUW__assuranceText p{margin-bottom:15px;font-size:.95rem}.AboutUs-module__vtZHUW__assuranceList li{margin-bottom:8px;padding-left:22px;font-size:.9rem}.AboutUs-module__vtZHUW__assuranceAction .AboutUs-module__vtZHUW__btn-primary{padding:12px 20px;font-size:.95rem}.AboutUs-module__vtZHUW__assuranceNote{font-size:.8rem}}@media (max-width:576px){.AboutUs-module__vtZHUW__header{margin-bottom:50px}.AboutUs-module__vtZHUW__content{gap:40px}.AboutUs-module__vtZHUW__story{gap:30px}.AboutUs-module__vtZHUW__values{margin-top:20px}.AboutUs-module__vtZHUW__imageOverlay{padding:20px}.AboutUs-module__vtZHUW__overlayText h4{font-size:1.1rem}.AboutUs-module__vtZHUW__overlayText p{font-size:.9rem}}
.AdditionalServices-module__9cw1Tq__section{background:linear-gradient(135deg,#f8fafc 0%,#e8f4fd 100%);padding:6rem 0;position:relative;overflow:hidden}.AdditionalServices-module__9cw1Tq__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#007bff0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.AdditionalServices-module__9cw1Tq__header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.AdditionalServices-module__9cw1Tq__overline{letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);border-radius:var(--radius-full);background:#007bff1a;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.AdditionalServices-module__9cw1Tq__title{color:var(--color-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.AdditionalServices-module__9cw1Tq__subtitle{color:var(--color-text-body);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.AdditionalServices-module__9cw1Tq__servicesGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid;position:relative}.AdditionalServices-module__9cw1Tq__serviceCard{transition:var(--transition);border:1px solid #007bff1a;flex-direction:column;height:100%;padding:2.5rem;display:flex;position:relative}.AdditionalServices-module__9cw1Tq__serviceCard:hover{border-color:#007bff4d;transform:translateY(-8px);box-shadow:0 25px 50px -12px #007bff40}.AdditionalServices-module__9cw1Tq__serviceHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.AdditionalServices-module__9cw1Tq__serviceIconWrapper{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.AdditionalServices-module__9cw1Tq__serviceIcon{color:#fff;stroke-width:1.5px;width:28px;height:28px}.AdditionalServices-module__9cw1Tq__serviceTitle{color:var(--color-dark);margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.AdditionalServices-module__9cw1Tq__serviceDescription{color:var(--color-text-body);flex-grow:0;margin-bottom:2rem;font-size:1rem;line-height:1.6}.AdditionalServices-module__9cw1Tq__featuresList{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.AdditionalServices-module__9cw1Tq__featureItem{color:var(--color-text-body);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.5;display:flex}.AdditionalServices-module__9cw1Tq__featureIcon{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.AdditionalServices-module__9cw1Tq__serviceAction{margin-top:auto}.AdditionalServices-module__9cw1Tq__serviceCta{color:var(--color-primary);transition:var(--transition);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.AdditionalServices-module__9cw1Tq__serviceCta:hover{color:var(--color-primary-dark);transform:translate(4px)}.AdditionalServices-module__9cw1Tq__ctaIcon{width:18px;height:18px;transition:var(--transition)}.AdditionalServices-module__9cw1Tq__serviceCta:hover .AdditionalServices-module__9cw1Tq__ctaIcon{transform:translate(4px)}.AdditionalServices-module__9cw1Tq__bottomCTA{z-index:1;position:relative}.AdditionalServices-module__9cw1Tq__ctaCard{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);transition:var(--transition);background:linear-gradient(135deg,#ffffffe6,#fffffff2);border:1px solid #007bff1a;border-radius:24px;align-items:center;gap:40px;padding:40px 50px;display:flex}.AdditionalServices-module__9cw1Tq__ctaCard:hover{border-color:#007bff4d;transform:translateY(-4px);box-shadow:0 25px 50px -12px #007bff40}.AdditionalServices-module__9cw1Tq__ctaContent{flex:1}.AdditionalServices-module__9cw1Tq__ctaTitle{color:var(--color-dark);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.3}.AdditionalServices-module__9cw1Tq__ctaDescription{color:var(--color-text-body);margin:0;font-size:1.1rem;line-height:1.6}.AdditionalServices-module__9cw1Tq__ctaButton{flex-shrink:0}@media (max-width:768px){.AdditionalServices-module__9cw1Tq__section{padding:4rem 0}.AdditionalServices-module__9cw1Tq__title{font-size:2.25rem}.AdditionalServices-module__9cw1Tq__subtitle{font-size:1.1rem}.AdditionalServices-module__9cw1Tq__servicesGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.AdditionalServices-module__9cw1Tq__serviceCard{padding:2rem}.AdditionalServices-module__9cw1Tq__serviceTitle{font-size:1.3rem}.AdditionalServices-module__9cw1Tq__ctaCard{text-align:center;flex-direction:column;padding:2.5rem 2rem}.AdditionalServices-module__9cw1Tq__ctaTitle{font-size:1.75rem}.AdditionalServices-module__9cw1Tq__ctaButton{width:100%}.AdditionalServices-module__9cw1Tq__ctaButton .AdditionalServices-module__9cw1Tq__btn-highlight{justify-content:center;width:100%}}@media (max-width:480px){.AdditionalServices-module__9cw1Tq__serviceHeader{text-align:center;flex-direction:column;gap:1rem}.AdditionalServices-module__9cw1Tq__serviceIconWrapper{width:50px;height:50px}.AdditionalServices-module__9cw1Tq__serviceIcon{width:24px;height:24px}.AdditionalServices-module__9cw1Tq__featuresList{margin-bottom:1.5rem}.AdditionalServices-module__9cw1Tq__featureItem{font-size:.9rem}}
.FAQ-module__uDLo1a__section{background:linear-gradient(135deg,#fffffff2,#f8f9faf2);padding:100px 0;position:relative;overflow:hidden}.FAQ-module__uDLo1a__section:before{content:"";z-index:1;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23007BFF' fill-opacity='0.02'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");position:relative;inset:0}.FAQ-module__uDLo1a__header{text-align:center;z-index:1;margin-bottom:60px;position:relative}.FAQ-module__uDLo1a__overline{text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.FAQ-module__uDLo1a__title{color:var(--color-dark);margin-bottom:20px;font-size:3rem;font-weight:700;line-height:1.2}.FAQ-module__uDLo1a__subtitle{color:var(--color-text-body);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.FAQ-module__uDLo1a__faqContainer{z-index:1;max-width:900px;margin:0 auto;position:relative}.FAQ-module__uDLo1a__faqGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.FAQ-module__uDLo1a__faqItem{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0000000d;overflow:hidden}.FAQ-module__uDLo1a__faqItem:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.FAQ-module__uDLo1a__faqItem.FAQ-module__uDLo1a__active{border-color:var(--color-primary);box-shadow:0 0 0 2px #007bff1a,var(--shadow-lg)}.FAQ-module__uDLo1a__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--color-dark);transition:var(--transition);background:#fff;border:none;justify-content:space-between;align-items:center;padding:24px 30px;font-size:1.1rem;font-weight:600;display:flex}.FAQ-module__uDLo1a__faqQuestion:hover{background:#007bff05}.FAQ-module__uDLo1a__faqQuestion:focus{outline:2px solid var(--color-primary);outline-offset:-2px}.FAQ-module__uDLo1a__questionText{flex:1;padding-right:20px;line-height:1.5}.FAQ-module__uDLo1a__icon{width:24px;height:24px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.FAQ-module__uDLo1a__icon.FAQ-module__uDLo1a__rotated{transform:rotate(180deg)}.FAQ-module__uDLo1a__faqAnswer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.FAQ-module__uDLo1a__faqAnswer.FAQ-module__uDLo1a__open{max-height:500px;padding:0 30px 24px}.FAQ-module__uDLo1a__faqAnswer p{color:var(--color-text-body);margin:0;font-size:1rem;line-height:1.7}.FAQ-module__uDLo1a__contactCta{z-index:1;margin-top:60px;position:relative}.FAQ-module__uDLo1a__ctaCard{background:linear-gradient(135deg,var(--color-primary),#0056b3);color:#fff;text-align:center;box-shadow:var(--shadow-lg);border-radius:30px;padding:40px}.FAQ-module__uDLo1a__ctaCard h3{margin-bottom:15px;font-size:1.8rem;font-weight:700}.FAQ-module__uDLo1a__ctaCard p{opacity:.95;margin-bottom:30px;font-size:1.1rem;line-height:1.6}.FAQ-module__uDLo1a__ctaCard .FAQ-module__uDLo1a__btn-primary{color:var(--color-primary);border-radius:var(--radius-lg);transition:var(--transition);background:#fff;border:none;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}.FAQ-module__uDLo1a__ctaCard .FAQ-module__uDLo1a__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.FAQ-module__uDLo1a__responseTime{opacity:.9;margin-top:15px;font-size:.9rem;font-weight:500}@media (max-width:992px){.FAQ-module__uDLo1a__title{font-size:2.5rem}.FAQ-module__uDLo1a__subtitle{font-size:1.1rem}.FAQ-module__uDLo1a__faqGrid{grid-template-columns:1fr;gap:20px}}@media (max-width:768px){.FAQ-module__uDLo1a__section{padding:70px 0}.FAQ-module__uDLo1a__header{margin-bottom:40px}.FAQ-module__uDLo1a__title{font-size:1.875rem}.FAQ-module__uDLo1a__subtitle{font-size:1rem}.FAQ-module__uDLo1a__faqQuestion{padding:20px;font-size:1rem}.FAQ-module__uDLo1a__questionText{padding-right:15px}.FAQ-module__uDLo1a__faqAnswer.FAQ-module__uDLo1a__open{padding:0 20px 20px}.FAQ-module__uDLo1a__ctaCard{padding:30px 20px}.FAQ-module__uDLo1a__ctaCard h3{font-size:1.5rem}.FAQ-module__uDLo1a__ctaCard p{font-size:1rem}}@media (max-width:576px){.FAQ-module__uDLo1a__faqQuestion{padding:16px}.FAQ-module__uDLo1a__questionText{padding-right:12px;font-size:.95rem}.FAQ-module__uDLo1a__faqAnswer.FAQ-module__uDLo1a__open{padding:0 16px 16px}.FAQ-module__uDLo1a__faqAnswer p{font-size:.95rem}}
.ExperienceVideo-module__hY6uha__section{background-color:#f8fafc;padding:100px 0;overflow:hidden}.ExperienceVideo-module__hY6uha__container{max-width:1200px;margin:0 auto;padding:0 20px}.ExperienceVideo-module__hY6uha__titleArea{text-align:center;margin-bottom:60px}.ExperienceVideo-module__hY6uha__badge{text-transform:uppercase;letter-spacing:2px;color:#2563eb;margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.ExperienceVideo-module__hY6uha__title{color:#0f172a;margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.2}.ExperienceVideo-module__hY6uha__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem}.ExperienceVideo-module__hY6uha__contentRow{flex-direction:column;align-items:center;gap:40px;display:flex}@media (min-width:1024px){.ExperienceVideo-module__hY6uha__contentRow{flex-direction:row;align-items:center}}.ExperienceVideo-module__hY6uha__videoWrapper{aspect-ratio:9/16;background:#000;border-radius:24px;flex:1;width:100%;max-width:400px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.ExperienceVideo-module__hY6uha__videoWrapper iframe{border:none;width:100%;height:100%}.ExperienceVideo-module__hY6uha__videoPlaceholder{width:100%;height:100%;position:relative}.ExperienceVideo-module__hY6uha__playButton{z-index:10;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s,background .3s;display:flex;box-shadow:0 10px 25px #0003}.ExperienceVideo-module__hY6uha__videoPlaceholder:hover .ExperienceVideo-module__hY6uha__playButton{background:#fff;transform:scale(1.1)}.ExperienceVideo-module__hY6uha__playArrow{border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:25px solid #2563eb;width:0;height:0;margin-left:5px}.ExperienceVideo-module__hY6uha__infoCard{background:#fff;border:none;border-radius:40px;flex-direction:column;flex:1.2;justify-content:center;padding:50px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0003}.ExperienceVideo-module__hY6uha__quoteIcon{color:#eff6ff;z-index:0;width:120px;height:120px;position:absolute;top:-10px;right:20px}.ExperienceVideo-module__hY6uha__highlight{color:#2563eb;font-weight:700}.ExperienceVideo-module__hY6uha__text{color:#334155;z-index:1;margin-bottom:24px;font-size:1.125rem;line-height:1.8;position:relative}.ExperienceVideo-module__hY6uha__quote{color:#1e293b;border-left:4px solid #2563eb;margin:32px 0;padding-left:24px;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.6;position:relative}.ExperienceVideo-module__hY6uha__footer{z-index:1;align-items:center;gap:16px;margin-top:20px;display:flex;position:relative}.ExperienceVideo-module__hY6uha__avatar{color:#2563eb;background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:800;display:flex}.ExperienceVideo-module__hY6uha__authorInfo{flex-direction:column;display:flex}.ExperienceVideo-module__hY6uha__authorName{color:#0f172a;font-size:1.1rem;font-weight:700}.ExperienceVideo-module__hY6uha__authorTitle{color:#64748b;font-size:.9rem}@media (max-width:768px){.ExperienceVideo-module__hY6uha__section{padding:60px 0}.ExperienceVideo-module__hY6uha__titleArea{margin-bottom:40px}.ExperienceVideo-module__hY6uha__title{margin-bottom:12px;font-size:1.85rem}.ExperienceVideo-module__hY6uha__subtitle{font-size:1rem}.ExperienceVideo-module__hY6uha__contentRow{gap:30px}.ExperienceVideo-module__hY6uha__videoWrapper{border-radius:20px;max-width:100%}.ExperienceVideo-module__hY6uha__infoCard{border-radius:30px;padding:30px 20px}.ExperienceVideo-module__hY6uha__quoteIcon{width:80px;height:80px;top:-5px;right:15px}.ExperienceVideo-module__hY6uha__text{font-size:1rem;line-height:1.7}.ExperienceVideo-module__hY6uha__quote{margin:24px 0;padding-left:16px;font-size:1.1rem}.ExperienceVideo-module__hY6uha__avatar{border-radius:14px;width:48px;height:48px;font-size:1.1rem}.ExperienceVideo-module__hY6uha__authorName{font-size:1rem}.ExperienceVideo-module__hY6uha__authorTitle{font-size:.85rem}}.ExperienceVideo-module__hY6uha__questionBox{text-align:center;border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px}.ExperienceVideo-module__hY6uha__questionTitle{color:#0f172a;margin-bottom:8px;font-size:1.15rem;font-weight:700}.ExperienceVideo-module__hY6uha__questionDesc{color:#64748b;max-width:90%;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:.95rem}.ExperienceVideo-module__hY6uha__buttonWrapper{justify-content:center;display:flex}
.Hero-module___w2HtG__hero{align-items:center;min-height:90vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__hero:before{content:"";z-index:-1;background:radial-gradient(circle,#007bff1a 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.Hero-module___w2HtG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module___w2HtG__badge{color:var(--color-primary);background:#007bff1a;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.Hero-module___w2HtG__badgeIcon{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;display:flex}.Hero-module___w2HtG__headline{color:var(--color-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module___w2HtG__subheadline{color:var(--color-text-body);max-width:90%;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module___w2HtG__actions{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module___w2HtG__btnOutline{transition:var(--transition);border:2px solid var(--color-primary);color:var(--color-primary);border-radius:50px;align-items:center;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.Hero-module___w2HtG__btnOutline:hover{background:#007bff0d;transform:translateY(-2px)}.Hero-module___w2HtG__stockBadge{background:#fff3;border-radius:10px;margin-left:10px;padding:2px 8px;font-size:.75rem}.Hero-module___w2HtG__trust{border-top:1px solid #0000000d;gap:2rem;padding-top:1.5rem;display:flex}.Hero-module___w2HtG__trustItem{color:var(--color-text-body);align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}@media (max-width:968px){.Hero-module___w2HtG__hero{padding-top:120px}.Hero-module___w2HtG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module___w2HtG__headline{font-size:2.5rem}.Hero-module___w2HtG__subheadline{margin:0 auto 2.5rem}.Hero-module___w2HtG__actions{flex-direction:column;justify-content:center}.Hero-module___w2HtG__trust{flex-wrap:wrap;justify-content:center}}
.LogoLoop-module__JCMMbq__section{background:#f8fafc;border-top:1px solid #e2e8f066;border-bottom:1px solid #e2e8f066;padding:80px 0;position:relative;overflow:hidden}.LogoLoop-module__JCMMbq__mask{pointer-events:none;z-index:2;background:linear-gradient(90deg,#f8fafc 0%,#0000 15% 85%,#f8fafc 100%);position:absolute;inset:0}.LogoLoop-module__JCMMbq__sliderContainer{width:100%;padding:2rem 0;overflow:hidden}.LogoLoop-module__JCMMbq__slider{width:fit-content;animation:60s linear infinite LogoLoop-module__JCMMbq__scroll;display:flex}.LogoLoop-module__JCMMbq__slider:hover{animation-play-state:paused}.LogoLoop-module__JCMMbq__logoGrid{align-items:center;gap:5rem;padding:0 2.5rem;display:flex}.LogoLoop-module__JCMMbq__logoItem{opacity:.7;filter:grayscale();flex:none;justify-content:center;align-items:center;min-width:150px;height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.LogoLoop-module__JCMMbq__logoItem:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.LogoLoop-module__JCMMbq__logoImage{object-fit:contain;width:auto;max-width:200px;height:100%;max-height:60px}.LogoLoop-module__JCMMbq__logoFallback{color:#64748b;text-align:center;font-size:1.2rem;font-weight:700}@keyframes LogoLoop-module__JCMMbq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.LogoLoop-module__JCMMbq__section{padding:60px 0}.LogoLoop-module__JCMMbq__logoGrid{gap:2rem;padding:0 1rem}.LogoLoop-module__JCMMbq__logoItem{min-width:100px;height:60px}.LogoLoop-module__JCMMbq__logoImage{max-width:100px;max-height:35px}}
.Blog-module__j2fY5G__blog{background:linear-gradient(to bottom,var(--color-bg-start),var(--color-bg-end));min-height:100vh}.Blog-module__j2fY5G__hero{padding:120px 0 80px;position:relative;overflow:hidden}.Blog-module__j2fY5G__hero:before{content:"";z-index:-1;background:radial-gradient(circle,#007bff1a 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.Blog-module__j2fY5G__heroContent{text-align:center;max-width:800px;margin:0 auto}.Blog-module__j2fY5G__badge{color:var(--color-primary);background:#007bff1a;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.Blog-module__j2fY5G__headline{color:var(--color-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.Blog-module__j2fY5G__subheadline{color:var(--color-text-body);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.Blog-module__j2fY5G__actions{justify-content:center;gap:1rem;display:flex}.Blog-module__j2fY5G__categories{backdrop-filter:blur(10px);z-index:100;background:#fffffff2;border-bottom:1px solid #0000000d;padding:2rem 0;position:sticky;top:0}.Blog-module__j2fY5G__categoriesList{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Blog-module__j2fY5G__category{color:var(--color-text-body);transition:var(--transition);border:2px solid #0000;border-radius:50px;padding:.5rem 1.25rem;font-weight:500;text-decoration:none}.Blog-module__j2fY5G__category:hover{color:var(--color-primary);background:#007bff0d}.Blog-module__j2fY5G__categoryActive{background:var(--gradient-primary);color:#fff;border-color:var(--color-primary)}.Blog-module__j2fY5G__postsSection{padding:6rem 0}.Blog-module__j2fY5G__postsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.Blog-module__j2fY5G__postCard{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));border:var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;height:100%;display:flex;overflow:hidden}.Blog-module__j2fY5G__postCard:hover{box-shadow:var(--shadow-lg);border-color:#007bff33}.Blog-module__j2fY5G__postLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.Blog-module__j2fY5G__postImage{width:100%;height:250px;position:relative;overflow:hidden}.Blog-module__j2fY5G__image{object-fit:cover;transition:transform .3s}.Blog-module__j2fY5G__postCard:hover .Blog-module__j2fY5G__image{transform:scale(1.05)}.Blog-module__j2fY5G__postCategory{color:#fff;background:#007bfff2;border-radius:20px;align-items:center;gap:.25rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:1rem;left:1rem}.Blog-module__j2fY5G__articleId{letter-spacing:.5px;background:#ffffff40;border-radius:12px;padding:.125rem .5rem;font-size:.7rem;font-weight:700}.Blog-module__j2fY5G__postContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.Blog-module__j2fY5G__postMeta{color:var(--color-text-body);gap:1rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.Blog-module__j2fY5G__postDate{font-weight:500}.Blog-module__j2fY5G__postReadTime{opacity:.7}.Blog-module__j2fY5G__postTitle{color:var(--color-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.Blog-module__j2fY5G__postExcerpt{color:var(--color-text-body);flex-grow:1;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.Blog-module__j2fY5G__postFooter{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Blog-module__j2fY5G__postAuthor{color:var(--color-text-body);font-size:.85rem;font-weight:500}.Blog-module__j2fY5G__postReadMore{color:var(--color-primary);font-size:.9rem;font-weight:600}.Blog-module__j2fY5G__ctaSection{padding:6rem 0}.Blog-module__j2fY5G__ctaCard{border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-colored);color:#fff;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);padding:4rem}.Blog-module__j2fY5G__ctaTitle{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.Blog-module__j2fY5G__ctaText{opacity:.95;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}@media (max-width:968px){.Blog-module__j2fY5G__hero{padding-top:100px}.Blog-module__j2fY5G__headline{font-size:2rem}.Blog-module__j2fY5G__postsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.Blog-module__j2fY5G__ctaCard{padding:3rem 2rem}.Blog-module__j2fY5G__ctaTitle{font-size:2rem}}@media (max-width:640px){.Blog-module__j2fY5G__postsGrid{grid-template-columns:1fr}.Blog-module__j2fY5G__categoriesList{gap:.5rem}.Blog-module__j2fY5G__category{padding:.4rem 1rem;font-size:.85rem}}.Blog-module__j2fY5G__filterIndicator{background:#007bff1a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;padding:12px 20px;display:flex}.Blog-module__j2fY5G__filterIndicator span{color:var(--color-gray);font-size:.9rem}.Blog-module__j2fY5G__filterIndicator strong{color:var(--color-primary);font-size:1rem}.Blog-module__j2fY5G__clearFilter{background:var(--color-primary);color:#fff;border-radius:6px;align-items:center;gap:4px;margin-left:auto;padding:6px 14px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.Blog-module__j2fY5G__clearFilter:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.Blog-module__j2fY5G__draftsDivider{align-items:center;gap:16px;margin:3rem 0 2rem;display:flex}.Blog-module__j2fY5G__draftsDividerLine{background:repeating-linear-gradient(90deg,#f59e0b 0 8px,#0000 8px 16px);flex:1;height:2px}.Blog-module__j2fY5G__draftsDividerBadge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50px;padding:8px 20px;font-size:.85rem;font-weight:600}.Blog-module__j2fY5G__draftCard{background:#fffbeb80!important;border:2px dashed #f59e0b!important}.Blog-module__j2fY5G__draftCard:hover{border-color:#d97706!important;box-shadow:0 8px 30px #f59e0b26!important}.Blog-module__j2fY5G__draftBadge{background:linear-gradient(135deg,#f59e0b,#d97706)!important}.Blog-module__j2fY5G__draftImageOverlay{position:relative}.Blog-module__j2fY5G__draftImageOverlay:after{content:"";pointer-events:none;z-index:1;background:repeating-linear-gradient(45deg,#0000,#0000 10px,#f59e0b14 10px 12px);position:absolute;inset:0}.Blog-module__j2fY5G__articleIdTag{color:#64748b;letter-spacing:.3px;white-space:nowrap;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.7rem;font-weight:600}
.ProductCatalog-module__ov-cfq__section{background:linear-gradient(to bottom,var(--color-bg-end),var(--color-bg-start));padding:100px 0}.ProductCatalog-module__ov-cfq__header{text-align:center;margin-bottom:4rem}.ProductCatalog-module__ov-cfq__overline{text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.ProductCatalog-module__ov-cfq__title{color:var(--color-dark);letter-spacing:-.5px;margin-bottom:15px;font-size:3rem;font-weight:800}.ProductCatalog-module__ov-cfq__subtitle{color:var(--color-text-body);font-size:1.1rem}.ProductCatalog-module__ov-cfq__grid{grid-template-columns:1fr;gap:1rem;max-width:1340px;margin:0 auto;padding:0 1rem;display:grid}@media (min-width:640px){.ProductCatalog-module__ov-cfq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProductCatalog-module__ov-cfq__grid{grid-template-columns:repeat(4,1fr)}}.ProductCatalog-module__ov-cfq__card{transition:var(--transition);border:1px solid #0000000d;flex-direction:column;padding:1rem;display:flex;position:relative}.ProductCatalog-module__ov-cfq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.ProductCatalog-module__ov-cfq__featured{border:2px solid var(--color-primary);background:linear-gradient(#ffffffe6,#f0f8ffcc)}.ProductCatalog-module__ov-cfq__featuredBadge{background:var(--color-primary);color:#fff;border-top-right-radius:12px;border-bottom-left-radius:12px;padding:5px 15px;font-size:.8rem;font-weight:700;position:absolute;top:0;right:0}.ProductCatalog-module__ov-cfq__cardHeader{text-align:center;margin-bottom:.5rem}.ProductCatalog-module__ov-cfq__productName{color:var(--color-dark);margin-bottom:.25rem;font-size:1.15rem;font-weight:800}.ProductCatalog-module__ov-cfq__tag{color:var(--color-text-body);background:#0000000d;border-radius:20px;padding:3px 10px;font-size:.8rem;display:inline-block}.ProductCatalog-module__ov-cfq__priceContainer{text-align:center;margin-bottom:.5rem}.ProductCatalog-module__ov-cfq__equipmentDescription{color:#64748b;text-align:center;min-height:2.4rem;margin-bottom:.5rem;font-size:.8rem;line-height:1.35;display:block}.ProductCatalog-module__ov-cfq__currentPrice{color:var(--color-primary);font-size:1.45rem;font-weight:800}.ProductCatalog-module__ov-cfq__period{color:var(--color-text-body);font-size:.85rem;font-weight:400}.ProductCatalog-module__ov-cfq__stock{text-align:center;justify-content:center;align-items:center;gap:6px;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.ProductCatalog-module__ov-cfq__dot{border-radius:50%;width:8px;height:8px;display:inline-block}@keyframes ProductCatalog-module__ov-cfq__pulse{0%{box-shadow:0 0 #fd7e1466}70%{box-shadow:0 0 0 6px #fd7e1400}to{box-shadow:0 0 #fd7e1400}}.ProductCatalog-module__ov-cfq__imagePlaceholder{background:#fff;border:1px solid #00000008;border-radius:12px;justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:.75rem;padding:10px;display:flex;position:relative;overflow:hidden}.ProductCatalog-module__ov-cfq__specs{color:var(--color-text-body);flex-grow:1;margin-bottom:.75rem;font-size:.78rem;list-style:none}.ProductCatalog-module__ov-cfq__specs li{border-bottom:1px dashed #0000000d;margin-bottom:.25rem;padding-bottom:.25rem}.ProductCatalog-module__ov-cfq__specs li:last-child{border-bottom:none}.ProductCatalog-module__ov-cfq__imagePlaceholder:hover .ProductCatalog-module__ov-cfq__galleryBtn{opacity:1;transform:translate(-50%,-50%)scale(1)}.ProductCatalog-module__ov-cfq__galleryBtn{backdrop-filter:blur(5px);color:var(--color-primary);cursor:pointer;opacity:0;z-index:10;background:#ffffffe6;border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 4px 15px #0003}.ProductCatalog-module__ov-cfq__galleryBtn:hover{background:#fff;box-shadow:0 6px 20px #00000040}.ProductCatalog-module__ov-cfq__actions{gap:10px;display:flex}.ProductCatalog-module__ov-cfq__primaryBtn{text-align:center;flex:1.5}.ProductCatalog-module__ov-cfq__outlineBtn{color:var(--color-text-body);cursor:pointer;background:0 0;border:1px solid #dee2e6;border-radius:8px;flex:1;font-size:.9rem;font-weight:600;transition:all .2s}.ProductCatalog-module__ov-cfq__outlineBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#0d6efd0d}@media (max-width:768px){.ProductCatalog-module__ov-cfq__section{padding:60px 0}.ProductCatalog-module__ov-cfq__title{font-size:1.875rem}.ProductCatalog-module__ov-cfq__card{padding:1.25rem}.ProductCatalog-module__ov-cfq__imagePlaceholder{height:160px}.ProductCatalog-module__ov-cfq__productName{font-size:1.15rem}.ProductCatalog-module__ov-cfq__currentPrice{font-size:1.5rem}.ProductCatalog-module__ov-cfq__specs{font-size:.8rem}}
.Categoria-module__QpvsIq__categoria{background:linear-gradient(to bottom,var(--color-bg-start),var(--color-bg-end));min-height:100vh}.Categoria-module__QpvsIq__breadcrumb{background:#ffffff80;border-bottom:1px solid #0000000d;padding:1.5rem 0}.Categoria-module__QpvsIq__breadcrumbLink{color:var(--color-text-body);transition:var(--transition);font-size:.9rem;text-decoration:none}.Categoria-module__QpvsIq__breadcrumbLink:hover{color:var(--color-primary)}.Categoria-module__QpvsIq__breadcrumbSeparator{color:var(--color-text-body);opacity:.5;margin:0 .5rem}.Categoria-module__QpvsIq__breadcrumbCurrent{color:var(--color-primary);font-size:.9rem;font-weight:600}.Categoria-module__QpvsIq__hero{text-align:center;padding:4rem 0 2rem}.Categoria-module__QpvsIq__heroContent{flex-direction:column;align-items:center;gap:1rem;display:flex}.Categoria-module__QpvsIq__heroIcon{font-size:3rem;display:block}.Categoria-module__QpvsIq__heroTitle{color:var(--color-dark);letter-spacing:-1px;font-size:2.5rem;font-weight:800}.Categoria-module__QpvsIq__heroDescription{color:var(--color-text-body);max-width:600px;font-size:1.1rem;line-height:1.6}.Categoria-module__QpvsIq__heroCount{color:var(--color-primary);background:#007bff1a;border-radius:20px;padding:.375rem 1rem;font-size:.85rem;font-weight:600}@media (max-width:768px){.Categoria-module__QpvsIq__heroTitle{font-size:2rem}.Categoria-module__QpvsIq__heroDescription{font-size:1rem}}
.BlogPost-module__S1BHoG__blogPost{background:linear-gradient(to bottom,var(--color-bg-start),var(--color-bg-end));min-height:100vh}.BlogPost-module__S1BHoG__breadcrumb{background:#ffffff80;border-bottom:1px solid #0000000d;padding:1.5rem 0}.BlogPost-module__S1BHoG__breadcrumbLink{color:var(--color-text-body);transition:var(--transition);font-size:.9rem;text-decoration:none}.BlogPost-module__S1BHoG__breadcrumbLink:hover{color:var(--color-primary)}.BlogPost-module__S1BHoG__breadcrumbSeparator{color:var(--color-text-body);opacity:.5;margin:0 .5rem}.BlogPost-module__S1BHoG__breadcrumbCurrent{color:var(--color-primary);font-size:.9rem;font-weight:600}.BlogPost-module__S1BHoG__article{padding:4rem 0}.BlogPost-module__S1BHoG__articleHeader{text-align:center;max-width:900px;margin:0 auto 3rem}.BlogPost-module__S1BHoG__articleMeta{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.BlogPost-module__S1BHoG__articleCategory{color:var(--color-primary);background:#007bff1a;border-radius:20px;padding:.375rem 1rem;font-size:.85rem;font-weight:600}.BlogPost-module__S1BHoG__articleDate{color:var(--color-text-body);font-size:.9rem}.BlogPost-module__S1BHoG__articleReadTime{color:var(--color-text-body);opacity:.7;font-size:.9rem}.BlogPost-module__S1BHoG__articleTitle{color:var(--color-dark);letter-spacing:-1px;margin-bottom:2rem;font-size:3rem;font-weight:800;line-height:1.2}.BlogPost-module__S1BHoG__articleAuthor{border-top:1px solid #0000000d;padding-top:2rem}.BlogPost-module__S1BHoG__authorInfo{justify-content:center;align-items:center;gap:1rem;display:flex}.BlogPost-module__S1BHoG__authorAvatar{color:#fff;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:700;display:flex}.BlogPost-module__S1BHoG__authorDetails{flex-direction:column;align-items:flex-start;display:flex}.BlogPost-module__S1BHoG__authorName{color:var(--color-dark);font-size:1rem;font-weight:600}.BlogPost-module__S1BHoG__authorRole{color:var(--color-text-body);opacity:.7;font-size:.85rem}.BlogPost-module__S1BHoG__featuredImage{border-radius:var(--radius-lg);width:100%;max-width:1200px;height:600px;box-shadow:var(--shadow-lg);margin:0 auto 4rem;position:relative;overflow:hidden}.BlogPost-module__S1BHoG__featuredImage .BlogPost-module__S1BHoG__image{object-fit:cover}.BlogPost-module__S1BHoG__articleContent{max-width:800px;margin:0 auto}.BlogPost-module__S1BHoG__markdownContent{color:var(--color-text-body);font-size:1.125rem;line-height:1.8}.BlogPost-module__S1BHoG__markdownContent h1,.BlogPost-module__S1BHoG__markdownContent h2,.BlogPost-module__S1BHoG__markdownContent h3,.BlogPost-module__S1BHoG__markdownContent h4,.BlogPost-module__S1BHoG__markdownContent h5,.BlogPost-module__S1BHoG__markdownContent h6{color:var(--color-dark);margin-top:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.BlogPost-module__S1BHoG__markdownContent h1{font-size:2.5rem}.BlogPost-module__S1BHoG__markdownContent h2{border-bottom:2px solid #007bff33;padding-bottom:.5rem;font-size:2rem}.BlogPost-module__S1BHoG__markdownContent h3{font-size:1.5rem}.BlogPost-module__S1BHoG__markdownContent h4{font-size:1.25rem}.BlogPost-module__S1BHoG__markdownContent p{margin-bottom:1.5rem}.BlogPost-module__S1BHoG__markdownContent a{color:var(--color-primary);transition:var(--transition);font-weight:600;text-decoration:none}.BlogPost-module__S1BHoG__markdownContent a:hover{text-decoration:underline}.BlogPost-module__S1BHoG__markdownContent strong{color:var(--color-dark);font-weight:700}.BlogPost-module__S1BHoG__markdownContent em{font-style:italic}.BlogPost-module__S1BHoG__markdownContent ul,.BlogPost-module__S1BHoG__markdownContent ol{margin-bottom:1.5rem;padding-left:1.5rem}.BlogPost-module__S1BHoG__markdownContent ul{list-style:outside}.BlogPost-module__S1BHoG__markdownContent ul li::marker{color:var(--color-primary);font-size:1.1em}.BlogPost-module__S1BHoG__markdownContent ol{list-style:decimal}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__checkList{padding-left:0;list-style:none}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__checkList li{padding-left:1.5rem;position:relative}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__checkList li:before{content:"";color:var(--color-primary);position:absolute;left:0}.BlogPost-module__S1BHoG__markdownContent li{margin-bottom:.5rem;line-height:1.6}.BlogPost-module__S1BHoG__markdownContent blockquote{border-left:4px solid var(--color-primary);border-radius:0 var(--radius-sm)var(--radius-sm)0;background:#007bff0d;margin:2rem 0;padding:1rem 1.5rem;font-size:1.1rem;font-style:italic}.BlogPost-module__S1BHoG__markdownContent hr{background:linear-gradient(90deg,#0000,#007bff4d,#0000);border:none;height:2px;margin:3rem 0}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__checkMark{margin-right:.5rem;font-weight:700;display:inline-block;color:#007bff!important}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table{border-collapse:collapse;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-md);-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #007bff1a;margin:2rem 0;display:block;overflow:auto hidden}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table th{color:var(--color-primary);text-align:left;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#007bff1a 0%,#007bff0d 100%);border-bottom:2px solid #007bff33;padding:1rem 1.25rem;font-size:.95rem;font-weight:700}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table td{color:var(--color-text-body);vertical-align:middle;border-bottom:1px solid #0000000d;padding:1rem 1.25rem;font-size:.95rem}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table tr:last-child td{border-bottom:none}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table tbody tr:nth-child(2n){background:#007bff05}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table tbody tr:hover{background:#007bff0d;transition:background .3s}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table tbody tr:last-child td{color:var(--color-primary);background:linear-gradient(135deg,#007bff1a 0%,#007bff0d 100%);font-weight:700}.BlogPost-module__S1BHoG__tags{border-top:1px solid #0000000d;flex-wrap:wrap;gap:.75rem;margin-top:3rem;padding-top:2rem;display:flex}.BlogPost-module__S1BHoG__tag{color:var(--color-primary);background:#007bff1a;border-radius:20px;padding:.375rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.BlogPost-module__S1BHoG__tag:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.BlogPost-module__S1BHoG__shareButtons{border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0;display:flex}.BlogPost-module__S1BHoG__shareLabel{color:var(--color-text-body);font-weight:600}.BlogPost-module__S1BHoG__shareButton{border:2px solid var(--color-primary);color:var(--color-primary);cursor:pointer;transition:var(--transition);background:0 0;border-radius:50px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.BlogPost-module__S1BHoG__shareButton:hover{background:var(--color-primary);color:#fff}.BlogPost-module__S1BHoG__relatedSection{background:#ffffff4d;padding:6rem 0}.BlogPost-module__S1BHoG__relatedTitle{text-align:center;color:var(--color-dark);margin-bottom:3rem;font-size:2rem;font-weight:800}.BlogPost-module__S1BHoG__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.BlogPost-module__S1BHoG__relatedCard{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));border:var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);height:100%;overflow:hidden}.BlogPost-module__S1BHoG__relatedLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.BlogPost-module__S1BHoG__relatedImage{width:100%;height:200px;position:relative;overflow:hidden}.BlogPost-module__S1BHoG__relatedImage .BlogPost-module__S1BHoG__image{object-fit:cover;transition:transform .3s}.BlogPost-module__S1BHoG__relatedCard:hover .BlogPost-module__S1BHoG__relatedImage .BlogPost-module__S1BHoG__image{transform:scale(1.05)}.BlogPost-module__S1BHoG__relatedContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.BlogPost-module__S1BHoG__relatedPostTitle{color:var(--color-dark);margin-bottom:.75rem;font-size:1.1rem;font-weight:700;line-height:1.4}.BlogPost-module__S1BHoG__relatedExcerpt{color:var(--color-text-body);font-size:.9rem;line-height:1.6}.BlogPost-module__S1BHoG__ctaSection{padding:6rem 0}.BlogPost-module__S1BHoG__ctaCard{border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-colored);color:#fff;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);padding:4rem}.BlogPost-module__S1BHoG__ctaTitle{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.BlogPost-module__S1BHoG__ctaText{opacity:.95;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}@media (max-width:968px){.BlogPost-module__S1BHoG__articleTitle{font-size:2rem}.BlogPost-module__S1BHoG__featuredImage{height:400px}.BlogPost-module__S1BHoG__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.BlogPost-module__S1BHoG__ctaCard{padding:3rem 2rem}.BlogPost-module__S1BHoG__ctaTitle{font-size:2rem}}@media (max-width:640px){.BlogPost-module__S1BHoG__articleHeader{padding:0 1rem}.BlogPost-module__S1BHoG__articleTitle{font-size:1.75rem}.BlogPost-module__S1BHoG__featuredImage{height:300px;margin:0 1rem 2rem}.BlogPost-module__S1BHoG__relatedGrid{grid-template-columns:1fr}.BlogPost-module__S1BHoG__shareButtons{flex-wrap:wrap}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table{font-size:.85rem}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table th,.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table td{padding:.75rem 1rem}.BlogPost-module__S1BHoG__markdownContent .BlogPost-module__S1BHoG__table th{font-size:.85rem}.BlogPost-module__S1BHoG__tags{justify-content:center}}
.ChatWidget-module__cj9VSa__chatButtonWrapper{z-index:999;flex-direction:row-reverse;align-items:center;gap:10px;display:flex;position:fixed;bottom:100px;right:30px}.ChatWidget-module__cj9VSa__chatLabel{color:#fff;white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#0a7e4a,#10b981);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;animation:.3s ease-out ChatWidget-module__cj9VSa__fadeInLabel;box-shadow:0 2px 12px #10b98159}@keyframes ChatWidget-module__cj9VSa__fadeInLabel{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.ChatWidget-module__cj9VSa__chatButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a7e4a,#10b981);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #10b98173}.ChatWidget-module__cj9VSa__chatButton:hover{transform:scale(1.12);box-shadow:0 6px 25px #10b981a6}.ChatWidget-module__cj9VSa__chatButtonActive{background:linear-gradient(135deg,#6b7280,#9ca3af)}@keyframes ChatWidget-module__cj9VSa__chatPulse{0%{box-shadow:0 4px 20px #10b98173,0 0 #10b98199}70%{box-shadow:0 4px 20px #10b98173,0 0 0 18px #10b98100}to{box-shadow:0 4px 20px #10b98173,0 0 #10b98100}}.ChatWidget-module__cj9VSa__chatButton:not(.ChatWidget-module__cj9VSa__chatButtonActive){animation:2.5s infinite ChatWidget-module__cj9VSa__chatPulse}.ChatWidget-module__cj9VSa__chatWindow{z-index:1000;background:#fff;border-radius:16px;flex-direction:column;width:400px;max-width:calc(100vw - 40px);height:560px;max-height:calc(100vh - 220px);animation:.3s ease-out ChatWidget-module__cj9VSa__slideUp;display:flex;position:fixed;bottom:180px;right:30px;overflow:hidden;box-shadow:0 8px 40px #00000026}@keyframes ChatWidget-module__cj9VSa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__cj9VSa__chatHeader{color:#fff;background:linear-gradient(135deg,#0a7e4a,#10b981);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ChatWidget-module__cj9VSa__headerLeft{align-items:center;gap:10px;display:flex}.ChatWidget-module__cj9VSa__avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ChatWidget-module__cj9VSa__headerTitle{font-size:14px;font-weight:700}.ChatWidget-module__cj9VSa__headerStatus{color:#d1fae5;margin-top:1px;font-size:11px}.ChatWidget-module__cj9VSa__closeButton{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ChatWidget-module__cj9VSa__closeButton:hover{background:#ffffff4d}.ChatWidget-module__cj9VSa__headerActions{align-items:center;gap:8px;display:flex}.ChatWidget-module__cj9VSa__whatsappBtn{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:background .2s,transform .2s;display:flex}.ChatWidget-module__cj9VSa__whatsappBtn:hover{background:#1da851;transform:scale(1.1)}.ChatWidget-module__cj9VSa__messagesContainer{background:#f8f9fa;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__cj9VSa__message{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;max-width:82%;padding:10px 14px;font-size:14px;line-height:1.5}.ChatWidget-module__cj9VSa__userMessage{color:#fff;background:linear-gradient(135deg,#0a7e4a,#10b981);border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__cj9VSa__botMessage{color:#2c3e50;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 3px #00000014}.ChatWidget-module__cj9VSa__botMessage strong{color:#1a1a2e;font-weight:700}.ChatWidget-module__cj9VSa__botMessage em{color:#4a5568;font-style:italic}.ChatWidget-module__cj9VSa__botMessage a{color:#0a7e4a;word-break:break-all;font-weight:600;text-decoration:underline}.ChatWidget-module__cj9VSa__botMessage a:hover{color:#065f3b}.ChatWidget-module__cj9VSa__typing{align-items:center;gap:4px;padding:12px 18px;display:flex}.ChatWidget-module__cj9VSa__dot{background:#95a5a6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatWidget-module__cj9VSa__bounce}.ChatWidget-module__cj9VSa__dot:first-child{animation-delay:0s}.ChatWidget-module__cj9VSa__dot:nth-child(2){animation-delay:.2s}.ChatWidget-module__cj9VSa__dot:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__cj9VSa__bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.ChatWidget-module__cj9VSa__inputContainer{background:#fff;border-top:1px solid #e8e8e8;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}.ChatWidget-module__cj9VSa__chatInput{border:1px solid #e0e0e0;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.ChatWidget-module__cj9VSa__chatInput:focus{border-color:#10b981}.ChatWidget-module__cj9VSa__chatInput:disabled{cursor:not-allowed;background:#f5f5f5}.ChatWidget-module__cj9VSa__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a7e4a,#10b981);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s,transform .2s;display:flex}.ChatWidget-module__cj9VSa__sendButton:hover:not(:disabled){transform:scale(1.05)}.ChatWidget-module__cj9VSa__sendButton:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.ChatWidget-module__cj9VSa__chatWindow{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;bottom:0;right:0}.ChatWidget-module__cj9VSa__chatButtonWrapper{bottom:90px;right:20px}.ChatWidget-module__cj9VSa__chatButton{width:60px;height:60px}.ChatWidget-module__cj9VSa__chatLabel{display:none}}.ChatWidget-module__cj9VSa__messagesContainer::-webkit-scrollbar{width:5px}.ChatWidget-module__cj9VSa__messagesContainer::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__cj9VSa__messagesContainer::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.ChatWidget-module__cj9VSa__fabRoot{z-index:999;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:20px;right:20px}.ChatWidget-module__cj9VSa__fabHidden{display:none}.ChatWidget-module__cj9VSa__fabMenu{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.ChatWidget-module__cj9VSa__fabAction{color:#0f172a;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 16px 10px 12px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0f172a26}.ChatWidget-module__cj9VSa__fabAction:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a33}.ChatWidget-module__cj9VSa__fabAction svg{flex-shrink:0}.ChatWidget-module__cj9VSa__fabAction:first-child svg{color:#2563eb}.ChatWidget-module__cj9VSa__fabAction:nth-child(2) svg{color:#25d366}.ChatWidget-module__cj9VSa__fabAction:nth-child(3) svg{color:#10b981}.ChatWidget-module__cj9VSa__fab{cursor:pointer;color:#fff;background:linear-gradient(135deg,#25d366,#1da851);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .25s,background .25s;display:flex;box-shadow:0 4px 20px #25d36673}.ChatWidget-module__cj9VSa__fab:hover{transform:scale(1.08)}.ChatWidget-module__cj9VSa__fabOpen{background:linear-gradient(135deg,#f43f5e,#e11d48)}@media (max-width:480px){.ChatWidget-module__cj9VSa__fabRoot{bottom:16px;right:16px}.ChatWidget-module__cj9VSa__fab{width:56px;height:56px}}
.ProductGalleryModal-module__NO-kbG__overlay{backdrop-filter:blur(10px);z-index:2000;opacity:0;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s forwards ProductGalleryModal-module__NO-kbG__fadeIn;display:flex;position:fixed;top:0;left:0}.ProductGalleryModal-module__NO-kbG__modalContent{z-index:2001;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:1100px;height:auto;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.ProductGalleryModal-module__NO-kbG__closeButton{color:var(--color-dark);cursor:pointer;z-index:2010;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.ProductGalleryModal-module__NO-kbG__closeButton:hover{background:#0000001a;transform:rotate(90deg)}.ProductGalleryModal-module__NO-kbG__container{height:100%;display:flex;overflow:hidden}.ProductGalleryModal-module__NO-kbG__colImage{background:#f8f9fa;flex-direction:column;flex:1.4;justify-content:space-between;padding:2rem;display:flex;position:relative}.ProductGalleryModal-module__NO-kbG__mainImageContainer{flex:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:1rem;display:flex;position:relative}.ProductGalleryModal-module__NO-kbG__imageWrapper{cursor:zoom-in;border-radius:12px;justify-content:center;align-items:center;width:75%;height:75%;display:flex;position:relative;overflow:hidden}.ProductGalleryModal-module__NO-kbG__mainImage{object-fit:contain;object-position:center;filter:drop-shadow(0 15px 30px #0000001a)}.ProductGalleryModal-module__NO-kbG__navButton{color:var(--color-dark);cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.ProductGalleryModal-module__NO-kbG__navButton:hover{color:var(--color-primary);transform:translateY(-50%)scale(1.1)}.ProductGalleryModal-module__NO-kbG__prev{left:0}.ProductGalleryModal-module__NO-kbG__next{right:0}.ProductGalleryModal-module__NO-kbG__thumbnailStrip{justify-content:center;gap:10px;padding-top:1rem;display:flex;overflow-x:auto}.ProductGalleryModal-module__NO-kbG__thumbnailBtn{cursor:pointer;opacity:.6;background:#fff;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:70px;height:50px;transition:all .2s;position:relative;overflow:hidden}.ProductGalleryModal-module__NO-kbG__thumbnailBtn:hover{opacity:1}.ProductGalleryModal-module__NO-kbG__activeThumb{border-color:var(--color-primary);opacity:1;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.ProductGalleryModal-module__NO-kbG__img{object-fit:contain;padding:4px}.ProductGalleryModal-module__NO-kbG__colInfo{border-left:1px solid #0000000d;flex-direction:column;flex:1;gap:1.5rem;padding:3rem 2.5rem;display:flex;overflow-y:auto}.ProductGalleryModal-module__NO-kbG__headerInfo{margin-bottom:.5rem}.ProductGalleryModal-module__NO-kbG__tagline{text-transform:uppercase;letter-spacing:1.5px;color:var(--color-primary);margin-bottom:5px;font-size:.75rem;font-weight:700;display:block}.ProductGalleryModal-module__NO-kbG__productTitle{color:var(--color-dark);margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.1}.ProductGalleryModal-module__NO-kbG__priceTag{color:var(--color-dark);font-size:1.5rem;font-weight:700}.ProductGalleryModal-module__NO-kbG__period{color:#adb5bd;font-size:.9rem;font-weight:400}.ProductGalleryModal-module__NO-kbG__description{color:var(--color-text-body);font-size:.95rem;line-height:1.6}.ProductGalleryModal-module__NO-kbG__psychologyBadge{color:#e67700;background:#fff9db;border:1px solid #ffe8cc;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.ProductGalleryModal-module__NO-kbG__sectionTitle{color:var(--color-dark);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.ProductGalleryModal-module__NO-kbG__tagsContainer{flex-wrap:wrap;gap:8px;display:flex}.ProductGalleryModal-module__NO-kbG__specTag{color:var(--color-text-body);background:#0000000a;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500}.ProductGalleryModal-module__NO-kbG__featuresList{padding:0;list-style:none}.ProductGalleryModal-module__NO-kbG__featuresList li{color:var(--color-text-body);border-bottom:1px dashed #0000000d;align-items:center;gap:8px;padding:8px 0;font-size:.9rem;display:flex}.ProductGalleryModal-module__NO-kbG__featuresList li:before{content:"•";color:var(--color-primary);font-weight:700}.ProductGalleryModal-module__NO-kbG__ctaContainer{margin-top:auto;padding-top:1rem}@keyframes ProductGalleryModal-module__NO-kbG__fadeIn{to{opacity:1}}@media (max-width:900px){.ProductGalleryModal-module__NO-kbG__container{flex-direction:column;overflow-y:auto}.ProductGalleryModal-module__NO-kbG__colImage{flex:none;height:45vh;padding:1rem}.ProductGalleryModal-module__NO-kbG__colInfo{flex:none;padding:1.5rem}.ProductGalleryModal-module__NO-kbG__closeButton{background:#fff;top:10px;right:10px;box-shadow:0 2px 10px #0000001a}.ProductGalleryModal-module__NO-kbG__productTitle{font-size:1.5rem}}
