@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
.Header-module__lnUIdW__header{z-index:1000;background:0 0;width:100%;font-family:Inter,sans-serif;transition:all .4s;position:fixed;top:0;left:0}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(20px);background:#000c;border-bottom:1px solid #ffffff05}.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__container{padding:1rem 2rem}.Header-module__lnUIdW__logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:500;text-decoration:none;display:flex}.Header-module__lnUIdW__logoIcon{color:#fff;opacity:.9;font-size:1.8rem;transition:opacity .3s}.Header-module__lnUIdW__logo:hover .Header-module__lnUIdW__logoIcon{opacity:1}.Header-module__lnUIdW__logoText{color:#fff;letter-spacing:-.02em;font-weight:600}.Header-module__lnUIdW__logoAccent{color:#fff6;margin-left:.2rem;font-weight:400}.Header-module__lnUIdW__nav{align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__navLink{color:#fff9;letter-spacing:.3px;font-size:.95rem;font-weight:400;text-decoration:none;transition:color .3s}.Header-module__lnUIdW__navLink:hover{color:#fff}.Header-module__lnUIdW__navItem{position:relative}.Header-module__lnUIdW__navButton{color:#fff9;cursor:pointer;letter-spacing:.3px;background:0 0;border:none;padding:0;font-size:.95rem;font-weight:400;transition:color .3s}.Header-module__lnUIdW__navButton:hover{color:#fff}.Header-module__lnUIdW__dropdown{-webkit-backdrop-filter:blur(20px);background:#0a0a0af2;border:1px solid #ffffff0d;border-radius:16px;min-width:200px;animation:.2s Header-module__lnUIdW__dropdownFade;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 20px 40px -10px #00000080}@keyframes Header-module__lnUIdW__dropdownFade{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Header-module__lnUIdW__dropdownContent{padding:.5rem}.Header-module__lnUIdW__dropdownItem{color:#ffffffb3;border-radius:12px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__dropdownItem:hover{color:#fff;background:#ffffff08;padding-left:1.2rem}.Header-module__lnUIdW__dropdownArrow{opacity:0;font-size:.9rem;transition:all .2s;transform:translate(-5px)}.Header-module__lnUIdW__dropdownItem:hover .Header-module__lnUIdW__dropdownArrow{opacity:1;transform:translate(0)}.Header-module__lnUIdW__cta{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.Header-module__lnUIdW__cta:hover{background:#ffffff05;border-color:#ffffff4d;transform:translateY(-1px)}.Header-module__lnUIdW__ctaIcon{transition:transform .3s}.Header-module__lnUIdW__cta:hover .Header-module__lnUIdW__ctaIcon{transform:translate(3px)}.Header-module__lnUIdW__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.Header-module__lnUIdW__menuToggleBar{background:#fff;width:24px;height:2px;transition:all .3s}.Header-module__lnUIdW__menuToggleActive .Header-module__lnUIdW__menuToggleBar:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__lnUIdW__menuToggleActive .Header-module__lnUIdW__menuToggleBar:last-child{transform:rotate(-45deg)translate(5px,-5px)}.Header-module__lnUIdW__mobileMenu{z-index:999;background:#030303;width:100%;height:100vh;transition:right .4s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:-100%;overflow-y:auto}.Header-module__lnUIdW__mobileMenuActive{right:0}.Header-module__lnUIdW__mobileMenuHeader{z-index:10;background:#030303;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.Header-module__lnUIdW__mobileMenuLogo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Header-module__lnUIdW__mobileMenuLogoIcon{color:#fff;opacity:.9;font-size:1.8rem}.Header-module__lnUIdW__mobileMenuLogoText{align-items:baseline;gap:.2rem;display:flex}.Header-module__lnUIdW__mobileMenuLogoMain{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.Header-module__lnUIdW__mobileMenuLogoAccent{color:#fff6;font-size:1.5rem;font-weight:300}.Header-module__lnUIdW__mobileMenuClose{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.Header-module__lnUIdW__mobileMenuClose:hover{background:#ffffff0d;border-color:#ffffff4d}.Header-module__lnUIdW__mobileMenuContent{flex-direction:column;gap:.5rem;padding:2rem;display:flex}.Header-module__lnUIdW__mobileLink{color:#ffffffb3;border-bottom:1px solid #ffffff08;width:100%;padding:1rem 0;font-size:1.5rem;font-weight:400;text-decoration:none;transition:color .3s;display:block}.Header-module__lnUIdW__mobileLink:hover{color:#fff}.Header-module__lnUIdW__mobileDropdown{width:100%}.Header-module__lnUIdW__mobileDropdownButton{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-size:1.5rem;font-weight:400;transition:color .3s;display:flex}.Header-module__lnUIdW__mobileDropdownButton:hover{color:#fff}.Header-module__lnUIdW__mobileDropdownIcon{color:#fff6;font-size:1.3rem;transition:transform .3s}.Header-module__lnUIdW__mobileDropdownIconActive{color:#fff;transform:rotate(180deg)}.Header-module__lnUIdW__mobileDropdownContent{background:#ffffff05;border-radius:12px;max-height:0;margin:0 0 0 1rem;transition:max-height .4s;overflow:hidden}.Header-module__lnUIdW__mobileDropdownContentActive{max-height:200px;margin:.5rem 0 1rem 1rem}.Header-module__lnUIdW__mobileDropdownItem{color:#fff9;border-radius:8px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.Header-module__lnUIdW__mobileDropdownItem:hover{color:#fff;background:#ffffff08;padding-left:1.3rem}.Header-module__lnUIdW__mobileDropdownItemArrow{opacity:0;color:#fff;font-size:1rem;transition:all .3s;transform:translate(-5px)}.Header-module__lnUIdW__mobileDropdownItem:hover .Header-module__lnUIdW__mobileDropdownItemArrow{opacity:1;transform:translate(0)}.Header-module__lnUIdW__mobileCta{color:#030303;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2rem;padding:1.2rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.Header-module__lnUIdW__mobileCta:hover{transform:translateY(-2px);box-shadow:0 20px 30px -10px #fff3}.Header-module__lnUIdW__mobileCta span,.Header-module__lnUIdW__mobileCta svg{color:#030303}@media (max-width:768px){.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__menuToggle{display:flex}.Header-module__lnUIdW__mobileMenu{display:block}.Header-module__lnUIdW__cta{display:none}.Header-module__lnUIdW__container{padding:1rem 1.5rem}.Header-module__lnUIdW__logoIcon{font-size:1.5rem}.Header-module__lnUIdW__logoText,.Header-module__lnUIdW__logoAccent{font-size:1.3rem}}@media (max-width:480px){.Header-module__lnUIdW__container{padding:.8rem 1rem}.Header-module__lnUIdW__logoIcon{font-size:1.3rem}.Header-module__lnUIdW__logoText,.Header-module__lnUIdW__logoAccent{font-size:1.1rem}.Header-module__lnUIdW__mobileMenuHeader{padding:1rem 1.5rem}.Header-module__lnUIdW__mobileMenuLogoIcon{font-size:1.5rem}.Header-module__lnUIdW__mobileMenuLogoMain,.Header-module__lnUIdW__mobileMenuLogoAccent{font-size:1.3rem}.Header-module__lnUIdW__mobileMenuClose{width:35px;height:35px;font-size:1rem}.Header-module__lnUIdW__mobileMenuContent{padding:1.5rem}.Header-module__lnUIdW__mobileLink,.Header-module__lnUIdW__mobileDropdownButton{padding:.8rem 0;font-size:1.3rem}.Header-module__lnUIdW__mobileDropdownIcon{font-size:1.1rem}.Header-module__lnUIdW__mobileDropdownItem{padding:.7rem 1rem;font-size:1rem}.Header-module__lnUIdW__mobileCta{padding:1rem;font-size:1rem}}@media (max-width:360px){.Header-module__lnUIdW__mobileMenuHeader{padding:.8rem 1rem}.Header-module__lnUIdW__mobileMenuLogoIcon{font-size:1.3rem}.Header-module__lnUIdW__mobileMenuLogoMain,.Header-module__lnUIdW__mobileMenuLogoAccent{font-size:1.1rem}.Header-module__lnUIdW__mobileMenuClose{width:32px;height:32px}.Header-module__lnUIdW__mobileLink,.Header-module__lnUIdW__mobileDropdownButton{font-size:1.1rem}.Header-module__lnUIdW__mobileDropdownItem{font-size:.9rem}}@media (max-height:600px) and (orientation:landscape){.Header-module__lnUIdW__mobileMenuContent{padding:1rem 2rem}.Header-module__lnUIdW__mobileLink,.Header-module__lnUIdW__mobileDropdownButton{padding:.5rem 0;font-size:1.2rem}.Header-module__lnUIdW__mobileCta{margin-top:1rem;padding:.8rem}}@media (prefers-reduced-motion:reduce){.Header-module__lnUIdW__header,.Header-module__lnUIdW__logoIcon,.Header-module__lnUIdW__dropdown,.Header-module__lnUIdW__cta,.Header-module__lnUIdW__menuToggleBar,.Header-module__lnUIdW__mobileMenu,.Header-module__lnUIdW__mobileDropdownIcon,.Header-module__lnUIdW__mobileDropdownContent,.Header-module__lnUIdW__mobileDropdownItem,.Header-module__lnUIdW__mobileCta{transition:none!important;animation:none!important}}@media (hover:none) and (pointer:coarse){.Header-module__lnUIdW__mobileDropdownButton:hover{color:#ffffffb3}.Header-module__lnUIdW__mobileDropdownItem:hover{background:0 0;padding-left:1rem}}
.FeaturedProjects-module__yNItXG__section{background:#030303;padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedProjects-module__yNItXG__gradient{pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturedProjects-module__yNItXG__grid{opacity:.3;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedProjects-module__yNItXG__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.FeaturedProjects-module__yNItXG__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.FeaturedProjects-module__yNItXG__headerLeft{flex:1}.FeaturedProjects-module__yNItXG__sectionLabel{color:#fff6;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding-left:2rem;font-size:.85rem;font-weight:500;display:inline-block;position:relative}.FeaturedProjects-module__yNItXG__sectionLabel:before{content:"";background:linear-gradient(90deg,#fff,#0000);width:1.5rem;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.FeaturedProjects-module__yNItXG__sectionTitle{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.FeaturedProjects-module__yNItXG__titleGradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.FeaturedProjects-module__yNItXG__sectionDescription{color:#ffffff80;max-width:400px;font-size:.95rem;line-height:1.6}.FeaturedProjects-module__yNItXG__projectsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.FeaturedProjects-module__yNItXG__projectCard{cursor:pointer;border-radius:24px;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__cardInner{-webkit-backdrop-filter:blur(10px);z-index:2;background:#ffffff05;border:1px solid #ffffff08;border-radius:24px;transition:all .3s;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__imageSection{height:240px;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__imagePlaceholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.FeaturedProjects-module__yNItXG__imageOverlay{z-index:1;background:linear-gradient(#0000 0%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedProjects-module__yNItXG__imagePattern{opacity:.3;background-image:radial-gradient(circle at 30% 30%,#ffffff1a 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedProjects-module__yNItXG__categoryBadge{color:#fff;letter-spacing:.5px;z-index:3;border-radius:100px;padding:.4rem 1rem;font-size:.75rem;font-weight:500;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 15px #0003}.FeaturedProjects-module__yNItXG__viewButton{-webkit-backdrop-filter:blur(5px);color:#fff;z-index:3;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.FeaturedProjects-module__yNItXG__viewButton:hover{background:#fff3;border-color:#ffffff4d}.FeaturedProjects-module__yNItXG__contentSection{z-index:2;padding:1.5rem;position:relative}.FeaturedProjects-module__yNItXG__contentHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.FeaturedProjects-module__yNItXG__projectName{color:#fff;margin:0;font-size:1.3rem;font-weight:600}.FeaturedProjects-module__yNItXG__projectCategory{color:#ffffff4d;font-size:.8rem;font-weight:400}.FeaturedProjects-module__yNItXG__projectDescription{color:#fff9;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.FeaturedProjects-module__yNItXG__statsGrid{background:#ffffff05;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.FeaturedProjects-module__yNItXG__statItem{align-items:center;gap:.5rem;display:flex}.FeaturedProjects-module__yNItXG__statIcon{color:#fff6;font-size:1rem}.FeaturedProjects-module__yNItXG__statInfo{flex-direction:column;display:flex}.FeaturedProjects-module__yNItXG__statValue{color:#fff;font-size:.9rem;font-weight:600}.FeaturedProjects-module__yNItXG__statLabel{color:#ffffff4d;font-size:.65rem}.FeaturedProjects-module__yNItXG__techStack{gap:.75rem;margin-bottom:1.5rem;display:flex}.FeaturedProjects-module__yNItXG__techItem{color:#fff9;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .3s;display:flex}.FeaturedProjects-module__yNItXG__techItem:hover{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.FeaturedProjects-module__yNItXG__caseStudyLink{color:#fff;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__linkIcon{transition:transform .3s}.FeaturedProjects-module__yNItXG__caseStudyLink:hover .FeaturedProjects-module__yNItXG__linkIcon{transform:translate(5px)}.FeaturedProjects-module__yNItXG__linkGlow{opacity:0;background:#fff;border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.FeaturedProjects-module__yNItXG__cardGlow{filter:blur(30px);z-index:1;pointer-events:none;border-radius:24px;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturedProjects-module__yNItXG__viewAllWrapper{justify-content:center;display:flex}.FeaturedProjects-module__yNItXG__viewAllLink{color:#fff;background:#ffffff05;border:1px solid #ffffff0d;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__viewAllLink:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px)}.FeaturedProjects-module__yNItXG__viewAllIcon{transition:transform .3s}.FeaturedProjects-module__yNItXG__viewAllLink:hover .FeaturedProjects-module__yNItXG__viewAllIcon{transform:translate(5px)}.FeaturedProjects-module__yNItXG__viewAllGlow{pointer-events:none;background:radial-gradient(circle,#ffffff80,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.FeaturedProjects-module__yNItXG__projectsGrid{grid-template-columns:repeat(2,1fr)}.FeaturedProjects-module__yNItXG__header{flex-direction:column;align-items:flex-start;gap:1rem}.FeaturedProjects-module__yNItXG__sectionDescription{max-width:100%}}@media (max-width:768px){.FeaturedProjects-module__yNItXG__section{padding:4rem 0}.FeaturedProjects-module__yNItXG__container{padding:0 1.5rem}.FeaturedProjects-module__yNItXG__projectsGrid{grid-template-columns:1fr;gap:1.5rem}.FeaturedProjects-module__yNItXG__imageSection{height:200px}.FeaturedProjects-module__yNItXG__projectName{font-size:1.2rem}.FeaturedProjects-module__yNItXG__statsGrid{padding:.75rem}}@media (max-width:480px){.FeaturedProjects-module__yNItXG__container{padding:0 1rem}.FeaturedProjects-module__yNItXG__sectionLabel{padding-left:1.5rem;font-size:.75rem}.FeaturedProjects-module__yNItXG__sectionLabel:before{width:1rem}.FeaturedProjects-module__yNItXG__sectionTitle{font-size:1.8rem}.FeaturedProjects-module__yNItXG__projectName{font-size:1.1rem}.FeaturedProjects-module__yNItXG__projectDescription{font-size:.85rem}.FeaturedProjects-module__yNItXG__techStack{flex-wrap:wrap}.FeaturedProjects-module__yNItXG__viewAllLink{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.FeaturedProjects-module__yNItXG__projectCard,.FeaturedProjects-module__yNItXG__viewButton,.FeaturedProjects-module__yNItXG__techItem,.FeaturedProjects-module__yNItXG__caseStudyLink,.FeaturedProjects-module__yNItXG__linkIcon,.FeaturedProjects-module__yNItXG__viewAllLink,.FeaturedProjects-module__yNItXG__viewAllIcon,.FeaturedProjects-module__yNItXG__cardGlow,.FeaturedProjects-module__yNItXG__viewAllGlow{transition:none!important;animation:none!important}}
.FinalCTA-module__smnCta__section{background:#030303;align-items:center;min-height:80vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.FinalCTA-module__smnCta__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.FinalCTA-module__smnCta__gradient{pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FinalCTA-module__smnCta__grid{opacity:.3;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.FinalCTA-module__smnCta__orb{filter:blur(80px);background:radial-gradient(circle,#6464641a,#0000 70%);border-radius:50%;width:600px;height:600px;animation:20s ease-in-out infinite FinalCTA-module__smnCta__orbFloat;position:absolute;top:-20%;right:-10%}.FinalCTA-module__smnCta__orb2{filter:blur(100px);background:radial-gradient(circle,#96969614,#0000 70%);border-radius:50%;width:500px;height:500px;animation:25s ease-in-out infinite FinalCTA-module__smnCta__orbFloat2;position:absolute;bottom:-20%;left:-10%}@keyframes FinalCTA-module__smnCta__orbFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,50px)scale(1.1)}}@keyframes FinalCTA-module__smnCta__orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(50px,-50px)scale(1.2)}}.FinalCTA-module__smnCta__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.FinalCTA-module__smnCta__content{text-align:center;max-width:800px;margin:0 auto}.FinalCTA-module__smnCta__iconWrapper{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex;position:relative}.FinalCTA-module__smnCta__icon{color:#fff;z-index:2;font-size:3rem;animation:3s ease-in-out infinite FinalCTA-module__smnCta__rocketFloat;position:relative}.FinalCTA-module__smnCta__iconGlow{filter:blur(15px);background:radial-gradient(circle,#ffffff4d,#0000 70%);border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite FinalCTA-module__smnCta__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes FinalCTA-module__smnCta__rocketFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(5deg)}}@keyframes FinalCTA-module__smnCta__glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.FinalCTA-module__smnCta__title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.FinalCTA-module__smnCta__titleGradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.FinalCTA-module__smnCta__description{color:#fff9;max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.FinalCTA-module__smnCta__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.FinalCTA-module__smnCta__primaryButton{color:#030303;cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #fff3}.FinalCTA-module__smnCta__primaryButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.FinalCTA-module__smnCta__primaryButton:hover:before{left:100%}.FinalCTA-module__smnCta__buttonIcon,.FinalCTA-module__smnCta__buttonArrow{transition:transform .3s}.FinalCTA-module__smnCta__primaryButton:hover .FinalCTA-module__smnCta__buttonArrow{transform:translate(5px)}.FinalCTA-module__smnCta__buttonGlow{filter:blur(20px);opacity:0;background:radial-gradient(circle,#ffffff80,#0000 70%);border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FinalCTA-module__smnCta__primaryButton:hover .FinalCTA-module__smnCta__buttonGlow{opacity:.5}.FinalCTA-module__smnCta__secondaryButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.FinalCTA-module__smnCta__secondaryButton:hover{background:#ffffff05;border-color:#ffffff4d;transform:translateY(-2px)}.FinalCTA-module__smnCta__secondaryButton:hover .FinalCTA-module__smnCta__buttonIcon{transform:translate(5px)}.FinalCTA-module__smnCta__trustBadges{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.FinalCTA-module__smnCta__badge{color:#ffffff80;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.FinalCTA-module__smnCta__badgeIcon{color:#8affb8;font-size:1rem}.FinalCTA-module__smnCta__badgeDot{background:#fff3;border-radius:50%;width:4px;height:4px}.FinalCTA-module__smnCta__stats{background:#ffffff05;border:1px solid #ffffff08;border-radius:100px;justify-content:center;align-items:center;gap:3rem;max-width:600px;margin:0 auto;padding:2rem;display:flex}.FinalCTA-module__smnCta__statItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.FinalCTA-module__smnCta__statValue{color:#fff;font-size:1.5rem;font-weight:700}.FinalCTA-module__smnCta__statLabel{color:#fff6;font-size:.8rem}.FinalCTA-module__smnCta__statDivider{background:#ffffff1a;width:1px;height:30px}.FinalCTA-module__smnCta__decorative{opacity:.1;pointer-events:none;gap:2rem;width:100%;padding:2rem;display:flex;position:absolute;bottom:0;left:0}.FinalCTA-module__smnCta__line{background:linear-gradient(90deg,#0000,#fff,#0000);flex:1;height:1px}@media (max-width:768px){.FinalCTA-module__smnCta__section{min-height:70vh;padding:4rem 0}.FinalCTA-module__smnCta__container{padding:0 1.5rem}.FinalCTA-module__smnCta__title{font-size:2.5rem}.FinalCTA-module__smnCta__description{font-size:1rem}.FinalCTA-module__smnCta__buttonGroup{flex-direction:column;width:100%}.FinalCTA-module__smnCta__primaryButton,.FinalCTA-module__smnCta__secondaryButton{justify-content:center;width:100%}.FinalCTA-module__smnCta__trustBadges{gap:1rem}.FinalCTA-module__smnCta__badgeDot{display:none}.FinalCTA-module__smnCta__badge{justify-content:center;width:100%}.FinalCTA-module__smnCta__stats{border-radius:32px;flex-direction:column;gap:1.5rem;padding:1.5rem}.FinalCTA-module__smnCta__statDivider{width:50px;height:1px}}@media (max-width:480px){.FinalCTA-module__smnCta__container{padding:0 1rem}.FinalCTA-module__smnCta__title{font-size:2rem}.FinalCTA-module__smnCta__iconWrapper{width:60px;height:60px}.FinalCTA-module__smnCta__icon{font-size:2.2rem}.FinalCTA-module__smnCta__trustBadges{flex-direction:column;gap:.75rem}.FinalCTA-module__smnCta__badge{font-size:.8rem}.FinalCTA-module__smnCta__statValue{font-size:1.3rem}.FinalCTA-module__smnCta__statLabel{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.FinalCTA-module__smnCta__orb,.FinalCTA-module__smnCta__orb2,.FinalCTA-module__smnCta__icon,.FinalCTA-module__smnCta__iconGlow,.FinalCTA-module__smnCta__primaryButton:before,.FinalCTA-module__smnCta__buttonGlow,.FinalCTA-module__smnCta__secondaryButton{transition:none!important;animation:none!important}}
.Hero-module___w2HtG__hero{background:#030303;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__gradientOrb{filter:blur(100px);background:radial-gradient(circle,#64646426,#0000 70%);border-radius:50%;width:800px;height:800px;animation:20s ease-in-out infinite Hero-module___w2HtG__orbFloat;position:absolute;top:-20%;right:-10%}.Hero-module___w2HtG__gradientOrb2{filter:blur(120px);background:radial-gradient(circle,#9696961a,#0000 70%);border-radius:50%;width:600px;height:600px;animation:25s ease-in-out infinite Hero-module___w2HtG__orbFloat2;position:absolute;bottom:-20%;left:-10%}@keyframes Hero-module___w2HtG__orbFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,50px)scale(1.1)}}@keyframes Hero-module___w2HtG__orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(50px,-50px)scale(1.2)}}.Hero-module___w2HtG__grid{opacity:.3;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__particles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__particle{pointer-events:none;background:#ffffff4d;border-radius:50%;width:2px;height:2px;position:absolute}.Hero-module___w2HtG__container{z-index:2;width:100%;max-width:1440px;margin:0 auto;padding:0 4rem;position:relative}.Hero-module___w2HtG__contentWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module___w2HtG__content{max-width:600px}.Hero-module___w2HtG__badge{background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;display:inline-flex}.Hero-module___w2HtG__badgeDot{background:#fff;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module___w2HtG__pulse}@keyframes Hero-module___w2HtG__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.Hero-module___w2HtG__badgeText{color:#ffffffb3;letter-spacing:.5px;font-size:.85rem;font-weight:500}.Hero-module___w2HtG__badgeIcon{color:#fff;opacity:.7;font-size:1rem}.Hero-module___w2HtG__title{margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem);font-weight:700;line-height:1.1}.Hero-module___w2HtG__titleLine{color:#fff;display:block}.Hero-module___w2HtG__titleGradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Hero-module___w2HtG__description{color:#fff9;max-width:90%;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module___w2HtG__ctaGroup{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module___w2HtG__primaryButton{color:#030303;cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__primaryButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module___w2HtG__primaryButton:hover:before{left:100%}.Hero-module___w2HtG__buttonIcon{transition:transform .3s}.Hero-module___w2HtG__primaryButton:hover .Hero-module___w2HtG__buttonIcon{transform:translate(5px)}.Hero-module___w2HtG__buttonGlow{pointer-events:none;background:radial-gradient(circle,#fffc,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__secondaryButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Hero-module___w2HtG__secondaryButton:hover{background:#ffffff05;border-color:#ffffff4d}.Hero-module___w2HtG__buttonIconLeft{transition:transform .3s}.Hero-module___w2HtG__secondaryButton:hover .Hero-module___w2HtG__buttonIconLeft{transform:scale(1.1)}.Hero-module___w2HtG__trustIndicators{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.Hero-module___w2HtG__avatars{align-items:center;display:flex}.Hero-module___w2HtG__avatar{background-position:50%;background-size:cover;border:2px solid #030303;border-radius:50%;width:40px;height:40px;transition:all .3s}.Hero-module___w2HtG__trustText{flex-direction:column;gap:.25rem;display:flex}.Hero-module___w2HtG__trustStars{color:gold;letter-spacing:2px;font-size:.9rem}.Hero-module___w2HtG__trustCount{color:#ffffff80;font-size:.9rem}.Hero-module___w2HtG__stats{align-items:center;gap:2rem;display:flex}.Hero-module___w2HtG__statItem{cursor:default;flex-direction:column;gap:.25rem;transition:all .3s;display:flex}.Hero-module___w2HtG__statValue{color:#fff;font-size:1.5rem;font-weight:700}.Hero-module___w2HtG__statLabel{color:#ffffff80;font-size:.85rem;font-weight:400}.Hero-module___w2HtG__statDivider{background:#ffffff1a;width:1px;height:30px}.Hero-module___w2HtG__visual{height:600px;position:relative}.Hero-module___w2HtG__visualContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Hero-module___w2HtG__orb{width:400px;height:400px;position:relative}.Hero-module___w2HtG__orbCore{filter:blur(20px);background:radial-gradient(circle at 30% 30%,#fff3,#6464641a);border-radius:50%;width:150px;height:150px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__orbRing{border:1px solid #ffffff0d;border-radius:50%;width:250px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__orbRing2{border:1px solid #ffffff08;border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__orbRing3{border:1px solid #ffffff05;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__floatingCard{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;width:200px;padding:1.5rem;position:absolute}.Hero-module___w2HtG__cardHeader{gap:.5rem;margin-bottom:1rem;display:flex}.Hero-module___w2HtG__cardDot{background:#fff3;border-radius:50%;width:8px;height:8px}.Hero-module___w2HtG__cardLine{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:.5rem}.Hero-module___w2HtG__codeSnippet{font-family:Monaco,Courier New,monospace;font-size:.85rem}.Hero-module___w2HtG__codeComment{color:#666;margin-bottom:.5rem;display:block}.Hero-module___w2HtG__codeLine{color:#fff}.Hero-module___w2HtG__codePurple{color:#d9b3ff}.Hero-module___w2HtG__codeBlue{color:#8cb3ff}.Hero-module___w2HtG__codeYellow{color:#ffe08c}.Hero-module___w2HtG__statsCard{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex;position:absolute;bottom:20%;right:15%}.Hero-module___w2HtG__statsCardIcon{color:#8affb8;font-size:1.5rem}.Hero-module___w2HtG__statsCardText{flex-direction:column;display:flex}.Hero-module___w2HtG__statsCardValue{color:#fff;font-size:1.2rem;font-weight:600}.Hero-module___w2HtG__statsCardLabel{color:#ffffff80;font-size:.8rem}.Hero-module___w2HtG__glowEffect{pointer-events:none;background:radial-gradient(circle,#ffffff0d,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module___w2HtG__scrollIndicator{z-index:3;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module___w2HtG__scrollText{color:#ffffff4d;letter-spacing:2px;text-transform:uppercase;font-size:.8rem}.Hero-module___w2HtG__scrollLine{background:linear-gradient(#0000,#fff,#0000);width:2px;height:60px}@media (max-width:1024px){.Hero-module___w2HtG__container{padding:0 2rem}.Hero-module___w2HtG__contentWrapper{grid-template-columns:1fr;gap:2rem}.Hero-module___w2HtG__content{text-align:center;max-width:100%}.Hero-module___w2HtG__badge{margin-left:auto;margin-right:auto}.Hero-module___w2HtG__description{max-width:100%;margin-left:auto;margin-right:auto}.Hero-module___w2HtG__ctaGroup,.Hero-module___w2HtG__trustIndicators,.Hero-module___w2HtG__stats{justify-content:center}.Hero-module___w2HtG__visual{order:-1;height:500px}.Hero-module___w2HtG__orb,.Hero-module___w2HtG__orbRing3{width:300px;height:300px}}@media (max-width:768px){.Hero-module___w2HtG__title{font-size:2.5rem}.Hero-module___w2HtG__description{font-size:1rem}.Hero-module___w2HtG__ctaGroup{flex-direction:column}.Hero-module___w2HtG__stats{gap:1rem}.Hero-module___w2HtG__statValue{font-size:1.2rem}.Hero-module___w2HtG__visual{height:400px}.Hero-module___w2HtG__orb{width:250px;height:250px}.Hero-module___w2HtG__floatingCard{width:160px;padding:1rem}.Hero-module___w2HtG__statsCard{padding:.6rem 1.2rem}}@media (max-width:480px){.Hero-module___w2HtG__container{padding:0 1rem}.Hero-module___w2HtG__title{font-size:2rem}.Hero-module___w2HtG__badgeText{font-size:.75rem}.Hero-module___w2HtG__trustIndicators{flex-direction:column;gap:1rem}.Hero-module___w2HtG__stats{flex-wrap:wrap}.Hero-module___w2HtG__statDivider{display:none}.Hero-module___w2HtG__statItem{align-items:center;width:calc(50% - 1rem)}.Hero-module___w2HtG__visual{height:300px}.Hero-module___w2HtG__orb{width:200px;height:200px}.Hero-module___w2HtG__floatingCard{display:none}.Hero-module___w2HtG__statsCard{bottom:10%;right:5%}}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__gradientOrb,.Hero-module___w2HtG__gradientOrb2,.Hero-module___w2HtG__particle,.Hero-module___w2HtG__orb,.Hero-module___w2HtG__floatingCard,.Hero-module___w2HtG__statsCard,.Hero-module___w2HtG__glowEffect,.Hero-module___w2HtG__scrollLine,.Hero-module___w2HtG__badgeDot,.Hero-module___w2HtG__buttonGlow,.Hero-module___w2HtG__primaryButton:before{animation:none!important}}
.Process-module__MDuI_q__section{background:#030303;padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.Process-module__MDuI_q__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Process-module__MDuI_q__gradient{pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Process-module__MDuI_q__grid{opacity:.3;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Process-module__MDuI_q__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.Process-module__MDuI_q__header{max-width:600px;margin-bottom:4rem}.Process-module__MDuI_q__sectionLabel{color:#fff6;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding-left:2rem;font-size:.85rem;font-weight:500;display:inline-block;position:relative}.Process-module__MDuI_q__sectionLabel:before{content:"";background:linear-gradient(90deg,#fff,#0000);width:1.5rem;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Process-module__MDuI_q__sectionTitle{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.Process-module__MDuI_q__titleGradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Process-module__MDuI_q__sectionDescription{color:#fff9;font-size:1.1rem;line-height:1.6}.Process-module__MDuI_q__timeline{margin-bottom:3rem}.Process-module__MDuI_q__desktopTimeline{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:3rem;display:flex}.Process-module__MDuI_q__timelineStep{cursor:pointer;flex:1;align-items:center;gap:1rem;transition:all .3s;display:flex;position:relative}.Process-module__MDuI_q__stepIcon{border:1px solid;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;transition:all .3s;display:flex}.Process-module__MDuI_q__stepContent{flex:1}.Process-module__MDuI_q__stepNumber{color:#ffffff4d;letter-spacing:1px;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.Process-module__MDuI_q__stepTitle{color:#fff;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.Process-module__MDuI_q__stepDuration{color:#fff6;font-size:.8rem}.Process-module__MDuI_q__stepConnector{pointer-events:none;justify-content:center;align-items:center;width:100%;height:2px;display:flex;position:absolute;top:32px;right:-50%}.Process-module__MDuI_q__connectorLine{background:#ffffff1a;width:80%;height:2px;transition:background .3s}.Process-module__MDuI_q__activeStep .Process-module__MDuI_q__stepIcon{transform:scale(1.05);box-shadow:0 10px 20px -5px #0000004d}.Process-module__MDuI_q__activeStep .Process-module__MDuI_q__stepTitle{color:#fff}.Process-module__MDuI_q__mobileTimeline{display:none}.Process-module__MDuI_q__mobileStep{cursor:pointer;background:#ffffff05;border:1px solid #ffffff08;border-radius:20px;margin-bottom:1rem;padding:1.5rem;transition:all .3s}.Process-module__MDuI_q__mobileStepHeader{align-items:center;gap:1rem;display:flex}.Process-module__MDuI_q__mobileStepIcon{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.Process-module__MDuI_q__mobileStepInfo{flex:1}.Process-module__MDuI_q__mobileStepNumber{color:#ffffff4d;letter-spacing:1px;text-transform:uppercase;margin-bottom:.15rem;font-size:.7rem;font-weight:500;display:block}.Process-module__MDuI_q__mobileStepTitle{color:#fff;margin-bottom:.15rem;font-size:1.1rem;font-weight:600}.Process-module__MDuI_q__mobileStepDuration{color:#fff6;font-size:.75rem}.Process-module__MDuI_q__stepDetails{margin-top:3rem}.Process-module__MDuI_q__detailsCard{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff08;border-radius:24px;padding:2rem}.Process-module__MDuI_q__quoteSection{margin-bottom:2rem;padding-left:2rem;position:relative}.Process-module__MDuI_q__quoteIcon{color:#ffffff1a;font-family:serif;font-size:3rem;line-height:1;position:absolute;top:-.5rem;left:0}.Process-module__MDuI_q__quote{color:#fffc;font-size:1.2rem;font-style:italic;line-height:1.5}.Process-module__MDuI_q__stepDescription{color:#fff9;border-bottom:1px solid #ffffff08;margin-bottom:2rem;padding-bottom:2rem;font-size:1rem;line-height:1.6}.Process-module__MDuI_q__outcomesGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.Process-module__MDuI_q__outcomeItem{background:#ffffff05;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.Process-module__MDuI_q__outcomeItem:hover{background:#ffffff08;transform:translate(5px)}.Process-module__MDuI_q__outcomeIcon{flex-shrink:0;font-size:1.2rem}.Process-module__MDuI_q__outcomeText{color:#ffffffb3;font-size:.9rem}.Process-module__MDuI_q__progressSection{margin-top:1rem}.Process-module__MDuI_q__progressLabel{color:#ffffff80;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.Process-module__MDuI_q__progressBar{background:#ffffff08;border-radius:3px;height:6px;overflow:hidden}.Process-module__MDuI_q__progressFill{border-radius:3px;height:100%;transition:width 1s}.Process-module__MDuI_q__bottomNote{text-align:center;margin-top:3rem}.Process-module__MDuI_q__noteContent{background:#ffffff05;border:1px solid #ffffff08;border-radius:50px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:inline-flex}.Process-module__MDuI_q__noteIcon{color:#8affb8;font-size:1.1rem}.Process-module__MDuI_q__noteContent span{color:#fff9;font-size:.9rem}@media (max-width:1024px){.Process-module__MDuI_q__desktopTimeline{display:none}.Process-module__MDuI_q__mobileTimeline{display:block}.Process-module__MDuI_q__outcomesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Process-module__MDuI_q__section{padding:4rem 0}.Process-module__MDuI_q__container{padding:0 1.5rem}.Process-module__MDuI_q__detailsCard{padding:1.5rem}.Process-module__MDuI_q__quote{font-size:1.1rem}.Process-module__MDuI_q__outcomesGrid{grid-template-columns:1fr}.Process-module__MDuI_q__outcomeItem{padding:.6rem}}@media (max-width:480px){.Process-module__MDuI_q__container{padding:0 1rem}.Process-module__MDuI_q__sectionLabel{padding-left:1.5rem;font-size:.75rem}.Process-module__MDuI_q__sectionLabel:before{width:1rem}.Process-module__MDuI_q__sectionTitle{font-size:1.8rem}.Process-module__MDuI_q__sectionDescription{font-size:1rem}.Process-module__MDuI_q__mobileStep{padding:1rem}.Process-module__MDuI_q__mobileStepIcon{width:40px;height:40px;font-size:1.2rem}.Process-module__MDuI_q__mobileStepTitle{font-size:1rem}.Process-module__MDuI_q__detailsCard{padding:1rem}.Process-module__MDuI_q__quoteIcon{font-size:2rem}.Process-module__MDuI_q__quote{font-size:1rem}.Process-module__MDuI_q__stepDescription{font-size:.9rem}.Process-module__MDuI_q__outcomeText{font-size:.85rem}.Process-module__MDuI_q__noteContent{padding:.6rem 1rem}.Process-module__MDuI_q__noteContent span{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.Process-module__MDuI_q__timelineStep,.Process-module__MDuI_q__stepIcon,.Process-module__MDuI_q__connectorLine,.Process-module__MDuI_q__mobileStep,.Process-module__MDuI_q__outcomeItem,.Process-module__MDuI_q__progressFill{transition:none!important;animation:none!important}}
.Services-module__uj7JVa__section{background:#030303;padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.Services-module__uj7JVa__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__uj7JVa__gradient{pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Services-module__uj7JVa__grid{opacity:.3;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__uj7JVa__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.Services-module__uj7JVa__header{max-width:600px;margin-bottom:4rem}.Services-module__uj7JVa__sectionLabel{color:#fff6;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding-left:2rem;font-size:.85rem;font-weight:500;display:inline-block;position:relative}.Services-module__uj7JVa__sectionLabel:before{content:"";background:linear-gradient(90deg,#fff,#0000);width:1.5rem;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Services-module__uj7JVa__sectionTitle{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.Services-module__uj7JVa__titleGradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Services-module__uj7JVa__sectionDescription{color:#fff9;font-size:1.1rem;line-height:1.6}.Services-module__uj7JVa__servicesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.Services-module__uj7JVa__serviceCard{cursor:pointer;border-radius:24px;position:relative}.Services-module__uj7JVa__cardInner{-webkit-backdrop-filter:blur(10px);z-index:2;background:#ffffff05;border:1px solid #ffffff08;border-radius:24px;padding:2rem 1.5rem;transition:all .3s;position:relative;overflow:hidden}.Services-module__uj7JVa__iconSection{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Services-module__uj7JVa__iconWrapper{border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.Services-module__uj7JVa__icon{font-size:1.8rem}.Services-module__uj7JVa__serviceNumber{color:#ffffff1a;font-size:2rem;font-weight:700;line-height:1;transition:color .3s}.Services-module__uj7JVa__serviceCard:hover .Services-module__uj7JVa__serviceNumber{color:#fff3}.Services-module__uj7JVa__serviceTitle{color:#fff;margin-bottom:1rem;font-size:1.3rem;font-weight:600;line-height:1.3}.Services-module__uj7JVa__serviceOutcome{color:#ffffffb3;min-height:4rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Services-module__uj7JVa__metricsGrid{border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:2rem;padding:1rem 0;display:grid}.Services-module__uj7JVa__metricItem{text-align:center;flex-direction:column;align-items:center;gap:.3rem;transition:all .3s;display:flex}.Services-module__uj7JVa__metricIcon{font-size:1.1rem}.Services-module__uj7JVa__metricLabel{color:#ffffff80;letter-spacing:.3px;font-size:.7rem;font-weight:400}.Services-module__uj7JVa__learnMore{color:#fff9;z-index:3;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.Services-module__uj7JVa__learnMore:hover{color:#fff}.Services-module__uj7JVa__learnMoreIcon{transition:transform .3s}.Services-module__uj7JVa__learnMore:hover .Services-module__uj7JVa__learnMoreIcon{transform:translate(5px)}.Services-module__uj7JVa__decorativeLine{transform-origin:0;z-index:3;width:100%;height:3px;position:absolute;bottom:0;left:0}.Services-module__uj7JVa__cardGlow{filter:blur(30px);z-index:1;pointer-events:none;border-radius:24px;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Services-module__uj7JVa__bottomCTA{background:#ffffff05;border:1px solid #ffffff08;border-radius:24px;padding:2rem}.Services-module__uj7JVa__ctaContent{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Services-module__uj7JVa__ctaLeft h4{color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.Services-module__uj7JVa__ctaLeft p{color:#ffffff80;font-size:.95rem}.Services-module__uj7JVa__ctaButton{color:#030303;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Services-module__uj7JVa__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Services-module__uj7JVa__ctaButton:hover:before{left:100%}.Services-module__uj7JVa__ctaButtonIcon{transition:transform .3s}.Services-module__uj7JVa__ctaButton:hover .Services-module__uj7JVa__ctaButtonIcon{transform:translate(5px)}.Services-module__uj7JVa__decorative{opacity:.2;pointer-events:none;align-items:center;gap:1rem;padding:1rem 0;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Services-module__uj7JVa__decorativeDot{background:#ffffff80;border-radius:50%;width:4px;height:4px}.Services-module__uj7JVa__decorativeLine{background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:100px;height:1px}@media (max-width:1200px){.Services-module__uj7JVa__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__uj7JVa__section{padding:4rem 0}.Services-module__uj7JVa__container{padding:0 1.5rem}.Services-module__uj7JVa__servicesGrid{grid-template-columns:1fr}.Services-module__uj7JVa__ctaContent{text-align:center;flex-direction:column}.Services-module__uj7JVa__ctaLeft h4{font-size:1.2rem}.Services-module__uj7JVa__ctaButton{justify-content:center;width:100%}.Services-module__uj7JVa__serviceOutcome{min-height:auto}}@media (max-width:480px){.Services-module__uj7JVa__container{padding:0 1rem}.Services-module__uj7JVa__sectionLabel{padding-left:1.5rem;font-size:.75rem}.Services-module__uj7JVa__sectionLabel:before{width:1rem}.Services-module__uj7JVa__sectionTitle{font-size:1.8rem}.Services-module__uj7JVa__sectionDescription{font-size:1rem}.Services-module__uj7JVa__cardInner{padding:1.5rem}.Services-module__uj7JVa__iconWrapper{width:48px;height:48px}.Services-module__uj7JVa__icon{font-size:1.5rem}.Services-module__uj7JVa__serviceTitle{font-size:1.2rem}.Services-module__uj7JVa__serviceOutcome{font-size:.9rem}.Services-module__uj7JVa__metricLabel{font-size:.65rem}.Services-module__uj7JVa__bottomCTA{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.Services-module__uj7JVa__serviceCard,.Services-module__uj7JVa__iconWrapper,.Services-module__uj7JVa__serviceNumber,.Services-module__uj7JVa__metricItem,.Services-module__uj7JVa__learnMore,.Services-module__uj7JVa__learnMoreIcon,.Services-module__uj7JVa__decorativeLine,.Services-module__uj7JVa__cardGlow,.Services-module__uj7JVa__ctaButton,.Services-module__uj7JVa__ctaButtonIcon{transition:none!important;animation:none!important}}
.SocialProof-module__ufabVG__section{background:#030303;border-top:1px solid #ffffff05;border-bottom:1px solid #ffffff05;padding:4rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.SocialProof-module__ufabVG__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.SocialProof-module__ufabVG__gradient{pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SocialProof-module__ufabVG__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.SocialProof-module__ufabVG__label{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.SocialProof-module__ufabVG__labelDot{background:#fff;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite SocialProof-module__ufabVG__pulse}@keyframes SocialProof-module__ufabVG__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.SocialProof-module__ufabVG__labelText{color:#ffffff80;letter-spacing:2px;text-transform:uppercase;font-size:.9rem;font-weight:500}.SocialProof-module__ufabVG__labelLine{background:linear-gradient(90deg,#ffffff1a,#0000);width:60px;height:1px}.SocialProof-module__ufabVG__statsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}.SocialProof-module__ufabVG__statCard{-webkit-backdrop-filter:blur(10px);cursor:default;background:#ffffff05;border:1px solid #ffffff08;border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.SocialProof-module__ufabVG__statCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.SocialProof-module__ufabVG__statCard:hover:before{left:100%}.SocialProof-module__ufabVG__statIconWrapper{z-index:2;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.SocialProof-module__ufabVG__statIcon{font-size:1.5rem}.SocialProof-module__ufabVG__statContent{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:relative}.SocialProof-module__ufabVG__statValue{color:#fff;font-size:1.8rem;font-weight:700;line-height:1}.SocialProof-module__ufabVG__statLabel{color:#ffffff80;letter-spacing:.3px;font-size:.85rem;font-weight:400}.SocialProof-module__ufabVG__statGlow{filter:blur(20px);z-index:1;pointer-events:none;border-radius:20px;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SocialProof-module__ufabVG__clientsStrip{margin-bottom:3rem}.SocialProof-module__ufabVG__clientsLabel{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.SocialProof-module__ufabVG__clientsLabel span{color:#ffffff4d;letter-spacing:1px;text-transform:uppercase;font-size:.85rem;font-weight:500}.SocialProof-module__ufabVG__clientsLine{background:linear-gradient(90deg,#ffffff1a,#0000);flex:1;height:1px}.SocialProof-module__ufabVG__clientsGrid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.SocialProof-module__ufabVG__clientLogo{cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s;display:flex}.SocialProof-module__ufabVG__logoWrapper{-webkit-backdrop-filter:blur(5px);background:#ffffff05;border:1px solid;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.SocialProof-module__ufabVG__logoText{font-size:1.8rem;font-weight:600}.SocialProof-module__ufabVG__clientName{color:#fff6;letter-spacing:.5px;font-size:.8rem;font-weight:500;transition:color .3s}.SocialProof-module__ufabVG__clientLogo:hover .SocialProof-module__ufabVG__clientName{color:#fffc}.SocialProof-module__ufabVG__clientLogo:hover .SocialProof-module__ufabVG__logoWrapper{border-color:#ffffff1a;transform:scale(1.05)}.SocialProof-module__ufabVG__trustBadges{border-top:1px solid #ffffff05;justify-content:center;align-items:center;gap:2rem;padding-top:2rem;display:flex}.SocialProof-module__ufabVG__badge{color:#fff6;cursor:default;align-items:center;gap:.5rem;font-size:.85rem;font-weight:400;transition:all .3s;display:flex}.SocialProof-module__ufabVG__badge:hover{color:#fffc}.SocialProof-module__ufabVG__badgeIcon{color:#8affb8;opacity:.7;font-size:1rem;transition:opacity .3s}.SocialProof-module__ufabVG__badge:hover .SocialProof-module__ufabVG__badgeIcon{opacity:1}.SocialProof-module__ufabVG__badgeDot{background:#fff3;border-radius:50%;width:4px;height:4px}.SocialProof-module__ufabVG__decorative{opacity:.3;pointer-events:none;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1rem 0;display:flex;position:absolute;bottom:0;left:0}.SocialProof-module__ufabVG__decorativeLine{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100px;height:1px}.SocialProof-module__ufabVG__decorativeDot{background:#ffffff4d;border-radius:50%;width:4px;height:4px}@media (max-width:1024px){.SocialProof-module__ufabVG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.SocialProof-module__ufabVG__clientsGrid{justify-content:center}}@media (max-width:768px){.SocialProof-module__ufabVG__section{padding:3rem 0}.SocialProof-module__ufabVG__container{padding:0 1.5rem}.SocialProof-module__ufabVG__statsGrid{gap:1rem}.SocialProof-module__ufabVG__statCard{padding:1rem}.SocialProof-module__ufabVG__statIconWrapper{width:40px;height:40px}.SocialProof-module__ufabVG__statIcon{font-size:1.2rem}.SocialProof-module__ufabVG__statValue{font-size:1.4rem}.SocialProof-module__ufabVG__statLabel{font-size:.75rem}.SocialProof-module__ufabVG__clientsGrid{gap:1.5rem}.SocialProof-module__ufabVG__logoWrapper{width:50px;height:50px}.SocialProof-module__ufabVG__logoText{font-size:1.5rem}.SocialProof-module__ufabVG__trustBadges{flex-wrap:wrap;gap:1rem}.SocialProof-module__ufabVG__badgeDot{display:none}}@media (max-width:480px){.SocialProof-module__ufabVG__statsGrid{grid-template-columns:1fr}.SocialProof-module__ufabVG__labelText{font-size:.8rem}.SocialProof-module__ufabVG__labelLine{width:30px}.SocialProof-module__ufabVG__clientsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.SocialProof-module__ufabVG__clientLogo{width:100%}.SocialProof-module__ufabVG__logoWrapper{width:45px;height:45px}.SocialProof-module__ufabVG__logoText{font-size:1.3rem}.SocialProof-module__ufabVG__clientName{font-size:.7rem}.SocialProof-module__ufabVG__trustBadges{flex-direction:column;align-items:flex-start;gap:.8rem}.SocialProof-module__ufabVG__badge{width:100%}}@media (prefers-reduced-motion:reduce){.SocialProof-module__ufabVG__labelDot,.SocialProof-module__ufabVG__statCard:before,.SocialProof-module__ufabVG__statGlow,.SocialProof-module__ufabVG__clientLogo,.SocialProof-module__ufabVG__logoWrapper,.SocialProof-module__ufabVG__badge,.SocialProof-module__ufabVG__badgeIcon{transition:none!important;animation:none!important}}@media (prefers-color-scheme:dark){.SocialProof-module__ufabVG__section{background:#030303}}@media (prefers-contrast:high){.SocialProof-module__ufabVG__statCard{border:1px solid #fff3}.SocialProof-module__ufabVG__badgeIcon{color:#fff}}
.Testimonials-module__X7R5sW__section{background:#030303;padding:6rem 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.Testimonials-module__X7R5sW__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__X7R5sW__gradient{pointer-events:none;background:radial-gradient(circle,#ffffff05 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Testimonials-module__X7R5sW__grid{opacity:.3;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__X7R5sW__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.Testimonials-module__X7R5sW__header{max-width:600px;margin-bottom:4rem}.Testimonials-module__X7R5sW__sectionLabel{color:#fff6;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding-left:2rem;font-size:.85rem;font-weight:500;display:inline-block;position:relative}.Testimonials-module__X7R5sW__sectionLabel:before{content:"";background:linear-gradient(90deg,#fff,#0000);width:1.5rem;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Testimonials-module__X7R5sW__sectionTitle{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.Testimonials-module__X7R5sW__titleGradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Testimonials-module__X7R5sW__sectionDescription{color:#fff9;font-size:1.1rem;line-height:1.6}.Testimonials-module__X7R5sW__testimonialWrapper{max-width:800px;margin:0 auto 4rem;position:relative}.Testimonials-module__X7R5sW__testimonialCard{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff08;border-radius:32px;padding:3rem;position:relative;overflow:hidden}.Testimonials-module__X7R5sW__quoteIcon{opacity:.1;font-size:4rem;position:absolute;top:2rem;right:2rem}.Testimonials-module__X7R5sW__content{z-index:2;position:relative}.Testimonials-module__X7R5sW__testimonialText{color:#ffffffe6;margin-bottom:2rem;font-size:1.3rem;font-weight:400;line-height:1.6}.Testimonials-module__X7R5sW__rating{gap:.3rem;margin-bottom:2rem;display:flex}.Testimonials-module__X7R5sW__star{font-size:1.2rem;transition:all .3s}.Testimonials-module__X7R5sW__starFilled{filter:drop-shadow(0 0 10px)}.Testimonials-module__X7R5sW__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__X7R5sW__authorImage{color:#fff;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:600;display:flex;box-shadow:0 8px 20px #0003}.Testimonials-module__X7R5sW__authorInfo{flex-direction:column;gap:.2rem;display:flex}.Testimonials-module__X7R5sW__authorName{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.Testimonials-module__X7R5sW__authorRole{color:#fff6;margin:0;font-size:.9rem}.Testimonials-module__X7R5sW__cardGlow{filter:blur(40px);opacity:.15;z-index:1;pointer-events:none;border-radius:32px;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Testimonials-module__X7R5sW__navigation{justify-content:center;align-items:center;gap:2rem;margin-top:2rem;display:flex}.Testimonials-module__X7R5sW__navButton{color:#fff;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;transition:all .3s;display:flex}.Testimonials-module__X7R5sW__navButton:hover{background:#ffffff0d;border-color:#ffffff1a;transform:scale(1.1)}.Testimonials-module__X7R5sW__dots{align-items:center;gap:.75rem;display:flex}.Testimonials-module__X7R5sW__dot{cursor:pointer;background:0 0;border:none;padding:0}.Testimonials-module__X7R5sW__dot span{border-radius:50%;width:8px;height:8px;transition:all .3s;display:block}.Testimonials-module__X7R5sW__dotActive span{border-radius:12px;width:24px}.Testimonials-module__X7R5sW__stats{background:#ffffff05;border:1px solid #ffffff08;border-radius:100px;justify-content:center;align-items:center;gap:3rem;max-width:600px;margin:0 auto;padding:2rem;display:flex}.Testimonials-module__X7R5sW__statItem{flex-direction:column;align-items:center;gap:.2rem;display:flex}.Testimonials-module__X7R5sW__statValue{color:#fff;font-size:1.5rem;font-weight:700}.Testimonials-module__X7R5sW__statLabel{color:#fff6;font-size:.8rem;font-weight:400}.Testimonials-module__X7R5sW__statDivider{background:#ffffff1a;width:1px;height:30px}@media (max-width:768px){.Testimonials-module__X7R5sW__section{padding:4rem 0}.Testimonials-module__X7R5sW__container{padding:0 1.5rem}.Testimonials-module__X7R5sW__testimonialCard{padding:2rem}.Testimonials-module__X7R5sW__testimonialText{font-size:1.1rem}.Testimonials-module__X7R5sW__stats{border-radius:32px;flex-direction:column;gap:1.5rem;padding:1.5rem}.Testimonials-module__X7R5sW__statDivider{width:50px;height:1px}}@media (max-width:480px){.Testimonials-module__X7R5sW__container{padding:0 1rem}.Testimonials-module__X7R5sW__sectionLabel{padding-left:1.5rem;font-size:.75rem}.Testimonials-module__X7R5sW__sectionLabel:before{width:1rem}.Testimonials-module__X7R5sW__sectionTitle{font-size:1.8rem}.Testimonials-module__X7R5sW__sectionDescription{font-size:1rem}.Testimonials-module__X7R5sW__testimonialCard{padding:1.5rem}.Testimonials-module__X7R5sW__quoteIcon{font-size:3rem;top:1rem;right:1rem}.Testimonials-module__X7R5sW__testimonialText{font-size:1rem}.Testimonials-module__X7R5sW__authorImage{width:48px;height:48px;font-size:1rem}.Testimonials-module__X7R5sW__navigation{gap:1rem}.Testimonials-module__X7R5sW__navButton{width:40px;height:40px;font-size:1.1rem}.Testimonials-module__X7R5sW__statValue{font-size:1.3rem}}@media (prefers-reduced-motion:reduce){.Testimonials-module__X7R5sW__testimonialCard,.Testimonials-module__X7R5sW__navButton,.Testimonials-module__X7R5sW__dot span,.Testimonials-module__X7R5sW__star,.Testimonials-module__X7R5sW__cardGlow{transition:none!important;animation:none!important}}
