.Header_header{position:absolute;top:0;left:0;right:0;z-index:50;padding:18px 0;background:transparent}.Header_inner{max-width:1440px;height:100%;margin:0 auto;padding:0 58px;justify-content:space-between;gap:24px}.Header_inner,.Header_logo{display:flex;align-items:center}.Header_logo{flex:0 0 auto}.Header_logo img{height:44px;width:auto;max-width:none}.Header_nav{display:flex;align-items:center;gap:36px;height:100%}.Header_navLink{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:400;transition:color .2s}.Header_navLink:hover{color:var(--brand-primary)}.Header_navItem{position:relative}.Header_navItem:hover .Header_dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.Header_navItem:after{content:"";position:absolute;top:100%;left:0;right:0;height:20px}.Header_dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(-8px);background:#0d0d10;border:1px solid #1f1f23;border-radius:12px;padding:8px;min-width:220px;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none;z-index:100}.Header_dropdown:before{content:"";position:absolute;top:-6px;width:10px;height:10px;background:#0d0d10;border-left:1px solid #1f1f23;border-top:1px solid #1f1f23;rotate:45deg}.Header_dropdownItem{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;font-size:14px;color:#e0e0e8;transition:background .15s ease,color .15s ease;white-space:nowrap}.Header_dropdownItem:hover{background:#1a1a1e;color:var(--brand-primary)}.Header_cta{display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:500;transition:background .2s}.Header_cta:hover{background:var(--brand-primary-dark)}.Header_ctaButton{display:inline-flex}.Header_mobileToggle{display:none;width:44px;height:44px;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;background:transparent;color:#fff;align-items:center;justify-content:center;cursor:pointer}.Header_mobileMenu{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.92);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .28s ease,opacity .28s ease}.Header_mobileMenuOpen{transform:translateY(0);opacity:1;visibility:visible}.Header_mobileMenuInner{max-width:1000px;max-height:100vh;overflow-y:auto;margin:0 auto;padding:24px 24px 32px;display:flex;flex-direction:column;gap:28px}.Header_mobileMenuHeader{display:flex;align-items:center;justify-content:space-between}.Header_mobileClose{width:44px;height:44px;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.Header_mobileNav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width:640px){.Header_mobileNav{grid-template-columns:1fr}}.Header_mobileNavItem{display:flex;flex-direction:column;gap:10px;padding:14px;background:hsla(0,0%,100%,.045);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;box-shadow:0 16px 34px rgba(0,0,0,.28)}.Header_mobileNavLink{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:600;text-decoration:none}.Header_mobileNavLinkActive{color:var(--brand-primary)}.Header_mobileDropdown{display:flex;flex-direction:column;gap:8px}.Header_mobileDropdownItem{display:flex;align-items:center;gap:10px;min-height:40px;padding:8px 10px;color:hsla(0,0%,100%,.78);font-size:15px;line-height:1.35;text-decoration:none;border-radius:10px;transition:background .2s ease,color .2s ease}.Header_mobileDropdownItem:hover,.Header_mobileDropdownItemActive{color:#fff;background:rgba(var(--brand-primary-rgb),.12)}.Header_mobileDropdownIcon{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.12);border:1px solid rgba(var(--brand-primary-rgb),.16);border-radius:8px}.Header_mobileCta{min-height:44px;width:-moz-fit-content;width:fit-content}@media (max-width:1024px){.Header_ctaButton,.Header_nav{display:none}.Header_mobileToggle{display:inline-flex}}@media (max-width:768px){.Header_inner{padding:0 20px}.Header_ctaButton{display:none!important}}.RealWorldShowcase_section{width:100%;background:#060606;padding:80px 0;overflow:hidden;position:relative}.RealWorldShowcase_section:before{content:"";position:absolute;right:-80px;top:30%;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(var(--brand-primary-rgb),.18),transparent 60%);pointer-events:none}.RealWorldShowcase_bgGlow{position:absolute;left:-20%;top:3%;width:70%;height:40%;background:radial-gradient(closest-side,rgba(var(--brand-primary-rgb),.15),transparent 70%);pointer-events:none;z-index:0}.RealWorldShowcase_inner{max-width:1440px;margin:0 auto;padding:0 60px;position:relative;z-index:1}.RealWorldShowcase_head{text-align:center;margin-bottom:56px}.RealWorldShowcase_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:24px;position:relative;z-index:1}.RealWorldShowcase_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:6px;position:relative;z-index:1}.RealWorldShowcase_subtitle{font-size:16px;color:#b4b3b5;position:relative;z-index:1}.RealWorldShowcase_row{margin-bottom:32px}.RealWorldShowcase_tagBlue{display:flex;justify-content:center;align-items:center;background:#d5080833;color:#f0bfbf;font-size:14px;font-weight:400;max-width:109px;height:25px;border-radius:62px;margin-bottom:14px}.RealWorldShowcase_cards{height:465px;border-radius:53px;position:relative;background-repeat:no-repeat;background-image:url(/_next/static/media/delroi.7723d173.png);background-position:100%;background-size:cover;padding-left:5%;margin-bottom:40px}.RealWorldShowcase_card2{display:flex;height:100%}.RealWorldShowcase_cardWrap{display:grid;grid-template-columns:1fr 1fr;background:#131316;border:1px solid #1f1f23;border-radius:16px;padding:40px;align-items:center;gap:30px;min-height:280px}.RealWorldShowcase_cardLeft{padding-right:40px}.RealWorldShowcase_cardTitle{font-size:30px;font-weight:700;color:#fff;margin-bottom:16px}.RealWorldShowcase_cardDesc{font-size:16px;color:#b4b3b5;line-height:1.7;margin-bottom:22px}.RealWorldShowcase_stores{display:flex;gap:14px;flex-wrap:wrap}.RealWorldShowcase_store{display:inline-flex;align-items:center;gap:10px;background:#1f1f23;color:#fff;padding:8px 16px;border-radius:8px}.RealWorldShowcase_store small{display:block;font-size:9px;color:#b1b1bd;letter-spacing:.05em;text-transform:uppercase}.RealWorldShowcase_store strong{display:block;font-size:14px;font-weight:600;color:#fff}.RealWorldShowcase_cardRight{display:flex;justify-content:center;align-items:center;width:50%}.RealWorldShowcase_laptopImg{max-width:420px;border-radius:12px;-o-object-fit:cover;object-fit:cover;height:230px}.RealWorldShowcase_btnVisit{display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:500}.RealWorldShowcase_exploreWrap{text-align:center;margin-top:30px}.RealWorldShowcase_roiNext:hover{background:var(--brand-primary);border-color:var(--brand-primary)}.RealWorldShowcase_roiNext:hover img{transform:translateX(10px);filter:brightness(0) invert(1)}.RealWorldShowcase_roiNext img{transition:transform .1s ease-in-out,filter .3s ease-in-out}.RealWorldShowcase_btnExplore{display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:12px 26px;border-radius:10px;font-size:14px;font-weight:500}.RealWorldShowcase_cardRight{transition:transform .35s ease;will-change:transform;transform:translateZ(0)}@media (max-width:900px){.RealWorldShowcase_head{margin-bottom:25px}.RealWorldShowcase_cardWrap{grid-template-columns:1fr}.RealWorldShowcase_title{font-size:26px}.RealWorldShowcase_cards{overflow:hidden;min-height:420px;height:auto}.RealWorldShowcase_card2{gap:20px;flex-direction:column}.RealWorldShowcase_cardRight{width:100%}.RealWorldShowcase_section{background:#060606;padding:70px 0}.RealWorldShowcase_inner{padding:0 20px}.RealWorldShowcase_cards{background-position:50%;background-size:cover;padding-left:5%;margin-bottom:40px;cursor:pointer}}.DiscussionCTA_section{width:100%;background:#060606;padding:80px 0}.DiscussionCTA_inner{max-width:1440px;margin:0 auto;padding:0 58px;gap:80px}.DiscussionCTA_box{position:relative;background:#1b1b1b;border-radius:10px;min-height:399px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.DiscussionCTA_ringsLeft{position:absolute;width:345px;height:182px;left:5px;bottom:0}.DiscussionCTA_ringsRight{position:absolute;right:40px;top:0}.DiscussionCTA_title{position:relative;font-size:40px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:48px;margin-bottom:16px}.DiscussionCTA_subtitle{position:relative;font-size:16px;color:#b4b3b5;margin-bottom:28px}.DiscussionCTA_btn{position:relative;display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:13px 26px;border-radius:8px;font-size:14px;font-weight:500}@media (max-width:600px){.DiscussionCTA_title{font-size:20px;line-height:normal}.DiscussionCTA_section{background:#060606;padding:70px 0}.DiscussionCTA_box{padding:10px}}@media (max-width:768px){.DiscussionCTA_inner{padding:0 20px}}.Button_button{position:relative;display:inline-flex;align-items:center;gap:10px;height:48px;padding:16px;border-radius:10px;font-size:16px;font-weight:500;border:none;cursor:pointer;overflow:hidden;transition:all .2s ease;outline:none}.Button_button:disabled{opacity:.5;cursor:not-allowed}.Button_content{display:inline-flex;align-items:center;gap:10px;position:relative;z-index:1}.Button_rippleContainer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;border-radius:8px}.Button_ripple{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.6);transform:translate(-50%,-50%);animation:rippleAnimation .6s ease-out forwards}@keyframes rippleAnimation{0%{width:0;height:0;opacity:1}to{width:400px;height:400px;opacity:0}}.Button_primary{background:var(--blue,var(--brand-primary));color:#fff}.Button_primary:hover:not(:disabled){background:var(--brand-primary-dark,#ca0a0a);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--brand-primary-rgb),.3)}.Button_primary:active:not(:disabled){transform:translateY(0)}.Button_outline{background:transparent;color:#fff;border:1px solid #e7e7e7}.Button_outline:hover:not(:disabled){background:hsla(0,0%,100%,.05);border-color:#3a3a45}.Button_outline:active:not(:disabled){background:hsla(0,0%,100%,.1)}.Button_dark{background:transparent;color:#fff;border:none}.Button_dark:hover:not(:disabled){color:var(--blue,var(--brand-primary))}.Button_icon{background:transparent;color:inherit;padding:8px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center}.Button_icon:hover:not(:disabled){background:hsla(0,0%,100%,.1)}@media screen and (max-width:1280px){.Button_button{font-size:14px}}.Partners_section{width:100%;background:#fdfdfd;padding:80px 0;overflow:hidden}.Partners_inner{padding:0 58px}.Partners_head{text-align:center;margin-bottom:48px}.Partners_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:20px}.Partners_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#09070c;margin-bottom:10px}.Partners_subtitle{font-size:16px;color:#4e4d6c}.Partners_marqueeWrapper{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}.Partners_marqueeTrack{display:flex;align-items:center;gap:64px;width:-moz-max-content;width:max-content;animation:marquee 28s linear infinite}.Partners_marqueeTrack:hover{animation-play-state:paused}.Partners_logoItem{display:flex;align-items:center;flex:0 0 auto;opacity:.75;transition:opacity .2s ease}.Partners_logoItem:hover{opacity:1}.Partners_logo{display:inline-flex;align-items:center;gap:6px;font-size:20px;font-weight:700;color:#4a4a55;line-height:1.1}.Partners_logo small{font-size:9px;font-weight:500;color:#6b6b7a;display:block}.Partners_mongo{color:#4d765b}.Partners_nasscom{color:#e8424c;font-size:22px;font-weight:800}.Partners_istqb{color:#1d4f8a;font-size:14px;font-weight:700;text-align:left}.Partners_chargebee{color:#6cc45a;font-style:italic;font-weight:600;font-size:22px}.Partners_lattice{color:#2563d3}.Partners_msSquares{display:inline-grid;grid-template-columns:repeat(2,1fr);gap:1px;width:18px;height:18px}.Partners_msSquares i:first-child{background:#f25022}.Partners_msSquares i:nth-child(2){background:#7fba00}.Partners_msSquares i:nth-child(3){background:#00a4ef}.Partners_msSquares i:nth-child(4){background:#ffb900}.Partners_kubBadge{background:#326ce5;color:#fff;padding:6px 12px;border-radius:50%;font-size:12px;font-weight:700;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:800px){.Partners_title{font-size:28px}.Partners_marqueeTrack{gap:40px;animation-duration:20s}}@media (max-width:768px){.Partners_inner{padding:0 20px}.Partners_section{padding:70px 0}}.AIServices_section{width:100%;background:#0f0e0e;padding-top:80px;overflow:hidden}.AIServices_inner{max-width:1440px;margin:0 auto;padding:0 58px}.AIServices_tag{display:inline-block;width:98px;height:3px;background:var(--brand-primary);margin-bottom:18px}.AIServices_title{font-size:42px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.15;margin-bottom:16px}.AIServices_subtitle{font-size:16px;color:#b4b3b5;max-width:900px;line-height:1.6;margin-bottom:6px}.AIServices_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:80px}.AIServices_card{background:#1b1b1b;border-radius:10px;padding:30px;height:382px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;cursor:pointer;overflow:hidden;border:1px solid transparent;transition:transform .45s cubic-bezier(.22,1,.36,1),background-color .35s ease,border-color .35s ease,box-shadow .35s ease}.AIServices_card:hover{transform:translateY(-10px);border-color:rgba(var(--brand-primary-rgb),.35);box-shadow:0 10px 35px rgba(var(--brand-primary-rgb),.08)}.AIServices_iconWrap{position:relative;width:64px;height:64px;margin-bottom:24px;transition:transform .45s cubic-bezier(.22,1,.36,1)}.AIServices_card:hover .AIServices_iconWrap{transform:translateY(-30px)}.AIServices_iconImg{width:64px;height:64px;position:absolute;transition:opacity .4s ease,transform .4s ease}.AIServices_defaultIcon{opacity:1}.AIServices_activeIcon,.AIServices_card:hover .AIServices_defaultIcon{opacity:0}.AIServices_card:hover .AIServices_activeIcon{opacity:1}.AIServices_cardTitle{font-size:24px;font-weight:600;color:#fff;margin-top:26px;margin-bottom:18px;line-height:1.3}.AIServices_cardDesc,.AIServices_cardTitle{transition:transform .45s cubic-bezier(.22,1,.36,1),color .3s ease}.AIServices_cardDesc{font-size:16px;color:#67676d;line-height:1.7}.AIServices_card:hover .AIServices_cardTitle{transform:translateY(-40px)}.AIServices_card:hover .AIServices_cardDesc{transform:translateY(-45px)}.AIServices_arrowBtn{position:absolute;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px) scale(.9);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,transform .35s ease,visibility .35s ease}.AIServices_card.open .AIServices_arrowBtn,.AIServices_card:hover .AIServices_arrowBtn{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1)}.custom-bg-color{background:#000!important}@media (max-width:1024px){.AIServices_grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.AIServices_section{padding:70px 0}.AIServices_grid{grid-template-columns:1fr}.AIServices_title{font-size:26px}.AIServices_card{height:auto;min-height:340px;padding:40px 24px}.AIServices_cardTitle{font-size:22px}.AIServices_cardDesc{font-size:15px}.AIServices_arrowBtn{opacity:0;visibility:hidden;transform:translateX(-50%) translateY(20px) scale(.9);pointer-events:none}.AIServices_card:active .AIServices_arrowBtn,.AIServices_card:focus-within .AIServices_arrowBtn{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0) scale(1);pointer-events:auto}.AIServices_card.open .AIServices_arrowBtn{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0) scale(1);pointer-events:auto}.AIServices_subtitle{margin-bottom:16px}}@media (max-width:768px){.AIServices_inner{padding:0 20px}.AIServices_grid{padding-bottom:40px}}.Testimonials_section{width:100%;background:#060606;padding:70px 0}.Testimonials_inner{max-width:1440px;margin:0 auto;padding:0 58px}.Testimonials_head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:50px}.Testimonials_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:24px}.Testimonials_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:10px}.Testimonials_subtitle{font-size:16px;color:#b4b3b5}.Testimonials_controls{display:flex;gap:12px;margin-top:8px}.Testimonials_ctrl{background:transparent;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;outline:none}.Testimonials_arrowPaths{transition:transform .35s cubic-bezier(.25,1,.5,1);will-change:transform}.Testimonials_ctrlPrev:hover .Testimonials_arrowPaths{transform:translateX(-5px)}.Testimonials_ctrlNext:hover .Testimonials_arrowPaths{transform:translateX(5px)}.Testimonials_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.Testimonials_card{background:#fff;border-radius:10px;padding:40px 36px;height:352px;display:flex;flex-direction:column}.Testimonials_stars{display:flex;gap:4px;margin-bottom:22px}.Testimonials_text{font-size:14px;color:#4a4a55;line-height:1.7;flex:1;margin-bottom:32px}.Testimonials_person{display:flex;align-items:center;gap:14px}.Testimonials_avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.Testimonials_name{font-size:15px;font-weight:600;color:#0c1f33;margin-bottom:2px}.Testimonials_role{font-size:12px;color:#6b6b7a}.Testimonials_dots{display:flex;justify-content:center;gap:8px;margin-top:36px}.Testimonials_dot{display:inline-block;width:25px;height:5px;border-radius:0;background:#b4b3b5}.Testimonials_dotActive{background:var(--brand-primary);width:40px}.Testimonials_slideIn{animation:slideIn .3s ease forwards}.Testimonials_slideOutLeft{animation:slideOutLeft .3s ease forwards;pointer-events:none}.Testimonials_slideOutRight{animation:slideOutRight .3s ease forwards;pointer-events:none}@keyframes slideIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-30px)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(30px)}}@media (max-width:1024px){.Testimonials_grid{grid-template-columns:1fr}.Testimonials_head{flex-direction:column}}@media (max-width:768px){.Testimonials_title{font-size:26px}.Testimonials_ctrlIcon{width:52px;height:52px}.Testimonials_controls{display:flex;justify-content:end;width:100%}.Testimonials_grid>.Testimonials_card:not(:first-child){display:none}.Testimonials_inner{padding:0 20px}.Testimonials_section{padding:70px 0}}.LatestArticles_section{width:100%;background:#f6f5ff;padding:70px 0}.LatestArticles_inner{max-width:1440px;margin:0 auto;padding:0 58px}.LatestArticles_head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:50px}.LatestArticles_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:24px}.LatestArticles_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#0c090f}.LatestArticles_btnExplore{display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:500}.LatestArticles_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.LatestArticles_card{background:#fff;border-radius:14px;padding:13px;overflow:hidden;display:flex;flex-direction:column}.LatestArticles_body{display:flex;flex:1;flex-direction:column}.LatestArticles_imageWrap{height:200px;overflow:hidden}.LatestArticles_image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.LatestArticles_tagPill{display:flex;align-items:center;justify-content:center;background:#d5080833;color:#3d3b41;width:-moz-fit-content;width:fit-content;height:27px;font-size:14px;font-weight:500;padding:5px 12px;border-radius:10px;margin-bottom:14px;margin-top:16px}.LatestArticles_cardTitle{font-size:20px;font-weight:700;color:#0c090f;line-height:1.35;margin-bottom:12px}.LatestArticles_cardDesc{font-size:16px;color:#5d5b60;line-height:24px;margin-bottom:20px}.LatestArticles_meta{display:flex;align-items:center;gap:10px;border-top:1px solid #ecedf3;padding-top:16px;margin-top:auto}.LatestArticles_avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.LatestArticles_author{font-size:16px;font-weight:400;color:#0c090f}.LatestArticles_metaText{font-size:14px;color:#908e92}@media (max-width:1024px){.LatestArticles_grid{grid-template-columns:1fr}.LatestArticles_head{gap:10px;align-items:flex-end}}@media (max-width:768px){.LatestArticles_section{padding:70px 0}.LatestArticles_title{font-size:26px}.LatestArticles_head{margin-bottom:30px;flex-direction:column;align-items:flex-start}.LatestArticles_inner{padding:0 20px}.LatestArticles_metaText{text-wrap-mode:nowrap}}.AssessmentForm_section{width:100%;background:linear-gradient(180deg,#fff 50%,#060606 0);padding:0 0 80px}.AssessmentForm_inner{max-width:1440px;margin:0 auto;padding:0 58px}.AssessmentForm_box{background:#f8f8fc;border-radius:10px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;box-shadow:0 -10px 205px 0 #00000040}.AssessmentForm_left{display:flex;flex-direction:column;justify-content:space-between;height:100%}.AssessmentForm_title{font-size:40px;font-weight:700;color:#0c1f33;letter-spacing:-.02em;line-height:1.2;margin-bottom:20px}.AssessmentForm_titleBlue{color:var(--brand-primary)}.AssessmentForm_desc{font-size:16px;color:#5d5b60;line-height:1.65;margin-bottom:5%;max-width:600px}.AssessmentForm_features{display:flex;gap:12px;flex-wrap:wrap}.AssessmentForm_feature{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(137.34deg,hsla(0,0%,87%,.16) 23.98%,hsla(0,0%,75%,.16) 65.73%);backdrop-filter:blur(11.699999809265137px);padding:10px 16px;border-radius:16px;font-size:13px;color:#4e4d6c}.AssessmentForm_featureIcon{width:20px;height:20px;background:#d8edff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.AssessmentForm_right{display:flex;flex-direction:column;gap:24px}.AssessmentForm_row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.AssessmentForm_field{display:flex;flex-direction:column;gap:6px}.AssessmentForm_field label{font-size:13px;font-weight:500;color:#0c1f33}.AssessmentForm_field label span{color:var(--brand-primary)}.AssessmentForm_field input,.AssessmentForm_field textarea{background:transparent;border:none;border-bottom:1px solid #c7c8d4;padding:8px 0;font-size:14px;color:#0c1f33;outline:none;font-family:inherit;resize:none}.AssessmentForm_field input::-moz-placeholder,.AssessmentForm_field textarea::-moz-placeholder{color:#a8a8b3}.AssessmentForm_field input::placeholder,.AssessmentForm_field textarea::placeholder{color:#a8a8b3}.AssessmentForm_field input:focus,.AssessmentForm_field textarea:focus{border-color:var(--brand-primary)}.AssessmentForm_submit{align-self:flex-end;display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:500;margin-top:12px}.industries-bg{background:#f6f5ff}.service-bg{background:linear-gradient(180deg,#f6f5ff 50%,#060606 0)}.ai-beckend{background:linear-gradient(180deg,#f8f8fc 50%,#060606 0)}@media (max-width:1400px){.AssessmentForm_box{padding:40px}.AssessmentForm_box,.AssessmentForm_row{grid-template-columns:1fr}}@media (max-width:1024px){.AssessmentForm_box{padding:40px}.AssessmentForm_box,.AssessmentForm_row{grid-template-columns:1fr}}@media (max-width:768px){.AssessmentForm_box{height:auto;padding:40px}.AssessmentForm_title{font-size:24px}.AssessmentForm_desc{font-size:14px;margin-bottom:5%}.AssessmentForm_inner{padding:0 20px}.AssessmentForm_section{padding:0 0 70px}}@media (max-width:600px){.AssessmentForm_feature{min-width:182px!important}}.Footer_footer{background:#fff;padding:80px 0 0;color:#0c1f33}.Footer_inner{max-width:1440px;margin:0 auto;padding:0 58px}.Footer_top{display:flex;flex-direction:column;gap:10px;padding-bottom:50px}.Footer_logo{display:block;align-self:flex-start;margin-bottom:24px;height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.Footer_logoText{font-size:26px;font-weight:700;color:#0c1f33;letter-spacing:-.02em}.Footer_brandDesc{font-size:16px;color:#4e4d6c;line-height:1.7;max-width:920px}.Footer_colsWrap{display:flex;justify-content:space-between;gap:30px;padding-bottom:10%}.Footer_colTitle{font-size:18px;font-weight:500;color:var(--brand-primary);margin-bottom:22px}.Footer_list{list-style:none;display:flex;flex-direction:column;gap:14px}.Footer_list a{font-size:14px;color:#4e4d6c;transition:color .15s}.Footer_list a:hover{color:var(--brand-primary)}.Footer_contactRow{display:flex;align-items:center;justify-content:space-between;padding:34px 0;flex-wrap:wrap;margin-top:16px;border-top:.5px solid #eee;border-bottom:.5px solid #eee;gap:16px}.Footer_contacts{display:flex;gap:32px;flex-wrap:wrap}.Footer_contact{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#4a4a55}.Footer_socialText{color:#4e4d6c;font-size:14px;margin-top:4px}.Footer_social{display:flex;align-items:center;gap:16px;color:#4e4d6c;font-size:14px}.Footer_social a{color:#4e4d6c;transition:color .15s}.Footer_social span{color:#4e4d6c;font-size:14px}.Footer_social a:hover{color:var(--brand-primary)}.Footer_bottom{display:flex;justify-content:space-between;align-items:center;padding:50px 0;font-size:14px;color:#4e4d6c;flex-wrap:wrap;gap:14px}.Footer_legal{display:flex;gap:50px}.Footer_legal a{color:#4e4d6c}@media (max-width:1024px){.Footer_top{grid-template-columns:1fr;gap:40px}.Footer_colsWrap{flex-direction:column;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer_footer{padding:40px 0 0}.Footer_top{padding-bottom:30px;gap:8px}.Footer_logoText{font-size:20px}.Footer_brandDesc{font-size:14px;line-height:1.6}.Footer_colsWrap{flex-direction:column;gap:24px;padding-bottom:30px}.Footer_colTitle{font-size:14px;margin-bottom:16px}.Footer_list{gap:10px}.Footer_list a{font-size:13px}.Footer_contactRow{flex-direction:column;align-items:flex-start;padding:24px 0;gap:20px}.Footer_contacts{flex-direction:column;gap:16px;width:100%}.Footer_contact{font-size:13px}.Footer_social{align-items:center;justify-content:center;gap:12px;font-size:12px;width:100%}.Footer_bottom{flex-direction:column;align-items:flex-start;padding:30px 0;gap:12px;font-size:12px}.Footer_bottom p,.Footer_legal{display:flex;width:100%;justify-content:center}.Footer_inner{padding:0 20px}}.Industries_section{width:100%;background:#060606;padding:80px 0}.Industries_inner{max-width:1440px;margin:0 auto;padding:0 58px;display:flex;align-items:center;gap:80px}.Industries_imageWrap{border-radius:16px;overflow:hidden;position:relative;min-width:425px}.Industries_content{display:flex;flex-direction:column}.Industries_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:20px}.Industries_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.2;margin-bottom:8px}.Industries_subtitle{font-size:16px;color:#b4b3b5;line-height:1.6;margin-bottom:24px}.Industries_btn{height:48px;display:flex;justify-content:center;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;border-radius:10px;font-size:16px;font-weight:400;margin-bottom:8%;width:166px}.Industries_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.Industries_card{background:linear-gradient(137.34deg,rgba(27,28,54,.16) 23.98%,hsla(234,4%,46%,.16) 65.73%);border:1px solid #ffffff26;border-radius:10px;padding:20px;backdrop-filter:blur(11.7px);min-height:190px;transition:transform .3s cubic-bezier(.25,.8,.25,1),border-color .3s ease}.Industries_card:hover{transform:scale(1.07);border-color:rgba(var(--brand-primary-rgb),.45)}.Industries_iconWrap{width:32px;height:32px;color:var(--brand-primary);margin-bottom:14px}.Industries_iconWrap svg{width:100%;height:100%}.Industries_cardTitle{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.Industries_cardDesc{font-size:14px;color:#b4b3b5;line-height:1.6}.Industries_fit-cover{-o-object-fit:cover;object-fit:cover}@media (max-width:1024px){.Industries_inner{grid-template-columns:1fr}.Industries_imageWrap{min-height:320px}.Industries_grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Industries_inner{flex-direction:column;gap:40px}.Industries_imageWrap{max-width:none;min-width:inherit;width:100%;height:375px}.Industries_aiImg{-o-object-fit:cover!important;object-fit:cover!important}.Industries_title{font-size:26px}.Industries_grid{grid-template-columns:repeat(1,1fr)}.Industries_inner{padding:0 20px}.Industries_section{padding:70px 0}}.Hero_hero{position:relative;background:#060606;padding:110px 0 100px;overflow:hidden}.Hero_actions,.Hero_badge,.Hero_desc,.Hero_visual{opacity:0}.Hero_bgGlow{left:-10%;top:2%;width:70%;height:70%;background:radial-gradient(closest-side,rgba(var(--brand-primary-rgb),.18),transparent 70%)}.Hero_bgGlow,.Hero_bgGlow2{position:absolute;pointer-events:none}.Hero_bgGlow2{right:-20%;bottom:0;width:50%;height:60%;background:radial-gradient(closest-side,#d5080857,transparent 80%)}.Hero_title,.Hero_titleLine{overflow:hidden}.Hero_heroVideo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.Hero_inner{max-width:1440px;margin:0 auto;padding:0 58px;display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center;position:relative;z-index:2}.Hero_content{max-width:620px}.Hero_badge{display:flex;align-items:center;justify-content:center;width:216px;height:30px;background:#d5080833;color:#fff;font-size:14px;font-weight:400;border-radius:10px;margin-bottom:28px}.Hero_title{font-size:64px;line-height:80px;font-weight:700;letter-spacing:-.025em;color:#fff;margin-bottom:30px}.Hero_titleBlue{color:var(--brand-primary)}.Hero_desc{font-size:16px;line-height:1.65;color:#b1b1bd;max-width:580px;margin-bottom:36px}.Hero_actions{display:flex;gap:16px;flex-wrap:wrap}.Hero_btnPrimary{display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:14px 26px;border-radius:8px;font-size:15px;font-weight:500;transition:background .2s}.Hero_btnPrimary:hover{background:var(--brand-primary-dark)}.Hero_btnOutline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#fff;padding:14px 30px;border-radius:8px;font-size:15px;font-weight:500;border:1px solid #2a2a35;transition:background .2s}.Hero_btnOutline:hover{background:hsla(0,0%,100%,.05)}.Hero_visual{position:relative;display:flex;justify-content:center;align-items:center}.Hero_title{perspective:1800px;transform-style:preserve-3d}.Hero_titleLine{display:block;overflow:visible}.Hero_char{display:inline-block;will-change:transform,opacity,filter;transform-style:preserve-3d;backface-visibility:hidden}.Hero_heroSvg{width:100%;max-width:600px;filter:drop-shadow(0 0 20px rgba(var(--brand-primary-rgb),.4))}.Hero_brainWrapper{position:relative;width:540px;height:540px}@media (max-width:1650px){.Hero_hero{padding:80px 0}.Hero_brainWrapper{width:440px;height:440px}.Hero_title{font-size:54px;line-height:1.1}}@media (max-width:900px){.Hero_inner{grid-template-columns:1fr}.Hero_title{font-size:44px}.Hero_visual{order:1}.Hero_hero{padding:0 0 60px}.Hero_title{font-size:30px;line-height:normal}.Hero_brainWrapper{width:300px;height:300px}}@media (max-width:600px){.Hero_inner{padding:10px 20px}.Hero_action-btn{width:100%!important}.Hero_actions{width:94%}}.RealWorldCards_section{display:flex;align-items:center;background-image:url(/_next/static/media/bg.94e13425.png);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden;position:relative;padding:100px 0}.RealWorldCards_inner{width:100%;margin:0 auto;padding:0 0 60px 290px}.RealWorldCards_head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:48px;padding-right:5%}.RealWorldCards_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:20px}.RealWorldCards_title{font-size:40px;font-weight:700;letter-spacing:-.04em;color:#0c090f;line-height:1.18;margin:0 0 10px}.RealWorldCards_subtitle{font-size:16px;color:#4e4d6c;margin:0}.RealWorldCards_controls{display:flex;gap:18px;align-items:flex-start;flex-shrink:0}.RealWorldCards_ctrl{width:68px;height:68px;border-radius:50%;border:1px solid #b4b3b5;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.RealWorldCards_ctrl:hover{background:var(--brand-primary)}.RealWorldCards_ctrl:hover,.RealWorldCards_ctrlActive{border-color:var(--brand-primary)}.RealWorldCards_ctrl img{transition:transform .3s ease}.roiPrev:hover img{transform:translateX(-5px)}.roiNext:hover img{transform:translateX(5px)}.RealWorldCards_sliderArea{position:relative;padding:100px 0 0;margin-right:-100px}.RealWorldCards_blueBand{position:absolute;top:0;left:305px;right:0;height:450px;background:var(--brand-primary);z-index:0}.RealWorldCards_swiper{position:relative;z-index:2;overflow:visible}.RealWorldCards_swiper .swiper-slide{display:flex;height:auto}.RealWorldCards_card{transform:translateZ(0);backface-visibility:hidden}.RealWorldCards_card,.RealWorldCards_ctrl{will-change:transform}.RealWorldCards_card{display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;min-height:246px;max-width:400px;background:#fff;border-radius:10px;padding:62px 26px;box-shadow:0 8px 28px rgba(13,20,35,.08);transition:background .35s ease,transform .35s ease,box-shadow .35s ease}.RealWorldCards_card:hover{background:#000;transform:translateY(-6px)}.RealWorldCards_cardDark{background:#000}.RealWorldCards_cardTitle{font-size:20px;line-height:1.3;font-weight:700;color:#10111d;margin:0 0 10px;transition:color .35s ease}.RealWorldCards_cardDesc{font-size:16px;line-height:1.55;color:#4e4d6c;margin:0;transition:color .35s ease}.RealWorldCards_card:hover .RealWorldCards_cardTitle{color:#fff}.RealWorldCards_card:hover .RealWorldCards_cardDesc{color:#b4b3b5}.RealWorldCards_cardDark .RealWorldCards_cardTitle{color:#fff}.RealWorldCards_cardDark .RealWorldCards_cardDesc{color:#b4b3b5}@media (max-width:1650px){.RealWorldCards_inner{padding:0 0 60px 60px!important}}@media (max-width:1024px){.RealWorldCards_inner{padding:0 30px}.RealWorldCards_sliderArea{margin-right:-30px}.RealWorldCards_blueBand{left:160px}.RealWorldCards_title{font-size:30px}}@media (max-width:767px){.RealWorldCards_section{min-height:auto;padding:70px 0}.RealWorldCards_inner{padding:0 20px}.RealWorldCards_head{flex-direction:column;margin-bottom:34px}.RealWorldCards_controls{margin-top:12px}.RealWorldCards_ctrl{width:43px;height:43px}.RealWorldCards_title{font-size:26px}.RealWorldCards_sliderArea{padding:30px 0;margin-right:-20px}.RealWorldCards_blueBand{left:80px;height:328px}.RealWorldCards_card{max-width:325px;padding:46px 24px}.RealWorldCards_controls{align-self:flex-start;margin-top:0}.RealWorldCards_inner{padding:0 0 0 20px!important}}@media (max-width:425px){.RealWorldCards_card{max-width:375px}}@media (max-width:375px){.RealWorldCards_card{max-width:315px;padding:20px}}.TransformCTA_section{width:100%;background:#060606;overflow:hidden;text-align:center}.TransformCTA_bg{background-image:url(/_next/static/media/Frame2.f862fcf0.png);background-size:cover;background-position:50%;background-repeat:no-repeat;pointer-events:none;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center}.TransformCTA_inner{position:relative;max-width:1200px;margin:0 auto;padding:0 20px;z-index:1;pointer-events:auto}.TransformCTA_title{font-size:56px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:62px;margin-bottom:20px}.TransformCTA_subtitle{font-size:16px;color:#fff;margin-bottom:36px;line-height:1.65}.TransformCTA_actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.TransformCTA_btnPrimary{background:var(--brand-primary);padding:14px 30px}.TransformCTA_btnDark,.TransformCTA_btnPrimary{display:inline-flex;align-items:center;gap:10px;color:#fff;border-radius:8px;font-size:16px;font-weight:500}.TransformCTA_btnDark{background:transparent;width:224px;padding:14px 26px;display:flex;justify-content:center;border:1px solid #e7e7e7}@media (max-width:812px){.TransformCTA_title{font-size:34px;line-height:normal}.TransformCTA_br{display:none}}.FAQ_section{width:100%;background:#060606;padding:80px 0 100px}.FAQ_inner{max-width:1440px;margin:0 auto;padding:0 58px}.FAQ_head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:50px}.FAQ_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:24px}.FAQ_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:12px}.FAQ_subtitle{font-size:16px;color:#b4b3b5;max-width:900px}.FAQ_btnTouch{display:inline-flex;align-items:center;gap:10px;background:var(--brand-primary);color:#fff;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:500;margin-top:40px}.FAQ_body{display:flex;align-items:center;gap:40px}.FAQ_imageWrap{width:100%}.FAQ_image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.85}.FAQ_list{display:flex;flex-direction:column;width:100%}.FAQ_item{border-bottom:1px solid #1f1f23}.FAQ_itemOpen,.FAQ_trigger{background:transparent}.FAQ_trigger{width:100%;border:none;color:#fff;font-size:20px;text-align:left;padding:22px 8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;font-weight:400}.FAQ_itemOpen .FAQ_trigger{color:var(--brand-primary);font-weight:500;font-size:20px}.FAQ_icon{font-size:22px;color:#fff;font-weight:300;min-width:24px;text-align:center;line-height:1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.FAQ_itemOpen .FAQ_icon{color:var(--brand-primary)!important}.FAQ_answer{padding:0 8px 24px;font-size:16px;line-height:1.7;color:#b4b3b5}@media (max-width:1024px){.FAQ_body{grid-template-columns:1fr}.FAQ_head{flex-direction:column}.FAQ_imageWrap{min-height:280px}}@media (max-width:768px){.FAQ_title{font-size:26px}.FAQ_btnTouch{margin-top:20px}.FAQ_body{flex-direction:column}.FAQ_section{width:100%;background:#060606;padding:0 0 70px}.FAQ_inner{padding:0 20px}}.inline-block{width:100%;background:#1b1b1b;padding:56px 0}.TrustedBy_inner{max-width:1440px;margin:0 auto;padding:0 58px;text-align:center}.TrustedBy_title{font-size:24px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.02em}.TrustedBy_subtitle{font-size:15px;color:#b4b3b5;margin-bottom:40px;line-height:1.6}.TrustedBy_marqueeWrapper{display:block;position:relative;overflow:hidden;width:100%;padding:12px 0 8px}.TrustedBy_section{background-color:#1b1b1b;padding:50px 0}.TrustedBy_marqueeTrack{display:flex;align-items:center;gap:64px;width:-moz-max-content;width:max-content;animation:trustedByMarquee 20s linear infinite;will-change:transform}@media (hover:hover){.TrustedBy_marqueeWrapper:hover .TrustedBy_marqueeTrack{animation-play-state:paused}}.TrustedBy_marqueeItem{display:flex;align-items:center;justify-content:center;flex:0 0 auto;filter:grayscale(100%) brightness(1.4);opacity:.65;transition:opacity .2s ease,filter .2s ease}.TrustedBy_marqueeItem:hover{opacity:1;filter:grayscale(0) brightness(1)}.TrustedBy_logoImg{max-height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.TrustedBy_fadeLeft,.TrustedBy_fadeRight{position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.TrustedBy_fadeLeft{left:0;background:linear-gradient(90deg,#1b1b1b,transparent)}.TrustedBy_fadeRight{right:0;background:linear-gradient(270deg,#1b1b1b,transparent)}@keyframes trustedByMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.TrustedBy_marqueeTrack{gap:32px;animation-duration:15s}.TrustedBy_fadeLeft,.TrustedBy_fadeRight{width:48px}}.TrustedBy_logoText{display:inline-flex;align-items:center;gap:8px;font-size:22px;font-weight:700;color:#c9c9d2;letter-spacing:.02em}.TrustedBy_galaxiq{letter-spacing:.15em;font-style:italic}.TrustedBy_nama{font-weight:800;font-size:26px}.TrustedBy_dupli{font-weight:700;font-size:24px}@media (max-width:768px){.TrustedBy_inner{padding:0 20px}.TrustedBy_title{font-size:26px}}.Process_section{width:100%;background:#fff;padding:80px 0}.Process_inner{max-width:1440px;margin:0 auto;padding:0 58px}.Process_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:24px}.Process_title{font-size:40px;font-weight:700;letter-spacing:-.02em;color:#0c090f;margin-bottom:10px}.Process_subtitle{font-size:16px;color:#4e4d6c;margin-bottom:60px}.Process_grid{--steps-count:5;--first-center:64.5px;--last-center:calc(((var(--steps-count) - 1) / var(--steps-count)) * (100% + 20px) + 64.5px);display:grid;grid-template-columns:repeat(var(--steps-count),1fr);gap:20px;position:relative;perspective:1500px}.Process_pipelineTrack{left:var(--first-center);width:calc(var(--last-center) - var(--first-center));height:2px;background:linear-gradient(90deg,rgba(226,232,240,0),#e2e8f0 15%,#e2e8f0 85%,rgba(226,232,240,0));z-index:1}.Process_pipelineGlow,.Process_pipelineTrack{position:absolute;top:50%;pointer-events:none}.Process_pipelineGlow{left:calc(var(--first-center) - 50px + var(--glow-progress, 0) * (var(--last-center) - var(--first-center)));width:100px;height:4px;background:linear-gradient(90deg,transparent,var(--brand-primary) 50%,transparent);filter:blur(1px);z-index:2;border-radius:2px;transform-origin:left center}.Process_step{padding:50px 32px 40px;position:relative;min-height:390px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;opacity:1;transform-origin:center bottom;will-change:transform,opacity;border-radius:20px;border:1px solid rgba(226,232,240,.8);background:hsla(0,0%,100%,.45);backdrop-filter:blur(8px);transition:border-color .4s ease,box-shadow .4s ease,background-color .4s ease;overflow:visible;z-index:3}.Process_step:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background:radial-gradient(300px circle at var(--mouse-x,0) var(--mouse-y,0),rgba(var(--brand-primary-rgb),.07),transparent 80%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.Process_step:hover{z-index:10;border-color:rgba(var(--brand-primary-rgb),.25);background:hsla(0,0%,100%,.7);box-shadow:0 25px 50px -12px rgba(15,23,42,.05),0 0 40px rgba(var(--brand-primary-rgb),.02)}.Process_step:hover:before{opacity:1}.Process_iconBadge,.Process_num,.Process_stepDesc,.Process_stepTitle{position:relative;z-index:2;pointer-events:none}.Process_num{font-size:15px;color:#94a3b8;margin-bottom:32px;font-weight:600;letter-spacing:.05em;transition:color .3s ease}.Process_step:hover .Process_num{color:var(--brand-primary)}.Process_iconBadge{width:65px;height:65px;flex-shrink:0;border-radius:50%;background:#fff;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 10px rgba(15,23,42,.03),inset 0 2px 4px hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;margin-bottom:40px;transform-origin:center center;will-change:transform;transition:border-color .4s ease,box-shadow .4s ease}.Process_step:hover .Process_iconBadge{border-color:rgba(var(--brand-primary-rgb),.3);box-shadow:0 8px 20px rgba(var(--brand-primary-rgb),.1),inset 0 2px 4px hsla(0,0%,100%,.9)}.Process_icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.Process_icon img{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain}.Process_stepTitle{font-size:19px;font-weight:700;color:#0c090f;margin-bottom:12px;transition:color .3s ease}.Process_step:hover .Process_stepTitle{color:var(--brand-primary)}.Process_stepDesc{font-size:14.5px;color:#64748b;line-height:1.6}@media (max-width:1024px){.Process_grid{grid-template-columns:repeat(2,1fr);gap:24px}.Process_pipelineGlow,.Process_pipelineTrack{display:none}.Process_step{padding:36px 24px;height:auto;min-height:340px}}@media (max-width:600px){.Process_grid{grid-template-columns:1fr;gap:20px}.Process_step{padding:32px 24px;min-height:auto}.Process_title{font-size:28px}.Process_section{padding:70px 0}}@media (max-width:768px){.Process_inner{padding:0 20px}}.Process_section.Process_sectionDark{background:#060606}.Process_sectionDark .Process_title{color:#fff}.Process_sectionDark .Process_subtitle{color:#b4b3b5}.Process_sectionDark .Process_pipelineTrack{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1) 15%,hsla(0,0%,100%,.1) 85%,hsla(0,0%,100%,0))}.Process_sectionDark .Process_step{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.08)}.Process_sectionDark .Process_step:before{background:radial-gradient(300px circle at var(--mouse-x,0) var(--mouse-y,0),rgba(var(--brand-primary-rgb),.12),transparent 80%)}.Process_sectionDark .Process_step:hover{background:hsla(0,0%,100%,.06);border-color:rgba(var(--brand-primary-rgb),.35);box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 40px rgba(var(--brand-primary-rgb),.05)}.Process_sectionDark .Process_num{color:#64748b}.Process_sectionDark .Process_step:hover .Process_num{color:var(--brand-primary)}.Process_sectionDark .Process_iconBadge{background:#111;border-color:hsla(0,0%,100%,.08);box-shadow:0 4px 10px rgba(0,0,0,.3),inset 0 2px 4px hsla(0,0%,100%,.05)}.Process_sectionDark .Process_step:hover .Process_iconBadge{border-color:rgba(var(--brand-primary-rgb),.3);box-shadow:0 8px 20px rgba(var(--brand-primary-rgb),.15)}.Process_sectionDark .Process_stepTitle{color:#fff}.Process_sectionDark .Process_step:hover .Process_stepTitle{color:var(--brand-primary)}.Process_sectionDark .Process_stepDesc{color:#fff}.FourPillars_section{width:100%;background:#f6f5ff;padding:80px 0}.FourPillars_inner{max-width:1440px;margin:0 auto;padding:0 58px}.min-h-32{min-height:32px!important}.FourPillars_head{text-align:center;margin-bottom:60px}.FourPillars_tag{width:98px;height:4px;background:var(--brand-primary);display:inline-block;margin-bottom:22px}.FourPillars_title{font-size:40px;font-weight:700;color:#0d0a11}.FourPillars_subtitle{font-size:16px;color:#5d5b60;line-height:1.7}.FourPillars_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.FourPillars_card{background:#fff;padding:0 28px;min-height:327px;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.22,1,.36,1),background .5s cubic-bezier(.22,1,.36,1)}.FourPillars_card:hover{background:var(--brand-primary);transform:translateY(-8px)}.FourPillars_iconWrap{width:60px;height:60px;margin-bottom:28px;position:relative;transition:transform .5s cubic-bezier(.22,1,.36,1)}.FourPillars_activeIcon,.FourPillars_icon{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:opacity .5s ease,transform .5s ease}.FourPillars_activeIcon,.FourPillars_card:hover .FourPillars_icon{opacity:0}.FourPillars_card:hover .FourPillars_activeIcon{opacity:1}.FourPillars_cardTitle{font-size:18px;font-weight:700;margin-bottom:10px;color:#4e4d6c;transition:transform .5s cubic-bezier(.22,1,.36,1),color .5s ease}.FourPillars_cardDesc{font-size:15px;color:#b8b8b8;line-height:1.8;transition:transform 1.2s cubic-bezier(.22,1,.36,1),color 1.2s ease}.FourPillars_card:hover .FourPillars_iconWrap{transform:translateY(-35px)}.FourPillars_card:hover .FourPillars_cardDesc,.FourPillars_card:hover .FourPillars_cardTitle{transform:translateY(-40px)}.FourPillars_card:hover .FourPillars_cardDesc,.FourPillars_card:hover .FourPillars_cardTitle{color:#fff}.FourPillars_arrowBtn{position:absolute;bottom:20px;left:50%;opacity:0;visibility:hidden}.FourPillars_card:hover .FourPillars_arrowBtn{opacity:1;visibility:visible;transform:translate(-50%)}@media (max-width:768px){.FourPillars_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}}@media (max-width:468px){.FourPillars_grid{display:grid;grid-template-columns:repeat(1,1fr);gap:9px}}@media (max-width:768px){.FourPillars_inner{padding:0 20px}.FourPillars_section{width:100%;background:#f6f5ff;padding:70px 0}}.MiniCTA_section{width:100%;background:#060606;padding:80px 0}.MiniCTA_inner{max-width:1440px;margin:0 auto;padding:0 60px}.MiniCTA_box{background:#1b1b1b;border-radius:10px;height:399px;text-align:center;position:relative;overflow:hidden;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px}.MiniCTA_ringsLeft{position:absolute;left:10px;bottom:0;pointer-events:none}.MiniCTA_ringsRight{position:absolute;right:50px;top:0;pointer-events:none}.MiniCTA_title{font-family:Satoshi,sans-serif;font-size:42px;font-weight:700;line-height:1.05;color:#fff;margin-bottom:20px;position:relative;z-index:1}.MiniCTA_subtitle{font-size:16px;font-weight:400;color:#b4b3b5;margin-bottom:40px;max-width:760px;width:100%;margin-left:auto;margin-right:auto;line-height:24px;display:block}.MiniCTA_btn,.MiniCTA_subtitle{position:relative;z-index:1}@media (max-width:768px){.MiniCTA_inner{padding:0 20px}.MiniCTA_title{font-size:26px}}.TechStack_section{width:100%;background:#fff;padding:80px 0}.TechStack_inner{max-width:1440px;margin:0 auto;padding:0 58px}.TechStack_wrap{display:flex;align-items:center;justify-content:space-between;gap:60px}.TechStack_left{flex:1;max-width:825px}.techpadding{padding-top:0!important;padding-bottom:80px!important}.TechStack_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:24px}.TechStack_title{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;line-height:44px;color:#0c090f;margin-bottom:10px}.TechStack_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#5d5b60;line-height:24px;margin-bottom:30px}.TechStack_tabs{display:flex;gap:11px;margin-bottom:20px;flex-wrap:wrap}.TechStack_tab{border-radius:10px;font-size:16px;font-weight:400;cursor:pointer;border:1px solid #545454;background:transparent;color:#4e4d6c;transition:all .18s ease;height:48px;align-items:center;box-sizing:border-box;min-width:160px;display:flex;justify-content:center}.TechStack_tabActive{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.TechStack_techList{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.TechStack_techItem{display:inline-flex;align-items:center;gap:8px;background:#e9e9e9;border-radius:10px;padding:13px 20px 12px;font-family:NB International,sans-serif;font-size:14px;font-weight:400;color:#0c090f;height:48px;box-sizing:border-box;width:150px}.TechStack_techIcon{width:20px;height:20px;flex-shrink:0}.TechStack_techIcon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.TechStack_right{flex-shrink:0;width:283px;height:308px}@media (max-width:900px){.TechStack_wrap{flex-direction:column;gap:40px}.TechStack_right{display:none}.TechStack_title{font-size:28px;line-height:36px}}@media (max-width:768px){.TechStack_inner{padding:0 20px}.TechStack_section{padding:60px 0}}.ConnectedSolutions_section{width:100%;background:#f8f8fc;padding:80px 0 100px}.ConnectedSolutions_inner{display:flex;max-width:1440px;margin:0 auto;padding:0 60px;flex-direction:column;justify-content:center;align-items:anchor-center}.alignment{align-items:flex-start}.ConnectedSolutions_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:29px;justify-content:center}.ConnectedSolutions_title{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;line-height:44px;color:#0c090f;margin-bottom:12px}.ConnectedSolutions_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#5d5b60;line-height:24px;letter-spacing:.02em;margin-bottom:50px}.ConnectedSolutions_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;width:100%}.ConnectedSolutions_card{background:#fff;border-radius:10px;min-height:332px;display:flex;flex-direction:column;justify-content:flex-start;padding:30px 34px;cursor:pointer;transition:box-shadow .2s ease;box-sizing:border-box;align-items:center}.ConnectedSolutions_card:hover{box-shadow:0 8px 32px rgba(var(--brand-primary-rgb),.1)}.ConnectedSolutions_iconWrap{width:60px;height:60px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ConnectedSolutions_cardTitle{font-family:Satoshi,sans-serif;font-size:24px;font-weight:700;line-height:32px;color:#0c090f;margin-bottom:14px}.ConnectedSolutions_cardDesc{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#4e4d6c;line-height:24px;letter-spacing:.02em;text-align:center}@media (max-width:900px){.ConnectedSolutions_grid{grid-template-columns:1fr 1fr}.ConnectedSolutions_title{font-size:28px;line-height:36px}.ConnectedSolutions_card{height:auto;min-height:280px;padding:30px 24px}}@media (max-width:768px){.ConnectedSolutions_inner{justify-content:flex-start;align-items:flex-start;padding:0 20px}.ConnectedSolutions_section{padding:60px 0}}@media (max-width:560px){.ConnectedSolutions_grid{grid-template-columns:1fr}}.ConnectedSolutions_inner.textcenter{align-items:center}.ConnectedSolutions_inner.textcenter .ConnectedSolutions_tag{margin-left:auto;margin-right:auto}.ConnectedSolutions_inner.textcenter .ConnectedSolutions_subtitle,.ConnectedSolutions_inner.textcenter .ConnectedSolutions_title{text-align:center}.ConnectedSolutions_inner.textcenter .ConnectedSolutions_card{align-items:center;text-align:center}.ConnectedSolutions_inner.textcenter .ConnectedSolutions_cardDesc,.ConnectedSolutions_inner.textcenter .ConnectedSolutions_cardTitle{text-align:center}.ConnectedSolutions_inner.textcenter .ConnectedSolutions_card ul{align-items:center}@media (max-width:768px){.ConnectedSolutions_inner.textcenter{align-items:center}}.ConnectedSolutions_card.left_aligned_cards{align-items:flex-start}.ConnectedSolutions_cardDesc.left_aligned_cards{text-align:left}.ConnectedSolutions_section.dark-theme .ConnectedSolutions_card:not([class*=bg-white]) .ConnectedSolutions_icon{filter:brightness(0) invert(1)}.ServiceProcess_section{width:100%;background:#060606;padding:70px 0 80px}.ServiceProcess_inner{max-width:1440px;margin:0 auto;padding:0 61px}.ServiceProcess_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:29px}.ServiceProcess_title{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;line-height:44px;color:#fff;margin-bottom:10px;max-width:946px}.ServiceProcess_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#b4b3b5;line-height:24px;letter-spacing:.02em;margin-bottom:56px}.ServiceProcess_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0}.ServiceProcess_step{padding:32px 32px 32px 0;border-right:1px solid #bababa;opacity:1}.ServiceProcess_step:last-child{border-right:none;padding-right:0;padding-left:32px}.ServiceProcess_step:not(:first-child):not(:last-child){padding-left:32px}.ServiceProcess_num{font-size:16px;font-weight:400;color:#b4b3b5;letter-spacing:.08em;margin-bottom:30px}.ServiceProcess_icon{margin-top:18px;margin-bottom:58px}.ServiceProcess_stepTitle{font-size:18px;font-weight:700;color:#fff;margin-bottom:12px}.ServiceProcess_stepDesc{font-size:16px;color:#b4b3b5;line-height:1.7}@media (max-width:900px){.ServiceProcess_grid{grid-template-columns:repeat(2,1fr);gap:32px}.ServiceProcess_step,.ServiceProcess_step:last-child,.ServiceProcess_step:not(:first-child):not(:last-child){border-right:none;padding:0}.ServiceProcess_title{font-size:26px;line-height:36px}}@media (max-width:768px){.ServiceProcess_inner{padding:0 20px}}@media (max-width:560px){.ServiceProcess_grid{grid-template-columns:1fr}}.ServiceProcess_sectionLight{background:#f8f8fc}.ServiceProcess_sectionLight .ServiceProcess_stepTitle,.ServiceProcess_sectionLight .ServiceProcess_title{color:#0c090f}.ServiceProcess_sectionLight .ServiceProcess_num,.ServiceProcess_sectionLight .ServiceProcess_stepDesc,.ServiceProcess_sectionLight .ServiceProcess_subtitle{color:#4e4d6c}.ServiceProcess_sectionLight .ServiceProcess_step{border-color:rgba(0,0,0,.14)}.ApplicationsGrid_section{width:100%;background:#f8f8fc;padding:80px 0}.ApplicationsGrid_inner{max-width:1440px;margin:0 auto;padding:0 58px}.ApplicationsGrid_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:30px}.ApplicationsGrid_title{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;line-height:44px;color:#0c090f;margin-bottom:10px}.ApplicationsGrid_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#5d5b60;margin-bottom:30px;line-height:24px}.ApplicationsGrid_gridTop{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ApplicationsGrid_gridBottom{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px}.ApplicationsGrid_gridWide{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ApplicationsGrid_gridBottomCard,.ApplicationsGrid_gridTopCard,.ApplicationsGrid_gridWideCard{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;background:#111113}.ApplicationsGrid_gridTopCard{height:380px}.ApplicationsGrid_gridBottomCard{height:380px;width:100%}.ApplicationsGrid_gridWideCard{height:380px}.ApplicationsGrid_cardImg{-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.ApplicationsGrid_card--5,.ApplicationsGrid_card--6{height:426px}.ApplicationsGrid_gridBottom--multiCols .ApplicationsGrid_gridBottomCard{height:380px}.ApplicationsGrid_gridBottomCard:hover .ApplicationsGrid_cardImg,.ApplicationsGrid_gridTopCard:hover .ApplicationsGrid_cardImg,.ApplicationsGrid_gridWideCard:hover .ApplicationsGrid_cardImg{transform:scale(1.04)}.ApplicationsGrid_overlay{position:absolute;inset:0}.ApplicationsGrid_content{position:absolute;bottom:30px;left:24px;right:24px;z-index:1}.ApplicationsGrid_cardTitle{font-size:28px;font-weight:700;color:#fff;margin-bottom:5px;line-height:1.3}.ApplicationsGrid_cardDesc{font-size:16px;color:#b4b3b5;line-height:1.5}@media (max-width:900px){.ApplicationsGrid_gridTop{grid-template-columns:repeat(2,1fr)}.ApplicationsGrid_gridBottom,.ApplicationsGrid_gridWide{grid-template-columns:repeat(2,1fr)!important}.ApplicationsGrid_gridBottomCard,.ApplicationsGrid_gridTopCard,.ApplicationsGrid_gridWideCard{height:360px}}@media (max-width:768px){.ApplicationsGrid_inner{padding:0 20px}.ApplicationsGrid_title{font-size:28px;line-height:34px}.ApplicationsGrid_subtitle{font-size:14px;line-height:22px}.ApplicationsGrid_content{left:20px;right:20px;bottom:20px}.ApplicationsGrid_cardTitle{font-size:24px}.ApplicationsGrid_cardDesc{font-size:14px;max-width:90%}}@media (max-width:560px){.ApplicationsGrid_gridBottom,.ApplicationsGrid_gridTop,.ApplicationsGrid_gridWide{grid-template-columns:1fr!important}.ApplicationsGrid_gridBottomCard,.ApplicationsGrid_gridTopCard,.ApplicationsGrid_gridWideCard{height:300px}.ApplicationsGrid_card--5 .ApplicationsGrid_cardImg{-o-object-position:right!important;object-position:right!important}}.StatsRow_section{width:100%;padding:78px 0 92px}.StatsRow_inner{max-width:1440px;margin:0 auto;padding:0 58px!important}.StatsRow_heading{font-family:NB International;font-size:40px;font-weight:500;color:#fff;letter-spacing:.5px;padding-left:0;margin-bottom:40px}.StatsRow_grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.StatsRow_stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}.StatsRow_stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:72px;background:hsla(0,0%,100%,.18)}.StatsRow_sectionLight .StatsRow_stat:not(:last-child):after{background:rgba(0,0,0,.38)}.StatsRow_value{font-size:58px;font-weight:400;line-height:1;color:#fff;letter-spacing:-2px;margin-bottom:8px}.StatsRow_statLabel{font-size:16px;font-weight:400;color:#908e92;line-height:1.3}@media (max-width:992px){.StatsRow_grid{grid-template-columns:repeat(2,1fr);-moz-column-gap:0;column-gap:0}.StatsRow_stat{padding:30px 20px}.StatsRow_stat:nth-child(2):after{display:none}.StatsRow_stat:not(:last-child):after{right:0}}@media (max-width:640px){.StatsRow_section{padding:40px 0 0}.StatsRow_heading{font-size:28px!important}.StatsRow_grid{grid-template-columns:1fr}.StatsRow_stat:after{display:none}.StatsRow_stat{border-bottom:1px solid hsla(0,0%,100%,.12);min-height:auto;padding:28px 0}.StatsRow_sectionLight .StatsRow_stat{border-bottom-color:rgba(0,0,0,.08)}.StatsRow_stat:last-child{border-bottom:none}.StatsRow_value{font-size:42px}.StatsRow_heading{padding-left:0}.StatsRow_inner{padding:0 10px}}.SolutionStats_section{width:100%;background:radial-gradient(circle at 85% 50%,rgba(var(--brand-primary-rgb),.18),transparent 45%),#060606;overflow:hidden;position:relative}.SolutionStats_inner{max-width:1440px;margin:0 auto;padding:72px 19px 67px 60px;display:grid;grid-template-columns:1fr 360px;align-items:center;min-height:260px}.SolutionStats_content{padding:56px 0}.SolutionStats_accent{width:98px;height:4px;background:var(--brand-primary);margin-bottom:29px}.SolutionStats_heading{font-family:NB International;font-size:42px;font-weight:400;color:#fff;line-height:44px;margin-bottom:113px;max-width:900px}.SolutionStats_grid{display:flex;align-items:flex-start;gap:100px;text-align:center;align-items:center}.SolutionStats_stat{display:flex;flex-direction:column;position:relative;padding-right:48px;margin-right:48px}.SolutionStats_stat:last-child{padding-right:0;margin-right:0}.SolutionStats_stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px}.SolutionStats_value{font-size:58px;font-weight:400;line-height:66px;color:#fff;letter-spacing:-2px;margin-bottom:6px}.SolutionStats_label{font-size:13px;font-weight:400;color:#b4b3b5;line-height:1.4}.SolutionStats_imageWrap{align-self:stretch;display:flex;align-items:center;justify-content:flex-end}@media (max-width:1200px){.SolutionStats_inner{grid-template-columns:1fr 280px;padding-left:40px}}@media (max-width:900px){.SolutionStats_inner{grid-template-columns:1fr;padding:0 24px 40px;min-height:auto}.SolutionStats_content{padding:40px 0 24px}.SolutionStats_value{font-size:44px}.SolutionStats_heading{font-size:22px;margin-bottom:30px}.SolutionStats_stat{padding-right:32px;margin-right:32px}.SolutionStats_imageWrap{display:flex;justify-content:center;align-items:center;width:100%;max-width:320px;margin:0 auto}}@media (max-width:768px){.SolutionStats_grid{gap:70px}}@media (max-width:480px){.SolutionStats_inner{padding:0 16px 32px}.SolutionStats_grid{flex-direction:column;gap:24px}.SolutionStats_stat{padding-right:0;margin-right:0}.SolutionStats_stat:not(:last-child):after{display:none}.SolutionStats_content{padding:32px 0 20px}.SolutionStats_imageWrap{max-width:260px}}.Capabilities_section{width:100%;background:#f8f8fc;padding:74px 0 82px}.Capabilities_inner{max-width:1440px;margin:0 auto;padding:0 61px}.Capabilities_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:36px}.Capabilities_title{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;line-height:44px;letter-spacing:0;color:#0c090f;margin-bottom:10px}.Capabilities_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#4e4d6c;line-height:22px;letter-spacing:.02em;margin-bottom:50px}.Capabilities_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:13px}.Capabilities_card{background:#fff;border-radius:10px;padding:38px 34px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:250px;transition:box-shadow .2s ease;cursor:pointer;box-sizing:border-box}.Capabilities_card:hover{box-shadow:0 8px 32px rgba(var(--brand-primary-rgb),.1)}.Capabilities_iconWrap{width:44px;height:44px;margin-bottom:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Capabilities_iconWrap img,.Capabilities_iconWrap svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.Capabilities_cardTitle{font-size:20px;font-weight:700;line-height:24px;color:#272727;width:100%;max-width:100%;min-height:34px}.Capabilities_cardDesc{font-size:16px;color:#5d5b60;line-height:24px;width:100%}@media (max-width:900px){.Capabilities_grid{grid-template-columns:repeat(2,1fr)}.Capabilities_title{font-size:28px;line-height:36px}}@media (max-width:768px){.Capabilities_inner{padding:0 20px}.Capabilities_section{padding:60px 0}}@media (max-width:560px){.Capabilities_grid{grid-template-columns:1fr}.Capabilities_cardTitle{min-height:auto}}.LongTermPartner_section{width:100%;background:#060606;padding:30px 0}.LongTermPartner_bg{width:100%;background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/_next/static/media/transformbanner.815643c9.png);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:406px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:100px 261px;box-sizing:border-box}.LongTermPartner_title{font-family:Satoshi,sans-serif;font-size:56px;font-weight:700;line-height:62px;color:#fff;text-align:center;margin-bottom:16px}.LongTermPartner_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#fff;line-height:24px;max-width:657px;text-align:center;margin-bottom:32px}.LongTermPartner_actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.LongTermPartner_primaryBtn{background:var(--brand-primary);border-radius:10px;border:none;color:#fff}.LongTermPartner_primaryBtn,.LongTermPartner_secondaryBtn{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 20px;gap:10px;height:48px;cursor:pointer;font-family:NB International,sans-serif;font-size:16px;font-weight:400;text-decoration:none;box-sizing:border-box}.LongTermPartner_secondaryBtn{background:transparent;border:.5px solid #e7e7e7;border-radius:10px;color:#fdfdfd}@media (max-width:900px){.LongTermPartner_bg{padding:80px 40px}.LongTermPartner_title{font-size:40px;line-height:48px}}@media (max-width:600px){.LongTermPartner_title{font-size:30px;line-height:38px}.LongTermPartner_bg{padding:60px 20px}}.SolutionFeatureGrid_section{width:100%;background:#f8f9fc;padding:80px 0 100px}.SolutionFeatureGrid_inner{display:flex;max-width:1440px;margin:0 auto;padding:0 60px;flex-direction:column}.SolutionFeatureGrid_tag{display:inline-block;width:98px;height:4px;background:var(--brand-primary);margin-bottom:29px}.SolutionFeatureGrid_title{font-family:Satoshi,sans-serif;font-size:40px;font-weight:700;line-height:48px;color:#0c090f;margin-bottom:12px}.SolutionFeatureGrid_subtitle{font-family:NB International,sans-serif;font-size:16px;font-weight:400;color:#5d5b60;line-height:24px;max-width:800px;margin-bottom:50px}.SolutionFeatureGrid_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.SolutionFeatureGrid_card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.03);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.SolutionFeatureGrid_cardTitle{font-family:Satoshi,sans-serif;font-size:26px;font-weight:700;line-height:34px;color:#0c090f;margin-bottom:24px}.SolutionFeatureGrid_list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px}.SolutionFeatureGrid_listItem{display:flex;align-items:flex-start;gap:12px;font-family:NB International,sans-serif;font-size:15px;color:#4e4d6c;line-height:22px}.SolutionFeatureGrid_arrow{color:#8b8a9f;font-weight:700;flex-shrink:0}.SolutionFeatureGrid_pointText{color:#4e4d6c}.SolutionFeatureGrid_imageWrapper{width:100%;position:relative;border-radius:12px;overflow:hidden;margin-top:auto;box-shadow:0 4px 12px rgba(0,0,0,.05)}.SolutionFeatureGrid_image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:1024px){.SolutionFeatureGrid_inner{padding:0 40px}}@media (max-width:900px){.SolutionFeatureGrid_grid{grid-template-columns:1fr;gap:24px}.SolutionFeatureGrid_card{padding:30px}.SolutionFeatureGrid_title{font-size:32px;line-height:40px}}@media (max-width:768px){.SolutionFeatureGrid_inner{padding:0 20px}.SolutionFeatureGrid_section{padding:60px 0}}.contact_section{position:relative;background:#060606;padding:120px 0 110px;overflow:hidden;min-height:80vh}.contact_bgGlow{left:-10%;top:5%;width:60%;background:radial-gradient(closest-side,rgba(var(--brand-primary-rgb),.16),transparent 70%);filter:blur(120px)}.contact_bgGlow,.contact_bgGlow2{position:absolute;height:60%;pointer-events:none}.contact_bgGlow2{right:-15%;bottom:-5%;width:55%;background:radial-gradient(closest-side,rgba(var(--brand-primary-rgb),.12),transparent 75%);filter:blur(140px)}.contact_inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.contact_left{max-width:520px}.contact_badge{display:inline-flex;align-items:center;height:30px;padding:0 14px;background:#d5080833;color:#fff;font-size:13px;border-radius:10px;margin-bottom:24px}.contact_title{font-size:46px;line-height:1.15;font-weight:700;letter-spacing:-.025em;color:#fff;margin-bottom:20px}.contact_titleBlue{color:var(--brand-primary)}.contact_desc{font-size:16px;line-height:1.7;color:#b1b1bd;margin-bottom:36px}.contact_points{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:18px}.contact_point{display:flex;gap:14px;align-items:flex-start}.contact_check{flex-shrink:0;width:26px;height:26px;border-radius:8px;background:rgba(var(--brand-primary-rgb),.12);border:1px solid rgba(var(--brand-primary-rgb),.3);display:inline-flex;align-items:center;justify-content:center}.contact_point strong{display:block;color:#fff;font-size:15px;font-weight:600;margin-bottom:2px}.contact_point p{color:#8d8d99;font-size:13.5px;line-height:1.5;margin:0}.contact_contactLine{font-size:14px;color:#8d8d99}.contact_contactLine a{color:var(--brand-primary);text-decoration:none}.contact_contactLine a:hover{text-decoration:underline}.contact_right{position:relative;background:linear-gradient(160deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.015));border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:40px;backdrop-filter:blur(14px);box-shadow:0 30px 80px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.06)}.contact_form{display:flex;flex-direction:column;gap:22px}.contact_row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact_field{display:flex;flex-direction:column;gap:7px}.contact_field label{font-size:13px;font-weight:500;color:#d4d4dd}.contact_field label span{color:var(--brand-primary)}.contact_field input,.contact_field textarea{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:12px 14px;font-size:14px;color:#fff;outline:none;font-family:inherit;resize:none;transition:border-color .2s,background .2s}.contact_field input::-moz-placeholder,.contact_field textarea::-moz-placeholder{color:#6c6c78}.contact_field input::placeholder,.contact_field textarea::placeholder{color:#6c6c78}.contact_field input:focus,.contact_field textarea:focus{border-color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.05)}.contact_error{color:#ff6b6b;font-size:13.5px;margin:-6px 0 0}.contact_success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:30px 10px}.contact_successIcon{width:64px;height:64px;border-radius:50%;background:rgba(var(--brand-primary-rgb),.12);border:1px solid rgba(var(--brand-primary-rgb),.35);display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px}.contact_success h3{color:#fff;font-size:24px;font-weight:700;margin:0}.contact_success p{color:#b1b1bd;font-size:15px;line-height:1.6;max-width:360px;margin:0 0 8px}@media (max-width:980px){.contact_inner{grid-template-columns:1fr;gap:44px}.contact_section{padding:50px 0 70px}.contact_title{font-size:36px}}@media (max-width:560px){.contact_row{grid-template-columns:1fr}.contact_right{padding:26px}.contact_title{font-size:30px}}