.ApplicationForm_formContainer__kbTp_{position:relative;max-width:820px;margin:0 auto clamp(4rem,7vw,6rem);padding:0 clamp(1rem,3vw,2rem)}.ApplicationForm_applicationForm__QnYL0{background:radial-gradient(circle at 50% 0,rgba(22,38,95,.75) 0,rgba(8,14,40,.95) 50%,rgba(3,7,20,.98) 100%);border:1px solid rgba(82,34,245,.35);border-radius:1.8rem;padding:clamp(2rem,4vw,3.5rem);box-shadow:0 25px 60px -15px rgba(0,0,0,.9),0 0 45px -5px rgba(82,34,245,.15);display:flex;flex-direction:column;gap:2rem}.ApplicationForm_stepHeader__f3MQ5{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.ApplicationForm_stepProgressTrack__CjfN0{width:100%;height:4px;background:rgba(255,255,255,.08);border-radius:9999px;overflow:hidden}.ApplicationForm_stepProgressBar__DMleb{height:100%;background:linear-gradient(90deg,#5222f5,#2f6bff);border-radius:9999px;transition:width .35s cubic-bezier(.16,1,.3,1)}.ApplicationForm_stepsRow__v0eoP{display:flex;align-items:center;justify-content:space-between}.ApplicationForm_stepNode__66_BI{display:flex;align-items:center;gap:8px;color:var(--color-text-muted)}.ApplicationForm_nodeNum__JF7kZ{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--color-text-muted)}.ApplicationForm_nodeLabel__k5GyA{font-size:.82rem;font-weight:600}.ApplicationForm_stepNode__66_BI.ApplicationForm_activeNode__9_ees{color:#ffffff}.ApplicationForm_stepNode__66_BI.ApplicationForm_activeNode__9_ees .ApplicationForm_nodeNum__JF7kZ{background:#2f6bff;color:#ffffff;box-shadow:0 0 10px rgba(47,107,255,.5)}.ApplicationForm_errorBanner__cU1hM{display:flex;align-items:center;gap:10px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#f87171;padding:.85rem 1.25rem;border-radius:.8rem;font-size:.88rem}.ApplicationForm_stepContent__YVSoo{display:flex;flex-direction:column;gap:1.5rem}.ApplicationForm_stepTitle__tIldj{font-family:var(--font-heading);font-size:1.45rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.25rem}.ApplicationForm_formGrid__uHns5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.ApplicationForm_inputGroup__WV_iX{display:flex;flex-direction:column;gap:.5rem}.ApplicationForm_label__Z8cZp{font-size:.84rem;font-weight:600;color:#cbd5e1}.ApplicationForm_input__rR8jp,.ApplicationForm_select__eI0vI,.ApplicationForm_textarea__MyfW2{background:rgba(3,7,20,.8);border:1px solid rgba(255,255,255,.12);border-radius:.8rem;padding:.85rem 1.15rem;color:#ffffff;font-size:.94rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.ApplicationForm_input__rR8jp:focus,.ApplicationForm_select__eI0vI:focus,.ApplicationForm_textarea__MyfW2:focus{border-color:#2f6bff;box-shadow:0 0 12px rgba(47,107,255,.35)}.ApplicationForm_input__rR8jp::placeholder,.ApplicationForm_textarea__MyfW2::placeholder{color:#64748b}.ApplicationForm_optionItem__ToAHS{background:#060919;color:#ffffff}.ApplicationForm_checkboxGrid__pO_bm{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.ApplicationForm_checkboxBtn__eqIPp{background:rgba(3,7,20,.8);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem 1rem;display:flex;align-items:center;gap:10px;color:var(--color-text-secondary);font-size:.86rem;text-align:left;cursor:pointer;transition:all .2s ease}.ApplicationForm_checkboxBtn__eqIPp:hover{border-color:rgba(96,165,250,.35)}.ApplicationForm_checkboxBtn__eqIPp.ApplicationForm_checkedBtn__CtBlM{background:rgba(47,107,255,.12);border-color:#2f6bff;color:#ffffff}.ApplicationForm_checkIndicator__SMRq7{width:18px;height:18px;border-radius:4px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#ffffff}.ApplicationForm_checkboxBtn__eqIPp.ApplicationForm_checkedBtn__CtBlM .ApplicationForm_checkIndicator__SMRq7{background:#2f6bff;border-color:#2f6bff}.ApplicationForm_actionsRow__fra_1{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.ApplicationForm_trustStrip__5mky_{display:flex;flex-direction:column;gap:8px;background:rgba(3,7,18,.6);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;margin-top:.5rem;margin-bottom:.5rem}.ApplicationForm_trustItem__STrd0{display:flex;align-items:center;gap:10px;font-size:.82rem;color:#94a3b8;line-height:1.4}.ApplicationForm_trustItem__STrd0 svg{flex-shrink:0}.ApplicationForm_trustItem__STrd0 strong{color:#e2e8f0}.ApplicationForm_backBtn__agg0J{background:none;border:none;color:var(--color-text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;transition:color .2s ease}.ApplicationForm_backBtn__agg0J:hover{color:#ffffff}.ApplicationForm_nextBtn__Hmhai,.ApplicationForm_submitBtn__7vT1w{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2f6bff,#1e56e0);color:#ffffff;font-family:var(--font-heading);font-size:.95rem;font-weight:600;border:none;border-radius:.8rem;padding:.85rem 1.75rem;cursor:pointer;box-shadow:0 4px 14px rgba(47,107,255,.4);transition:transform .2s ease,box-shadow .2s ease}.ApplicationForm_nextBtn__Hmhai:hover,.ApplicationForm_submitBtn__7vT1w:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(47,107,255,.5)}.ApplicationForm_submitBtn__7vT1w:disabled{opacity:.6;cursor:not-allowed}.ApplicationForm_successCard__fxLzg{background:radial-gradient(circle at 50% 0,rgba(22,38,95,.85) 0,rgba(8,14,40,.95) 60%,rgba(3,7,20,.98) 100%);border:1px solid rgba(16,185,129,.4);border-radius:1.8rem;padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:0 25px 60px -15px rgba(0,0,0,.9)}.ApplicationForm_successIcon__GM1gq{width:64px;height:64px;border-radius:50%;background:rgba(16,185,129,.15);border:2px solid #10b981;color:#10b981;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px rgba(16,185,129,.4);margin-bottom:.5rem}.ApplicationForm_successTitle__PHNep{font-family:var(--font-heading);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:var(--color-text-primary)}.ApplicationForm_successText__MelxF{font-size:1.05rem;color:var(--color-text-secondary);line-height:1.6;max-width:580px}.ApplicationForm_whiteText__ihsYA{color:#ffffff}.ApplicationForm_successNotice__1nCOt{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;padding:1.25rem 1.75rem;font-size:.88rem;color:#cbd5e1;line-height:1.55;max-width:600px;margin-top:.5rem}@media (max-width:768px){.ApplicationForm_checkboxGrid__pO_bm,.ApplicationForm_formGrid__uHns5{grid-template-columns:1fr}.ApplicationForm_stepsRow__v0eoP{display:none}}.SectionBadge_badge__NAOyc{gap:.42rem;font-family:var(--font-body),"Poppins",sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#ffffff;border:1px solid rgba(255,255,255,.95);padding:.34rem .85rem;border-radius:6px;margin-bottom:1.35rem;box-shadow:0 4px 14px rgba(255,255,255,.15),0 2px 6px rgba(0,0,0,.3);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.SectionBadge_badgeDash__jdWDX,.SectionBadge_badge__NAOyc{display:inline-flex;align-items:center;color:var(--color-midnight-navy,#010214)}.SectionBadge_badgeDash__jdWDX{font-weight:800;font-size:1.05em;line-height:1}.SectionBadge_badgeDot__HPsmQ{width:3.5px;height:3.5px;background-color:var(--color-midnight-navy,#010214);border-radius:50%;display:inline-block;margin:0 .15rem;flex-shrink:0}@media (max-width:768px){.SectionBadge_badge__NAOyc{font-size:.65rem;padding:.3rem .75rem}}.ServiceFaq_faqSection__EMagd{position:relative;padding:clamp(5rem,8vw,7.5rem) 0;background-color:var(--color-deep-navy);overflow:hidden}.ServiceFaq_headerBlock__8lcHP{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:820px;margin:0 auto clamp(3rem,5vw,4.5rem)}.ServiceFaq_sectionTitle__vukpl{font-family:var(--font-heading);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;color:var(--color-text-primary);line-height:1.18;letter-spacing:-.02em}.ServiceFaq_accordionList__Vs7pC{display:flex;flex-direction:column;gap:1rem;max-width:860px;margin:0 auto}.ServiceFaq_accordionItem__gqr53{background:rgba(3,7,20,.7);border:1px solid rgba(255,255,255,.08);border-radius:1.1rem;overflow:hidden;transition:border-color .25s ease,background .25s ease}.ServiceFaq_accordionItem__gqr53.ServiceFaq_itemOpen__m80sp{background:radial-gradient(circle at 10% 10%,rgba(18,30,72,.8) 0,rgba(5,10,28,.95) 100%);border-color:rgba(47,107,255,.4);box-shadow:0 10px 30px -5px rgba(0,0,0,.6)}.ServiceFaq_questionBtn__iqksT{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;text-align:left;gap:1rem;background:none;border:none;cursor:pointer}.ServiceFaq_questionText__1HJsU{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:var(--color-text-primary)}.ServiceFaq_chevronIcon__yBRU6{color:#60a5fa;display:flex;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ServiceFaq_accordionItem__gqr53.ServiceFaq_itemOpen__m80sp .ServiceFaq_chevronIcon__yBRU6{transform:rotate(180deg);color:#25f4ee}.ServiceFaq_answerWrapper__RZNpm{padding:0 1.75rem 1.5rem}.ServiceFaq_answerText__KJUvq{font-size:.95rem;color:var(--color-text-secondary);line-height:1.65}.PrimaryButton_expandBtn__RweNn{font-family:var(--font-heading),"Poppins",sans-serif;color:#ffffff;font-size:14.5px;font-weight:600;border-radius:.9em;border:none;letter-spacing:.025em;display:inline-flex;align-items:center;overflow:hidden;position:relative;height:3.1em;padding:.35em 3.5em .35em 1.25em;cursor:pointer;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content;transition:transform .9s cubic-bezier(.2,.9,.3,1),box-shadow .9s cubic-bezier(.2,.9,.3,1)}.PrimaryButton_icon__nHukJ{position:absolute;display:flex;align-items:center;justify-content:center;height:2.3em;width:2.3em;border-radius:.7em;right:.4em;transition:width .9s cubic-bezier(.2,.9,.3,1),box-shadow .9s cubic-bezier(.2,.9,.3,1),transform .9s cubic-bezier(.2,.9,.3,1)}.PrimaryButton_expandBtn__RweNn:hover .PrimaryButton_icon__nHukJ{width:calc(100% - .8em)}.PrimaryButton_icon__nHukJ svg{width:1.2em;height:1.2em;transition:transform .9s cubic-bezier(.2,.9,.3,1)}.PrimaryButton_expandBtn__RweNn:hover .PrimaryButton_icon__nHukJ svg{transform:translateX(.25em)}.PrimaryButton_expandBtn__RweNn:active .PrimaryButton_icon__nHukJ{transform:scale(.96)}.PrimaryButton_btnPrimary___P0zw{background:linear-gradient(135deg,#2f6bff,#1e56e0);box-shadow:0 4px 12px rgba(0,0,0,.35)}.PrimaryButton_btnPrimary___P0zw:hover{box-shadow:0 6px 16px rgba(0,0,0,.45);transform:translateY(-2px)}.PrimaryButton_btnPrimary___P0zw .PrimaryButton_icon__nHukJ{background:#ffffff;box-shadow:0 2px 6px rgba(0,0,0,.25)}.PrimaryButton_btnPrimary___P0zw .PrimaryButton_icon__nHukJ svg{color:#2f6bff}.PrimaryButton_btnNavy__4wnG5{background:#050e44;border:1px solid rgba(47,107,255,.4);box-shadow:0 4px 12px rgba(0,0,0,.4)}.PrimaryButton_btnNavy__4wnG5:hover{border-color:#2f6bff;box-shadow:0 6px 16px rgba(0,0,0,.5);transform:translateY(-2px)}.PrimaryButton_btnNavy__4wnG5 .PrimaryButton_icon__nHukJ{background:#2f6bff}.PrimaryButton_btnNavy__4wnG5 .PrimaryButton_icon__nHukJ svg{color:#ffffff}.PrimaryButton_btnPurple__sne0p{background:linear-gradient(135deg,#4018b8,#2f128c);box-shadow:0 4px 12px rgba(0,0,0,.35)}.PrimaryButton_btnPurple__sne0p:hover{box-shadow:0 6px 16px rgba(0,0,0,.45);transform:translateY(-2px)}.PrimaryButton_btnPurple__sne0p .PrimaryButton_icon__nHukJ{background:#ffffff}.PrimaryButton_btnPurple__sne0p .PrimaryButton_icon__nHukJ svg{color:#4018b8}@media (hover:none),(max-width:960px){.PrimaryButton_expandBtn__RweNn:hover{transform:none!important}.PrimaryButton_expandBtn__RweNn:hover .PrimaryButton_icon__nHukJ{width:2.3em!important}}@media (max-width:640px){.PrimaryButton_expandBtn__RweNn{font-size:13.5px}}.SecondaryButton_linkBtn__YxFsi{display:inline-flex;align-items:center;gap:.85rem;background:transparent;text-decoration:none;padding:.35rem 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .35s ease;width:-moz-fit-content;width:fit-content;white-space:nowrap;min-height:44px}.SecondaryButton_linkText__f0FwA{font-family:var(--font-heading),"Poppins",sans-serif;font-size:.92rem;font-weight:700;color:#ffffff;letter-spacing:.01em;white-space:nowrap;position:relative;padding-bottom:3px;border-bottom:2px solid rgba(47,107,255,.6);transition:color .35s ease,border-color .35s ease}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_linkText__f0FwA{color:#ffffff;border-bottom-color:#25f4ee}.SecondaryButton_circle__F_bE3{display:inline-block;position:relative;width:42px;height:42px;margin:0;overflow:hidden;outline:none;background-color:transparent;border:0;border-radius:50%;flex-shrink:0}.SecondaryButton_circle__F_bE3:before{border-radius:50%;border:1.5px solid rgba(47,107,255,.45);background:rgba(10,23,88,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.SecondaryButton_circle__F_bE3:after,.SecondaryButton_circle__F_bE3:before{content:"";position:absolute;inset:3px;transition:opacity .6s cubic-bezier(.2,.9,.3,1),transform .6s cubic-bezier(.2,.9,.3,1)}.SecondaryButton_circle__F_bE3:after{border-radius:50%;border:2px solid #25f4ee;background:rgba(37,244,238,.15);box-shadow:0 2px 8px rgba(0,0,0,.3);transform:scale(1.2);opacity:0}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circle__F_bE3:before{opacity:0;transform:scale(.7)}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circle__F_bE3:after{opacity:1;transform:scale(1)}.SecondaryButton_circleBox__TRcEr{position:absolute;top:0;left:0;width:46px;height:46px;transform:translate(0);transition:transform .6s cubic-bezier(.2,.9,.3,1)}.SecondaryButton_elem__DUIxe{display:flex;align-items:center;justify-content:center;width:46px;height:46px;position:absolute;top:0;flex-shrink:0}.SecondaryButton_elem__DUIxe:first-child{top:0;left:0}.SecondaryButton_elem__DUIxe:nth-child(2){top:46px;left:-46px}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circleBox__TRcEr{transform:translate(46px,-46px)}.SecondaryButton_elem__DUIxe svg{width:18px;height:18px;fill:#ffffff;transform:rotate(-45deg);transition:fill .6s cubic-bezier(.2,.9,.3,1)}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_elem__DUIxe svg{fill:#25f4ee}@media (hover:none),(max-width:960px){.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circleBox__TRcEr{transform:translate(0)!important}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circle__F_bE3:before{opacity:1!important;transform:scale(1)!important}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circle__F_bE3:after{opacity:0!important;transform:scale(1.2)!important}}@media (max-width:480px){.SecondaryButton_linkText__f0FwA{font-size:.92rem}.SecondaryButton_circleBox__TRcEr,.SecondaryButton_circle__F_bE3,.SecondaryButton_elem__DUIxe{width:40px;height:40px}.SecondaryButton_elem__DUIxe:nth-child(2){top:40px;left:-40px}.SecondaryButton_linkBtn__YxFsi:hover .SecondaryButton_circleBox__TRcEr{transform:translate(40px,-40px)}}.HeroSection_homeHero__S_3e1{position:relative;padding:6.5rem 0;text-align:left;overflow:hidden;background-color:#010214}.HeroSection_pageHeroBackdrop__ck6DB{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,#000000 0,#000000 82%,transparent);mask-image:linear-gradient(180deg,#000000 0,#000000 82%,transparent);background:radial-gradient(circle at 50% 18%,#081238 0,#010214 62%,#000108 100%)}.HeroSection_heroBgSlats__nE4r4{width:100%;height:100%;position:absolute;inset:0;opacity:.75;filter:brightness(.88) contrast(1.1);background-image:url(/images/hero-background-patterns/hero-bg-slats.svg);background-size:cover;background-position:top;background-repeat:no-repeat}.HeroSection_container__Y8H7y{position:relative;z-index:2}.HeroSection_homeHeroLayout___gXr8{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:3.5rem;gap:3.5rem;align-items:center;position:relative;z-index:2}.HeroSection_homeHeroLeft__2oV0Z{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.HeroSection_homeHeroTitle__QW9K9{font-size:clamp(3.2rem,6.5vw,5.2rem);font-weight:700;line-height:1.11;max-width:1020px;margin:0 0 2rem;letter-spacing:-.03em;color:#ffffff;text-align:left}.HeroSection_heroTitleStatic__dqiaJ{font-weight:400;font-size:.7em;letter-spacing:-.025em;display:inline-block}.HeroSection_typewriterCursor__AVBsQ{display:inline-block;color:var(--color-electric-blue,#2f6bff);font-weight:300;margin-left:4px;animation:HeroSection_typewriterBlink__cF7wG .9s infinite;vertical-align:.05em}@keyframes HeroSection_typewriterBlink__cF7wG{0%,to{opacity:1}50%{opacity:0}}.HeroSection_homeHeroActions__lnJDa{display:flex;flex-wrap:wrap;gap:1.75rem;justify-content:flex-start;align-items:center}.HeroSection_homeHeroRight__ILxik{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;width:100%}.HeroSection_heroSliderBgContainer__CXDz7{min-height:180px;perspective:1200px;z-index:2}.HeroSection_heroSliderBgContainer__CXDz7,.HeroSection_heroSliderTrack___dD72{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.HeroSection_heroSliderTrack___dD72{max-width:420px;height:180px}.HeroSection_heroSliderCard__mZ9ne{position:absolute;inset:0;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(70px,0,-40px) scale(.88);transition:transform .85s cubic-bezier(.2,.9,.3,1),opacity .85s cubic-bezier(.2,.9,.3,1);will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;pointer-events:none;z-index:1}.HeroSection_heroSliderCard__mZ9ne.HeroSection_active__Ld0LH{opacity:1;transform:translateZ(0) scale(1);pointer-events:auto;z-index:5}.HeroSection_heroSliderCard__mZ9ne.HeroSection_prev__O7_CA{opacity:0;transform:translate3d(-90px,0,-30px) scale(.82);z-index:2}.HeroSection_heroSliderCard__mZ9ne.HeroSection_next__4Nb0C{opacity:0;transform:translate3d(90px,0,-30px) scale(.82);z-index:1}.HeroSection_heroCardBrandMark__AvL_h{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .4s ease,filter .5s ease;will-change:transform}.HeroSection_heroCardBrandMark__AvL_h img{max-width:100%;height:auto;object-fit:contain;display:block}.HeroSection_heroSliderCard__mZ9ne:hover .HeroSection_heroCardBrandMark__AvL_h{transform:scale(1.05)}.HeroSection_heroSubtitleDivider__32OQa{position:relative;width:100%;max-width:360px;height:1.5px;background:linear-gradient(90deg,transparent,rgba(47,107,255,.4) 15%,#25f4ee 50%,rgba(47,107,255,.4) 85%,transparent);margin:.75rem auto .25rem;box-shadow:0 0 6px rgba(37,244,238,.4),0 0 12px rgba(47,107,255,.25);z-index:1}.HeroSection_heroSubtitleDivider__32OQa:before{bottom:0;width:480px;height:80px;-webkit-clip-path:polygon(16% 0,84% 0,65% 100%,35% 100%);clip-path:polygon(16% 0,84% 0,65% 100%,35% 100%);background:linear-gradient(0deg,rgba(37,244,238,.18) 0,rgba(47,107,255,.12) 35%,rgba(108,23,97,.04) 70%,transparent);filter:blur(14px);opacity:.45;animation:HeroSection_torchBeamPulse__aToaE 4s ease-in-out infinite alternate}.HeroSection_heroSubtitleDivider__32OQa:after,.HeroSection_heroSubtitleDivider__32OQa:before{content:"";position:absolute;left:50%;transform:translateX(-50%);pointer-events:none;z-index:-1}.HeroSection_heroSubtitleDivider__32OQa:after{bottom:-2px;width:160px;height:70px;background:radial-gradient(ellipse at bottom center,rgba(37,244,238,.35) 0,rgba(47,107,255,.15) 45%,transparent 70%);filter:blur(8px);opacity:.5}@keyframes HeroSection_torchBeamPulse__aToaE{0%{opacity:.45;filter:blur(16px);transform:translateX(-50%) scaleX(.92)}to{opacity:.65;filter:blur(11px);transform:translateX(-50%) scaleX(1.08)}}.HeroSection_homeHeroSubtitle__z4n3I{font-size:1rem;color:#a3b3d4;max-width:440px;margin:0;line-height:1.6;text-align:center}.HeroSection_highlightText__ItE68{color:#ffffff;font-weight:700;display:inline-block}@media (max-width:1100px){.HeroSection_homeHeroLayout___gXr8{grid-template-columns:1.15fr .85fr;gap:2.5rem}}@media (max-width:960px){.HeroSection_homeHero__S_3e1{padding:5rem 0 4rem}.HeroSection_homeHeroLayout___gXr8{grid-template-columns:1fr;gap:3rem;text-align:center}.HeroSection_homeHeroLeft__2oV0Z{align-items:center;text-align:center}.HeroSection_homeHeroTitle__QW9K9{text-align:center;max-width:780px;margin:0 auto 1.5rem;font-size:clamp(2.75rem,6.5vw,4.2rem)}.HeroSection_homeHeroActions__lnJDa{justify-content:center;gap:1.5rem}.HeroSection_homeHeroRight__ILxik{max-width:580px;margin:0 auto}.HeroSection_heroSubtitleDivider__32OQa{max-width:min(460px,90vw)}.HeroSection_heroSubtitleDivider__32OQa:before{max-width:90vw;height:90px;filter:blur(12px)}.HeroSection_homeHeroSubtitle__z4n3I{max-width:520px;margin:0 auto}}@media (max-width:640px){.HeroSection_homeHero__S_3e1{padding:3.75rem 0 2.75rem}.HeroSection_homeHeroLayout___gXr8{display:flex;flex-direction:column;align-items:center;width:100%;gap:0}.HeroSection_homeHeroLeft__2oV0Z,.HeroSection_homeHeroRight__ILxik{display:contents!important}.HeroSection_homeHeroLeft__2oV0Z>:first-child{order:1;align-self:center;margin:0 auto 1.25rem}.HeroSection_heroSliderBgContainer__CXDz7{order:2;width:100%;min-height:145px;margin:0 auto;perspective:none}.HeroSection_heroSliderTrack___dD72{height:135px}.HeroSection_heroSliderCard__mZ9ne{transform:translate3d(35px,0,0) scale(.92);transition:transform .6s cubic-bezier(.2,.9,.3,1),opacity .6s ease;will-change:transform,opacity}.HeroSection_heroSliderCard__mZ9ne.HeroSection_active__Ld0LH{transform:translateZ(0) scale(1)}.HeroSection_heroSliderCard__mZ9ne.HeroSection_prev__O7_CA{transform:translate3d(-35px,0,0) scale(.92)}.HeroSection_heroSliderCard__mZ9ne.HeroSection_next__4Nb0C{transform:translate3d(35px,0,0) scale(.92)}.HeroSection_heroCardBrandMark__AvL_h img{max-height:72px;max-width:82%}.HeroSection_heroSubtitleDivider__32OQa{order:3;width:100%;max-width:280px;margin:.5rem auto 1.5rem}.HeroSection_heroSubtitleDivider__32OQa:before{width:320px;height:75px;filter:blur(10px);animation:none!important;opacity:.6}.HeroSection_heroSubtitleDivider__32OQa:after{width:180px;height:55px;opacity:.7}.HeroSection_homeHeroTitle__QW9K9{order:4;text-align:center;font-size:clamp(2.15rem,8.5vw,3.1rem);line-height:1.2;margin:0 auto 1.75rem!important;width:100%}.HeroSection_homeHeroTitle__QW9K9 .HeroSection_heroTitleStatic__dqiaJ{font-size:1.15em}.HeroSection_homeHeroSubtitle__z4n3I{order:5;text-align:center;font-size:.92rem;line-height:1.55;padding:0 1rem;margin:0 auto 1.75rem;width:100%;max-width:560px}.HeroSection_homeHeroActions__lnJDa{order:6;flex-direction:column;width:100%;align-items:center;justify-content:center;gap:1.15rem;margin-top:1.5rem;padding:0}}.HeroSection_mobileSequenceText__ZNN_e{display:inline-block;will-change:transform,opacity;transform:translateZ(0);animation:HeroSection_mobileSequenceFadeIn__O_WMx .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes HeroSection_mobileSequenceFadeIn__O_WMx{0%{opacity:0;transform:translateY(6px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}.AmazonComplianceSection_complianceSection__a0Zw7{position:relative;padding:clamp(4.5rem,8vw,7rem) 0;background-color:var(--color-midnight-navy);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.AmazonComplianceSection_ambientBackdrop__NNiw_{position:absolute;top:20%;left:25%;transform:translate(-50%,-20%);width:clamp(500px,60vw,850px);height:clamp(350px,45vw,550px);background:radial-gradient(ellipse,rgba(47,107,255,.12) 0,rgba(82,34,245,.08) 45%,transparent 70%);filter:blur(120px);pointer-events:none;z-index:1}.AmazonComplianceSection_twoColLayout__lnbpc{position:relative;z-index:2;display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(340px,1fr);grid-gap:clamp(2.5rem,5vw,4.5rem);gap:clamp(2.5rem,5vw,4.5rem);align-items:start;margin-bottom:clamp(3rem,5vw,4rem)}.AmazonComplianceSection_leftColumn__otRSZ{position:relative}.AmazonComplianceSection_stickyContent__MV2MW{position:-webkit-sticky;position:sticky;top:clamp(80px,12vh,110px);display:flex;flex-direction:column;align-items:flex-start;text-align:left}.AmazonComplianceSection_sectionTitle__9SwDk{font-family:var(--font-heading);font-size:clamp(2.1rem,3.4vw,3.1rem);font-weight:700;line-height:1.16;color:var(--color-text-primary);letter-spacing:-.025em;margin:1.25rem 0}.AmazonComplianceSection_sectionTitleAccent__YnFT9{color:var(--color-text-secondary);font-weight:500}.AmazonComplianceSection_sectionSubtitle__wL3Fa{font-size:clamp(.98rem,1.2vw,1.1rem);color:var(--color-text-secondary);line-height:1.68;margin-bottom:1.5rem}.AmazonComplianceSection_policyBadgeWrapper__QApeB{margin-bottom:2rem}.AmazonComplianceSection_policyCompliantPill___F_aS{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .95rem;background:rgba(37,244,238,.06);border:1px solid rgba(37,244,238,.25);border-radius:9999px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .3s ease,background .3s ease}.AmazonComplianceSection_policyCompliantPill___F_aS:hover{border-color:rgba(37,244,238,.45);background:rgba(37,244,238,.1)}.AmazonComplianceSection_shieldIcon__QFees{flex-shrink:0;width:16px;height:16px}.AmazonComplianceSection_policyBadgeText__4E_dQ{font-family:var(--font-body);font-size:.78rem;font-weight:500;color:#25f4ee;letter-spacing:.01em;text-transform:none;line-height:1.4}.AmazonComplianceSection_leftActions__0mVkg{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;width:100%}.AmazonComplianceSection_rightColumn__VcAZ_{position:relative}.AmazonComplianceSection_verticalCardsStack__snDS5{display:flex;flex-direction:column;gap:1.25rem}.AmazonComplianceSection_capabilityCard__hFQ97{background:radial-gradient(circle at 50% 0,rgba(18,30,72,.65) 0,rgba(7,13,34,.85) 100%);border:1px solid rgba(255,255,255,.09);border-radius:1.15rem;padding:1.75rem 1.65rem;display:flex;flex-direction:column;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.AmazonComplianceSection_capabilityCard__hFQ97:hover{transform:translateY(-3px);border-color:rgba(96,165,250,.35);box-shadow:0 12px 30px -10px rgba(0,0,0,.7)}.AmazonComplianceSection_cardHeader__hrvAj{display:flex;align-items:center;justify-content:space-between;margin-bottom:.95rem}.AmazonComplianceSection_cardNumber__x7VnM{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:#25f4ee;letter-spacing:.05em}.AmazonComplianceSection_cardBadge__QT4hn{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);background:rgba(255,255,255,.06);padding:2px 8px;border-radius:4px}.AmazonComplianceSection_cardTitle__GZQ1Y{font-family:var(--font-heading);font-size:1.18rem;font-weight:600;color:var(--color-text-primary);line-height:1.35;letter-spacing:-.015em;margin-bottom:.65rem}.AmazonComplianceSection_cardDesc__FMhU9{font-size:.9rem;color:var(--color-text-secondary);line-height:1.62}.AmazonComplianceSection_disclaimerContainer__Z0bOi{position:relative;z-index:2;width:100%}.AmazonComplianceSection_disclaimerCard__54SLs{background:rgba(8,14,36,.75);border:1px solid rgba(255,255,255,.08);border-radius:.85rem;padding:1.15rem 1.4rem;display:flex;align-items:flex-start;gap:.85rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.AmazonComplianceSection_disclaimerIconCol__UKwFF{flex-shrink:0;color:var(--color-text-muted);margin-top:2px}.AmazonComplianceSection_disclaimerContent__RhNLH{flex:1 1}.AmazonComplianceSection_disclaimerText__v14FG{font-size:.8rem;color:var(--color-text-muted);line-height:1.55;margin:0}.AmazonComplianceSection_disclaimerText__v14FG strong{color:var(--color-text-secondary);font-weight:600}@media (max-width:992px){.AmazonComplianceSection_twoColLayout__lnbpc{grid-template-columns:1fr;gap:2.5rem}.AmazonComplianceSection_stickyContent__MV2MW{position:static}}@media (max-width:640px){.AmazonComplianceSection_leftActions__0mVkg{flex-direction:column;align-items:stretch}.AmazonComplianceSection_leftActions__0mVkg>*{width:100%;text-align:center}.AmazonComplianceSection_disclaimerCard__54SLs{flex-direction:column;gap:.5rem}}.AboutSection_homeAboutSection__tYPN1{position:relative;padding:clamp(5rem,9vw,8rem) 0 clamp(4.5rem,8vw,7rem);overflow:hidden;background-color:#010214;background:radial-gradient(circle at 50% 25%,#081238 0,#010214 62%,#000108 100%)}.AboutSection_homeAboutBackdropGlow__0Pfgo{position:absolute;top:30%;left:45%;transform:translate(-50%,-30%);width:clamp(450px,60vw,850px);height:clamp(300px,40vw,500px);background:radial-gradient(ellipse,rgba(47,107,255,.16) 0,rgba(82,34,245,.1) 45%,transparent 70%);filter:blur(95px);pointer-events:none;z-index:1}.AboutSection_homeAboutSplitLayout__0i_lw{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:clamp(2.5rem,5vw,4.5rem);gap:clamp(2.5rem,5vw,4.5rem);align-items:center;position:relative;z-index:2;width:100%}.AboutSection_homeAboutLeftCol__qrHKi{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%}.AboutSection_homeAboutTitle__SaceI{font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;line-height:1.22;letter-spacing:-.025em;color:#ffffff;margin:1.25rem 0;text-align:left;width:100%}.AboutSection_titleLineOne__x2Ynh{background:linear-gradient(180deg,#ffffff 15%,#e2e8f0 60%,#93c5fd);-webkit-background-clip:text}.AboutSection_titleLineOne__x2Ynh,.AboutSection_titleLineTwo__4yOW4{-webkit-text-fill-color:transparent;filter:none!important;text-shadow:none!important;display:inline-block}.AboutSection_titleLineTwo__4yOW4{background:linear-gradient(135deg,#ffffff,#60a5fa 48%,#25f4ee);-webkit-background-clip:text}.AboutSection_titleLineThree___AnLB{background:linear-gradient(135deg,#f472b6,#e879f9 35%,#a855f7 70%,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:none!important;text-shadow:none!important;display:inline-block}.AboutSection_homeAboutSubtitle__jbJpt{font-family:var(--font-body),"Poppins",sans-serif;font-size:clamp(1rem,1.35vw,1.125rem);color:#94a3c8;line-height:1.72;width:100%;max-width:520px;margin:0;text-align:left}.AboutSection_homeAboutActions__pTrGV{margin-top:2.25rem;display:flex;align-items:center;justify-content:flex-start}.AboutSection_homeAboutRightCol__Xyacz{display:flex;flex-direction:column;width:100%;position:relative;z-index:2}.AboutSection_homeAboutStaircase__MCbc2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.35rem;gap:1.35rem;width:100%}.AboutSection_staircaseCol__HvTne{display:flex;flex-direction:column;gap:1.35rem}.AboutSection_staircaseCol2__UxIFc{margin-top:2.5rem}.AboutSection_swissCard__rcU1Q{position:relative;width:100%;min-height:205px;background:radial-gradient(circle at 10% 10%,rgba(18,30,68,.5) 0,rgba(8,14,38,.42) 65%,rgba(3,7,20,.48) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.09);border-radius:1.35rem;padding:1.45rem 1.55rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:none;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,background .35s ease}.AboutSection_swissCard__rcU1Q:hover{transform:translateY(-5px);background:radial-gradient(circle at 10% 10%,rgba(24,38,86,.6) 0,rgba(10,18,48,.5) 65%,rgba(3,7,20,.55) 100%);border-color:rgba(255,255,255,.24);box-shadow:none}.AboutSection_swissTopRow__uXyEy{display:flex;align-items:center;justify-content:space-between;z-index:2}.AboutSection_swissHugeNumber__REa11{font-family:var(--font-heading),sans-serif;font-size:2.35rem;font-weight:300;color:rgba(255,255,255,.35);line-height:1;letter-spacing:-.04em;text-shadow:none;transition:color .3s ease}.AboutSection_swissCard__rcU1Q:hover .AboutSection_swissHugeNumber__REa11{color:#25f4ee;text-shadow:none}.AboutSection_swissBadgePill__LGiC4{font-family:var(--font-heading),sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#60a5fa;background:rgba(47,107,255,.12);border:1px solid rgba(47,107,255,.35);padding:3px 10px;border-radius:6px}.AboutSection_swissBody__zyCoB{display:flex;flex-direction:column;gap:.35rem;margin:1rem 0;z-index:2}.AboutSection_swissHeadline__k0r66{font-family:var(--font-heading),sans-serif;font-size:1.15rem;font-weight:700;color:#ffffff;letter-spacing:-.015em;line-height:1.25;margin:0}.AboutSection_swissDesc__aysFv{font-family:var(--font-body),sans-serif;font-size:.85rem;color:#94a3c8;line-height:1.55;margin:0}.AboutSection_swissFooter__GE_eP{display:flex;justify-content:space-between;align-items:center;padding-top:.95rem;border-top:1px solid rgba(255,255,255,.07);z-index:2}.AboutSection_swissAccentText__Pl5OK{font-family:var(--font-body),sans-serif;font-size:.78rem;font-weight:500;color:#94a3b8;letter-spacing:.03em}.AboutSection_swissArrowIcon__Zw9WV{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#ffffff;transition:background-color .5s cubic-bezier(.2,.9,.3,1),border-color .5s cubic-bezier(.2,.9,.3,1),color .5s cubic-bezier(.2,.9,.3,1)}.AboutSection_arrowBoxTrack__91uvr{position:absolute;top:0;left:0;width:32px;height:32px;transform:translate(0);transition:transform .55s cubic-bezier(.2,.9,.3,1)}.AboutSection_arrowElem__KYjJc{display:flex;align-items:center;justify-content:center;width:32px;height:32px;position:absolute;top:0;flex-shrink:0}.AboutSection_arrowElem__KYjJc:first-child{top:0;left:0}.AboutSection_arrowElem__KYjJc:nth-child(2){top:32px;left:-32px}.AboutSection_swissCard__rcU1Q:hover .AboutSection_arrowBoxTrack__91uvr{transform:translate(32px,-32px)}.AboutSection_arrowElem__KYjJc svg{width:15px;height:15px}.AboutSection_swissCard__rcU1Q:hover .AboutSection_swissArrowIcon__Zw9WV{background:#ffffff;border-color:#ffffff;color:#010214}@media (max-width:1024px){.AboutSection_homeAboutSplitLayout__0i_lw{grid-template-columns:1fr;gap:3.5rem}.AboutSection_homeAboutSubtitle__jbJpt{max-width:100%}.AboutSection_staircaseCol2__UxIFc{margin-top:0}}@media (hover:none) and (max-width:1024px),(max-width:768px){.AboutSection_swissCard__rcU1Q{background:radial-gradient(circle at 10% 10%,rgba(24,38,86,.72) 0,rgba(10,18,48,.6) 65%,rgba(3,7,20,.65) 100%);border-color:rgba(255,255,255,.24);box-shadow:0 10px 25px -8px rgba(0,0,0,.7),0 0 20px -8px rgba(37,244,238,.12)}.AboutSection_swissCard__rcU1Q:active{transform:scale(.98)}.AboutSection_swissHugeNumber__REa11{color:#25f4ee}.AboutSection_swissArrowIcon__Zw9WV{background:#ffffff;border-color:#ffffff;color:#010214}.AboutSection_arrowBoxTrack__91uvr{transform:translate(32px,-32px)}}@media (max-width:768px){.AboutSection_homeAboutStaircase__MCbc2{display:flex;flex-direction:column;gap:1.15rem}.AboutSection_staircaseCol__HvTne{display:contents}.AboutSection_cardStep1__KhBVK{order:1}.AboutSection_cardStep2__g4IT1{order:2}.AboutSection_cardStep3__frAJd{order:3}.AboutSection_cardStep4__gXKL3{order:4}}@media (max-width:640px){.AboutSection_homeAboutSection__tYPN1{padding:4.5rem 0 3.5rem}.AboutSection_homeAboutBackdropGlow__0Pfgo{display:none}.AboutSection_homeAboutTitle__SaceI{font-size:clamp(1.65rem,6.2vw,2.15rem);line-height:1.22}.AboutSection_titleLineOne__x2Ynh,.AboutSection_titleLineThree___AnLB,.AboutSection_titleLineTwo__4yOW4{filter:none}}.OperatorDifferenceSection_whySectionWrapper__o4RBt{position:relative;padding:clamp(5.5rem,8vw,8.5rem) 0;background-color:#010214;background:radial-gradient(circle at 50% 30%,#081238 0,#010214 62%,#000108 100%)}.OperatorDifferenceSection_backdropGlow__ezVyi{position:absolute;top:35%;left:35%;transform:translate(-50%,-35%);width:clamp(500px,60vw,850px);height:clamp(350px,45vw,550px);background:radial-gradient(ellipse,rgba(168,85,247,.14) 0,rgba(47,107,255,.1) 45%,transparent 70%);filter:blur(100px);pointer-events:none;z-index:1}.OperatorDifferenceSection_bankingLayout__AI9Y_{display:grid;grid-template-columns:480px 1fr;grid-gap:clamp(3rem,5vw,5rem);gap:clamp(3rem,5vw,5rem);align-items:flex-start;position:relative;z-index:2;width:100%}.OperatorDifferenceSection_bankingStickyCol__la2ks{position:-webkit-sticky;position:sticky;top:clamp(80px,11vh,105px);align-self:flex-start;height:-moz-fit-content;height:fit-content;z-index:4}.OperatorDifferenceSection_bankingStickyInner__jja7Z{display:flex;flex-direction:column;align-items:flex-start;gap:1.15rem}.OperatorDifferenceSection_sectionTitle__KLv9I{font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;color:var(--color-text-primary);line-height:1.22;letter-spacing:-.025em;margin:0}.OperatorDifferenceSection_titleCyan__3gl5B{background:linear-gradient(135deg,#ffffff,#60a5fa 40%,#25f4ee);-webkit-background-clip:text;background-clip:text}.OperatorDifferenceSection_titleCyan__3gl5B,.OperatorDifferenceSection_titleMinimalist__Dhjxs{-webkit-text-fill-color:transparent;color:transparent;display:inline-block;filter:none!important;text-shadow:none!important}.OperatorDifferenceSection_titleMinimalist__Dhjxs{background:linear-gradient(180deg,#ffffff 15%,#e2e8f0 60%,#93c5fd);-webkit-background-clip:text;background-clip:text}.OperatorDifferenceSection_titleAurora__8_EdV{background:linear-gradient(135deg,#f472b6,#e879f9 35%,#a855f7 70%,#60a5fa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;filter:none!important;text-shadow:none!important}.OperatorDifferenceSection_bankingLead__AsJH0{font-size:clamp(.95rem,1.18vw,1.05rem);color:var(--color-text-secondary);line-height:1.65;margin:0}.OperatorDifferenceSection_bankingActions__QW1VM{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:.5rem;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.08);width:100%}.OperatorDifferenceSection_bankingCardsCol__kKbDn{width:100%;background:radial-gradient(circle at 12% 15%,rgba(18,30,72,.98) 0,rgba(7,13,34,.98) 60%,rgba(3,6,18,.99) 100%);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.14);border-radius:1.5rem;padding:clamp(2rem,3.5vw,3rem);display:flex;flex-direction:column;box-shadow:0 -14px 30px -8px rgba(0,0,0,.7),0 25px 60px -12px rgba(0,0,0,.95),0 0 45px -8px rgba(47,107,255,.16);position:relative;z-index:3}.OperatorDifferenceSection_bankingCardsStack__rePpl{display:flex;flex-direction:column;gap:clamp(2rem,3.5vw,3rem)}.OperatorDifferenceSection_bankingFigmaCard__WpFnk{background:transparent;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;gap:1.5rem;box-shadow:none}.OperatorDifferenceSection_bankingCardMedia__53b4W{position:relative;width:100%;aspect-ratio:16/9;min-height:220px;border-radius:1.15rem;overflow:hidden;background-color:#04284d;border:1px solid rgba(255,255,255,.08)}.OperatorDifferenceSection_bankingCardImg__0NdCr{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.OperatorDifferenceSection_bankingFigmaCard__WpFnk:hover .OperatorDifferenceSection_bankingCardImg__0NdCr{transform:scale(1.04)}.OperatorDifferenceSection_mediaOverlay__ir2bK{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,7,20,.08),rgba(3,7,20,.35) 60%,rgba(3,7,20,.9));pointer-events:none}.OperatorDifferenceSection_mediaIndexBadge__XHJZp{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.02) 85%,transparent);border:none;border-left:2px solid #a855f7;border-image:linear-gradient(180deg,#f472b6,#a855f7,#60a5fa) 1;padding:3px 12px 3px 8px;border-radius:0 4px 4px 0;font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:#25f4ee}.OperatorDifferenceSection_bankingCardBody__GrwcA{display:flex;flex-direction:column;gap:.65rem}.OperatorDifferenceSection_bankingCardTitle__Ko7mw{font-family:var(--font-heading);font-size:clamp(1.35rem,2vw,1.6rem);font-weight:700;color:var(--color-text-primary);margin:0;line-height:1.25}.OperatorDifferenceSection_bankingCardDesc__cMHty{font-family:var(--font-body);font-size:.92rem;color:var(--color-text-secondary);line-height:1.6;margin:0}.OperatorDifferenceSection_bankingCardDivider__BNUtj{height:1px;background-color:rgba(255,255,255,.08);width:100%}@media (max-width:1024px){.OperatorDifferenceSection_bankingLayout__AI9Y_{grid-template-columns:1fr;gap:2.5rem}.OperatorDifferenceSection_bankingStickyCol__la2ks{position:static}.OperatorDifferenceSection_bankingCardsCol__kKbDn{padding:1.75rem 1.5rem;border-radius:1.25rem}}@media (max-width:640px){.OperatorDifferenceSection_whySectionWrapper__o4RBt{padding:4rem 0}.OperatorDifferenceSection_backdropGlow__ezVyi{display:none}.OperatorDifferenceSection_sectionTitle__KLv9I{font-size:clamp(1.65rem,6.2vw,2.15rem);line-height:1.22}.OperatorDifferenceSection_bankingLead__AsJH0{font-size:.92rem;line-height:1.6}.OperatorDifferenceSection_bankingActions__QW1VM{flex-direction:column;align-items:flex-start;width:100%;gap:.85rem;padding-top:1rem}.OperatorDifferenceSection_bankingActions__QW1VM>*{width:-moz-fit-content;width:fit-content;display:inline-flex;justify-content:flex-start;text-align:left}.OperatorDifferenceSection_bankingCardsCol__kKbDn{background:#060d26;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 16px 40px -10px rgba(0,0,0,.85);padding:1.25rem 1rem;border-radius:1.25rem}.OperatorDifferenceSection_bankingCardsStack__rePpl{gap:2rem}.OperatorDifferenceSection_bankingFigmaCard__WpFnk{gap:1.15rem}.OperatorDifferenceSection_bankingCardMedia__53b4W{min-height:auto;aspect-ratio:16/9;border-radius:.95rem}.OperatorDifferenceSection_bankingCardTitle__Ko7mw{font-size:clamp(1.2rem,4.8vw,1.45rem);line-height:1.3}.OperatorDifferenceSection_bankingCardDesc__cMHty{font-size:.88rem;line-height:1.6}}.ServicesSection_homeServicesSection__bJk_0{position:relative;padding:clamp(5.5rem,8vw,8.5rem) 0;background-color:#010214;background:radial-gradient(circle at 50% 30%,#081238 0,#010214 62%,#000108 100%);overflow:hidden}.ServicesSection_homeServicesBackdropGlow__43amb{position:absolute;top:30%;left:50%;transform:translate(-50%,-30%);width:clamp(500px,65vw,900px);height:clamp(320px,45vw,550px);background:radial-gradient(ellipse,rgba(168,85,247,.14) 0,rgba(47,107,255,.1) 45%,transparent 70%);filter:blur(100px);pointer-events:none;z-index:1}.ServicesSection_servicesTopContainer__wrGGk{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem);align-items:flex-end;margin-bottom:clamp(3rem,5vw,4.5rem);position:relative;z-index:4;width:100%}.ServicesSection_servicesTopLeft__IeyJn{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.ServicesSection_servicesHeading__OR0yb{font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;line-height:1.22;color:#ffffff;margin:.85rem 0 0;text-align:left;letter-spacing:-.025em;width:100%}.ServicesSection_servicesHeadingLine__Icu0_{white-space:normal;background:linear-gradient(135deg,#f472b6,#e879f9 35%,#a855f7 70%,#60a5fa);-webkit-background-clip:text}.ServicesSection_servicesHeadingAccent__6aeBc,.ServicesSection_servicesHeadingLine__Icu0_{font-size:1em;-webkit-text-fill-color:transparent;filter:none!important;text-shadow:none!important;display:inline-block}.ServicesSection_servicesHeadingAccent__6aeBc{line-height:1.22;background:linear-gradient(180deg,#ffffff 15%,#e2e8f0 60%,#93c5fd);-webkit-background-clip:text}.ServicesSection_servicesTopRight__K5rK8{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:1.25rem}.ServicesSection_servicesRightText__KMjcf{font-family:var(--font-body),"Poppins",sans-serif;font-size:clamp(.92rem,1.2vw,1.05rem);color:#94a3c8;line-height:1.6;margin:0;max-width:440px}.ServicesSection_servicesRightBtnWrap__QM0U3{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem;width:100%;flex-wrap:wrap}.ServicesSection_servicesFullContainerCard__Ss_bo{width:100%;max-width:1120px;margin:0 auto;position:relative;z-index:3;background:radial-gradient(circle at 12% 15%,rgba(18,30,72,.98) 0,rgba(7,13,34,.98) 60%,rgba(3,6,18,.99) 100%);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.14);border-radius:1.75rem;padding:clamp(2.5rem,4.5vw,3.75rem);display:flex;flex-direction:column;box-shadow:0 -14px 30px -8px rgba(0,0,0,.7),0 25px 60px -12px rgba(0,0,0,.95),0 0 50px -10px rgba(47,107,255,.18)}.ServicesSection_servicesCardsStack__1Uusp{display:flex;flex-direction:column;gap:clamp(2.5rem,4.5vw,4rem)}.ServicesSection_serviceFigmaCard__b8Vv3{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem);align-items:center}.ServicesSection_rowReversed__QYi1V{direction:rtl}.ServicesSection_rowReversed__QYi1V>*{direction:ltr}.ServicesSection_serviceCardMedia__hd_lt{width:100%;position:relative}.ServicesSection_serviceImageFrame__7Wst9{position:relative;width:100%;aspect-ratio:16/10;min-height:240px;border-radius:1.15rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background-color:#060e28;box-shadow:0 10px 30px -8px rgba(0,0,0,.6);transition:border-color .35s ease,box-shadow .35s ease;transform:translateZ(0);-webkit-transform:translateZ(0)}.ServicesSection_serviceFigmaCard__b8Vv3:hover .ServicesSection_serviceImageFrame__7Wst9{border-color:rgba(96,165,250,.45);box-shadow:0 14px 40px -8px rgba(0,0,0,.8),0 0 20px rgba(37,244,238,.08)}.ServicesSection_imageSkeleton__znXGX{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,16,44,.7),rgba(22,40,96,.85) 50%,rgba(8,16,44,.7));background-size:200% 100%;animation:ServicesSection_skeletonShimmer___jz63 1.8s ease-in-out infinite;z-index:1;transition:opacity .4s ease}.ServicesSection_skeletonHidden__w2XwN{opacity:0;pointer-events:none}@keyframes ServicesSection_skeletonShimmer___jz63{0%{background-position:200% 0}to{background-position:-200% 0}}.ServicesSection_serviceImg__U_njd{object-fit:cover;width:100%!important;height:100%!important;opacity:0;transition:opacity .4s ease,transform .6s cubic-bezier(.16,1,.3,1);z-index:2}.ServicesSection_imgLoaded__d6sji{opacity:1}.ServicesSection_serviceFigmaCard__b8Vv3:hover .ServicesSection_serviceImg__U_njd{transform:scale(1.035)}.ServicesSection_serviceImageOverlay__xeG1E{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,24,.02),rgba(5,10,24,.2) 60%,rgba(5,10,24,.55));pointer-events:none;z-index:3}.ServicesSection_mediaOverlayBadge__VIbP2{position:absolute;bottom:1.25rem;left:1.25rem;display:flex;align-items:center;gap:.75rem;background:linear-gradient(90deg,rgba(255,255,255,.14),rgba(255,255,255,.02) 85%,transparent);border:none;border-left:2px solid #a855f7;border-image:linear-gradient(180deg,#f472b6,#a855f7,#60a5fa) 1;padding:4px 12px 4px 8px;border-radius:0 4px 4px 0}.ServicesSection_mediaTagText__lfzXo{font-family:var(--font-body),monospace;font-size:.72rem;font-weight:700;letter-spacing:.12em;color:#60a5fa}.ServicesSection_mediaNumText__LRLgs{font-family:var(--font-body),sans-serif;font-size:.82rem;font-weight:700;color:#25f4ee;border-left:1px solid rgba(255,255,255,.15);padding-left:.65rem}.ServicesSection_serviceCardBody__T_Az9{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.85rem}.ServicesSection_serviceMetaBar__kBgic{display:flex;align-items:center;justify-content:space-between;width:100%}.ServicesSection_serviceNumText__yYvD8{font-family:var(--font-heading),sans-serif;font-size:1.95rem;font-weight:300;color:var(--color-cyan-glow,#25f4ee);line-height:1;letter-spacing:-.04em}.ServicesSection_serviceTagPill__ovryW{font-family:var(--font-heading),sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#60a5fa;background:rgba(47,107,255,.12);border:1px solid rgba(47,107,255,.35);padding:3px 10px;border-radius:6px}.ServicesSection_serviceCardTitle__A_gzk{font-family:var(--font-heading),sans-serif;font-size:clamp(1.35rem,2vw,1.65rem);font-weight:700;margin:0;line-height:1.3;letter-spacing:-.015em;background:linear-gradient(135deg,#f472b6,#e879f9 35%,#a855f7 70%,#60a5fa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:none!important;text-shadow:none!important;display:inline-block;width:-moz-fit-content;width:fit-content}.ServicesSection_serviceCardDesc__dF2O9{font-family:var(--font-body),"Poppins",sans-serif;font-size:clamp(.9rem,1.15vw,1rem);color:#94a3c8;line-height:1.6;margin:0}.ServicesSection_serviceDividerLine__KGNYU{width:100%;height:1px;background:rgba(255,255,255,.08);margin:.25rem 0}.ServicesSection_serviceFooterRow__GhzM9{display:flex;align-items:center;justify-content:flex-start;width:100%}.ServicesSection_serviceCardDivider__6YXuI{height:1px;background-color:rgba(255,255,255,.08);width:100%}@media (max-width:1024px){.ServicesSection_servicesTopContainer__wrGGk{grid-template-columns:1fr;gap:2rem;align-items:flex-start}.ServicesSection_servicesTopRight__K5rK8{align-items:flex-start;text-align:left}.ServicesSection_servicesRightBtnWrap__QM0U3{justify-content:flex-start}.ServicesSection_servicesFullContainerCard__Ss_bo{padding:1.75rem;border-radius:1.25rem}.ServicesSection_serviceFigmaCard__b8Vv3{grid-template-columns:1fr;gap:1.75rem}.ServicesSection_rowReversed__QYi1V{direction:ltr}}@media (max-width:768px){.ServicesSection_homeServicesSection__bJk_0{padding:clamp(4rem,6vw,5.5rem) 0}.ServicesSection_homeServicesBackdropGlow__43amb{display:none}.ServicesSection_servicesTopContainer__wrGGk{margin-bottom:2.5rem;gap:1.5rem}.ServicesSection_servicesHeading__OR0yb{font-size:clamp(1.75rem,5.5vw,2.25rem)}.ServicesSection_servicesCardsStack__1Uusp{gap:2.25rem}.ServicesSection_serviceFigmaCard__b8Vv3{gap:1.5rem}.ServicesSection_serviceImageFrame__7Wst9{width:100%;min-height:210px;aspect-ratio:16/10;border-radius:1rem}}@media (max-width:640px){.ServicesSection_homeServicesSection__bJk_0{padding:4rem 0}.ServicesSection_servicesHeading__OR0yb{font-size:clamp(1.65rem,6.2vw,2.15rem);line-height:1.22}.ServicesSection_servicesHeadingAccent__6aeBc,.ServicesSection_servicesHeadingLine__Icu0_{font-size:1em}.ServicesSection_servicesRightText__KMjcf{font-size:.92rem;line-height:1.55}.ServicesSection_servicesRightBtnWrap__QM0U3{display:flex;flex-wrap:wrap;gap:.75rem;width:100%}.ServicesSection_servicesFullContainerCard__Ss_bo{background:#060d26;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 16px 40px -10px rgba(0,0,0,.85);padding:1.25rem 1rem;border-radius:1.25rem}.ServicesSection_servicesCardsStack__1Uusp{gap:2rem}.ServicesSection_serviceFigmaCard__b8Vv3{gap:1.25rem}.ServicesSection_serviceImageFrame__7Wst9{width:100%;min-height:190px;aspect-ratio:16/10;border-radius:.95rem}.ServicesSection_serviceNumText__yYvD8{font-size:1.65rem}.ServicesSection_serviceCardTitle__A_gzk{font-size:clamp(1.2rem,5vw,1.45rem);line-height:1.3;word-break:break-word}.ServicesSection_serviceCardDesc__dF2O9{font-size:.88rem;line-height:1.6}.ServicesSection_serviceDividerLine__KGNYU{display:none}.ServicesSection_serviceFooterRow__GhzM9{width:100%;justify-content:flex-start}}@media (max-width:480px){.ServicesSection_servicesFullContainerCard__Ss_bo{padding:1.15rem .85rem;border-radius:1.15rem}.ServicesSection_servicesRightBtnWrap__QM0U3{flex-direction:column;width:100%}.ServicesSection_serviceFooterRow__GhzM9>*,.ServicesSection_servicesRightBtnWrap__QM0U3>*{width:100%;display:flex;justify-content:center;text-align:center}}.ResultsSnapshotSection_resultsSection__Pqhdg{position:relative;padding:clamp(5.5rem,9vw,8rem) 0;background-color:#010214;background:radial-gradient(circle at 50% 25%,#081238 0,#010214 62%,#000108 100%);overflow:hidden}.ResultsSnapshotSection_headerRow__9K7TR{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);align-items:flex-end;margin-bottom:clamp(2.5rem,4.5vw,3.5rem)}.ResultsSnapshotSection_sectionTitle__uO_i_{font-family:var(--font-heading),"Orkney",sans-serif;font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;color:var(--color-text-primary);line-height:1.22;letter-spacing:-.025em;text-shadow:none!important;filter:none!important}.ResultsSnapshotSection_titleLine__tIF0T{color:#ffffff}.ResultsSnapshotSection_titleAccent__uxV5q{background:linear-gradient(135deg,#ffffff 30%,#60a5fa 70%,#25f4ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-shadow:none!important;filter:none!important;display:inline-block}.ResultsSnapshotSection_headerText__tnDSk{font-size:clamp(.95rem,1.2vw,1.05rem);color:var(--color-text-secondary);line-height:1.65;margin-bottom:1.5rem}.ResultsSnapshotSection_headerCtaWrap__NdIyo{display:flex}.ResultsSnapshotSection_studiesGrid__ssyBB{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:clamp(3rem,5vw,4.5rem)}.ResultsSnapshotSection_studyCard__jFt9b{background:radial-gradient(circle at 10% 10%,rgba(18,30,72,.7) 0,rgba(7,13,34,.85) 60%,rgba(3,6,18,.95) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.09);border-radius:1.35rem;padding:clamp(1.5rem,2.2vw,2.25rem);display:grid;grid-template-columns:290px 1.4fr 240px;align-items:center;grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.ResultsSnapshotSection_studyCard__jFt9b:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:linear-gradient(180deg,#f472b6,#a855f7,#60a5fa);transition:height .3s ease}.ResultsSnapshotSection_studyCard__jFt9b:hover{transform:translateY(-3px);border-color:rgba(96,165,250,.38);box-shadow:0 20px 40px -10px rgba(0,0,0,.85),0 0 25px rgba(47,107,255,.18)}.ResultsSnapshotSection_studyCard__jFt9b:hover:before{height:100%}.ResultsSnapshotSection_scaleCol__HWyrk{display:flex;flex-direction:column;gap:1rem}.ResultsSnapshotSection_cardHeader__nivMR{display:flex;align-items:center;justify-content:space-between;width:100%}.ResultsSnapshotSection_industryTag__I4EgC{font-size:.76rem;font-weight:700;letter-spacing:.08em;color:#25f4ee;font-family:var(--font-body),sans-serif;text-transform:uppercase}.ResultsSnapshotSection_timelineBadge__yHtHY{font-size:.74rem;color:var(--color-text-muted)}.ResultsSnapshotSection_scaleBar__r5Z51{display:flex;align-items:center;justify-content:space-between;background:rgba(3,7,20,.85);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;padding:.85rem 1.15rem}.ResultsSnapshotSection_scalePoint__NBWMk{display:flex;flex-direction:column;gap:2px}.ResultsSnapshotSection_scaleLabel__Aprmm{font-size:.64rem;font-weight:700;letter-spacing:.1em;color:var(--color-text-muted)}.ResultsSnapshotSection_scaleValMuted__KZTwV{font-family:var(--font-heading),sans-serif;font-size:1.15rem;font-weight:600;color:var(--color-text-secondary)}.ResultsSnapshotSection_scaleArrow__yEk0c{color:#25f4ee;display:flex;align-items:center}.ResultsSnapshotSection_scaleValHighlight__445HN{font-family:var(--font-heading),sans-serif;font-size:1.25rem;font-weight:700;color:#ffffff;background:linear-gradient(135deg,#ffffff,#60a5fa 60%,#25f4ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:none!important;text-shadow:none!important}.ResultsSnapshotSection_studyBody__9h8Nz{display:flex;flex-direction:column;gap:.85rem;border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);padding:0 clamp(1rem,2vw,1.75rem)}.ResultsSnapshotSection_textBlock__QZBTz{display:flex;flex-direction:column;gap:4px}.ResultsSnapshotSection_blockTitle__NM_uo{font-family:var(--font-heading),sans-serif;font-size:.84rem;font-weight:700;color:#ffffff;margin:0;letter-spacing:-.01em}.ResultsSnapshotSection_blockText__x9xqJ{font-size:.86rem;color:#cbd5e1;line-height:1.55;margin:0}.ResultsSnapshotSection_outcomesCol__ThlH4{display:flex;flex-direction:column;gap:.85rem;justify-content:center}.ResultsSnapshotSection_outcomeItem__tpu72{background:rgba(8,16,44,.6);border:1px solid rgba(255,255,255,.06);border-radius:.75rem;padding:.65rem .95rem;display:flex;flex-direction:column;gap:2px}.ResultsSnapshotSection_outcomeMetric__l5GJE{font-family:var(--font-heading),sans-serif;font-size:1.25rem;font-weight:800;color:#ffffff;background:linear-gradient(135deg,#ffffff,#60a5fa 60%,#25f4ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.15;filter:none!important;text-shadow:none!important}.ResultsSnapshotSection_outcomeLabel___fCgO{font-size:.74rem;color:#94a3c8}.ResultsSnapshotSection_proofStrip__haOZw{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;background:rgba(10,20,54,.6);border:1px solid rgba(47,107,255,.25);border-radius:1.25rem;padding:1.75rem 2.25rem;align-items:center}.ResultsSnapshotSection_proofItem__3nkYj{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.ResultsSnapshotSection_proofNumber__FJpLh{font-family:var(--font-heading),sans-serif;font-size:clamp(1.8rem,2.6vw,2.3rem);font-weight:800;color:#ffffff;background:linear-gradient(135deg,#ffffff,#60a5fa 60%,#25f4ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;filter:none!important;text-shadow:none!important}.ResultsSnapshotSection_proofLabel__dqqQW{font-size:.82rem;color:#cbd5e1}.ResultsSnapshotSection_proofDivider__uMFyn{display:none}@media (max-width:1024px){.ResultsSnapshotSection_headerRow__9K7TR{grid-template-columns:1fr;gap:1.5rem}.ResultsSnapshotSection_studyCard__jFt9b{grid-template-columns:1fr;gap:1.25rem}.ResultsSnapshotSection_studyBody__9h8Nz{border:1px solid rgba(255,255,255,.08);border-right:none;border-left:none;padding:1rem 0}.ResultsSnapshotSection_outcomesCol__ThlH4{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}}@media (max-width:640px){.ResultsSnapshotSection_resultsSection__Pqhdg{padding:4.5rem 0 3.5rem}.ResultsSnapshotSection_studiesGrid__ssyBB{gap:1.25rem}.ResultsSnapshotSection_studyCard__jFt9b{padding:1.35rem 1.15rem}.ResultsSnapshotSection_outcomesCol__ThlH4{grid-template-columns:1fr}.ResultsSnapshotSection_proofStrip__haOZw{grid-template-columns:1fr;padding:1.5rem 1.25rem;gap:1.25rem}}.FitEvaluationSection_fitSection__y2pAo{position:relative;padding:clamp(5.5rem,9vw,8.5rem) 0;background-color:#010214;background:radial-gradient(circle at 50% 30%,#081238 0,#010214 62%,#000108 100%);overflow:hidden}.FitEvaluationSection_backdropGlow__CsKR_{position:absolute;top:40%;left:50%;transform:translate(-50%,-40%);width:clamp(500px,60vw,850px);height:clamp(350px,45vw,550px);background:radial-gradient(ellipse,rgba(168,85,247,.12) 0,rgba(47,107,255,.1) 45%,transparent 70%);filter:blur(100px);pointer-events:none;z-index:1}.FitEvaluationSection_headerBlock__hT2p7{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);align-items:flex-end;margin-bottom:clamp(3rem,5vw,4.5rem);position:relative;z-index:2;width:100%}.FitEvaluationSection_headerLeft__uwW7d{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.FitEvaluationSection_sectionTitle__8UwbK{font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;color:#ffffff;line-height:1.22;letter-spacing:-.025em;margin-top:.85rem;margin-bottom:0;text-align:left}.FitEvaluationSection_titleMinimalist__Vj_Kc{background:linear-gradient(180deg,#ffffff 15%,#e2e8f0 60%,#93c5fd);-webkit-background-clip:text;background-clip:text}.FitEvaluationSection_titleAurora__1Cb1x,.FitEvaluationSection_titleMinimalist__Vj_Kc{-webkit-text-fill-color:transparent;color:transparent;display:inline-block;filter:none!important;text-shadow:none!important}.FitEvaluationSection_titleAurora__1Cb1x{background:linear-gradient(135deg,#f472b6,#e879f9 35%,#a855f7 70%,#60a5fa);-webkit-background-clip:text;background-clip:text}.FitEvaluationSection_titleCyan__ZB7Da{background:linear-gradient(135deg,#ffffff,#60a5fa 40%,#25f4ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;filter:none!important;text-shadow:none!important}.FitEvaluationSection_headerRight__K3QjP{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.FitEvaluationSection_sectionSubtitle__LOlyS{font-family:var(--font-body),"Poppins",sans-serif;font-size:clamp(.95rem,1.2vw,1.05rem);color:#94a3c8;line-height:1.65;margin:0;max-width:480px}.FitEvaluationSection_cardsGrid__h4JWs{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(1.75rem,3vw,2.5rem);gap:clamp(1.75rem,3vw,2.5rem);margin-bottom:clamp(2.5rem,4vw,3.5rem);position:relative;z-index:2}.FitEvaluationSection_fitCard__psFXe{background:radial-gradient(circle at 15% 15%,rgba(37,72,175,.45) 0,rgba(16,28,76,.95) 55%,rgba(8,14,42,.98) 100%);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(96,165,250,.38);border-radius:1.5rem;padding:clamp(2rem,3.5vw,3rem);display:flex;flex-direction:column;gap:clamp(1.75rem,2.5vw,2.25rem);box-shadow:0 24px 60px -12px rgba(0,0,0,.85),0 0 50px -5px rgba(47,107,255,.28);transition:transform .3s ease,border-color .3s ease}.FitEvaluationSection_fitCard__psFXe:hover{border-color:rgba(96,165,250,.6);transform:translateY(-2px)}.FitEvaluationSection_cardMuted__3HRa7{background:rgba(5,8,20,.5);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px -10px rgba(0,0,0,.6);opacity:.82}.FitEvaluationSection_cardMuted__3HRa7:hover{border-color:rgba(255,255,255,.1);opacity:.95;transform:translateY(-2px)}.FitEvaluationSection_cardHeader__C5Pa0{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(96,165,250,.18)}.FitEvaluationSection_cardMuted__3HRa7 .FitEvaluationSection_cardHeader__C5Pa0{border-bottom:1px solid rgba(255,255,255,.05)}.FitEvaluationSection_badgeIdeal__h3_mO{color:#93c5fd}.FitEvaluationSection_badgeIdeal__h3_mO,.FitEvaluationSection_badgeNotFit__U_8gF{display:inline-block;background:transparent;border:none;font-family:var(--font-body),sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;padding:0}.FitEvaluationSection_badgeNotFit__U_8gF{color:rgba(148,163,200,.7)}.FitEvaluationSection_cardTitle__VGDVu{font-family:var(--font-heading),sans-serif;font-size:clamp(1.4rem,2vw,1.7rem);font-weight:700;color:#ffffff;margin:0;line-height:1.25}.FitEvaluationSection_cardMuted__3HRa7 .FitEvaluationSection_cardTitle__VGDVu{color:rgba(255,255,255,.7)}.FitEvaluationSection_cardDesc__LWW5q{font-family:var(--font-body),sans-serif;font-size:.9rem;color:#cbd5e1;line-height:1.55;margin:0}.FitEvaluationSection_cardMuted__3HRa7 .FitEvaluationSection_cardDesc__LWW5q{color:rgba(148,163,200,.55)}.FitEvaluationSection_itemsList__tim6g{display:flex;flex-direction:column;gap:1.25rem}.FitEvaluationSection_listItem__wzS2e{display:flex;align-items:flex-start;gap:1rem}.FitEvaluationSection_checkIconWrap__SRwm3{width:26px;height:26px;border-radius:50%;background:rgba(47,107,255,.25);border:1px solid rgba(96,165,250,.5);color:#ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;box-shadow:0 0 12px rgba(255,255,255,.25),0 0 12px rgba(47,107,255,.35)}.FitEvaluationSection_checkIconWrap__SRwm3 svg{width:14px;height:14px}.FitEvaluationSection_minusIconWrap__w5YOL{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);color:rgba(148,163,200,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.FitEvaluationSection_minusIconWrap__w5YOL svg{width:13px;height:13px}.FitEvaluationSection_itemContent__KUJGI{display:flex;flex-direction:column;gap:.25rem}.FitEvaluationSection_itemTitle__rzFiE{font-family:var(--font-body),"Poppins",sans-serif;font-size:1rem;font-weight:600;color:#ffffff;margin:0;line-height:1.35}.FitEvaluationSection_itemText__Dzkso{font-family:var(--font-body),sans-serif;font-size:.88rem;color:#e2e8f0;line-height:1.6;margin:0}.FitEvaluationSection_itemTitleMuted__ar5Vt{font-family:var(--font-body),"Poppins",sans-serif;font-size:1rem;font-weight:600;color:rgba(255,255,255,.6);margin:0;line-height:1.35}.FitEvaluationSection_itemTextMuted__uMuvw{font-family:var(--font-body),sans-serif;font-size:.88rem;color:rgba(148,163,200,.45);line-height:1.6;margin:0}.FitEvaluationSection_bottomBanner__Z0SUX{background:rgba(14,23,56,.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.09);border-radius:1.25rem;padding:clamp(1.75rem,2.5vw,2.25rem) clamp(2rem,3vw,2.75rem);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(1.5rem,3vw,3rem);flex-wrap:nowrap;position:relative;z-index:2}.FitEvaluationSection_bannerTextWrap__GnYFJ{display:flex;flex-direction:column;gap:.35rem;flex:1 1 auto;text-align:left}.FitEvaluationSection_bannerTitle__2RMi0{font-family:var(--font-body),"Poppins",sans-serif;font-size:clamp(1.05rem,1.4vw,1.25rem);font-weight:600;color:#ffffff;margin:0;line-height:1.3}.FitEvaluationSection_bannerSubtitle__JZH51{font-family:var(--font-body),sans-serif;font-size:clamp(.85rem,1.05vw,.92rem);color:#94a3c8;line-height:1.55;margin:0}.FitEvaluationSection_bannerActions__trVbZ{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;flex-shrink:0;white-space:nowrap}@media (max-width:1024px){.FitEvaluationSection_headerBlock__hT2p7{grid-template-columns:1fr;gap:1.5rem;align-items:flex-start}.FitEvaluationSection_cardsGrid__h4JWs{grid-template-columns:1fr;gap:2rem}.FitEvaluationSection_fitCard__psFXe{padding:1.75rem}.FitEvaluationSection_bottomBanner__Z0SUX{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.FitEvaluationSection_fitSection__y2pAo{padding:4rem 0}.FitEvaluationSection_ambientGlow__t0XSi{display:none}.FitEvaluationSection_fitCard__psFXe{background:#0a1334;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 16px 40px -10px rgba(0,0,0,.85);padding:1.35rem}.FitEvaluationSection_cardMuted__3HRa7{opacity:1;background:#060b20;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 35px -10px rgba(0,0,0,.75)}.FitEvaluationSection_cardMuted__3HRa7 .FitEvaluationSection_cardHeader__C5Pa0{border-bottom:1px solid rgba(255,255,255,.09)}.FitEvaluationSection_bottomBanner__Z0SUX{background:#08102a;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 14px 35px -10px rgba(0,0,0,.75);padding:1.5rem 1.25rem;align-items:center;text-align:center;gap:1.25rem}.FitEvaluationSection_bannerTextWrap__GnYFJ{align-items:center;text-align:center}.FitEvaluationSection_bannerSubtitle__JZH51,.FitEvaluationSection_bannerTitle__2RMi0{text-align:center}.FitEvaluationSection_bannerActions__trVbZ{flex-direction:column;width:100%;align-items:center;justify-content:center}}.AboutHero_aboutHero__fPZlu{position:relative;padding:clamp(6.5rem,11vw,9rem) 0 clamp(4rem,7vw,6rem);background-color:var(--color-midnight-navy);overflow:hidden;text-align:left}.AboutHero_backdropGlow__wnjCS{position:absolute;top:20%;left:50%;transform:translate(-50%,-20%);width:clamp(500px,70vw,950px);height:clamp(350px,45vw,600px);background:radial-gradient(ellipse,rgba(82,34,245,.18) 0,rgba(47,107,255,.1) 45%,transparent 70%);filter:blur(120px);pointer-events:none;z-index:1}.AboutHero_heroSplitGrid__4mo23{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(2.5rem,5vw,4.5rem);gap:clamp(2.5rem,5vw,4.5rem);align-items:center;margin-bottom:clamp(3.5rem,6vw,5rem)}.AboutHero_heroLeft__Ye84s{display:flex;flex-direction:column;align-items:flex-start;max-width:480px}.AboutHero_heroTitle__rXhHJ{font-family:var(--font-heading);font-size:clamp(1.85rem,3.2vw,2.75rem);font-weight:700;color:var(--color-text-primary);line-height:1.18;letter-spacing:-.025em;margin-top:.5rem;margin-bottom:0}.AboutHero_heroRight__Myv8C{display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem}.AboutHero_heroSubtitle__7owLN{font-size:clamp(1.02rem,1.35vw,1.18rem);color:var(--color-text-secondary);line-height:1.7;margin:0}.AboutHero_heroActions__Zr4DX{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.AboutHero_heroBannerVisual__6OmX5{position:relative;width:100%;aspect-ratio:21/9;min-height:260px;max-height:440px;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(47,107,255,.3);margin-bottom:clamp(3rem,5vw,4.5rem);box-shadow:0 24px 60px -12px rgba(0,0,0,.9),0 0 35px -8px rgba(47,107,255,.15);z-index:2}.AboutHero_bannerImg__RCc1P{width:100%;height:100%;object-fit:cover;display:block}.AboutHero_bannerOverlay__sC4qE{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,7,20,.05),rgba(3,7,20,.45) 80%,rgba(3,7,20,.75));pointer-events:none}.AboutHero_bannerCaption__iwTsX{position:absolute;bottom:1rem;right:1.25rem;background:rgba(3,7,20,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:9999px;padding:.4rem 1rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.76rem;font-weight:500;color:#cbd5e1;z-index:4}.AboutHero_statsGrid__WzYaS{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(1rem,2vw,1.5rem);gap:clamp(1rem,2vw,1.5rem)}.AboutHero_statCard__vuHOU{background:radial-gradient(circle at 10% 10%,rgba(18,30,72,.6) 0,rgba(5,10,28,.9) 100%);border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;padding:clamp(1.5rem,2vw,2rem);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;box-shadow:0 16px 36px -8px rgba(0,0,0,.7);transition:transform .3s ease,border-color .3s ease}.AboutHero_statCard__vuHOU:hover{transform:translateY(-3px);border-color:rgba(96,165,250,.3)}.AboutHero_statValue__kc4wb{font-family:var(--font-heading);font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:700;color:#ffffff;background:linear-gradient(135deg,#ffffff,#60a5fa 60%,#25f4ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.AboutHero_statLabel__l9JRG{font-size:.88rem;font-weight:600;color:var(--color-text-primary);margin-top:.25rem}.AboutHero_statSubtext__XMQfX{font-size:.76rem;color:var(--color-text-muted)}@media (max-width:1024px){.AboutHero_heroSplitGrid__4mo23{grid-template-columns:1fr;gap:2rem}.AboutHero_statsGrid__WzYaS{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.AboutHero_aboutHero__fPZlu{padding:4.5rem 0 3.5rem}.AboutHero_backdropGlow__wnjCS{display:none}.AboutHero_heroSplitGrid__4mo23{margin-bottom:2.5rem}.AboutHero_heroActions__Zr4DX{flex-direction:column;align-items:flex-start;width:100%}.AboutHero_heroActions__Zr4DX>*{width:100%}.AboutHero_statsGrid__WzYaS{grid-template-columns:1fr;gap:1rem}}.SellivioStory_storySection__trUKl{position:relative;padding:clamp(5rem,8vw,7.5rem) 0;background-color:var(--color-deep-navy);overflow:hidden}.SellivioStory_storyGrid__brc9r{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:clamp(2.5rem,5vw,4.5rem);gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.SellivioStory_storyNarrative__iIQCe{display:flex;flex-direction:column;align-items:flex-start;width:100%}.SellivioStory_storyTitle__PNql0{font-family:var(--font-heading);font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;color:var(--color-text-primary);line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem}.SellivioStory_paragraphStack__vS8k0{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;width:100%}.SellivioStory_storyParagraph__bVBL4{font-size:clamp(.95rem,1.2vw,1.05rem);color:var(--color-text-secondary);line-height:1.65}.SellivioStory_highlightCard__uX1fl{background:radial-gradient(circle at 10% 10%,rgba(18,30,72,.9) 0,rgba(5,10,28,.98) 100%);border:1px solid rgba(255,255,255,.08);border-left:4px solid #25f4ee;border-radius:0 1rem 1rem 0;padding:1.5rem 1.75rem;width:100%}.SellivioStory_highlightHeadline__Sx2Aw{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:#ffffff;margin-bottom:.35rem}.SellivioStory_highlightSubtext__3rg6h{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5}.SellivioStory_storyVisualCol__YT8kN{width:100%}.SellivioStory_visualFrameWrap__oZjjy{position:relative;width:100%}.SellivioStory_visualFrame__TZvfa{position:relative;width:100%;aspect-ratio:16/11;min-height:280px;background:radial-gradient(circle at 50% 30%,rgba(22,38,95,.75) 0,rgba(8,14,40,.95) 70%,rgba(3,7,20,.98) 100%);border:1px solid rgba(47,107,255,.35);border-radius:1.25rem;overflow:hidden;box-shadow:0 24px 60px -12px rgba(0,0,0,.85),0 0 35px -5px rgba(47,107,255,.15)}.SellivioStory_storyImg__ZfLdY{width:100%;height:100%;object-fit:cover;display:block}.SellivioStory_visualOverlay__Zuu91{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,7,20,.05),rgba(3,7,20,.45));pointer-events:none}.SellivioStory_offsetBadgeStrip__0dOlC{position:absolute;bottom:clamp(16px,3vw,24px);left:clamp(-20px,-2vw,-12px);z-index:10;display:inline-flex;align-items:center;gap:12px;background:rgba(3,7,20,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(47,107,255,.45);border-radius:8px;padding:10px 18px 10px 16px;box-shadow:0 16px 36px -4px rgba(0,0,0,.9),0 0 25px rgba(47,107,255,.25);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .3s ease,border-color .3s ease}.SellivioStory_offsetBadgeStrip__0dOlC:hover{transform:translateY(-2px);border-color:#25f4ee}.SellivioStory_badgeBrandMark__GmI7i{width:22px;height:auto;display:block;flex-shrink:0;filter:brightness(0) invert(1)}.SellivioStory_badgeText___Rfow{font-family:var(--font-body),"Poppins",sans-serif;font-size:.94rem;font-weight:700;color:#ffffff;letter-spacing:-.01em}@media (max-width:960px){.SellivioStory_storyGrid__brc9r{grid-template-columns:1fr;gap:2.5rem}.SellivioStory_visualFrame__TZvfa{aspect-ratio:16/10;min-height:240px}}@media (max-width:640px){.SellivioStory_storySection__trUKl{padding:4rem 0 3rem}.SellivioStory_paragraphStack__vS8k0{gap:.85rem;margin-bottom:1.5rem}.SellivioStory_highlightCard__uX1fl{padding:1.25rem 1.15rem;border-radius:0 .85rem .85rem 0}.SellivioStory_highlightHeadline__Sx2Aw{font-size:1.05rem}.SellivioStory_highlightSubtext__3rg6h{font-size:.85rem}.SellivioStory_visualFrame__TZvfa{aspect-ratio:16/9;min-height:180px;border-radius:1rem}.SellivioStory_offsetBadgeStrip__0dOlC{left:12px;bottom:12px;padding:8px 16px;gap:10px}.SellivioStory_badgeBrandMark__GmI7i{width:18px}.SellivioStory_badgeText___Rfow{font-size:.84rem}}.ServiceHero_heroSection__uJHj1{position:relative;padding:clamp(6.5rem,11vw,9.5rem) 0 clamp(4rem,7vw,6rem);background-color:var(--color-midnight-navy);background-image:url(/images/hero-background-patterns/services-bg-geometric.svg);background-repeat:no-repeat;background-position:top;background-size:cover;overflow:hidden;text-align:center}.ServiceHero_ambientGlow__jcB4f{position:absolute;top:20%;left:50%;transform:translate(-50%,-20%);width:clamp(500px,65vw,950px);height:clamp(350px,45vw,600px);background:radial-gradient(ellipse,rgba(82,34,245,.22) 0,rgba(47,107,255,.12) 45%,transparent 70%);filter:blur(120px);pointer-events:none;z-index:1}.ServiceHero_heroContent__ZF0rV{position:relative;z-index:2;max-width:880px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ServiceHero_heroTitle__CAcJ2{font-family:var(--font-heading);font-size:clamp(2.4rem,4.8vw,4.2rem);font-weight:700;color:var(--color-text-primary);line-height:1.15;letter-spacing:-.025em;margin-top:1rem;margin-bottom:1.5rem}.ServiceHero_heroTagline__pLszV{font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--color-text-secondary);line-height:1.65;max-width:720px;margin-bottom:2.5rem}.ServiceHero_heroActions__Ry7Ky{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media (max-width:640px){.ServiceHero_heroSection__uJHj1{padding:5rem 0 3.5rem}.ServiceHero_heroTitle__CAcJ2{font-size:clamp(1.85rem,6.5vw,2.45rem);margin-bottom:1.15rem}.ServiceHero_heroTagline__pLszV{font-size:.95rem;margin-bottom:2rem}.ServiceHero_heroActions__Ry7Ky{flex-direction:column;width:100%;gap:1rem}.ServiceHero_heroActions__Ry7Ky a{width:100%;text-align:center;justify-content:center}}