.Navbar-module__cJzEcG__navbar{width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(12px);z-index:1000;background:#fffffff2;border-bottom:1px solid #0000;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fffffffa}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo a{letter-spacing:2px;align-items:baseline;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__brand{color:var(--text-dark);font-family:var(--font-outfit,"Outfit"), sans-serif}.Navbar-module__cJzEcG__dot{color:var(--accent);font-size:1.8rem;line-height:1}.Navbar-module__cJzEcG__sub{color:var(--accent);letter-spacing:3px;margin-left:2px;font-size:.7rem;font-weight:500}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-body);cursor:pointer;align-items:center;gap:.3rem;font-size:.9rem;font-weight:500;transition:color .3s;display:flex;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--accent)}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__chevron{transition:transform .3s}.Navbar-module__cJzEcG__ctaBtn{background:var(--accent);border-radius:var(--radius-sm);padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--text-white)!important}.Navbar-module__cJzEcG__ctaBtn:hover{background:var(--accent-light);box-shadow:var(--shadow-accent);transform:translateY(-1px)}.Navbar-module__cJzEcG__ctaBtn:after{display:none}.Navbar-module__cJzEcG__dropdown{padding:1rem 0;display:inline-block;position:relative}.Navbar-module__cJzEcG__dropdownContent{opacity:0;visibility:hidden;z-index:100;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);min-width:300px;box-shadow:var(--shadow-lg);padding:.75rem;transition:all .3s;display:block;position:absolute;top:100%;left:-1rem;transform:translateY(10px)}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownContent{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__chevron{color:var(--accent);transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownLink{border-radius:var(--radius-sm);align-items:flex-start;gap:.75rem;padding:.85rem 1rem;transition:all .3s;display:flex}.Navbar-module__cJzEcG__dropdownLink strong{color:var(--text-dark);margin-bottom:2px;font-size:.9rem;display:block}.Navbar-module__cJzEcG__dropdownLink small{color:var(--text-muted);font-size:.78rem;font-weight:400}.Navbar-module__cJzEcG__dropdownLink:hover{background:var(--accent-soft)}.Navbar-module__cJzEcG__dropdownLink:hover strong{color:var(--accent)}.Navbar-module__cJzEcG__dropdownIcon{margin-top:2px;font-size:1.4rem}.Navbar-module__cJzEcG__menuToggle{color:var(--text-dark);background:0 0;padding:.5rem;display:none}.Navbar-module__cJzEcG__mobileMenu{top:var(--header-height);width:100%;height:calc(100vh - var(--header-height));background:var(--bg-white);z-index:999;transition:transform .4s cubic-bezier(.4,0,.2,1);display:none;position:fixed;left:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__mobileOpen{transform:translate(0)}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:flex}.Navbar-module__cJzEcG__mobileLink{color:var(--text-dark);border-bottom:1px solid var(--border-light);padding:1rem 0;font-size:1.1rem;font-weight:500;transition:color .3s}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--accent)}.Navbar-module__cJzEcG__mobileDivider{background:var(--border-light);height:1px;margin:.5rem 0}.Navbar-module__cJzEcG__mobileSectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.2px;margin:1.5rem 0 .5rem;padding:0;font-size:.75rem;font-weight:700}.Navbar-module__cJzEcG__mobileCta{text-align:center;background:var(--accent);border-radius:var(--radius-sm);margin-top:1rem;padding:1rem;font-size:1.05rem;font-weight:600;display:block;color:var(--text-white)!important}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__menuToggle{display:flex}.Navbar-module__cJzEcG__mobileMenu{display:block}}
.Footer-module__S6Hkya__footer{background:var(--bg-dark);padding:5rem 0 0}.Footer-module__S6Hkya__footerGrid{border-bottom:1px solid #ffffff0f;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__logo{letter-spacing:2px;align-items:baseline;margin-bottom:1rem;font-size:1.35rem;font-weight:800;display:flex}.Footer-module__S6Hkya__brand{color:var(--text-white);font-family:var(--font-outfit,"Outfit"), sans-serif}.Footer-module__S6Hkya__dot{color:var(--accent-light);font-size:1.6rem;line-height:1}.Footer-module__S6Hkya__sub{color:var(--accent-light);letter-spacing:3px;margin-left:2px;font-size:.65rem;font-weight:500}.Footer-module__S6Hkya__tagline{color:var(--text-muted);max-width:280px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__social{gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-muted);background:#ffffff0d;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--accent);color:var(--text-white);transform:translateY(-2px)}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-white);margin-bottom:1.5rem;font-size:.82rem;font-weight:700}.Footer-module__S6Hkya__linksCol{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--text-muted);font-size:.9rem;transition:color .3s;display:block}.Footer-module__S6Hkya__footerLink:hover{color:var(--accent-light)}.Footer-module__S6Hkya__bottom{text-align:center;padding:2rem 0}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.82rem}@media (max-width:992px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:576px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}}
.ContactForm-module__j1WgZG__contact{background:var(--bg-white)}.ContactForm-module__j1WgZG__contactContainer{grid-template-columns:1fr 1fr;align-items:flex-start;gap:5rem;display:grid}.ContactForm-module__j1WgZG__sectionTag{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.ContactForm-module__j1WgZG__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.ContactForm-module__j1WgZG__desc{color:var(--text-body);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.ContactForm-module__j1WgZG__details{flex-direction:column;gap:1.25rem;display:flex}.ContactForm-module__j1WgZG__detailItem{align-items:center;gap:1rem;display:flex}.ContactForm-module__j1WgZG__detailIcon{background:var(--accent-soft);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.ContactForm-module__j1WgZG__detailItem strong{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-size:.82rem;font-weight:700;display:block}.ContactForm-module__j1WgZG__detailItem span{color:var(--text-body);font-size:.9rem}.ContactForm-module__j1WgZG__form{background:var(--bg-light);border-radius:var(--radius);border:1px solid var(--border-light);flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.ContactForm-module__j1WgZG__formHeader{margin-bottom:.5rem}.ContactForm-module__j1WgZG__formTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.ContactForm-module__j1WgZG__formSubtitle{color:var(--text-muted);font-size:.85rem}.ContactForm-module__j1WgZG__inputRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactForm-module__j1WgZG__inputGroup{flex-direction:column;gap:.4rem;display:flex}.ContactForm-module__j1WgZG__inputGroup label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;font-size:.78rem;font-weight:600}.ContactForm-module__j1WgZG__inputGroup input,.ContactForm-module__j1WgZG__inputGroup select,.ContactForm-module__j1WgZG__inputGroup textarea{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-dark);padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.ContactForm-module__j1WgZG__inputGroup input::placeholder{color:var(--text-muted);font-size:.9rem}.ContactForm-module__j1WgZG__inputGroup select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238E949E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.ContactForm-module__j1WgZG__inputGroup input:focus,.ContactForm-module__j1WgZG__inputGroup select:focus,.ContactForm-module__j1WgZG__inputGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.ContactForm-module__j1WgZG__submitBtn{background:var(--accent);color:var(--text-white);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ContactForm-module__j1WgZG__submitBtn:hover{background:var(--accent-light);box-shadow:var(--shadow-accent);transform:translateY(-2px)}.ContactForm-module__j1WgZG__btnArrow{transition:transform .3s}.ContactForm-module__j1WgZG__submitBtn:hover .ContactForm-module__j1WgZG__btnArrow{transform:translate(4px)}@media (max-width:768px){.ContactForm-module__j1WgZG__contactContainer{grid-template-columns:1fr;gap:3rem}.ContactForm-module__j1WgZG__title{font-size:2rem}.ContactForm-module__j1WgZG__inputRow{grid-template-columns:1fr}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:var(--header-height);background:var(--bg-dark);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__carousel{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__carouselSlide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out,transform 8s ease-out;position:absolute;top:0;left:0;transform:scale(1.08)}.Hero-module__ZARIfG__carouselSlide.Hero-module__ZARIfG__active{opacity:.25;transform:scale(1)}.Hero-module__ZARIfG__heroOverlay{z-index:2;background:radial-gradient(at 20%,#0e8b7d1a 0%,#0000 60%),radial-gradient(at 80% 20%,#0e8b7d0f 0%,#0000 50%),linear-gradient(#0f1419d9 0%,#0f1419bf 50%,#0f1419eb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__particles{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__particle{background:var(--accent);opacity:.3;border-radius:50%;width:4px;height:4px;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__particle:first-child{animation-duration:6s;animation-delay:0s;top:20%;left:10%}.Hero-module__ZARIfG__particle:nth-child(2){animation-duration:8s;animation-delay:1s;top:60%;left:80%}.Hero-module__ZARIfG__particle:nth-child(3){animation-duration:7s;animation-delay:2s;top:40%;left:50%}.Hero-module__ZARIfG__particle:nth-child(4){animation-duration:9s;animation-delay:3s;top:80%;left:25%}.Hero-module__ZARIfG__particle:nth-child(5){animation-duration:6.5s;animation-delay:1.5s;top:15%;left:70%}@keyframes Hero-module__ZARIfG__float{0%,to{opacity:.3;transform:translateY(0)translate(0)}25%{opacity:.6;transform:translateY(-20px)translate(10px)}50%{opacity:.2;transform:translateY(-10px)translate(-15px)}75%{opacity:.5;transform:translateY(-30px)translate(5px)}}.Hero-module__ZARIfG__heroContainer{z-index:10;position:relative}.Hero-module__ZARIfG__content{max-width:750px;padding-top:3rem}.Hero-module__ZARIfG__badge{color:var(--accent-light);text-transform:uppercase;letter-spacing:1.5px;background:#0e8b7d1a;border:1px solid #0e8b7d4d;border-radius:50px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.82rem;font-weight:600;animation:.6s cubic-bezier(.16,1,.3,1) both Hero-module__ZARIfG__slideTextIn;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent);border-radius:50%;animation:2s infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{box-shadow:0 0 12px var(--accent)}50%{box-shadow:0 0 24px var(--accent), 0 0 40px #0e8b7d4d}}@keyframes Hero-module__ZARIfG__slideTextIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1;animation:.6s cubic-bezier(.16,1,.3,1) .1s both Hero-module__ZARIfG__slideTextIn}.Hero-module__ZARIfG__subtitle{color:var(--text-light);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7;animation:.6s cubic-bezier(.16,1,.3,1) .2s both Hero-module__ZARIfG__slideTextIn}.Hero-module__ZARIfG__actions{gap:1.25rem;margin-bottom:3.5rem;animation:.6s cubic-bezier(.16,1,.3,1) .3s both Hero-module__ZARIfG__slideTextIn;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--accent);color:var(--text-white);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--accent-light);box-shadow:var(--shadow-accent);transform:translateY(-2px)}.Hero-module__ZARIfG__btnArrow{transition:transform .3s}.Hero-module__ZARIfG__primaryBtn:hover .Hero-module__ZARIfG__btnArrow{transform:translate(4px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--text-white);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0f;border:1px solid #ffffff26;padding:1rem 2rem;font-size:1rem;font-weight:600}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--accent);color:var(--accent-light);background:#0e8b7d14;transform:translateY(-2px)}.Hero-module__ZARIfG__trustBadges{align-items:center;gap:2rem;animation:.6s cubic-bezier(.16,1,.3,1) .4s both Hero-module__ZARIfG__slideTextIn;display:flex}.Hero-module__ZARIfG__trustItem{flex-direction:column;display:flex}.Hero-module__ZARIfG__trustItem strong{color:var(--accent-light);font-size:1.5rem;font-weight:800;font-family:var(--font-outfit,"Outfit"), sans-serif}.Hero-module__ZARIfG__trustItem span{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.Hero-module__ZARIfG__trustDivider{background:#ffffff1a;width:1px;height:40px}.Hero-module__ZARIfG__arrow{z-index:20;width:52px;height:52px;color:var(--text-white);cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__ZARIfG__arrow:hover{border-color:var(--accent);color:var(--accent-light);background:#0e8b7d40;transform:translateY(-50%)scale(1.08)}.Hero-module__ZARIfG__arrowLeft{left:2rem}.Hero-module__ZARIfG__arrowRight{right:2rem}.Hero-module__ZARIfG__indicators{z-index:20;gap:.75rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__indicator{cursor:pointer;background:#ffffff40;border:1px solid #ffffff1a;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.Hero-module__ZARIfG__indicator:hover{background:#ffffff73;transform:scale(1.2)}.Hero-module__ZARIfG__indicatorActive{background:var(--accent-light);transform:scale(1.3);box-shadow:0 0 10px #0e8b7d66}@media (max-width:1024px){.Hero-module__ZARIfG__arrowLeft{left:1rem}.Hero-module__ZARIfG__arrowRight{right:1rem}}@media (max-width:768px){.Hero-module__ZARIfG__content{padding-top:1.5rem}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:1.05rem}.Hero-module__ZARIfG__actions{flex-direction:column}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center;justify-content:center}.Hero-module__ZARIfG__trustBadges{flex-wrap:wrap;gap:1.5rem}.Hero-module__ZARIfG__trustDivider{display:none}.Hero-module__ZARIfG__arrow{width:44px;height:44px}.Hero-module__ZARIfG__arrowLeft{left:.5rem}.Hero-module__ZARIfG__arrowRight{right:.5rem}.Hero-module__ZARIfG__indicators{bottom:1.25rem}}
.ScrollReveal-module__1d__Dq__reveal{opacity:0;will-change:opacity, transform;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.16,1,.3,1)}.ScrollReveal-module__1d__Dq__up{transform:translateY(50px)}.ScrollReveal-module__1d__Dq__down{transform:translateY(-50px)}.ScrollReveal-module__1d__Dq__left{transform:translate(60px)}.ScrollReveal-module__1d__Dq__right{transform:translate(-60px)}.ScrollReveal-module__1d__Dq__fade{transform:none}.ScrollReveal-module__1d__Dq__visible{opacity:1!important;transform:translateY(0)translate(0)!important}
.Pillars-module__tLq39a__solutions{background:var(--bg-light);position:relative}.Pillars-module__tLq39a__header{text-align:center;margin-bottom:4rem}.Pillars-module__tLq39a__sectionTag{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.Pillars-module__tLq39a__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);margin-bottom:1rem;font-size:2.75rem}.Pillars-module__tLq39a__subtitle{max-width:600px;color:var(--text-body);margin:0 auto;font-size:1.1rem}.Pillars-module__tLq39a__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Pillars-module__tLq39a__card{background:var(--bg-white);border-radius:var(--radius);border:1px solid var(--border-light);flex-direction:column;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Pillars-module__tLq39a__card:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-light));opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.Pillars-module__tLq39a__card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}.Pillars-module__tLq39a__card:hover:before{opacity:1}.Pillars-module__tLq39a__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Pillars-module__tLq39a__iconWrapper{background:var(--accent-soft);border-radius:var(--radius-sm);width:56px;height:56px;color:var(--accent);justify-content:center;align-items:center;transition:all .3s;display:flex}.Pillars-module__tLq39a__card:hover .Pillars-module__tLq39a__iconWrapper{background:var(--accent);color:var(--text-white)}.Pillars-module__tLq39a__tag{text-transform:uppercase;letter-spacing:1px;color:var(--accent);background:var(--accent-soft);border-radius:50px;padding:.3rem .7rem;font-size:.7rem;font-weight:700}.Pillars-module__tLq39a__cardTitle{color:var(--text-dark);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.Pillars-module__tLq39a__cardDesc{color:var(--text-body);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.Pillars-module__tLq39a__learnMore{color:var(--accent);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex}.Pillars-module__tLq39a__learnMore span{transition:transform .3s}.Pillars-module__tLq39a__learnMore:hover{gap:.7rem}.Pillars-module__tLq39a__learnMore:hover span{transform:translate(4px)}.Pillars-module__tLq39a__comingSoon{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}@media (max-width:992px){.Pillars-module__tLq39a__grid{grid-template-columns:1fr}}@media (max-width:768px){.Pillars-module__tLq39a__title{font-size:2rem}}
.Stats-module__yL2aHq__about{background:var(--bg-white);overflow:hidden}.Stats-module__yL2aHq__aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.Stats-module__yL2aHq__sectionTag{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.Stats-module__yL2aHq__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.Stats-module__yL2aHq__desc{color:var(--text-body);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.Stats-module__yL2aHq__aboutCta{color:var(--accent);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex}.Stats-module__yL2aHq__aboutCta:hover{gap:.8rem}.Stats-module__yL2aHq__statsGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Stats-module__yL2aHq__statCard{background:var(--bg-light);border-radius:var(--radius);border:1px solid var(--border-light);text-align:center;opacity:0;padding:2rem 1.75rem;transition:all .3s;transform:translateY(20px)}.Stats-module__yL2aHq__statCard.Stats-module__yL2aHq__animate{animation:.6s forwards Stats-module__yL2aHq__fadeInUp}@keyframes Stats-module__yL2aHq__fadeInUp{to{opacity:1;transform:translateY(0)}}.Stats-module__yL2aHq__statCard:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-4px)}.Stats-module__yL2aHq__statValue{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--accent);margin-bottom:.35rem;font-size:2.25rem;font-weight:800;line-height:1}.Stats-module__yL2aHq__statSuffix{font-size:1.5rem}.Stats-module__yL2aHq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.82rem;font-weight:500;line-height:1.4}@media (max-width:992px){.Stats-module__yL2aHq__aboutContainer{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.Stats-module__yL2aHq__title{font-size:2rem}.Stats-module__yL2aHq__statsGrid{grid-template-columns:1fr 1fr;gap:1rem}}
.Testimonials-module__ItA9Ha__testimonials{background:var(--bg-dark);position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__testimonials:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#0e8b7d0f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__ItA9Ha__container{z-index:2;position:relative}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:4rem}.Testimonials-module__ItA9Ha__sectionTag{text-transform:uppercase;letter-spacing:2px;color:var(--accent-light);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.Testimonials-module__ItA9Ha__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:1rem;font-size:2.75rem}.Testimonials-module__ItA9Ha__subtitle{color:var(--text-muted);font-size:1.05rem}.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Testimonials-module__ItA9Ha__card{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex}.Testimonials-module__ItA9Ha__card:hover{background:#ffffff0f;border-color:#0e8b7d4d;transform:translateY(-4px)}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--accent);opacity:.4;margin-bottom:1.25rem}.Testimonials-module__ItA9Ha__quote{color:var(--text-light);flex-grow:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__authorSection{border-top:1px solid #ffffff0f;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Testimonials-module__ItA9Ha__avatar{background:linear-gradient(135deg, var(--accent), var(--accent-light));width:48px;height:48px;color:var(--text-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{color:var(--text-white);margin-bottom:0;font-size:.95rem;font-weight:700}.Testimonials-module__ItA9Ha__industry{color:var(--text-muted);margin-left:.25rem;font-weight:400}.Testimonials-module__ItA9Ha__role{color:var(--text-muted);font-size:.82rem}@media (max-width:1024px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr}.Testimonials-module__ItA9Ha__title{font-size:2rem}}
.BlogPreview-module__XjL-_G__blog{background:var(--bg-light);padding:5rem 0;position:relative;overflow:hidden}.BlogPreview-module__XjL-_G__header{text-align:center;margin-bottom:3.5rem}.BlogPreview-module__XjL-_G__sectionTag{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.BlogPreview-module__XjL-_G__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);font-size:2.75rem}.BlogPreview-module__XjL-_G__carouselViewport{width:100%;position:relative;overflow:hidden}.BlogPreview-module__XjL-_G__grid{gap:2rem;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.BlogPreview-module__XjL-_G__slideItem{flex:0 0 calc(33.3333% - 1.33333rem);display:flex}.BlogPreview-module__XjL-_G__card{background:var(--bg-white);border-radius:var(--radius);border:1px solid var(--border-light);flex-direction:column;width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.BlogPreview-module__XjL-_G__card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}.BlogPreview-module__XjL-_G__imageWrapper{height:200px;position:relative;overflow:hidden}.BlogPreview-module__XjL-_G__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.BlogPreview-module__XjL-_G__card:hover .BlogPreview-module__XjL-_G__image{transform:scale(1.06)}.BlogPreview-module__XjL-_G__category{background:var(--accent);color:var(--text-white);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.BlogPreview-module__XjL-_G__cardBody{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.BlogPreview-module__XjL-_G__cardTitle{color:var(--text-dark);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3.2rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.BlogPreview-module__XjL-_G__card:hover .BlogPreview-module__XjL-_G__cardTitle{color:var(--accent)}.BlogPreview-module__XjL-_G__cardExcerpt{color:var(--text-body);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;min-height:4.8rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogPreview-module__XjL-_G__cardFooter{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.BlogPreview-module__XjL-_G__readTime{color:var(--text-muted);font-size:.8rem}.BlogPreview-module__XjL-_G__readMore{color:var(--accent);font-size:.85rem;font-weight:700;transition:all .3s}.BlogPreview-module__XjL-_G__card:hover .BlogPreview-module__XjL-_G__readMore{letter-spacing:.5px}.BlogPreview-module__XjL-_G__arrow{z-index:10;background:var(--bg-white);border:1px solid var(--border-light);width:48px;height:48px;color:var(--text-dark);cursor:pointer;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.BlogPreview-module__XjL-_G__arrow:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:var(--text-white);box-shadow:var(--shadow-lg);transform:translateY(-50%)scale(1.1)}.BlogPreview-module__XjL-_G__arrow:disabled{opacity:.3;cursor:not-allowed}.BlogPreview-module__XjL-_G__arrowLeft{left:1rem}.BlogPreview-module__XjL-_G__arrowRight{right:1rem}@media (max-width:1200px){.BlogPreview-module__XjL-_G__slideItem{flex:0 0 calc(50% - 1rem)}}@media (max-width:768px){.BlogPreview-module__XjL-_G__title{font-size:2rem}.BlogPreview-module__XjL-_G__slideItem{flex:0 0 100%}.BlogPreview-module__XjL-_G__grid{gap:1.5rem}.BlogPreview-module__XjL-_G__arrow{width:40px;height:40px;top:auto;bottom:-4rem;transform:none}.BlogPreview-module__XjL-_G__arrowLeft{left:calc(50% - 50px)}.BlogPreview-module__XjL-_G__arrowRight{right:calc(50% - 50px)}.BlogPreview-module__XjL-_G__blog{padding-bottom:8rem}}
.ServicePageLayout-module__xPhmYG__pageMain{background:var(--bg-white);min-height:100vh}.ServicePageLayout-module__xPhmYG__articleHeader{background:var(--bg-dark);border-bottom:1px solid #ffffff0f;padding:5.5rem 0 3.5rem}.ServicePageLayout-module__xPhmYG__headerInner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.ServicePageLayout-module__xPhmYG__headerEditorialText{max-width:720px}.ServicePageLayout-module__xPhmYG__breadcrumb{margin-bottom:2rem}.ServicePageLayout-module__xPhmYG__breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.ServicePageLayout-module__xPhmYG__breadcrumb a{color:#ffffff73;letter-spacing:.03em;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.ServicePageLayout-module__xPhmYG__breadcrumb a:hover{color:var(--accent-light)}.ServicePageLayout-module__xPhmYG__breadcrumbSep{color:#fff3;margin:0 .25rem;font-size:.75rem}.ServicePageLayout-module__xPhmYG__breadcrumbCurrent{color:#ffffff4d;font-size:.8rem;font-weight:500}.ServicePageLayout-module__xPhmYG__badge{text-transform:uppercase;letter-spacing:2.5px;color:var(--accent-light);background:var(--accent-soft);border:1px solid var(--border-accent);border-radius:50px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.7rem;font-weight:800;display:inline-block}.ServicePageLayout-module__xPhmYG__iconWrap{background:var(--accent-soft);border:1px solid var(--border-accent);width:60px;height:60px;color:var(--accent-light);box-shadow:0 0 20px var(--accent-glow);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ServicePageLayout-module__xPhmYG__articleTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.15}.ServicePageLayout-module__xPhmYG__articleLead{color:#fff9;margin-bottom:0;font-size:1.15rem;line-height:1.7}.ServicePageLayout-module__xPhmYG__contentLayout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;padding:4rem 1.5rem 5rem;display:grid}.ServicePageLayout-module__xPhmYG__contentFullWidth{max-width:1100px;margin:0 auto;padding:4rem 1.5rem 5rem}.ServicePageLayout-module__xPhmYG__articleBody{min-width:0}.ServicePageLayout-module__xPhmYG__section{margin-bottom:3.5rem}.ServicePageLayout-module__xPhmYG__section:last-child{margin-bottom:0}.ServicePageLayout-module__xPhmYG__sectionTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);border-bottom:2px solid var(--accent-soft);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.65rem;font-weight:700;line-height:1.25}.ServicePageLayout-module__xPhmYG__sectionText{color:var(--text-body);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.ServicePageLayout-module__xPhmYG__promiseCard{background:var(--bg-light);border:1px solid var(--border-light);border-left:3px solid var(--accent);border-radius:var(--radius);margin-top:1.5rem;padding:1.75rem 2rem}.ServicePageLayout-module__xPhmYG__promiseTitle{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:1rem;font-size:1rem;font-weight:800}.ServicePageLayout-module__xPhmYG__promiseList{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.ServicePageLayout-module__xPhmYG__promiseList li{color:var(--text-dark);align-items:flex-start;gap:.6rem;font-size:.98rem;font-weight:500;line-height:1.5;display:flex}.ServicePageLayout-module__xPhmYG__promiseList li:before{content:"✓";color:var(--accent);flex-shrink:0;margin-top:.05em;font-weight:800}.ServicePageLayout-module__xPhmYG__stepsGrid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem;display:grid}.ServicePageLayout-module__xPhmYG__stepCard{background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius);padding:1.5rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ServicePageLayout-module__xPhmYG__stepCard:before{content:"";background:linear-gradient(180deg, var(--accent), var(--accent-light));opacity:0;width:3px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.ServicePageLayout-module__xPhmYG__stepCard:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translate(4px)}.ServicePageLayout-module__xPhmYG__stepCard:hover:before{opacity:1}.ServicePageLayout-module__xPhmYG__stepNumber{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--accent);opacity:.18;margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1}.ServicePageLayout-module__xPhmYG__stepTitle{color:var(--text-dark);margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.3}.ServicePageLayout-module__xPhmYG__stepText{color:var(--text-body);font-size:.92rem;line-height:1.7}.ServicePageLayout-module__xPhmYG__contentImage{border-radius:var(--radius);border:1px solid var(--border-light);width:100%;margin:1.5rem 0;overflow:hidden}.ServicePageLayout-module__xPhmYG__contentImage img{object-fit:cover;width:100%;height:auto;max-height:380px;display:block}.ServicePageLayout-module__xPhmYG__sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:100px}.ServicePageLayout-module__xPhmYG__sidebarBlock{background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius);padding:1.5rem}.ServicePageLayout-module__xPhmYG__sidebarTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:1.25rem;font-size:.72rem;font-weight:800}.ServicePageLayout-module__xPhmYG__solutionList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.ServicePageLayout-module__xPhmYG__solutionItem{border-bottom:1px solid var(--border-light)}.ServicePageLayout-module__xPhmYG__solutionItem:last-child{border-bottom:none}.ServicePageLayout-module__xPhmYG__solutionLink{flex-direction:column;gap:.15rem;padding:.8rem 0;text-decoration:none;transition:all .2s;display:flex}.ServicePageLayout-module__xPhmYG__solutionLink:hover .ServicePageLayout-module__xPhmYG__solutionTitle{color:var(--accent)}.ServicePageLayout-module__xPhmYG__solutionCategory{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);font-size:.63rem;font-weight:800}.ServicePageLayout-module__xPhmYG__solutionTitle{color:var(--text-dark);font-size:.88rem;font-weight:600;line-height:1.4;transition:color .2s}.ServicePageLayout-module__xPhmYG__backLink{color:var(--accent);text-align:center;letter-spacing:.02em;border-radius:8px;padding:.5rem 0;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.ServicePageLayout-module__xPhmYG__backLink:hover{background:var(--accent-soft)}.ServicePageLayout-module__xPhmYG__sidebarCta{background:linear-gradient(135deg, var(--bg-dark) 0%, #0d1a35 100%);border-color:#0366c133}.ServicePageLayout-module__xPhmYG__sidebarCtaText{color:var(--text-white);margin-bottom:1rem;font-size:.92rem;font-weight:700;line-height:1.4}.ServicePageLayout-module__xPhmYG__sidebarCtaBtn{text-align:center;background:var(--accent);color:#fff;letter-spacing:.03em;border-radius:8px;padding:.65rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.ServicePageLayout-module__xPhmYG__sidebarCtaBtn:hover{background:var(--accent-light);box-shadow:var(--shadow-accent);transform:translateY(-1px)}.ServicePageLayout-module__xPhmYG__ctaSection{border-top:1px solid var(--border-light)}@media (max-width:1024px){.ServicePageLayout-module__xPhmYG__contentLayout{grid-template-columns:1fr;gap:2.5rem}.ServicePageLayout-module__xPhmYG__sidebar{position:static}}@media (max-width:768px){.ServicePageLayout-module__xPhmYG__articleHeader{padding:5.5rem 0 3rem}.ServicePageLayout-module__xPhmYG__articleTitle{font-size:2rem}.ServicePageLayout-module__xPhmYG__articleLead{font-size:1.05rem}.ServicePageLayout-module__xPhmYG__contentLayout{padding:2.5rem 1rem 3rem}}
.article-module__Q272DW__pageMain{background:var(--bg-white);min-height:100vh}.article-module__Q272DW__articleHeader{background:var(--bg-dark);border-bottom:1px solid #ffffff0f;padding:5.5rem 0 3.5rem}.article-module__Q272DW__headerInner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.article-module__Q272DW__headerEditorialText{max-width:720px}.article-module__Q272DW__breadcrumb{margin-bottom:2rem}.article-module__Q272DW__breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.article-module__Q272DW__breadcrumb a{color:#ffffff73;letter-spacing:.03em;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.article-module__Q272DW__breadcrumb a:hover{color:var(--accent-light)}.article-module__Q272DW__breadcrumbSep{color:#fff3;margin:0 .25rem;font-size:.75rem}.article-module__Q272DW__breadcrumbCurrent{color:#ffffff4d;font-size:.8rem;font-weight:500}.article-module__Q272DW__categoryTag{text-transform:uppercase;letter-spacing:2.5px;color:var(--accent-light);background:var(--accent-soft);border:1px solid var(--border-accent);border-radius:50px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.7rem;font-weight:800;display:inline-block}.article-module__Q272DW__articleTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.15}.article-module__Q272DW__articleLead{color:#fff9;max-width:680px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.article-module__Q272DW__metaBar{border-top:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:2rem;display:flex}.article-module__Q272DW__authorMeta{align-items:center;gap:.75rem;display:flex}.article-module__Q272DW__authorAvatar{object-fit:cover;border:2px solid #ffffff26;border-radius:50%;width:40px;height:40px}.article-module__Q272DW__authorName{color:#ffffffd9;font-size:.9rem;font-weight:700;line-height:1.2;display:block}.article-module__Q272DW__authorRole{color:var(--accent-light);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;display:block}.article-module__Q272DW__metaDivider{background:#ffffff26;flex-shrink:0;width:1px;height:16px}.article-module__Q272DW__metaDate,.article-module__Q272DW__metaReadTime{color:#fff6;font-size:.82rem}.article-module__Q272DW__tagList{flex-wrap:wrap;gap:.4rem;display:flex}.article-module__Q272DW__tag{color:#ffffff80;background:#ffffff12;border:1px solid #ffffff1a;border-radius:4px;padding:.1rem .5rem;font-size:.7rem}.article-module__Q272DW__contentLayout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;padding:4rem 1.5rem 5rem;display:grid}.article-module__Q272DW__articleBody{min-width:0}.article-module__Q272DW__markdown{color:var(--text-body);word-break:break-word;font-size:1.1rem;line-height:1.85}.article-module__Q272DW__markdown p{margin-bottom:1.8em}.article-module__Q272DW__mdH2{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);border-bottom:2px solid var(--accent-soft);margin-top:2.75em;margin-bottom:.75em;padding-bottom:.5rem;font-size:1.65rem;font-weight:700;line-height:1.25}.article-module__Q272DW__mdH3{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-dark);margin-top:2em;margin-bottom:.5em;font-size:1.3rem;font-weight:700;line-height:1.3}.article-module__Q272DW__mdBlockquote{border-left:3px solid var(--accent);background:var(--bg-light);color:var(--text-body);border-radius:0 8px 8px 0;margin:2rem 0;padding:1rem 1.5rem;font-size:1.1rem;font-style:italic}.article-module__Q272DW__markdown ul,.article-module__Q272DW__markdown ol{color:var(--text-body);margin-bottom:1.8em;padding-left:1.5em}.article-module__Q272DW__markdown li{margin-bottom:.65em}.article-module__Q272DW__markdown a{color:var(--accent);text-underline-offset:2px;font-weight:600;text-decoration:underline;transition:color .2s}.article-module__Q272DW__markdown a:hover{color:var(--accent-light)}.article-module__Q272DW__markdown strong{color:var(--text-dark);font-weight:700}.article-module__Q272DW__markdown hr{border:none;border-top:1px solid var(--border-light);margin:3em 0}.article-module__Q272DW__contentFigure{margin:2.5em 0;display:block}.article-module__Q272DW__contentImage{object-fit:contain;width:100%;height:auto;max-height:600px;box-shadow:var(--shadow-lg);background:var(--bg-light);border-radius:10px;display:block}.article-module__Q272DW__contentCaption{color:var(--text-muted);text-align:center;margin-top:.6rem;font-size:.82rem;font-style:italic;line-height:1.5;display:block}.article-module__Q272DW__tagsSection{border-top:1px solid var(--border-light);margin-top:3rem;padding-top:2rem}.article-module__Q272DW__tagsSectionLabel{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:1rem;font-size:.78rem;font-weight:700;display:block}.article-module__Q272DW__tagsGrid{flex-wrap:wrap;gap:.5rem;display:flex}.article-module__Q272DW__tagChip{background:var(--bg-light);border:1px solid var(--border-light);color:var(--text-body);border-radius:6px;padding:.3rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.article-module__Q272DW__tagChip:hover{border-color:var(--accent);color:var(--accent)}.article-module__Q272DW__authorBox{background:var(--bg-light);border:1px solid var(--border-light);border-radius:12px;align-items:flex-start;gap:1.5rem;margin-top:3.5rem;padding:2rem;display:flex}.article-module__Q272DW__authorBoxAvatar{object-fit:cover;border:3px solid var(--border-light);border-radius:50%;flex-shrink:0;width:72px;height:72px}.article-module__Q272DW__authorBoxLabel{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:.25rem;font-size:.72rem;font-weight:700}.article-module__Q272DW__authorBoxName{color:var(--text-dark);margin-bottom:.15rem;font-size:1.1rem;font-weight:700}.article-module__Q272DW__authorBoxRole{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.78rem;font-weight:600}.article-module__Q272DW__authorBoxBio{color:var(--text-body);font-size:.9rem;line-height:1.6}.article-module__Q272DW__sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:100px}.article-module__Q272DW__sidebarBlock{background:var(--bg-light);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem}.article-module__Q272DW__sidebarTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:1.25rem;font-size:.78rem;font-weight:800}.article-module__Q272DW__relatedList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.article-module__Q272DW__relatedItem{border-bottom:1px solid var(--border-light)}.article-module__Q272DW__relatedItem:last-child{border-bottom:none}.article-module__Q272DW__relatedLink{flex-direction:column;gap:.2rem;padding:.85rem 0;text-decoration:none;transition:all .2s;display:flex}.article-module__Q272DW__relatedLink:hover .article-module__Q272DW__relatedTitle{color:var(--accent)}.article-module__Q272DW__relatedCategory{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);font-size:.65rem;font-weight:800}.article-module__Q272DW__relatedTitle{color:var(--text-dark);font-size:.9rem;font-weight:600;line-height:1.4;transition:color .2s}.article-module__Q272DW__relatedMeta{color:var(--text-muted);font-size:.72rem}.article-module__Q272DW__backToBlog{color:var(--accent);text-align:center;letter-spacing:.02em;border-radius:8px;padding:.6rem 0;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.article-module__Q272DW__backToBlog:hover{background:var(--accent-soft);padding-left:.5rem}.article-module__Q272DW__sidebarCta{background:linear-gradient(135deg, var(--bg-dark) 0%, #0d1a35 100%);border-color:#0366c133}.article-module__Q272DW__sidebarCtaText{color:var(--text-white);margin-bottom:1rem;font-size:.9rem;font-weight:700;line-height:1.4}.article-module__Q272DW__sidebarCtaBtn{text-align:center;background:var(--accent);color:#fff;letter-spacing:.03em;border-radius:8px;padding:.65rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.article-module__Q272DW__sidebarCtaBtn:hover{background:var(--accent-light);box-shadow:var(--shadow-accent);transform:translateY(-1px)}.article-module__Q272DW__ctaSection{border-top:1px solid var(--border-light)}@media (max-width:1024px){.article-module__Q272DW__contentLayout{grid-template-columns:1fr;gap:2.5rem}.article-module__Q272DW__sidebar{position:static}.article-module__Q272DW__sidebarBlock{padding:1.25rem}}@media (max-width:768px){.article-module__Q272DW__articleHeader{padding:6rem 0 3rem}.article-module__Q272DW__articleTitle{font-size:1.9rem}.article-module__Q272DW__articleLead{font-size:1.05rem}.article-module__Q272DW__coverImage{height:260px}.article-module__Q272DW__contentLayout{padding:2.5rem 1rem 3rem}.article-module__Q272DW__metaBar{gap:.6rem}.article-module__Q272DW__metaDivider{display:none}.article-module__Q272DW__authorBox{flex-direction:column;gap:1rem}}
.page-module__Z22sTW__hero{background:var(--bg-dark);padding:5rem 0 4rem}.page-module__Z22sTW__heroContent{text-align:center;max-width:800px;margin:0 auto}.page-module__Z22sTW__badge{background:var(--accent-soft);border:1px solid var(--border-accent);color:var(--accent-light);text-transform:uppercase;letter-spacing:1.5px;border-radius:50px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.45rem 1.2rem;font-size:.78rem;font-weight:600;display:inline-flex}.page-module__Z22sTW__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:1.5rem;font-size:2.8rem;line-height:1.2}.page-module__Z22sTW__section{background:var(--bg-dark);padding:4rem 0}.page-module__Z22sTW__maxWidth{max-width:800px;margin:0 auto}.page-module__Z22sTW__sectionTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-top:3rem;margin-bottom:1rem;font-size:1.75rem;line-height:1.25}.page-module__Z22sTW__text{color:var(--text-light);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.page-module__Z22sTW__list{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}.page-module__Z22sTW__list li{color:var(--text-light);margin-bottom:.5rem;font-size:1.05rem;line-height:1.8}
.page-module__6ANMeG__hero{background:var(--bg-dark);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-module__6ANMeG__hero:before{content:"";background:radial-gradient(circle at 50% 0%, var(--accent-glow) 0%, transparent 60%);pointer-events:none;position:absolute;inset:0}.page-module__6ANMeG__heroContent{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module__6ANMeG__iconCircle{background:var(--accent-soft);border:1px solid var(--border-accent);width:72px;height:72px;color:var(--accent-light);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.page-module__6ANMeG__badge{background:var(--accent-soft);border:1px solid var(--border-accent);color:var(--accent-light);text-transform:uppercase;letter-spacing:1.5px;border-radius:50px;margin-bottom:1.5rem;padding:.45rem 1.2rem;font-size:.78rem;font-weight:600;display:inline-block}.page-module__6ANMeG__heroTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.page-module__6ANMeG__heroSubtitle{color:var(--text-light);max-width:680px;margin:0 auto;font-size:1.15rem;line-height:1.75}.page-module__6ANMeG__section{background:var(--bg-dark);padding:4rem 0}.page-module__6ANMeG__sectionAlt{background:var(--bg-dark-alt);padding:4rem 0}.page-module__6ANMeG__maxWidth{max-width:820px;margin:0 auto}.page-module__6ANMeG__sectionTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:2rem;font-size:2.25rem;line-height:1.25}.page-module__6ANMeG__sectionTitleCenter{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);text-align:center;margin-bottom:3rem;font-size:2.25rem;line-height:1.25}.page-module__6ANMeG__lead{color:var(--text-white);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.page-module__6ANMeG__text{color:var(--text-light);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.page-module__6ANMeG__companyCard{border:1px solid var(--border-dark);border-radius:var(--radius);background:#ffffff0a;margin-bottom:1.5rem;padding:2rem 2.5rem;transition:border-color .3s}.page-module__6ANMeG__companyCard:last-child{margin-bottom:0}.page-module__6ANMeG__companyCard:hover{border-color:var(--border-accent)}.page-module__6ANMeG__companyName{color:var(--accent-light);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.page-module__6ANMeG__blockquote{background:var(--accent-soft);border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:2rem 0;padding:2rem 2.5rem}.page-module__6ANMeG__blockquoteText{color:var(--text-white);margin:0;font-size:1.2rem;font-style:italic;line-height:1.7}.page-module__6ANMeG__grid2{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.page-module__6ANMeG__grid3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module__6ANMeG__pillarCard{border:1px solid var(--border-dark);border-radius:var(--radius);background:#ffffff08;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.page-module__6ANMeG__pillarCard:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-light));opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.page-module__6ANMeG__pillarCard:hover{border-color:var(--border-accent);transform:translateY(-4px)}.page-module__6ANMeG__pillarCard:hover:before{opacity:1}.page-module__6ANMeG__pillarTitle{color:var(--text-white);margin:1rem 0 .75rem;font-size:1.15rem;font-weight:700}.page-module__6ANMeG__pillarText{color:var(--text-muted);font-size:.95rem;line-height:1.7}.page-module__6ANMeG__bioCard{border:1px solid var(--border-dark);border-radius:var(--radius);background:#ffffff0a;padding:2.5rem}.page-module__6ANMeG__avatar{background:linear-gradient(135deg, var(--accent), var(--accent-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.4rem;font-weight:800;display:flex}.page-module__6ANMeG__bioHeader{align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.page-module__6ANMeG__bioName{color:var(--text-white);margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.page-module__6ANMeG__bioRole{color:var(--accent-light);font-size:.9rem;font-weight:600}.page-module__6ANMeG__bioMeta{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.page-module__6ANMeG__eduList{flex-direction:column;gap:1rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.page-module__6ANMeG__eduList li{color:var(--text-light);font-size:.9rem;line-height:1.5}.page-module__6ANMeG__eduList li strong{color:var(--text-white);font-weight:700;display:block}.page-module__6ANMeG__linkedinLink{color:var(--accent-light);align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.page-module__6ANMeG__linkedinLink:hover{opacity:.8}.page-module__6ANMeG__highlight{color:var(--accent-light);font-weight:700}.page-module__6ANMeG__ctaSection{background:var(--bg-dark);padding:4rem 0 5rem}.page-module__6ANMeG__ctaBox{text-align:center;background:var(--accent-soft);border:1px solid var(--border-accent);border-radius:var(--radius-lg);max-width:620px;margin:0 auto;padding:4rem 3rem}.page-module__6ANMeG__ctaTitle{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:1rem;font-size:2rem;line-height:1.3}.page-module__6ANMeG__ctaSubtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.page-module__6ANMeG__ctaButton{background:var(--accent);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-accent);justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.page-module__6ANMeG__ctaButton:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 30px #0366c159}@media (max-width:1024px){.page-module__6ANMeG__grid2{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.page-module__6ANMeG__heroTitle{font-size:2.25rem}.page-module__6ANMeG__sectionTitle,.page-module__6ANMeG__sectionTitleCenter{font-size:1.75rem}.page-module__6ANMeG__grid3{grid-template-columns:1fr}.page-module__6ANMeG__ctaBox{padding:2.5rem 1.5rem}}
.CTASection-module__ETvUXq__cta{background:linear-gradient(135deg, var(--accent) 0%, #0a6b60 50%, var(--bg-dark) 100%);text-align:center;position:relative;overflow:hidden}.CTASection-module__ETvUXq__ctaBg{pointer-events:none;background:radial-gradient(at 30%,#ffffff14 0%,#0000 50%),radial-gradient(at 70%,#ffffff0a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.CTASection-module__ETvUXq__ctaContainer{z-index:2;position:relative}.CTASection-module__ETvUXq__title{font-family:var(--font-outfit,"Outfit"), sans-serif;color:var(--text-white);margin-bottom:1.25rem;font-size:2.75rem;font-weight:800}.CTASection-module__ETvUXq__desc{color:#fffc;max-width:600px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.CTASection-module__ETvUXq__ctaBtn{background:var(--text-white);color:var(--accent);border-radius:var(--radius-sm);align-items:center;gap:.6rem;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.CTASection-module__ETvUXq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.CTASection-module__ETvUXq__btnArrow{transition:transform .3s}.CTASection-module__ETvUXq__ctaBtn:hover .CTASection-module__ETvUXq__btnArrow{transform:translate(4px)}@media (max-width:768px){.CTASection-module__ETvUXq__title{font-size:2rem}.CTASection-module__ETvUXq__desc{font-size:1rem}}
