@keyframes ContactForm_fadeIn__BztIA{to{opacity:1}}@keyframes ContactForm_slideUp__OXxNu{to{transform:translateY(0);opacity:1}}.ContactForm_contactFormContainer__83UUP{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .3s ease;padding:4rem}.ContactForm_contactFormContainer__83UUP:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);border-color:color-mix(in srgb,#e2e8f0 80%,#3871a1)}@media(max-width:767px){.ContactForm_contactFormContainer__83UUP{padding:2rem}}.ContactForm_formHeader__ArkDA{text-align:center;margin-bottom:3rem}.ContactForm_formTitle___w_B9{font-size:32px;color:#0f172a;margin-bottom:1rem}@media(max-width:767px){.ContactForm_formTitle___w_B9{font-size:24px}}.ContactForm_formDescription__659J2{color:#475569;font-size:16px;line-height:1.6}.ContactForm_contactForm__75hIO{display:flex;flex-direction:column;gap:2rem}.ContactForm_formRow__wDa0c{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:767px){.ContactForm_formRow__wDa0c{grid-template-columns:1fr}}.ContactForm_formGroup__6lGvz{display:flex;flex-direction:column;gap:.5rem}.ContactForm_formLabel__xueYP{font-size:14px;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.5px}.ContactForm_formInput__yD_LC,.ContactForm_formSelect__GUTlL,.ContactForm_formTextarea__AxT7r{padding:1.5rem;border:2px solid rgba(56,113,161,.1);border-radius:8px;font-size:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s ease;background:#fff}.ContactForm_formInput__yD_LC:focus,.ContactForm_formSelect__GUTlL:focus,.ContactForm_formTextarea__AxT7r:focus{outline:none;border-color:#3871a1;box-shadow:0 0 0 3px rgba(56,113,161,.1)}.ContactForm_formInput__yD_LC::placeholder,.ContactForm_formSelect__GUTlL::placeholder,.ContactForm_formTextarea__AxT7r::placeholder{color:rgba(71,85,105,.7)}.ContactForm_formSelect__GUTlL{cursor:pointer}.ContactForm_formSelect__GUTlL option{padding:1rem}.ContactForm_formTextarea__AxT7r{resize:vertical;min-height:120px;line-height:1.6}.ContactForm_formSubmit__l9j1M{display:inline-flex;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;cursor:pointer;transition:all .2s ease;background-color:#3871a1;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 3rem;font-size:16px;font-weight:600;margin-top:1.5rem;position:relative}.ContactForm_formSubmit__l9j1M:disabled{opacity:.6;cursor:not-allowed}.ContactForm_formSubmit__l9j1M:hover:not(:disabled){background-color:color-mix(in srgb,#3871a1 90%,black);transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04)}.ContactForm_formSubmit__l9j1M svg{width:20px;height:20px}.ContactForm_formSubmit__l9j1M.ContactForm_submitting__1QWTj{background:rgba(56,113,161,.7);cursor:not-allowed}.ContactForm_formSubmit__l9j1M.ContactForm_submitting__1QWTj:hover{background:rgba(56,113,161,.7);transform:none}.ContactForm_spinner__UsJPW{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:ContactForm_spin__3EyQY 1s linear infinite}@keyframes ContactForm_spin__3EyQY{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ContactForm_formMessage__DKV2D{padding:1.5rem;border-radius:8px;display:flex;align-items:center;gap:1rem;font-size:14px;font-weight:500}.ContactForm_formMessage__DKV2D svg{width:20px;height:20px;flex-shrink:0}.ContactForm_formMessage__DKV2D.ContactForm_success__WqXP3{background:rgba(39,174,96,.1);color:#27ae60;border:1px solid rgba(39,174,96,.2)}.ContactForm_formMessage__DKV2D.ContactForm_error__ltpzf{background:rgba(231,76,60,.1);color:#e74c3c;border:1px solid rgba(231,76,60,.2)}@keyframes Container_fadeIn__uNw1x{to{opacity:1}}@keyframes Container_slideUp__uJbyo{to{transform:translateY(0);opacity:1}}.Container_container__mU_Tq{max-width:1312px;margin:0 auto;padding:0 20px}@media(min-width:768px){.Container_container__mU_Tq{padding:0 64px}}.SectionLabel_label__Yqfer{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;line-height:1}.SectionLabel_dark__c5aOE{color:#3871a1}.SectionLabel_light__Bjfuq{color:#6dc1f9}.Badge_badge__0Oa8V{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;font-size:13px;font-weight:500;line-height:1;white-space:nowrap}.Badge_dark__rCWDC{border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.05)}.Badge_light__BTFla{border:1px solid #e2e8f0;color:#3871a1;background:#eef4f9}@keyframes Button_fadeIn___aPGX{to{opacity:1}}@keyframes Button_slideUp__uHd0e{to{transform:translateY(0);opacity:1}}.Button_btn__S0tkV{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;line-height:1}.Button_btn__S0tkV:disabled{opacity:.6;cursor:not-allowed}.Button_sm__NsJyM{padding:8px 16px;font-size:14px;border-radius:8px}.Button_md__2lQxK{padding:12px 24px;font-size:16px}.Button_lg__lfrbE{padding:14px 32px;font-size:18px}.Button_primary__BgixE{background-color:#3871a1;color:#fff;box-shadow:0 4px 16px rgba(56,113,161,.25)}.Button_primary__BgixE:hover:not(:disabled){background-color:color-mix(in srgb,#3871a1 88%,black);transform:translateY(-1px);box-shadow:0 6px 20px rgba(56,113,161,.35);color:#fff}.Button_secondary__AtXEt{background-color:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.25)}.Button_secondary__AtXEt:hover:not(:disabled){background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.4);transform:translateY(-1px);color:#fff}.Button_outline__BLs2B{background-color:rgba(0,0,0,0);color:#3871a1;border:1px solid #e2e8f0}.Button_outline__BLs2B:hover:not(:disabled){background-color:#f8fafc;border-color:#3871a1;transform:translateY(-1px);color:#3871a1}.Button_ghost__pAwy8{background-color:rgba(0,0,0,0);color:#475569;border:none}.Button_ghost__pAwy8:hover:not(:disabled){background-color:#f8fafc;color:#0f172a}.Button_icon__V5sDM{flex-shrink:0;display:inline-flex;align-items:center}@keyframes HeroSection_fadeIn__eGuz1{to{opacity:1}}@keyframes HeroSection_slideUp__UcfEe{to{transform:translateY(0);opacity:1}}.HeroSection_hero__uNmSB{position:relative;background:#0f172a;color:#fff;overflow:hidden;padding:120px 0 100px}@media(max-width:767px){.HeroSection_hero__uNmSB{padding:80px 0 60px}}.HeroSection_inner__jpU3z{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.HeroSection_label__G4sZd{margin-bottom:4px}.HeroSection_title__FCpbl{font-size:48px;font-weight:700;letter-spacing:-1.5px;line-height:1.1;color:#fff;max-width:860px;white-space:pre-line;margin-bottom:0}@media(max-width:767px){.HeroSection_title__FCpbl{font-size:28px;letter-spacing:-.5px;white-space:normal}}.HeroSection_description__opjwv{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.7);max-width:600px;margin:0}@media(max-width:767px){.HeroSection_description__opjwv{font-size:16px}}.HeroSection_badges__TXNTY{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.HeroSection_actions__mpgtI{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}@media(max-width:767px){.HeroSection_actions__mpgtI{flex-direction:column;width:100%;max-width:300px;gap:1rem}}.HeroSection_children__ja3eL,.HeroSection_stats__PBU8Q{margin-top:2rem;width:100%}.HeroSection_bgOrb__vopWO{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;pointer-events:none}.HeroSection_bgOrb__vopWO.HeroSection_orb1__7f1ll{width:600px;height:600px;background:#3871a1;top:-200px;right:-100px}.HeroSection_bgOrb__vopWO.HeroSection_orb2__DkndK{width:400px;height:400px;background:#6dc1f9;bottom:-100px;left:-100px}@keyframes CTASection_fadeIn___3Otm{to{opacity:1}}@keyframes CTASection_slideUp__pvtJQ{to{transform:translateY(0);opacity:1}}.CTASection_cta__uvrF3{position:relative;background:#0f172a;color:#fff;overflow:hidden;padding:80px 0}@media(max-width:767px){.CTASection_cta__uvrF3{padding:60px 0}}.CTASection_inner__trGcf{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;max-width:680px;margin:0 auto}.CTASection_title__viwkn{font-size:32px;font-weight:700;letter-spacing:-1px;color:#fff}@media(max-width:767px){.CTASection_title__viwkn{font-size:24px}}.CTASection_description__DRFiw{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.7);margin:0}@media(max-width:767px){.CTASection_description__DRFiw{font-size:16px}}.CTASection_actions__X7gXQ{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}@media(max-width:767px){.CTASection_actions__X7gXQ{flex-direction:column;width:100%;max-width:300px;gap:1rem}}.CTASection_bgOrb__AT_N7{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;pointer-events:none}.CTASection_bgOrb__AT_N7.CTASection_orb1__K_KUA{width:400px;height:400px;background:#3871a1;top:-150px;right:-50px}.CTASection_bgOrb__AT_N7.CTASection_orb2__hIngM{width:300px;height:300px;background:#6dc1f9;bottom:-100px;left:-50px}@keyframes StatsBar_fadeIn__YkBid{to{opacity:1}}@keyframes StatsBar_slideUp__ZGcXv{to{transform:translateY(0);opacity:1}}.StatsBar_statsBar__0LtS_{display:flex;justify-content:center;align-items:center;gap:0;width:100%;padding:64px}@media(max-width:767px){.StatsBar_statsBar__0LtS_{flex-direction:column;gap:2rem;padding:40px 20px}}.StatsBar_stat__qGp7U{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}@media(max-width:767px){.StatsBar_stat__qGp7U{flex:none}}.StatsBar_value__fDhGA{font-size:56px;font-weight:700;letter-spacing:-2px;line-height:1;margin-bottom:8px;color:#0f172a}@media(max-width:767px){.StatsBar_value__fDhGA{font-size:40px}}.StatsBar_label__mgFVm{font-size:14px;font-weight:500;color:#94a3b8}.StatsBar_divider__TBaEZ{width:1px;height:64px;background:#e2e8f0;flex-shrink:0}@media(max-width:767px){.StatsBar_divider__TBaEZ{width:48px;height:1px}}@keyframes BentoGrid_fadeIn__zpHZq{to{opacity:1}}@keyframes BentoGrid_slideUp__Ket2y{to{transform:translateY(0);opacity:1}}.BentoGrid_grid__ozZfH{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.BentoGrid_grid__ozZfH{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.BentoGrid_grid__ozZfH{grid-template-columns:repeat(6,1fr)}.BentoGrid_card__5iK5w:first-child,.BentoGrid_card__5iK5w:nth-child(2){grid-column:span 3}.BentoGrid_card__5iK5w:nth-child(n+3){grid-column:span 2}}.BentoGrid_card__5iK5w{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:3rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.BentoGrid_card__5iK5w:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);border-color:color-mix(in srgb,#e2e8f0 70%,#3871a1);transform:translateY(-2px)}.BentoGrid_iconWrap__v2q_N{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#eef4f9;border-radius:8px;color:#3871a1;flex-shrink:0}.BentoGrid_title__4fvDO{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.5px}.BentoGrid_description__QXwzo{font-size:16px;color:#475569;line-height:1.6;margin:0}@keyframes HomePage_fadeIn__n48pr{to{opacity:1}}@keyframes HomePage_slideUp__JDx4N{to{transform:translateY(0);opacity:1}}.HomePage_trustBar__skizS{padding:40px 0;border-bottom:1px solid #e2e8f0}.HomePage_trustInner__opuZN{display:flex;align-items:center;justify-content:center;gap:48px}@media(max-width:767px){.HomePage_trustInner__opuZN{flex-direction:column;gap:20px}}.HomePage_trustLabel__a_8J_{font-size:12px;font-weight:500;color:#94a3b8;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.HomePage_trustLogos__TD5XR{display:flex;align-items:center;gap:40px}@media(max-width:767px){.HomePage_trustLogos__TD5XR{gap:24px;flex-wrap:wrap;justify-content:center}}.HomePage_trustLogo___GgCb{font-size:16px;font-weight:600;color:#cbd5e1}.HomePage_services__SyruN{padding:80px 0}@media(max-width:767px){.HomePage_services__SyruN{padding:48px 0}}.HomePage_servicesTop__ZQf9V{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}@media(max-width:767px){.HomePage_servicesTop__ZQf9V{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}}.HomePage_servicesTopLeft__IDtKe{display:flex;flex-direction:column;gap:12px;max-width:600px}.HomePage_servicesTitle___xc8h{font-size:40px;font-weight:700;color:#0f172a;letter-spacing:-1px;line-height:1.15;white-space:pre-line;margin-bottom:0}@media(max-width:767px){.HomePage_servicesTitle___xc8h{font-size:28px;letter-spacing:-.5px}}.HomePage_servicesSubtitle__j071Y{font-size:16px;color:#475569;line-height:1.6;max-width:340px;text-align:right;margin-bottom:0}@media(max-width:767px){.HomePage_servicesSubtitle__j071Y{text-align:left;max-width:100%}}.HomePage_methodology__8GB_E{padding:80px 0;background:#f8fafc}@media(max-width:767px){.HomePage_methodology__8GB_E{padding:48px 0}}.HomePage_methodTop__cXdQA{text-align:center;margin-bottom:56px}@media(max-width:767px){.HomePage_methodTop__cXdQA{margin-bottom:32px}}.HomePage_methodTitle__Jxc9g{font-size:40px;font-weight:700;color:#0f172a;letter-spacing:-1px;margin-bottom:0}@media(max-width:767px){.HomePage_methodTitle__Jxc9g{font-size:28px;letter-spacing:-.5px}}.HomePage_methodDescription__VTTwj{font-size:17px;color:#475569;line-height:1.6;max-width:600px;margin:12px auto 0}@media(max-width:767px){.HomePage_methodDescription__VTTwj{font-size:15px}}.HomePage_methodGrid__LSy2b{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e2e8f0;border-radius:16px;overflow:hidden}@media(max-width:767px){.HomePage_methodGrid__LSy2b{grid-template-columns:1fr}}.HomePage_methodStep__hU1F3{display:flex;flex-direction:column;gap:16px;padding:40px 32px;background:#fff}@media(max-width:767px){.HomePage_methodStep__hU1F3{flex-direction:row;align-items:center;padding:20px;gap:16px}}.HomePage_stepNumber__xlpIw{font-size:48px;font-weight:700;color:#d6e5f0;letter-spacing:-2px;line-height:1}@media(max-width:767px){.HomePage_stepNumber__xlpIw{font-size:32px;letter-spacing:-1px;min-width:48px}}.HomePage_stepTitle__0mTnn{font-size:20px;font-weight:600;color:#0f172a;letter-spacing:-.5px;margin-bottom:0}@media(max-width:767px){.HomePage_stepTitle__0mTnn{font-size:16px}}.HomePage_stepDescription__XtVyg{font-size:14px;color:#475569;line-height:1.6;margin-bottom:0}@media(max-width:767px){.HomePage_stepDescription__XtVyg{font-size:13px}}@keyframes StatCard_fadeIn__jfqJZ{to{opacity:1}}@keyframes StatCard_slideUp__N_BK3{to{transform:translateY(0);opacity:1}}.StatCard_statCard__dIeCq{display:flex;flex-direction:column;align-items:center;text-align:center}.StatCard_value__gCOMV{font-size:40px;font-weight:700;letter-spacing:-1.5px;line-height:1;margin-bottom:8px;color:#0f172a}@media(max-width:767px){.StatCard_value__gCOMV{font-size:28px}}.StatCard_label__uZTbG{font-size:14px;font-weight:500;color:#94a3b8}.StatCard_valueDark__4yW3I{color:#fff!important}.StatCard_labelDark__McymS{color:hsla(0,0%,100%,.6)!important}@keyframes AboutPage_fadeIn__KX7l4{to{opacity:1}}@keyframes AboutPage_slideUp__H4pv5{to{transform:translateY(0);opacity:1}}.AboutPage_values__er1vJ{padding:80px 0}@media(max-width:767px){.AboutPage_values__er1vJ{padding:48px 0}}.AboutPage_sectionTop__HHIyj{text-align:center;margin-bottom:56px}@media(max-width:767px){.AboutPage_sectionTop__HHIyj{margin-bottom:32px}}.AboutPage_sectionTitle__eFYc1{font-size:40px;font-weight:700;color:#0f172a;letter-spacing:-1px;margin-bottom:0}@media(max-width:767px){.AboutPage_sectionTitle__eFYc1{font-size:24px;letter-spacing:-.5px}}.AboutPage_valuesGrid__awMtu{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:767px){.AboutPage_valuesGrid__awMtu{grid-template-columns:1fr;gap:12px}}.AboutPage_valueCard__JVvmg{display:flex;flex-direction:column;gap:16px;padding:32px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}@media(max-width:767px){.AboutPage_valueCard__JVvmg{flex-direction:row;align-items:center;padding:20px;gap:16px}}.AboutPage_valueIcon__H0M31{width:44px;height:44px;border-radius:11px;background:#eef4f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.AboutPage_iconPlaceholder__FeinN{font-size:12px;color:#3871a1}.AboutPage_valueTitle__ZGpuM{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.2px;margin-bottom:0}@media(max-width:767px){.AboutPage_valueTitle__ZGpuM{font-size:15px}}.AboutPage_valueDescription__6hadX{font-size:14px;color:#475569;line-height:1.6;margin-bottom:0}@media(max-width:767px){.AboutPage_valueDescription__6hadX{font-size:13px}}.AboutPage_team__ap0_Z{padding:80px 0;background:#f8fafc}@media(max-width:767px){.AboutPage_team__ap0_Z{padding:48px 0}}.AboutPage_teamGrid__Sfv01{display:flex;gap:64px;align-items:flex-start}@media(max-width:767px){.AboutPage_teamGrid__Sfv01{flex-direction:column;gap:32px}}.AboutPage_teamLeft__SrrrM{flex:1;display:flex;flex-direction:column;gap:20px}.AboutPage_teamTitle__7EU0o{font-size:40px;font-weight:700;color:#0f172a;letter-spacing:-1px;line-height:1.15;white-space:pre-line;margin-bottom:0}@media(max-width:767px){.AboutPage_teamTitle__7EU0o{font-size:24px;letter-spacing:-.5px}}.AboutPage_teamDescription__H3HWv{font-size:16px;color:#475569;line-height:1.7;margin-bottom:0}.AboutPage_teamStats__oGqK8{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}@media(max-width:767px){.AboutPage_teamStats__oGqK8{width:100%}}.AboutPage_teamStatCard__ug6Ww{display:flex;align-items:center;gap:20px;padding:24px 28px;border-radius:14px;background:#fff;border:1px solid #e2e8f0}.AboutPage_teamStatValue__3o8Tp{font-size:36px;font-weight:700;color:#3871a1;letter-spacing:-1px;line-height:1}@media(max-width:767px){.AboutPage_teamStatValue__3o8Tp{font-size:28px}}.AboutPage_teamStatLabel__tiU7P{font-size:15px;color:#475569}@media(max-width:767px){.AboutPage_teamStatLabel__tiU7P{font-size:14px}}@keyframes ContactPage_fadeIn__WBQrE{to{opacity:1}}@keyframes ContactPage_slideUp__17dM7{to{transform:translateY(0);opacity:1}}.ContactPage_contactGrid__Rb_Cu{padding:64px 0}@media(max-width:767px){.ContactPage_contactGrid__Rb_Cu{padding:32px 0}}.ContactPage_grid__dF8jN{display:flex;gap:48px}@media(max-width:767px){.ContactPage_grid__dF8jN{flex-direction:column;gap:32px}}.ContactPage_info__yTUjg{width:380px;flex-shrink:0;display:flex;flex-direction:column;gap:24px}@media(max-width:767px){.ContactPage_info__yTUjg{width:100%}}.ContactPage_infoLabel__Tpvdd{font-size:11px;font-weight:600;color:#3871a1;letter-spacing:2px;text-transform:uppercase}.ContactPage_infoCard__zlNUn{display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.ContactPage_infoCardHeader__pm2hd{display:flex;align-items:center;gap:12px}.ContactPage_infoIcon__PwaMm{font-size:12px;color:#3871a1}.ContactPage_infoTitle__enFYM{font-size:15px;font-weight:600;color:#0f172a}.ContactPage_infoValue__Lzh8d{font-size:14px;color:#3871a1;text-decoration:none}.ContactPage_infoValue__Lzh8d:hover{text-decoration:underline}.ContactPage_infoValueText__xHmcx{font-size:14px;color:#475569}.ContactPage_infoDetail__UwtlM{font-size:12px;color:#94a3b8}.ContactPage_formWrapper__BkbeL{flex:1;padding:40px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}@media(max-width:767px){.ContactPage_formWrapper__BkbeL{padding:24px}}.ContactPage_formTitle__NsRe6{font-size:22px;font-weight:600;color:#0f172a;letter-spacing:-.5px;margin-bottom:24px}@media(max-width:767px){.ContactPage_formTitle__NsRe6{font-size:20px}}.FeatureItem_featureItem__B7UBC{display:flex;align-items:flex-start;gap:10px}.FeatureItem_icon__yFlvK{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:2px;color:#10b981}.FeatureItem_text___pb8b{font-size:16px;line-height:1.5;color:#475569}@keyframes PrestationsPage_fadeIn__7wW_w{to{opacity:1}}@keyframes PrestationsPage_slideUp__wWZkf{to{transform:translateY(0);opacity:1}}.PrestationsPage_offers__Whrxq{padding:64px 0}@media(max-width:767px){.PrestationsPage_offers__Whrxq{padding:32px 0}}.PrestationsPage_offerGrid__R3pJs{display:flex;flex-direction:column;gap:32px}.PrestationsPage_offerCard__i1X8R{display:flex;gap:48px;padding:48px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}@media(max-width:767px){.PrestationsPage_offerCard__i1X8R{flex-direction:column;gap:24px;padding:24px}}.PrestationsPage_offerLeft__ADaiF{flex:1;display:flex;flex-direction:column;gap:16px}.PrestationsPage_offerIcon__oSiQQ{width:48px;height:48px;border-radius:12px;background:#eef4f9;display:flex;align-items:center;justify-content:center}.PrestationsPage_iconPlaceholder__NkBK7{font-size:12px;color:#3871a1}.PrestationsPage_offerTitle__CJeed{font-size:24px;font-weight:600;color:#0f172a;letter-spacing:-.5px;margin-bottom:0}@media(max-width:767px){.PrestationsPage_offerTitle__CJeed{font-size:17px}}.PrestationsPage_offerDescription__3sNkP{font-size:15px;color:#475569;line-height:1.6;margin-bottom:0}@media(max-width:767px){.PrestationsPage_offerDescription__3sNkP{font-size:14px}}.PrestationsPage_offerFeatures__D6IPP{flex:1;display:flex;flex-direction:column;gap:12px}@media(max-width:767px){.PrestationsPage_offerFeatures__D6IPP{gap:8px}}@keyframes ClientCard_fadeIn__XpPNk{to{opacity:1}}@keyframes ClientCard_slideUp___MX81{to{transform:translateY(0);opacity:1}}.ClientCard_clientCard__jq6dw{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.ClientCard_clientCard__jq6dw:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);border-color:color-mix(in srgb,#e2e8f0 80%,#3871a1)}.ClientCard_logoArea__EGOxA{width:100%;height:80px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px;overflow:hidden}.ClientCard_logoArea__EGOxA img{max-width:120px;max-height:48px;object-fit:contain}.ClientCard_logoPlaceholder__GgCTE{font-size:24px;font-weight:700;color:#3871a1;letter-spacing:-.5px}.ClientCard_header__yVp9V{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ClientCard_name__aul74{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.5px}.ClientCard_sectorBadge__SW1Yo{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:11px;font-weight:500;background:#eef4f9;color:#3871a1;border:1px solid #e2e8f0;white-space:nowrap}.ClientCard_meta__4EBQl{display:flex;gap:1.5rem;font-size:14px;color:#94a3b8}.ClientCard_description__ARLNM{font-size:14px;color:#475569;line-height:1.6;margin:0}.ClientCard_tags__F13M9{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.ClientCard_tag__qtqyt{display:inline-block;padding:3px 10px;border-radius:9999px;font-size:12px;font-weight:500;background:#f1f5f9;color:#475569}@keyframes References_fadeIn__qG8lk{to{opacity:1}}@keyframes References_slideUp__aWV4I{to{transform:translateY(0);opacity:1}}.References_caseStudies__TyhbA{padding:80px 0}.References_clients__XlZap{padding:80px 0;background:#f8fafc}.References_sectionTop__6v1td{text-align:center;margin-bottom:48px}.References_sectionTitle__0wUg4{font-size:40px;font-weight:700;color:#0f172a;letter-spacing:-1px;margin-bottom:0}@media(max-width:767px){.References_sectionTitle__0wUg4{font-size:24px;letter-spacing:-.5px}}.References_sectionDescription__9tQJm{font-size:17px;color:#475569;line-height:1.6;max-width:560px;margin:12px auto 0}@media(max-width:767px){.References_sectionDescription__9tQJm{font-size:15px}}.References_caseGrid__G1F9L{display:flex;flex-direction:column;gap:20px}.References_logoGrid__wpV8w{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:767px){.References_logoGrid__wpV8w{grid-template-columns:repeat(2,1fr)}}.References_logoCard__lbkM4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:140px;padding:32px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}@media(max-width:767px){.References_logoCard__lbkM4{height:100px;padding:16px;border-radius:14px}}.References_logoPlaceholder__0ydgz{font-size:20px;font-weight:600;color:#cbd5e1}.References_logoPlaceholder__0ydgz img{max-height:40px;max-width:120px;object-fit:contain}@media(max-width:767px){.References_logoPlaceholder__0ydgz{font-size:16px}}.References_logoSector__0BpSP{font-size:12px;color:#94a3b8}@media(max-width:767px){.References_logoSector__0BpSP{font-size:11px}}