:root{--header-height:60px}.sol9x-header{position:fixed;top:env(safe-area-inset-top,0);left:0;right:0;height:var(--header-height);z-index:999;backdrop-filter:blur(8px);background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1);padding-top:env(safe-area-inset-top,0);box-sizing:border-box}.sol9x-header.scrolled{left:50%;right:auto;transform:translateX(-50%);width:88%;border-radius:16px;margin-top:20px;backdrop-filter:blur(12px);background:hsla(0,0%,100%,.1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.sol9x-header-container{display:flex;align-items:center;justify-content:space-between;padding:12px 80px;max-width:1440px;margin:0 auto;transition:padding .3s cubic-bezier(.4,0,.2,1)}.sol9x-header.scrolled .sol9x-header-container{padding:9px 80px}.sol9x-logo{height:20px;width:auto}.sol9x-nav{display:flex;align-items:center;gap:25px}.sol9x-nav-item-wrapper,.sol9x-nav-link{position:relative}.sol9x-nav-link{font-family:var(--font-jakarta);font-size:14px;font-weight:500;color:#000;transition:all .3s ease}.sol9x-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#0158ff;transition:width .3s ease}.sol9x-nav-link:hover:after{width:100%}.sol9x-nav-link:hover{color:#0158ff;text-decoration:none}.sol9x-mega-menu{position:absolute;top:100%;left:-90px;background:#fff;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.15);min-width:1000px;margin-top:10px;z-index:1000;padding:32px 40px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sol9x-mega-menu-content{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.sol9x-mega-menu-section{display:flex;flex-direction:column;gap:20px}.sol9x-mega-menu-category{border-bottom:1px solid #e5e7eb;padding-bottom:20px}.sol9x-mega-menu-category-title{font-family:var(--font-jakarta);font-size:16px;font-weight:600;color:#000;margin:0 0 8px}.sol9x-mega-menu-category-desc{font-family:var(--font-jakarta);font-size:12px;color:#6b7280;margin:0;line-height:1.5}.sol9x-mega-menu-items{display:flex;flex-direction:column;gap:0}.sol9x-mega-menu-item{display:grid;grid-template-columns:1fr auto;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6;text-decoration:none;transition:all .2s ease;gap:8px}.sol9x-mega-menu-item:hover{background-color:#f9fafb;padding-left:8px}.sol9x-mega-menu-item-title{font-family:var(--font-jakarta);font-size:14px;font-weight:600;color:#000}.sol9x-mega-menu-item-desc{font-family:var(--font-jakarta);font-size:12px;color:#6b7280;line-height:1.4;grid-column:1/-1}.sol9x-mega-menu-arrow{font-family:var(--font-jakarta);color:#9ca3af;font-size:14px;opacity:0;transition:opacity .2s ease;grid-row:1;grid-column:2}.sol9x-mega-menu-item:hover .sol9x-mega-menu-arrow{opacity:1;color:#0158ff}@media (max-width:768px){.sol9x-mega-menu{position:static;min-width:unset;margin-top:0;padding:16px 0;box-shadow:none;border-top:1px solid #e5e7eb}.sol9x-mega-menu-content{grid-template-columns:1fr;gap:16px}.sol9x-nav-link{font-size:14px}}.sol9x-contact-btn{padding:10px 20px;border-radius:25px;border:1px solid #0158ff;font-family:var(--font-jakarta);font-size:14px;font-weight:500;color:#0158ff;background:transparent;cursor:pointer;transition:all .2s}.sol9x-contact-btn:hover{background:#0158ff;color:#fff}.sol9x-contact-btn-desktop{display:block}.sol9x-contact-btn-mobile{display:none}.sol9x-hamburger{display:none;flex-direction:column;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0}.sol9x-hamburger span{display:block;width:24px;height:2px;background:#000;margin:4px 0;transition:all .3s ease}.sol9x-hamburger.open span:first-child{transform:rotate(45deg) translate(8px,8px)}.sol9x-hamburger.open span:nth-child(2){opacity:0}.sol9x-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.sol9x-hero{position:relative;width:100%;min-height:95vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.sol9x-hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.sol9x-hero-particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,rgba(1,151,255,.6) 0,rgba(1,151,255,0) 70%);border-radius:50%;animation:sol9x-particle-float 20s ease-in-out infinite;opacity:0}@keyframes sol9x-particle-float{0%{transform:translateY(0) translateX(0) scale(0);opacity:0}10%{opacity:.6;transform:translateY(-20vh) translateX(10px) scale(1)}50%{opacity:.8;transform:translateY(-50vh) translateX(-20px) scale(1.2)}90%{opacity:.4;transform:translateY(-90vh) translateX(15px) scale(.8)}to{opacity:0;transform:translateY(-100vh) translateX(0) scale(0)}}.sol9x-hero-gradient{position:absolute;bottom:0;left:0;right:0;height:154px;background:linear-gradient(180deg,#fff,#fdfcfc);filter:blur(37px)}.sol9x-hero-ring{position:absolute;bottom:-60px;left:50%;width:300px;height:150px;border-radius:300px 300px 0 0;border:25px solid #87ceeb;border-bottom:none;filter:blur(30px);opacity:0;animation:sol9x-ring-expand 4.5s cubic-bezier(.25,.46,.45,.94) infinite;z-index:1;pointer-events:none;box-sizing:border-box;transform-origin:center bottom;transform:translateX(-50%)}@keyframes sol9x-ring-expand{0%{width:300px;height:150px;border-radius:300px 300px 0 0;border-width:25px;opacity:0;transform:translateX(-50%) scale(1)}3.33%{width:400px;height:200px;border-radius:400px 400px 0 0;border-width:27px;opacity:.5;transform:translateX(-50%) scale(1)}6.67%{width:550px;height:275px;border-radius:550px 550px 0 0;border-width:30px;opacity:.7;transform:translateX(-50%) scale(1)}11.67%{width:750px;height:375px;border-radius:750px 750px 0 0;border-width:32px;opacity:.85;transform:translateX(-50%) scale(1)}16.67%{width:1000px;height:500px;border-radius:1000px 1000px 0 0;border-width:35px;opacity:.9;transform:translateX(-50%) scale(1)}21.67%{width:1250px;height:625px;border-radius:1250px 1250px 0 0;border-width:38px;opacity:.75;transform:translateX(-50%) scale(1)}26.67%{width:1600px;height:800px;border-radius:1600px 1600px 0 0;border-width:42px;opacity:.5;transform:translateX(-50%) scale(1)}31.67%{width:1900px;height:950px;border-radius:1900px 1900px 0 0;border-width:44px;opacity:.2;transform:translateX(-50%) scale(1)}33.33%{width:2000px;height:1000px;border-radius:2000px 2000px 0 0;border-width:45px;opacity:0;transform:translateX(-50%) scale(1)}33.34%,to{width:2000px;height:1000px;border-radius:2000px 2000px 0 0;border-width:45px;opacity:0;transform:translateX(-50%) scale(1)}}.sol9x-hero-container{position:relative;z-index:2;width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 40px;margin-top:-32px}.sol9x-hero-badge{position:relative;font-family:var(--font-dm-sans);font-size:11px;display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:80px;background:hsla(0,0%,100%,.9);border:1px solid rgba(1,151,255,.3);box-shadow:0 4px 16px rgba(1,151,255,.1);backdrop-filter:blur(10px);animation:sol9x-badge-entrance 1s ease-out;overflow:hidden}@keyframes sol9x-badge-entrance{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.sol9x-hero-badge-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(1,151,255,.15) 0,transparent 70%);animation:sol9x-badge-glow-rotate 4s linear infinite;pointer-events:none}@keyframes sol9x-badge-glow-rotate{0%{transform:rotate(0deg) scale(.8)}to{transform:rotate(1turn) scale(1.2)}}.sol9x-hero-badge-dot{position:relative;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#0158ff,#00d4ff);box-shadow:0 0 16px rgba(1,151,255,.8);animation:sol9x-badge-pulse 2s ease-in-out infinite}.sol9x-hero-badge-text{position:relative;font-family:var(--font-dm-sans);font-size:11px;font-weight:500;letter-spacing:.5px;color:#4a5568;z-index:1}.sol9x-hero-badge-highlight{font-weight:700;color:#0158ff;background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sol9x-hero-badge-text-defence{font-family:var(--font-dm-sans);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.33px;color:#000}.sol9x-hero-content{gap:40px;width:100%}.sol9x-hero-content,.sol9x-hero-headlines{display:flex;flex-direction:column;align-items:center}.sol9x-hero-headlines{gap:18px}.sol9x-hero-headline-wrapper{display:flex;flex-direction:column;align-items:center;width:90%;max-width:1200px}.sol9x-hero-headline{font-family:var(--font-jakarta);font-size:clamp(32px,6vw,68px);font-weight:700;line-height:1.15;letter-spacing:-1.5px;text-align:center;color:#1a1a1a;max-width:100%;animation:sol9x-headline-entrance 1s ease-out .2s both}@keyframes sol9x-headline-entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sol9x-hero-headline-special{position:relative;color:#0158ff;display:inline-block}.sol9x-hero-headline-special:after{content:"";position:absolute;bottom:0;left:0;right:0;height:8px;background:linear-gradient(90deg,rgba(1,151,255,.2),rgba(0,212,255,.3));border-radius:4px;z-index:-1;animation:sol9x-underline-expand .8s ease-out 1s both}@keyframes sol9x-underline-expand{0%{width:0}to{width:100%}}.sol9x-hero-industry-container{position:relative;height:85px;width:100%;overflow:hidden}.sol9x-hero-industry-item{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:all .5s}.sol9x-hero-industry-item.active{opacity:1;transform:translateY(0)}.sol9x-hero-industry-item.prev{opacity:0;transform:translateY(-100%)}.sol9x-hero-industry-item.next{opacity:0;transform:translateY(100%)}.sol9x-hero-industry-text{font-family:var(--font-jakarta);font-size:clamp(24px,6.5vw,68px);font-weight:700;line-height:1.2;letter-spacing:-2px;white-space:nowrap;background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sol9x-hero-industry-text-gradient{background:linear-gradient(135deg,#0158ff,#00d4ff 50%,#0158ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:sol9x-industry-gradient 3s ease infinite;position:relative}@keyframes sol9x-industry-gradient{0%,to{background-position:0}50%{background-position:100%}}.sol9x-headline-break{display:none}@media (max-width:768px){.sol9x-headline-break{display:block;content:"";margin:0;line-height:0}}.sol9x-hero-description{font-family:var(--font-dm-sans);font-size:18px;line-height:1.75;text-align:center;color:#5f6c7b;max-width:720px;animation:sol9x-description-entrance 1s ease-out .4s both}.sol9x-hero-description strong{font-weight:600;color:#2d3748;background:linear-gradient(135deg,rgba(1,151,255,.1),rgba(0,212,255,.05));padding:2px 6px;border-radius:4px}@keyframes sol9x-description-entrance{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.sol9x-hero-cta{display:flex;align-items:center;gap:20px;animation:sol9x-cta-entrance 1s ease-out .6s both}@keyframes sol9x-cta-entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sol9x-hero-btn-primary{position:relative;display:inline-flex;align-items:center;gap:8px;height:48px;padding:12px 28px;border-radius:30px;background:linear-gradient(135deg,#0158ff,#0185e6);box-shadow:0 8px 24px rgba(1,151,255,.4);font-family:var(--font-jakarta);font-size:15px;font-weight:700;letter-spacing:.3px;color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.sol9x-hero-btn-primary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.2),transparent);opacity:0;transition:opacity .3s ease}.sol9x-hero-btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px rgba(1,151,255,.5)}.sol9x-hero-btn-primary:hover:before{opacity:1}.sol9x-hero-btn-primary:hover .sol9x-hero-btn-icon{transform:translateX(4px)}.sol9x-hero-btn-primary:active{transform:translateY(-1px) scale(.98)}.sol9x-hero-btn-secondary{position:relative;display:inline-flex;align-items:center;gap:8px;height:48px;padding:12px 28px;border-radius:30px;border:2px solid #0158ff;font-family:var(--font-jakarta);font-size:15px;font-weight:700;letter-spacing:.3px;color:#0158ff;background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.sol9x-hero-btn-secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;color:#0158ff;opacity:0;transition:opacity .3s ease;z-index:-1}.sol9x-hero-btn-secondary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px rgba(1,151,255,.3)}.sol9x-hero-btn-secondary:hover:before{opacity:1}.sol9x-hero-btn-secondary:hover .sol9x-hero-btn-icon{transform:rotate(90deg)}.sol9x-hero-btn-secondary:active{transform:translateY(-1px) scale(.98)}.sol9x-hero-btn-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.sol9x-hero-btn-text{position:relative;z-index:1}.sol9x-hero-stats{display:flex;align-items:center;gap:40px;padding:24px 32px;border-radius:20px;background:hsla(0,0%,100%,.7);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.1);box-shadow:0 4px 20px rgba(0,0,0,.05);animation:sol9x-stats-entrance 1s ease-out .8s both}@keyframes sol9x-stats-entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sol9x-hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.sol9x-hero-stat-value{font-family:var(--font-jakarta);font-size:32px;font-weight:700;background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.sol9x-hero-stat-label{font-family:var(--font-dm-sans);font-size:13px;font-weight:500;color:#6b7280;white-space:nowrap}.sol9x-hero-stat-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent 0,rgba(1,151,255,.3) 50%,transparent)}@media (max-width:768px){.sol9x-hero-stats{gap:24px;padding:20px 24px;flex-wrap:wrap;justify-content:center}.sol9x-hero-stat-value{font-size:24px}.sol9x-hero-stat-label{font-size:11px}.sol9x-hero-stat-divider{display:none}}@media (max-width:1023px) and (min-width:900px){.sol9x-hero{min-height:90vh;padding:60px 40px}.sol9x-hero-container{padding:24px 32px}.sol9x-hero-badge{padding:9px 18px}.sol9x-hero-badge-text{font-size:10px}.sol9x-hero-headline{font-size:clamp(28px,5vw,52px)}.sol9x-hero-industry-text{font-size:clamp(22px,5.5vw,56px)}.sol9x-hero-description{font-size:17px;max-width:640px}.sol9x-hero-cta{gap:16px}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{height:46px;padding:11px 24px;font-size:14px}}@media (max-width:899px) and (min-width:768px){.sol9x-hero{min-height:90vh}.sol9x-hero-container{padding:20px 28px;gap:18px}.sol9x-hero-badge{padding:8px 16px}.sol9x-hero-badge-text{font-size:10px}.sol9x-hero-headline-wrapper{width:75%}.sol9x-hero-headline{font-size:clamp(26px,5vw,44px)}.sol9x-hero-industry-container{height:70px}.sol9x-hero-industry-text{font-size:clamp(20px,5.5vw,46px)}.sol9x-hero-description{font-size:16px;max-width:580px}.sol9x-hero-cta{gap:14px;flex-wrap:wrap;justify-content:center}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{height:44px;padding:10px 22px;font-size:14px}.sol9x-hero-particle{width:3px;height:3px}}@media (max-width:767px) and (min-width:600px){.sol9x-hero{min-height:90vh;padding:40px 24px}.sol9x-hero-container{padding:16px 20px;gap:16px}.sol9x-hero-badge{padding:7px 14px;flex-wrap:wrap;justify-content:center}.sol9x-hero-badge-text{font-size:9px;text-align:center}.sol9x-hero-headline-wrapper{width:90%}.sol9x-hero-headline{font-size:clamp(24px,6vw,34px)}.sol9x-hero-industry-container{height:60px}.sol9x-hero-industry-text{font-size:clamp(18px,6vw,36px)}.sol9x-hero-description{font-size:15px;max-width:500px}.sol9x-hero-cta{flex-direction:column;gap:12px;width:100%;align-items:center}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{width:100%;max-width:280px;height:44px;justify-content:center;font-size:14px}}@media (max-width:599px) and (min-width:480px){.sol9x-hero{min-height:90vh;padding:32px 20px}.sol9x-hero-container{padding:12px 16px;gap:14px;margin-top:-16px}.sol9x-hero-badge{padding:7px 12px}.sol9x-hero-badge-dot{width:6px;height:6px}.sol9x-hero-badge-text{font-size:9px}.sol9x-hero-content{gap:32px}.sol9x-hero-headlines{gap:14px}.sol9x-hero-headline-wrapper{width:95%}.sol9x-hero-headline{font-size:clamp(22px,6.5vw,30px);line-height:1.2}.sol9x-hero-headline-special:after{height:6px}.sol9x-hero-industry-container{height:55px}.sol9x-hero-industry-text{font-size:clamp(16px,6.5vw,32px)}.sol9x-hero-description{font-size:14px;line-height:1.6;max-width:420px}.sol9x-hero-cta{flex-direction:column;gap:10px;width:100%;align-items:center}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{width:100%;max-width:260px;height:42px;padding:10px 20px;font-size:13px}.sol9x-hero-particle{width:2px;height:2px}}@media (max-width:479px){.sol9x-hero{min-height:90vh;padding:24px 16px}.sol9x-hero-container{padding:8px 12px;gap:12px;margin-top:-12px}.sol9x-hero-badge{padding:6px 10px;gap:6px}.sol9x-hero-badge-dot{width:6px;height:6px}.sol9x-hero-badge-text{font-size:8px;letter-spacing:.3px}.sol9x-hero-content{gap:28px}.sol9x-hero-headlines{gap:12px}.sol9x-hero-headline-wrapper{width:100%}.sol9x-hero-headline{font-size:24px;line-height:1.25;letter-spacing:-.5px;text-align:center}.sol9x-hero-headline-special:after{height:5px;border-radius:3px}.sol9x-hero-industry-container{height:50px}.sol9x-hero-industry-text{font-size:26px;line-height:1.1}.sol9x-hero-description{font-size:13px;line-height:1.55;max-width:100%}.sol9x-hero-description strong{padding:1px 4px}.sol9x-hero-cta{flex-direction:column;gap:10px;width:100%;align-items:center}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{width:100%;max-width:100%;height:44px;padding:10px 18px;font-size:13px;border-radius:25px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.sol9x-hero-btn-icon{width:14px;height:14px}.sol9x-hero-particle{width:2px;height:2px;display:none}.sol9x-hero-btn-primary:hover,.sol9x-hero-btn-secondary:hover{transform:translateY(-2px) scale(1.01)}}@media (max-width:375px){.sol9x-hero{min-height:90vh;padding:20px 12px}.sol9x-hero-headline{font-size:22px}.sol9x-hero-industry-text{font-size:24px}.sol9x-hero-description{font-size:12px}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{height:42px;font-size:12px;padding:9px 16px}}.sol9x-trusted-section{gap:24px;box-sizing:border-box}.sol9x-trusted-container{gap:48px}.sol9x-trusted-header{max-width:800px}.sol9x-trusted-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50px;background:hsla(0,0%,100%,.8);border:1px solid rgba(1,151,255,.2);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(1,151,255,.1);animation:sol9x-badge-float 3s ease-in-out infinite}@keyframes sol9x-badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.sol9x-trusted-badge-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#0158ff,#00d4ff);box-shadow:0 0 12px rgba(1,151,255,.6);animation:sol9x-badge-pulse 2s ease-in-out infinite}@keyframes sol9x-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.sol9x-trusted-badge-text{font-family:var(--font-jakarta);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#0158ff}.sol9x-trusted-title{font-size:clamp(28px,4vw,42px);line-height:1.3}.sol9x-trusted-title-gradient{background:linear-gradient(135deg,#0158ff,#00d4ff 50%,#0158ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:sol9x-gradient-shift 3s ease infinite;display:inline-block}@keyframes sol9x-gradient-shift{0%,to{background-position:0}50%{background-position:100%}}.sol9x-trusted-subtitle{font-family:var(--font-dm-sans);font-size:16px;line-height:1.6;text-align:center;color:#6b7280;max-width:600px;margin:0}.sol9x-trusted-logo-card-inner{background:hsla(0,0%,100%,.7);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.5);box-shadow:0 4px 16px rgba(0,0,0,.05)}.sol9x-trusted-logo-card:hover .sol9x-trusted-logo-card-inner{background:hsla(0,0%,100%,.9);box-shadow:0 12px 32px rgba(1,151,255,.15)}.sol9x-trusted-logo-card-glow{background:radial-gradient(circle,rgba(1,151,255,.15) 0,transparent 70%)}.sol9x-trusted-logo-card:hover .sol9x-trusted-logo-img{filter:grayscale(0) brightness(1);transform:scale(1.1)}@media (max-width:1024px){.sol9x-trusted-section{padding:80px 40px}.sol9x-trusted-logo-card{width:140px;height:90px}.sol9x-trusted-logos-track{gap:20px}}@media (max-width:768px){.sol9x-trusted-section{padding:60px 24px}.sol9x-trusted-container{gap:36px}.sol9x-trusted-badge{padding:6px 12px}.sol9x-trusted-badge-text{font-size:11px}.sol9x-trusted-subtitle{font-size:14px}.sol9x-trusted-logo-card{width:120px;height:80px}.sol9x-trusted-logo-img{max-height:50px;max-width:100px}.sol9x-trusted-logos-track{gap:16px}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:80px}}@media (max-width:480px){.sol9x-trusted-section{padding:40px 16px}.sol9x-trusted-logo-card{width:100px;height:70px}.sol9x-trusted-logo-img{max-height:40px;max-width:80px}}.sol9x-solutions-section{justify-content:center;position:relative;overflow:hidden}.sol9x-solutions-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.sol9x-solutions-container{gap:60px;max-width:1400px;position:relative;z-index:1}.sol9x-solutions-header{gap:16px;text-align:center}.sol9x-solutions-title{font-size:clamp(28px,4vw,48px);line-height:1.25;letter-spacing:-.5px;color:#1a1a1a;margin:0}.sol9x-solutions-title-highlight{position:relative;background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-solutions-grid{grid-template-columns:repeat(4,1fr);gap:24px}.sol9x-solutions-card{position:relative;gap:20px;padding:32px 24px;border-radius:20px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.1);box-shadow:0 4px 16px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer}.sol9x-solutions-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(1,151,255,.05),rgba(0,212,255,.02));opacity:0;transition:opacity .4s ease;z-index:0}.sol9x-solutions-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(1,151,255,.15);border-color:rgba(1,151,255,.3)}.sol9x-solutions-card:hover:before{opacity:1}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{position:relative;z-index:1;width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,rgba(1,151,255,.1),rgba(0,212,255,.05));transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-solutions-icon-wrapper-alt{background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(1,151,255,.05))}.sol9x-solutions-card:hover .sol9x-solutions-icon-wrapper,.sol9x-solutions-card:hover .sol9x-solutions-icon-wrapper-alt{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#0158ff,#00d4ff);box-shadow:0 8px 24px rgba(1,151,255,.3)}.sol9x-solutions-card:hover .sol9x-solutions-icon-wrapper svg,.sol9x-solutions-card:hover .sol9x-solutions-icon-wrapper-alt svg{filter:brightness(0) invert(1)}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-solutions-content{position:relative;z-index:1}.sol9x-solutions-card-title{line-height:1.3;color:#1a1a1a;margin:0;transition:color .3s ease}.sol9x-solutions-card:hover .sol9x-solutions-card-title{color:#0158ff}.sol9x-solutions-card-description{line-height:1.6;margin:0}@media (min-width:1440px){.sol9x-solutions-grid{grid-template-columns:repeat(4,1fr);gap:28px}.sol9x-solutions-card{padding:36px 28px}}@media (max-width:1439px) and (min-width:1024px){.sol9x-solutions-section{padding:80px 60px}.sol9x-solutions-grid{grid-template-columns:repeat(4,1fr);gap:20px}.sol9x-solutions-card{padding:28px 20px}}@media (max-width:1023px) and (min-width:900px){.sol9x-solutions-section{padding:70px 40px}.sol9x-solutions-container{gap:50px}.sol9x-solutions-grid{grid-template-columns:repeat(3,1fr);gap:20px}.sol9x-solutions-card{padding:28px 20px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:64px;height:64px}.sol9x-solutions-card-title{font-size:18px}}@media (max-width:899px) and (min-width:768px){.sol9x-solutions-section{padding:60px 40px}.sol9x-solutions-container{gap:40px}.sol9x-solutions-title{font-size:clamp(24px,3.5vw,36px)}.sol9x-solutions-grid{grid-template-columns:repeat(2,1fr);gap:20px}.sol9x-solutions-card{padding:24px 20px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:60px;height:60px}.sol9x-solutions-card-title{font-size:18px}.sol9x-solutions-card-description{font-size:13px}}@media (max-width:767px) and (min-width:600px){.sol9x-solutions-section{padding:50px 32px}.sol9x-solutions-container{gap:36px}.sol9x-solutions-title{font-size:clamp(22px,4vw,28px)}.sol9x-solutions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.sol9x-solutions-card{padding:24px 18px;gap:16px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:56px;height:56px}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{width:40px;height:40px}.sol9x-solutions-card-title{font-size:17px}.sol9x-solutions-card-description{font-size:13px}}@media (max-width:599px) and (min-width:480px){.sol9x-solutions-section{padding:40px 24px}.sol9x-solutions-container{gap:32px}.sol9x-solutions-title{font-size:clamp(20px,5vw,26px);line-height:1.3}.sol9x-solutions-grid{grid-template-columns:1fr;gap:16px}.sol9x-solutions-card{padding:24px 20px;gap:16px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:56px;height:56px}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{width:40px;height:40px}.sol9x-solutions-card-title{font-size:18px}.sol9x-solutions-card-description{font-size:14px}}@media (max-width:479px){.sol9x-solutions-section{padding:40px 16px}.sol9x-solutions-container{gap:28px}.sol9x-solutions-title{font-size:22px;line-height:1.35}.sol9x-solutions-grid{grid-template-columns:1fr;gap:14px}.sol9x-solutions-card{padding:20px 16px;gap:14px;border-radius:16px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:52px;height:52px;border-radius:12px}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{width:36px;height:36px}.sol9x-solutions-card-title{font-size:17px}.sol9x-solutions-card-description{font-size:13px;line-height:1.5}.sol9x-solutions-card:hover{transform:translateY(-4px)}}.sol9x-trusted-section{width:100%;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(180deg,#fdfcfc,#fff 50%,#fdfcfc);position:relative;overflow:hidden}.sol9x-trusted-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(1,151,255,.03) 0,transparent 70%);pointer-events:none}.sol9x-trusted-container{gap:60px;width:100%;max-width:1440px;position:relative;z-index:1}.sol9x-trusted-container,.sol9x-trusted-header{display:flex;flex-direction:column;align-items:center}.sol9x-trusted-header{gap:16px;text-align:center}.sol9x-trusted-title{font-family:var(--font-jakarta);font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.25;letter-spacing:-.5px;text-align:center;color:#1a1a1a;margin:0}.sol9x-trusted-title-highlight{position:relative;background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-trusted-logos-wrapper{width:100%;overflow:hidden;position:relative;padding:20px 0}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.sol9x-trusted-logos-gradient-left{left:0;background:linear-gradient(90deg,#fdfcfc 0,hsla(0,20%,99%,0))}.sol9x-trusted-logos-gradient-right{right:0;background:linear-gradient(270deg,#fdfcfc 0,hsla(0,20%,99%,0))}.sol9x-trusted-logos-track{display:flex;align-items:center;gap:24px;animation:sol9x-scroll-logos 25s linear infinite;will-change:transform}.sol9x-trusted-logos-wrapper:hover .sol9x-trusted-logos-track{animation-play-state:paused}@keyframes sol9x-scroll-logos{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}.sol9x-trusted-logo-card{position:relative;flex-shrink:0;width:160px;height:100px;padding:2px;border-radius:16px;background:linear-gradient(135deg,rgba(1,151,255,.1),rgba(0,212,255,.05));transition:all .3s cubic-bezier(.4,0,.2,1)}.sol9x-trusted-logo-card:hover{transform:translateY(-8px) scale(1.05);background:linear-gradient(135deg,rgba(1,151,255,.2),rgba(0,212,255,.1))}.sol9x-trusted-logo-card-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;border-radius:14px;background:#fff;border:1px solid rgba(229,231,235,.8);box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.sol9x-trusted-logo-card:hover .sol9x-trusted-logo-card-inner{background:#fff;box-shadow:0 8px 24px rgba(1,151,255,.12);border:1px solid rgba(1,151,255,.2)}.sol9x-trusted-logo-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(1,151,255,.08) 0,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.sol9x-trusted-logo-card:hover .sol9x-trusted-logo-card-glow{opacity:1;animation:sol9x-glow-rotate 3s linear infinite}@keyframes sol9x-glow-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sol9x-trusted-logo-img{position:relative;z-index:1;height:auto;max-height:60px;max-width:120px;width:auto;-o-object-fit:contain;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1)}.sol9x-trusted-logo-card:hover .sol9x-trusted-logo-img{transform:scale(1.05)}@media (max-width:1439px) and (min-width:1024px){.sol9x-trusted-section{padding:80px 60px}.sol9x-trusted-logo-card{width:150px;height:95px}}@media (max-width:1023px) and (min-width:900px){.sol9x-trusted-section{padding:70px 40px}.sol9x-trusted-container{gap:50px}.sol9x-trusted-logo-card{width:140px;height:90px}.sol9x-trusted-logos-track{gap:20px}}@media (max-width:899px) and (min-width:768px){.sol9x-trusted-section{padding:60px 40px}.sol9x-trusted-container{gap:40px}.sol9x-trusted-title{font-size:clamp(24px,3.5vw,36px)}.sol9x-trusted-logo-card{width:130px;height:85px}.sol9x-trusted-logo-img{max-height:55px;max-width:110px}.sol9x-trusted-logos-track{gap:18px}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:100px}}@media (max-width:767px) and (min-width:600px){.sol9x-trusted-section{padding:50px 32px}.sol9x-trusted-container{gap:36px}.sol9x-trusted-title{font-size:clamp(22px,4vw,28px)}.sol9x-trusted-logo-card{width:120px;height:80px}.sol9x-trusted-logo-img{max-height:50px;max-width:100px}.sol9x-trusted-logos-track{gap:16px}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:80px}}@media (max-width:599px) and (min-width:480px){.sol9x-trusted-section{padding:40px 24px}.sol9x-trusted-container{gap:32px}.sol9x-trusted-title{font-size:clamp(20px,5vw,26px)}.sol9x-trusted-logo-card{width:110px;height:75px}.sol9x-trusted-logo-img{max-height:45px;max-width:90px}.sol9x-trusted-logos-track{gap:14px}}@media (max-width:479px){.sol9x-trusted-section{padding:40px 16px}.sol9x-trusted-container{gap:28px}.sol9x-trusted-title{font-size:22px}.sol9x-trusted-logo-card{width:100px;height:70px}.sol9x-trusted-logo-img{max-height:40px;max-width:80px}.sol9x-trusted-logos-track{gap:12px}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:60px}.sol9x-trusted-logo-card:hover{transform:translateY(-4px) scale(1.02)}}.sol9x-workflow-section{width:100%;padding:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.sol9x-workflow-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.sol9x-workflow-container{gap:60px;max-width:1400px;position:relative;z-index:1}.sol9x-workflow-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.sol9x-workflow-title{font-size:clamp(28px,4vw,48px);line-height:1.25;letter-spacing:-.5px;color:#1a1a1a;margin:0}.sol9x-workflow-title-highlight{position:relative;background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-workflow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.sol9x-workflow-step{align-items:center;gap:20px;padding:28px 20px;border-radius:20px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.08);box-shadow:0 4px 16px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-workflow-step:before{content:"";position:absolute;top:-50%;right:-50%;width:120px;height:120px;background:radial-gradient(circle,rgba(1,151,255,.3) 0,transparent 70%);border-radius:50%;opacity:0;transition:opacity .4s ease;z-index:0;filter:blur(20px);pointer-events:none}.sol9x-workflow-step:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(1,151,255,.15);border-color:rgba(1,151,255,.3)}.sol9x-workflow-step:hover:before{opacity:1}.sol9x-workflow-badge{position:relative;z-index:1;height:72px;border-radius:50%;background:linear-gradient(135deg,#0158ff,#00d4ff);box-shadow:0 8px 24px rgba(1,151,255,.3);transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-workflow-step:hover .sol9x-workflow-badge{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px rgba(1,151,255,.4)}.sol9x-workflow-badge-text{font-size:24px;font-weight:700;color:#fff}.sol9x-workflow-step-content{position:relative;z-index:1;text-align:left}.sol9x-workflow-step-title{line-height:1.3;color:#1a1a1a;margin:0;transition:color .3s ease}.sol9x-workflow-step:hover .sol9x-workflow-step-title{color:#0158ff}.sol9x-workflow-step-description{font-size:14px;line-height:1.6;color:#5f6c7b;margin:0}.sol9x-workflow-connector{right:-24px;top:50%;transform:translateY(-50%);z-index:2;transition:all .3s ease}.sol9x-workflow-step:hover .sol9x-workflow-connector{right:-28px}.sol9x-workflow-bar{right:0;height:4px;background:linear-gradient(90deg,#0158ff,#00d4ff);border-radius:0 0 20px 20px;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1);opacity:0}.sol9x-workflow-step:hover .sol9x-workflow-bar{transform:scaleX(1);opacity:1}@media (max-width:1439px) and (min-width:1024px){.sol9x-workflow-section{padding:80px 60px}.sol9x-workflow-steps{gap:28px}}@media (max-width:1023px) and (min-width:900px){.sol9x-workflow-section{padding:70px 40px}.sol9x-workflow-container{gap:50px}.sol9x-workflow-steps{grid-template-columns:repeat(2,1fr);gap:24px}.sol9x-workflow-connector{display:none}}@media (max-width:899px) and (min-width:768px){.sol9x-workflow-section{padding:60px 40px}.sol9x-workflow-container{gap:40px}.sol9x-workflow-title{font-size:clamp(24px,3.5vw,36px)}.sol9x-workflow-steps{grid-template-columns:repeat(2,1fr);gap:20px}.sol9x-workflow-step{padding:28px 20px}.sol9x-workflow-badge{width:64px;height:64px}.sol9x-workflow-badge-text{font-size:20px}.sol9x-workflow-connector{display:none}}@media (max-width:767px) and (min-width:600px){.sol9x-workflow-section{padding:60px 20px}.sol9x-workflow-container{gap:36px}.sol9x-workflow-title{font-size:24px}.sol9x-workflow-steps{display:flex;flex-direction:column;gap:16px;padding-bottom:0;overflow-x:visible}.sol9x-workflow-step{display:flex;flex-direction:row;align-items:center;text-align:left;width:100%;min-width:0;padding:20px;min-height:auto}.sol9x-workflow-badge{width:50px;height:50px;flex-shrink:0;margin-right:0;padding:0;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none;border-radius:12px}.sol9x-workflow-step:hover .sol9x-workflow-badge{transform:none;box-shadow:none;background:#f8fafc;border-color:#e2e8f0}.sol9x-workflow-badge-text{font-size:16px;font-weight:700;color:#0f172a}.sol9x-workflow-step:hover .sol9x-workflow-badge-text{color:#0f172a}.sol9x-workflow-step-content{align-items:flex-start;text-align:left;padding-left:16px}.sol9x-workflow-connector{display:none}}@media (max-width:599px) and (min-width:480px){.sol9x-workflow-section{padding:40px 16px}.sol9x-workflow-container{gap:32px}.sol9x-workflow-title{font-size:24px}.sol9x-workflow-steps{display:flex;flex-direction:column;gap:16px;padding-bottom:0;overflow-x:visible}.sol9x-workflow-step{display:flex;flex-direction:row;align-items:center;text-align:left;width:100%;min-width:0;padding:16px;min-height:auto}.sol9x-workflow-badge{width:48px;height:48px;flex-shrink:0;margin-right:0;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none;border-radius:10px}.sol9x-workflow-step:hover .sol9x-workflow-badge{transform:none;box-shadow:none;background:#f8fafc}.sol9x-workflow-badge-text{font-size:16px;color:#0f172a}.sol9x-workflow-step:hover .sol9x-workflow-badge-text{color:#0f172a}.sol9x-workflow-step-content{align-items:flex-start;text-align:left;padding-left:14px}.sol9x-workflow-connector{display:none}}.sol9x-work-impact-section{width:100%;padding:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(180deg,#fdfcfc,#fff 50%,#fdfcfc);position:relative;overflow:hidden}.sol9x-work-impact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 40% 50%,rgba(1,151,255,.02) 0,transparent 50%);pointer-events:none}.sol9x-work-impact-container{display:flex;flex-direction:column;align-items:center;gap:60px;width:100%;max-width:1400px;position:relative;z-index:1}.sol9x-work-impact-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.sol9x-work-impact-title{font-family:var(--font-jakarta);font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.25;letter-spacing:-.5px;text-align:center;color:#1a1a1a;margin:0}.sol9x-work-impact-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-work-impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%}.sol9x-work-impact-item{position:relative;display:flex;flex-direction:row;align-items:stretch;transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-work-impact-bar{width:6px;min-width:6px;align-self:stretch;background:linear-gradient(180deg,#0158ff,#00d4ff);border-radius:8px 0 0 8px}.sol9x-work-impact-card{display:flex;flex-direction:column;flex:1;border-radius:0 8px 8px 0;background:hsla(0,0%,100%,.9);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.1);border-left:none;box-shadow:0 4px 16px rgba(0,0,0,.04);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-work-impact-item:hover{transform:translateX(4px)}.sol9x-work-impact-item:hover .sol9x-work-impact-card{box-shadow:0 8px 32px rgba(1,151,255,.2)}.sol9x-work-impact-image{width:100%;height:280px;background-size:cover;background-position:50%;transition:transform .4s ease}.sol9x-work-impact-item:hover .sol9x-work-impact-image{transform:scale(1.05)}.sol9x-work-impact-content{display:flex;flex-direction:column;gap:20px;padding:32px 28px}.sol9x-work-impact-text-wrapper{display:flex;flex-direction:column;gap:12px}.sol9x-work-impact-card-title{font-family:var(--font-jakarta);font-size:24px;font-weight:700;color:#1a1a1a;margin:0;transition:color .3s ease}.sol9x-work-impact-item:hover .sol9x-work-impact-card-title{color:#0158ff}.sol9x-work-impact-card-description{font-family:var(--font-dm-sans);font-size:15px;line-height:1.6;color:#5f6c7b;margin:0}.sol9x-work-impact-cta{display:inline-flex;align-items:center;gap:8px;padding:0;background:none;border:none;font-family:var(--font-jakarta);font-size:15px;font-weight:600;color:#0158ff;cursor:pointer;transition:gap .3s ease}.sol9x-work-impact-cta:hover{gap:12px}.sol9x-work-impact-cta svg{transition:transform .3s ease}.sol9x-work-impact-cta:hover svg{transform:translateX(4px)}@media (max-width:899px){.sol9x-work-impact-grid{grid-template-columns:1fr}}@media (max-width:479px){.sol9x-work-impact-section{padding:40px 16px}.sol9x-work-impact-container{gap:28px}.sol9x-work-impact-image{height:160px}.sol9x-work-impact-content{padding:20px 16px}}.sol9x-insights-section{background:linear-gradient(180deg,#fff,#fdfcfc 50%,#fff);overflow:hidden}.sol9x-insights-announcement{left:-10000px}.sol9x-insights-container{max-width:1400px;margin:0 auto}.sol9x-insights-header{align-items:center;gap:60px}.sol9x-insights-title{font-size:clamp(28px,4vw,48px);line-height:1.25;letter-spacing:-.5px;color:#1a1a1a;margin:0}.sol9x-insights-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-insights-grid{overflow:hidden}.sol9x-insights-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.sol9x-insights-card{flex:0 0 100%;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.1);box-shadow:0 4px 16px rgba(0,0,0,.04);transition:all .4s ease}.sol9x-insights-card:hover{box-shadow:0 12px 40px rgba(1,151,255,.15)}.sol9x-insights-image{height:320px;position:relative}.sol9x-insights-badge{position:absolute;top:20px;left:20px;padding:8px 16px;border-radius:50px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px)}.sol9x-insights-badge-text{font-size:12px;font-weight:600;color:#0158ff;text-transform:uppercase}.sol9x-insights-content{gap:20px;padding:32px 28px}.sol9x-insights-text-content{gap:12px}.sol9x-insights-card-title{font-size:24px;color:#1a1a1a;margin:0;transition:color .3s ease}.sol9x-insights-card:hover .sol9x-insights-card-title{color:#0158ff}.sol9x-insights-card-description{font-size:15px;line-height:1.6;margin:0}.sol9x-insights-cta{display:inline-flex;padding:0;background:none;font-family:var(--font-jakarta);font-size:15px;font-weight:600;color:#0158ff;transition:gap .3s ease}.sol9x-insights-cta:hover{gap:12px}.sol9x-insights-slider-footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:20px}.sol9x-insights-slider-controls{display:flex;gap:16px}.sol9x-insights-slider-btn{padding:10px 20px;border-radius:25px;border:1px solid rgba(1,151,255,.3);background:hsla(0,0%,100%,.8);font-family:var(--font-jakarta);font-size:14px;font-weight:600;color:#0158ff;cursor:pointer;transition:all .3s ease}.sol9x-insights-slider-btn:hover{background:#0158ff;color:#fff}.sol9x-insights-dots{display:flex;gap:12px}.sol9x-insights-dot{width:10px;height:10px;border:2px solid rgba(1,151,255,.3);background:transparent;cursor:pointer;transition:all .3s ease}.sol9x-insights-dot.active{border-color:#0158ff}.sol9x-insights-view-all{display:inline-flex;padding:12px 28px;border-radius:30px;border:2px solid #0158ff;background:hsla(0,0%,100%,.8);font-family:var(--font-jakarta);font-size:15px;font-weight:700;color:#0158ff;transition:all .3s ease}.sol9x-insights-view-all:hover{background:#0158ff;color:#fff}.sol9x-insights-view-all:hover span{color:#fff}.sol9x-insights-view-all:hover svg path{stroke:#fff}@media (max-width:899px){.sol9x-insights-slider-footer{flex-direction:column;gap:20px}}@media (max-width:479px){.sol9x-insights-section{padding:40px 16px}.sol9x-insights-container{gap:28px}.sol9x-insights-image{height:200px}}.sol9x-faq-section{background:linear-gradient(180deg,#fdfcfc,#fff 50%,#fdfcfc)}.sol9x-faq-container{display:grid;grid-template-columns:1fr 2fr;gap:80px;width:100%;max-width:1440px;margin:0 auto}.sol9x-faq-sidebar{gap:32px}.sol9x-faq-title{font-size:clamp(28px,4vw,48px);line-height:1.25;letter-spacing:-.5px;color:#1a1a1a}.sol9x-faq-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-faq-contact{gap:12px}.sol9x-faq-contact-text{color:#5f6c7b;margin:0}.sol9x-faq-contact-link{font-family:var(--font-jakarta);text-decoration:none;transition:color .3s ease}.sol9x-faq-contact-link:hover{text-decoration:underline}.sol9x-faq-question-wrapper{gap:24px;padding:24px 0}.sol9x-faq-question{font-family:var(--font-jakarta);font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.sol9x-faq-answer{font-size:15px;line-height:1.6;margin:0}.sol9x-faq-divider{background:rgba(1,151,255,.1)}@media (max-width:1023px){.sol9x-faq-container{grid-template-columns:1fr;gap:48px}}@media (max-width:479px){.sol9x-faq-section{padding:40px 16px}.sol9x-faq-question{font-size:18px}}.sol9x-cta-section{height:312px;justify-content:space-between}.sol9x-cta-background{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;background:#fff}.sol9x-cta-container{max-width:1280px;margin:0 auto;justify-content:space-between}.sol9x-cta-content{align-items:flex-start;gap:12px;max-width:698px}.sol9x-cta-title{font-size:36px;line-height:40px;text-align:flex-start;color:#000}.sol9x-cta-description{font-size:20px;line-height:30px;text-align:flex-start;color:#7f7f7f}.sol9x-cta-buttons{gap:16px}.sol9x-cta-btn-primary{height:44px;padding:10px;border-radius:25px;background:#0158ff;font-family:var(--font-jakarta);font-size:14px;font-weight:700;line-height:16px;letter-spacing:.42px;border:none;cursor:pointer;transition:background-color .2s;min-width:176px}.sol9x-cta-btn-primary:hover{background:#0185e6}.sol9x-cta-btn-secondary{height:44px;padding:10px;border-radius:25px;border:1px solid #0158ff;font-family:var(--font-jakarta);font-size:14px;font-weight:700;line-height:16px;letter-spacing:.42px;background:transparent;cursor:pointer;transition:all .2s;min-width:176px}.sol9x-cta-btn-secondary:hover{background:#0158ff}.sol9x-solutions-section{padding:80px;gap:40px;background-color:#f9f9f9}.sol9x-solutions-container,.sol9x-solutions-section{width:100%;display:flex;flex-direction:column;align-items:center}.sol9x-solutions-container{max-width:1440px}.sol9x-solutions-header{display:flex;flex-direction:column;align-items:center}.sol9x-solutions-title{font-family:var(--font-jakarta);font-size:44px;font-weight:700;line-height:120%;letter-spacing:0;text-align:center;max-width:60%;color:#000}.sol9x-solutions-title-highlight{color:#0158ff}.sol9x-solutions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;grid-auto-rows:minmax(0,1fr);align-items:stretch}.sol9x-solutions-card{display:flex;flex-direction:column;align-items:flex-start;gap:22px;flex:1;padding:16px;border-radius:12px;border:1px solid #d5d5d5;background:#fff;transition:box-shadow .2s;height:100%}.sol9x-solutions-card:hover{transform:translateY(-4px);box-shadow:0 2px 4px rgba(0,0,0,.09)}.sol9x-solutions-icon-wrapper{padding:12px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:12px}.sol9x-solutions-icon-wrapper-alt{padding:10px 13px}.sol9x-solutions-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;flex:1}.sol9x-solutions-card-title{font-family:var(--font-jakarta);font-size:20px;font-weight:700;line-height:22px;color:#000}.sol9x-solutions-card-description{font-family:var(--font-dm-sans);font-size:14px;line-height:150%;color:#5f6c7b}.sol9x-industries-section{padding:100px 80px;gap:40px;background:linear-gradient(180deg,#f8faff,#fff)}.sol9x-industries-container,.sol9x-industries-section{width:100%;display:flex;flex-direction:column;align-items:center}.sol9x-industries-container{gap:60px;max-width:1200px}.sol9x-industries-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;width:100%}.sol9x-industries-title{font-family:var(--font-jakarta);font-size:32px;font-weight:700;line-height:125%;letter-spacing:-2px;text-align:center;color:#000;max-width:600px}.sol9x-industries-title-highlight{color:#0158ff}.sol9x-industries-subtitle{font-family:var(--font-jakarta);font-size:16px;line-height:150%;text-align:center;color:#5f6c7b;max-width:600px}.sol9x-industries-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr auto;gap:24px;width:100%;max-width:1200px;align-items:stretch}.sol9x-industries-card{border-radius:16px;padding:48px 32px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.04)}.sol9x-industries-card-small{gap:16px}.sol9x-industries-card-small .sol9x-industries-icon-img{width:64px;height:64px}.sol9x-industries-card-small .sol9x-industries-card-text{font-size:20px}.sol9x-industries-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.sol9x-industries-card-icon{display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:0}.sol9x-industries-icon-img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.sol9x-industries-card-text{font-family:var(--font-jakarta);font-size:24px;font-weight:700;color:#000;text-align:center;line-height:1.2}.industry-img-default{width:300px;height:300px}.industry-img-defence{width:310px;height:115px}.industry-img-education{width:550px;height:300px}.industry-img-manufacturing{width:400px;height:105px}.industry-img-healthcare{width:250px;height:250px}.industry-img-fintech{width:400px;height:115px}.industry-img-entertainment{width:110px;height:110px}.industry-img-cybersecurity{width:400px;height:105px}.industries-section{padding:5rem 1rem;background:#fff}.industries-container{max-width:72rem;margin-left:auto;margin-right:auto}.industries-title{font-size:44px}@media (min-width:768px){.industries-title{font-size:44px}}.industries-subtitle{color:#4b5563;font-size:1.125rem;max-width:42rem;margin-left:auto;margin-right:auto}.industries-grid{grid-template-columns:1fr;gap:1rem;grid-auto-rows:160px}@media (min-width:768px){.industries-grid{grid-template-columns:repeat(3,1fr)}}.industry-card{border-radius:1.5rem;justify-content:flex-end;transition:all .3s cubic-bezier(.4,0,.2,1)}.industry-card:hover{box-shadow:0 10px 30px rgba(2,6,23,.08)}.industry-title{z-index:10;text-align:center;font-weight:600;color:#1a1a1a;font-size:1.125rem}.industry-img-wrapper{transition:transform .5s ease}.industry-card.group:hover .industry-img-wrapper,.industry-card:hover .industry-img-wrapper{transform:scale(1.1)}.industry-img-wrapper{display:block}.industry-img-wrapper .industry-img,.industry-img-wrapper img{-o-object-fit:contain;object-fit:contain;width:100%!important;height:100%!important;position:absolute;inset:0}.industry-img-outer{position:absolute;top:2rem;left:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.industry-bg-cybersecurity,.industry-bg-defence,.industry-bg-education,.industry-bg-entertainment,.industry-bg-fintech,.industry-bg-healthcare,.industry-bg-manufacturing{background:linear-gradient(135deg,rgba(191,231,255,.3),rgba(230,245,255,.6))}.sol9x-workflow-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1440px}.sol9x-workflow-title{font-family:var(--font-jakarta);font-size:44px;font-weight:700;line-height:120%;letter-spacing:.88px;text-align:center;text-transform:capitalize;color:#000}.sol9x-workflow-title-highlight{color:#0158ff}.sol9x-workflow-step{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:28px;padding:28px 24px;border:1px solid #d9d9d9;background:#fff;transition:box-shadow .2s;overflow:hidden;justify-content:space-between}.sol9x-workflow-badge{display:flex;width:72px;padding:24px;justify-content:center;align-items:center;gap:10px;border-radius:8px;border:3px solid #f1f5f9;opacity:.5;background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}.sol9x-workflow-step:hover .sol9x-workflow-badge{background:#0158ff;border-color:#0158ff;opacity:1}.sol9x-workflow-badge-text{font-family:var(--font-jakarta);font-size:20px;font-weight:600;line-height:24px;color:#000;transition:color .3s cubic-bezier(.4,0,.2,1)}.sol9x-workflow-step:hover .sol9x-workflow-badge-text{color:#fff}.sol9x-workflow-step-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;flex:1}.sol9x-workflow-step-title{font-family:var(--font-jakarta);font-size:20px;font-weight:700;line-height:24px;letter-spacing:.4px;color:#000}.sol9x-workflow-step-description{font-family:var(--font-dm-sans);font-size:16px;line-height:150%;color:#4b535d}.sol9x-workflow-connector{position:absolute;right:-27px;top:-12px;width:97px;height:86px;transform:scale(.8) rotate(0deg);transform-origin:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.sol9x-workflow-step:hover .sol9x-workflow-connector{transform:scale(1.5) rotate(1turn)}.sol9x-workflow-bar{position:absolute;bottom:0;left:0;width:5.275px;height:6px;background:#0158ff;transform-origin:left center;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:1}.sol9x-workflow-step:hover .sol9x-workflow-bar{width:100%;transform-origin:left center}.sol9x-why-choose-section{display:flex;flex-direction:column;align-items:center;background-color:#f9f9f9}.sol9x-why-choose-container{z-index:10}.sol9x-why-choose-title{line-height:24px;letter-spacing:2%;text-align:center;color:#000}.sol9x-why-choose-title-highlight{color:#0158ff}.sol9x-why-choose-grid{gap:24px;height:40%}.sol9x-why-choose-card-large{background:linear-gradient(135deg,rgba(191,231,255,.3),rgba(230,245,255,.6));border-radius:16px;padding:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:300px;transition:box-shadow .2s;position:relative;grid-column:1;grid-row:1/3}.sol9x-why-choose-card-large:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.sol9x-why-choose-card-large .sol9x-why-choose-card-image-wrapper{position:absolute;bottom:0;right:0}.sol9x-why-choose-card-large .sol9x-why-choose-card-image{width:auto;height:auto;max-width:500px;max-height:500px}.sol9x-why-choose-image-national{width:700px!important;height:auto!important;max-width:700px;max-height:700px}.sol9x-why-choose-image-highstake{width:500px!important;height:auto!important;max-width:500px;max-height:500px}.sol9x-why-choose-image-global,.sol9x-why-choose-image-outcome,.sol9x-why-choose-image-security{width:180px!important;height:auto!important;max-width:180px;max-height:180px}.sol9x-why-choose-card-large .sol9x-why-choose-card-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;position:relative;z-index:2}.sol9x-why-choose-card-large-title{font-size:24px;color:#000;margin-bottom:12px}.sol9x-why-choose-card-large-text{color:#3a3a3a;line-height:1.5}.sol9x-why-choose-card-small{background:linear-gradient(135deg,rgba(191,231,255,.3),rgba(230,245,255,.6));border-radius:16px;padding:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:280px;transition:box-shadow .2s;position:relative}.sol9x-why-choose-card-small:nth-child(2){grid-column:2;grid-row:1}.sol9x-why-choose-card-small:nth-child(3){grid-column:3;grid-row:1}.sol9x-why-choose-card-small:nth-child(4){grid-column:2;grid-row:2}.sol9x-why-choose-card-small:nth-child(5){grid-column:3;grid-row:2}.sol9x-why-choose-card-small:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.sol9x-why-choose-card-small .sol9x-why-choose-card-image-wrapper{position:absolute;bottom:0;right:0;width:auto;height:auto;display:flex;align-items:flex-end;justify-content:flex-end;margin:0;z-index:1}.sol9x-why-choose-card-small .sol9x-why-choose-card-image{width:auto;height:auto;max-width:400px;max-height:400px;-o-object-fit:contain;object-fit:contain}.sol9x-why-choose-card-small .sol9x-why-choose-card-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;position:relative;z-index:2}.sol9x-why-choose-card-small-title{color:#000;margin-bottom:8px}.sol9x-why-choose-card-small-text{color:#5f6c7b;line-height:1.5}.sol9x-insights-section{padding:80px;gap:24px;position:relative}.sol9x-insights-container,.sol9x-insights-section{width:100%;display:flex;flex-direction:column;align-items:center}.sol9x-insights-container{max-width:1440px}.sol9x-insights-header{display:flex;flex-direction:column;align-items:flex-start;width:100%}.sol9x-insights-title{font-family:var(--font-jakarta);font-size:44px;font-weight:700;line-height:120%;text-align:center;width:100%;color:#000}.sol9x-insights-title-highlight{color:#0158ff}.sol9x-insights-announcement{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sol9x-insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}.sol9x-insights-track{display:contents}.sol9x-insights-dots{display:none;justify-content:center;gap:8px;margin-top:12px}.sol9x-insights-slider-btn,.sol9x-insights-slider-controls,.sol9x-insights-slider-footer{display:none}.sol9x-insights-dot{width:8px;height:8px;border-radius:50%;background:#d8d8d8;border:none;padding:0}.sol9x-insights-dot.active{background:#0158ff}.sol9x-insights-card{display:flex;flex-direction:column;align-items:flex-start;flex:1;border-radius:20px;border:1px solid #d6d6d6;background:#fff;overflow:hidden;transition:box-shadow .2s}.sol9x-insights-card:hover{box-shadow:0 2px 4px rgba(0,0,0,.09)}.sol9x-insights-image{height:184px;width:100%;padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.sol9x-insights-badge{display:inline-flex;padding:10px 12px;justify-content:center;align-items:center;gap:10px;border-radius:15px;border:1px solid hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.1);backdrop-filter:blur(4px)}.sol9x-insights-badge-text{font-family:var(--font-jakarta);font-size:14px;font-weight:700;line-height:16px;color:#fff}.sol9x-insights-content{gap:24px;padding:24px}.sol9x-insights-content,.sol9x-insights-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.sol9x-insights-text-wrapper{gap:16px}.sol9x-insights-date{display:flex;align-items:center;gap:12px}.sol9x-insights-date-inner{display:flex;align-items:center;gap:8px}.sol9x-insights-date-text{font-family:var(--font-dm-sans);font-size:14px;font-weight:600;line-height:20px;color:#768498}.sol9x-insights-text-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.sol9x-insights-card-title{font-family:var(--font-jakarta);font-size:20px;font-weight:700;line-height:22px;letter-spacing:.36px;color:#000}.sol9x-insights-card-description{font-family:var(--font-dm-sans);font-size:14px;line-height:150%;color:#5f6c7b}.sol9x-insights-cta{display:flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer}.sol9x-insights-cta-text{font-family:var(--font-jakarta);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.48px;color:#0158ff}.sol9x-insights-view-all{display:flex;align-items:center;gap:8px;margin-top:2rem;background:transparent;border:none;cursor:pointer}.sol9x-insights-view-all-text{font-family:var(--font-jakarta);font-size:18px;font-weight:500;line-height:20px;letter-spacing:.54px;color:#000}.sol9x-faq-section{width:100%;padding:80px;display:flex;align-items:flex-start;justify-content:center;background-color:#f9f9f9}.sol9x-faq-sidebar{width:320px;display:flex;flex-direction:column;gap:24px;flex-shrink:0}.sol9x-faq-title{font-family:var(--font-jakarta);font-size:32px;font-weight:700;line-height:40px;color:#000;margin:0}.sol9x-faq-contact{display:flex;flex-direction:column;align-items:flex-start;gap:-4px}.sol9x-faq-contact-text{color:#404040}.sol9x-faq-contact-link,.sol9x-faq-contact-text{font-family:var(--font-dm-sans);font-size:16px;line-height:30px}.sol9x-faq-contact-link{font-weight:600;color:#0158ff;text-decoration:underline;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s}.sol9x-faq-contact-link:hover{text-decoration:none}.sol9x-faq-list{flex:1;display:flex;flex-direction:column;max-width:800px;padding:0;flex-shrink:0}.sol9x-faq-item{flex-direction:column;gap:20px}.sol9x-faq-item,.sol9x-faq-question-wrapper{display:flex;align-items:flex-start;width:100%}.sol9x-faq-question-wrapper{justify-content:space-between;cursor:pointer}.sol9x-faq-question-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1}.sol9x-faq-question{line-height:20px;color:#0e0e0e}.sol9x-faq-answer,.sol9x-faq-question{font-family:var(--font-dm-sans);font-size:16px}.sol9x-faq-answer{line-height:150%;color:#5f6c7b;max-width:677px}.sol9x-faq-icon{flex-shrink:0}.sol9x-faq-divider{height:1px;width:100%;background:#e2e2e2}.sol9x-footer{padding:80px 80px 10px;flex-direction:column;background-color:#f9f9f9}.sol9x-footer,.sol9x-footer-newsletter{width:100%;display:flex;align-items:center;position:relative}.sol9x-footer-newsletter{max-width:1280px;padding:48px 60px;border-radius:24px;background:linear-gradient(135deg,#0158ff,#0185e6);justify-content:space-between;gap:40px;margin-bottom:60px;overflow:hidden;box-shadow:0 10px 40px rgba(1,151,255,.25),0 4px 12px rgba(0,0,0,.1)}.sol9x-footer-newsletter:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%;animation:sol9x-newsletter-float 8s ease-in-out infinite}@keyframes sol9x-newsletter-float{0%,to{transform:translate(0)}50%{transform:translate(-30px,30px)}}.sol9x-footer-newsletter-content{flex:1;position:relative;z-index:1}.sol9x-footer-newsletter-title{font-family:var(--font-jakarta);font-size:32px;font-weight:700;line-height:120%;color:#fff;margin:0 0 12px}.sol9x-footer-newsletter-desc{font-family:var(--font-dm-sans);font-size:16px;line-height:150%;color:hsla(0,0%,100%,.9);margin:0;max-width:500px}.sol9x-footer-newsletter-form{display:flex;align-items:center;gap:12px;position:relative;z-index:1;min-width:400px}.sol9x-footer-newsletter-input{flex:1;padding:16px 24px;border-radius:50px;border:2px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);font-family:var(--font-dm-sans);font-size:15px;color:#fff;transition:all .3s ease}.sol9x-footer-newsletter-input::-moz-placeholder{color:hsla(0,0%,100%,.7)}.sol9x-footer-newsletter-input::placeholder{color:hsla(0,0%,100%,.7)}.sol9x-footer-newsletter-input:focus{outline:none;background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);box-shadow:0 4px 16px rgba(0,0,0,.1)}.sol9x-footer-newsletter-btn{padding:16px 32px;border-radius:50px;background:#fff;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px rgba(0,0,0,.15)}.sol9x-footer-newsletter-btn span{font-family:var(--font-jakarta);font-size:15px;font-weight:600;color:#0158ff;transition:color .3s ease}.sol9x-footer-newsletter-btn svg{color:#0158ff;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sol9x-footer-newsletter-btn:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.sol9x-footer-newsletter-btn:hover svg{transform:translateX(4px)}.sol9x-footer-newsletter-btn:active{transform:translateY(0)}.sol9x-footer-container{gap:20px;max-width:1440px}.sol9x-footer-container,.sol9x-footer-main{display:flex;flex-direction:column;align-items:center;width:100%}.sol9x-footer-main{padding:0;gap:80px}.sol9x-footer-content{width:100%;max-width:1280px;display:flex;flex-direction:row;align-items:flex-start;gap:40px;justify-content:space-between}.sol9x-footer-links{display:flex;align-items:flex-start;gap:60px;flex:1}.sol9x-footer-link-group{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.sol9x-footer-link-title{font-family:var(--font-jakarta);font-size:16px;font-weight:700;line-height:20px;color:#000;text-transform:capitalize;position:relative;padding-bottom:8px}.sol9x-footer-link-title:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:3px;background:linear-gradient(90deg,#0158ff,transparent);border-radius:2px}.sol9x-footer-link-list{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.sol9x-footer-link{padding:6px 0;font-family:var(--font-dm-sans);font-size:14px;line-height:20px;color:#2a2929;text-transform:capitalize;transition:all .3s ease;display:flex;align-items:center;gap:8px;position:relative}.sol9x-footer-link-icon{opacity:0;transform:translateX(-8px);transition:all .3s ease;color:#0158ff;font-size:16px}.sol9x-footer-link:hover{color:#0158ff;padding-left:8px}.sol9x-footer-link:hover .sol9x-footer-link-icon{opacity:1;transform:translateX(0)}.sol9x-footer-right{justify-content:space-between;height:252px}.sol9x-footer-certifications,.sol9x-footer-right{display:flex;flex-direction:column;align-items:flex-end}.sol9x-footer-certifications{gap:24px}.sol9x-footer-cert-title{font-family:var(--font-jakarta);font-size:16px;font-weight:700;line-height:20px;color:#000;text-align:center;text-transform:capitalize}.sol9x-footer-cert-images{display:flex;align-items:center;gap:16px}.sol9x-footer-cert-box{display:flex;width:90px;height:90px;padding:4px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:#fff;border:2px solid #e9e9e9;transition:all .3s ease;cursor:pointer}.sol9x-footer-cert-box:hover{border-color:#0158ff;transform:translateY(-4px);box-shadow:0 8px 20px rgba(1,151,255,.15)}.sol9x-footer-cert-img{width:69px;transition:transform .3s ease}.sol9x-footer-cert-box:hover .sol9x-footer-cert-img{transform:scale(1.05)}.sol9x-footer-cert-img-large{width:112px;height:79px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.sol9x-footer-cert-box:hover .sol9x-footer-cert-img-large{transform:scale(1.05)}.sol9x-footer-social{display:flex;justify-content:flex-end;align-items:center;gap:16px}.sol9x-footer-social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#1e1e1e;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #e9e9e9;position:relative;overflow:hidden}.sol9x-footer-social-link:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(1,151,255,.1) 0,transparent 70%);transform:scale(0);transition:transform .4s ease}.sol9x-footer-social-link:hover:before{transform:scale(1)}.sol9x-footer-social-link:hover{color:#0158ff;border-color:#0158ff;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px rgba(1,151,255,.2)}.sol9x-footer-social-link svg{position:relative;z-index:1;transition:transform .3s ease}.sol9x-footer-social-link:hover svg{transform:scale(1.1)}.sol9x-footer-divider{width:100%;max-width:1280px;height:1px;background:linear-gradient(90deg,transparent,#c2c2c2 20%,#c2c2c2 80%,transparent)}.sol9x-footer-logo-section{display:flex;align-items:center;justify-content:center;width:70%;transition:transform .3s ease}.sol9x-footer-logo-section:hover{transform:scale(1.02)}.sol9x-footer-logo{width:100%;max-width:2000px;height:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(0);transition:filter .3s ease}.sol9x-footer-logo:hover{filter:grayscale(0) brightness(1.05)}.sol9x-footer-copyright{display:flex;align-items:center;gap:4px;opacity:.8;transition:opacity .3s ease}.sol9x-footer-copyright:hover{opacity:1}.sol9x-footer-copyright-text{font-family:var(--font-dm-sans);font-size:12px;line-height:130.239%;color:#000}@media (min-width:320px) and (max-width:352px){.sol9x-hero-badge-text{font-size:9px;letter-spacing:.1px;white-space:nowrap}.sol9x-hero-badge{padding:6px 8px;gap:6px}.sol9x-hero-headline-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}}.sol9x-contact-section{padding:110px 0;background:#fff;position:relative;overflow:hidden;min-height:calc(100vh - 80px)}.sol9x-contact-container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}.sol9x-contact-header{display:flex;align-items:stretch;gap:24px;margin-bottom:64px}.sol9x-contact-title-wrapper{display:contents}.sol9x-contact-accent-bar{width:6px;background-color:#0158ff}.sol9x-contact-title{font-family:var(--font-sans);font-size:3.5rem;font-weight:700;color:#000;line-height:1.1;letter-spacing:-.02em}.sol9x-contact-title-highlight{position:relative;color:#0158ff;display:block;margin-top:8px}.sol9x-contact-wavy-underline{position:absolute;bottom:-10px;left:0;width:50%;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='200' height='12' viewBox='0 0 200 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10C25 10 25 2 50 2C75 2 75 10 100 10C125 10 125 2 150 2C175 2 175 10 200 10' stroke='%230158FF' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:100px 12px}.sol9x-contact-subtitle{font-family:var(--font-sans);font-size:1.25rem;color:#5f6c7b;margin-top:16px}.sol9x-contact-form{max-width:800px;display:flex;flex-direction:column;gap:32px}.sol9x-form-group{display:flex;flex-direction:column;gap:12px}.sol9x-form-row{display:grid;grid-template-columns:1fr 1fr;gap:32px}.sol9x-form-label{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:#000}.sol9x-form-input,.sol9x-form-textarea{width:100%;padding:16px 24px;border-radius:12px;border:1px solid #b3b3b3;background-color:#fff;color:#000;font-family:var(--font-sans);font-size:1rem;transition:all .3s;outline:none}.sol9x-form-input:focus,.sol9x-form-textarea:focus{border-color:#0158ff;box-shadow:0 0 0 4px rgba(1,151,255,.1)}.sol9x-form-textarea{min-height:200px;resize:vertical}.sol9x-form-submit-wrapper{display:flex;justify-content:flex-end}.sol9x-btn-submit{display:flex;align-items:center;gap:12px;padding:16px 32px;background-color:#0158ff;color:#fff;border-radius:30px;font-family:var(--font-sans);font-size:1.125rem;font-weight:600;transition:all .3s;border:none;cursor:pointer}.sol9x-btn-submit:hover{background-color:#07c;transform:translateY(-2px);box-shadow:0 10px 20px rgba(1,151,255,.2)}.sol9x-contact-background-map{position:absolute;right:-100px;bottom:-50px;width:600px;height:600px;pointer-events:none;z-index:1}.sol9x-contact-map-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.sol9x-contact-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.sol9x-contact-info{display:flex;flex-direction:column;gap:32px}.sol9x-contact-info-title{font-family:var(--font-sans);font-size:2rem;font-weight:700;color:#000;margin:0}.sol9x-contact-info-items{display:flex;flex-direction:column;gap:32px}.sol9x-contact-info-item{display:flex;gap:20px;align-items:flex-start}.sol9x-contact-info-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:#f0f9ff;color:#0158ff;flex-shrink:0}.sol9x-contact-info-content{display:flex;flex-direction:column;gap:8px;flex:1}.sol9x-contact-info-label{font-weight:600;color:#000}.sol9x-contact-info-label,.sol9x-contact-info-text{font-family:var(--font-sans);font-size:1rem;margin:0}.sol9x-contact-info-text{color:#5f6c7b;line-height:1.6}.sol9x-contact-info-link{font-family:var(--font-sans);font-size:1rem;color:#0158ff;text-decoration:none;transition:color .3s}.sol9x-contact-info-link:hover{color:#07c;text-decoration:underline}@media (max-width:768px){.sol9x-contact-content-wrapper{grid-template-columns:1fr;gap:48px}.sol9x-contact-info-title{font-size:1.75rem}.sol9x-contact-info-item{gap:16px}.sol9x-contact-info-icon{width:40px;height:40px}.sol9x-contact-info-icon svg{width:20px;height:20px}:root{--header-height:68px}body{font-size:16px;overflow-x:hidden}.sol9x-header-container{padding:12px 16px;justify-content:space-between}.sol9x-nav{position:absolute;top:calc(var(--header-height) + env(safe-area-inset-top, 0));left:0;right:0;flex-direction:column;background:#fff;padding:0;gap:16px;max-height:0;overflow:hidden;transition:all .3s ease;width:100%;box-sizing:border-box;border-bottom:none;visibility:hidden;pointer-events:none}.sol9x-nav.open{max-height:400px;border-bottom:1px solid #e5e5e5;padding:16px;visibility:visible;pointer-events:auto}.sol9x-nav-link{font-size:16px;padding:8px 0}.sol9x-contact-btn-desktop{display:none}.sol9x-contact-btn-mobile{display:block;width:100%;margin-top:8px}.sol9x-hamburger{display:flex;order:3}.sol9x-hero{min-height:90vh;padding-top:40px}.sol9x-hero-headline-wrapper{display:flex;flex-direction:column;align-items:center;width:110%}.sol9x-hero-industry-text{font-size:32px}.sol9x-hero-description{font-size:16px;max-width:100%;line-height:150%}.sol9x-hero-cta{flex-direction:column;width:100%;align-items:center}.sol9x-hero-btn-primary,.sol9x-hero-btn-secondary{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.sol9x-trusted-section{padding:40px 16px}.sol9x-trusted-container{gap:32px}.sol9x-trusted-badge,.sol9x-trusted-header{display:none}.sol9x-trusted-title{font-size:24px;font-weight:700}.sol9x-trusted-subtitle{font-size:14px;line-height:1.5}.sol9x-trusted-logos-wrapper{padding:16px 0}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:80px}.sol9x-trusted-logos-track{gap:16px;animation:sol9x-scroll-logos 18s linear infinite}.sol9x-trusted-logo-card{width:120px;height:80px}.sol9x-trusted-logo-card-inner{padding:12px}.sol9x-trusted-logo-img{max-height:48px;max-width:90px}.sol9x-trusted-logo-card:hover{transform:none}.sol9x-trusted-logo-card:hover .sol9x-trusted-logo-card-glow{opacity:0}.industries-section{padding:60px 16px}.industries-container{max-width:100%}.industries-header{text-align:center}.industries-title{font-size:28px;margin-bottom:12px;line-height:1.3;font-weight:700}.industries-title-highlight{color:#0158ff}.industries-subtitle{font-size:14px;color:#6b7280;line-height:1.5}.industries-grid{grid-template-columns:1fr;gap:16px;grid-auto-rows:auto}.industry-card:nth-child(7){display:flex}.industry-card:first-child,.industry-card:nth-child(2),.industry-card:nth-child(3),.industry-card:nth-child(4),.industry-card:nth-child(5),.industry-card:nth-child(6),.industry-card:nth-child(7){grid-column:span 1}.industry-card{padding:20px 16px;border-radius:16px;min-height:160px}.industry-name{font-size:16px;font-weight:600;line-height:1.3}.industry-description{font-size:13px;line-height:1.4;margin-top:6px;display:block}.industry-card:hover{box-shadow:0 4px 12px rgba(2,6,23,.08);transform:none}.industry-card:hover .industry-img-wrapper{transform:scale(1.05)}.industry-img-defence{width:100px!important;height:100px!important}.industry-img-education{width:80px!important;height:80px!important}.industry-img-manufacturing{width:75px!important;height:75px!important}.industry-img-healthcare{width:80px!important;height:80px!important}.industry-img-fintech{width:60px!important;height:60px!important}.industry-img-entertainment{width:70px!important;height:70px!important}.industry-img-outer{top:12px}.industry-img-wrapper{width:100px!important;height:100px!important}.sol9x-solutions-section{padding:60px 16px}.sol9x-solutions-container{gap:32px}.sol9x-solutions-header{gap:12px}.sol9x-solutions-title{font-size:28px;max-width:100%;line-height:1.3;margin-bottom:0}.sol9x-solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;grid-auto-rows:auto}.sol9x-solutions-card{gap:12px;padding:20px 16px;min-height:160px}.sol9x-solutions-card:nth-child(n+5){display:flex}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:48px;height:48px}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{width:40px;height:40px}.sol9x-solutions-content{gap:8px}.sol9x-solutions-card-title{font-size:15px;font-weight:600;line-height:1.3}.sol9x-solutions-card-description{font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sol9x-solutions-card:hover{transform:none;box-shadow:0 4px 16px rgba(0,0,0,.08)}.sol9x-work-impact-section{padding:60px 16px}.sol9x-work-impact-grid{display:flex;flex-direction:column;gap:24px;width:100%}.sol9x-work-impact-item{width:100%}.sol9x-work-impact-card{width:100%;display:flex;flex-direction:column}.sol9x-work-impact-image{width:100%;height:240px;background-size:cover;background-position:50%}.sol9x-work-impact-content{padding:20px}.sol9x-work-impact-title{font-size:28px}.sol9x-work-impact-cards{flex-direction:column;gap:20px}.sol9x-work-impact-card{max-width:100%}.sol9x-work-impact-card-image{width:100%;height:200px}.sol9x-workflow-bar{display:none}.sol9x-why-choose-section{padding:60px 16px}.sol9x-why-choose-container{max-width:100%}.sol9x-why-choose-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:auto!important;gap:16px!important}.sol9x-why-choose-card-large{grid-column:1/-1!important;grid-row:auto!important;min-height:280px}.sol9x-why-choose-card-small{grid-column:auto!important;grid-row:auto!important;min-height:240px}.sol9x-why-choose-card-large,.sol9x-why-choose-card-small{gap:16px}.sol9x-why-choose-card-image{max-height:180px}.sol9x-insights-section{padding:80px 16px}.sol9x-insights-container{max-width:100%}.sol9x-insights-title{font-size:28px}.sol9x-insights-header{gap:28px}.sol9x-insights-grid{display:flex;overflow:hidden;position:relative;gap:0;width:100%;flex-direction:column;align-items:center}.sol9x-insights-track{display:flex;width:100%;transform:translateX(0);transition:transform .5s cubic-bezier(.22,1,.36,1)}.sol9x-insights-card{flex:0 0 100%;width:100%;max-width:100%;padding-right:0;box-sizing:border-box}.sol9x-insights-image{width:100%;height:220px}.sol9x-insights-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;width:100%}.sol9x-insights-slider-footer{display:flex;flex-direction:column;gap:12px;width:100%;align-items:center}.sol9x-insights-slider-controls{display:flex;width:100%;justify-content:space-between;gap:12px}.sol9x-insights-slider-btn{flex:1;border:1px solid #d6d6d6;border-radius:12px;background:#fff;font-family:var(--font-dm-sans);font-size:14px;font-weight:600;color:#0158ff;padding:10px 0;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}}@media (max-width:768px){.sol9x-insights-slider-btn:focus-visible,.sol9x-insights-slider-btn:hover{border-color:#0158ff;box-shadow:0 0 0 3px rgba(1,151,255,.2)}.sol9x-faq-section{padding:40px 16px;gap:40px}.sol9x-faq-section,.sol9x-faq-sidebar{flex-direction:column;align-items:center}.sol9x-faq-sidebar{max-width:100%;width:100%;display:flex;text-align:center}.sol9x-faq-title{font-size:28px}.sol9x-faq-list{max-width:720px;width:100%;display:flex;flex-direction:column;align-items:center}.sol9x-faq-answer,.sol9x-faq-question{font-size:14px;max-width:100%}.sol9x-cta-section{padding:80px;height:auto;min-height:auto}.sol9x-cta-container,.sol9x-cta-section{justify-content:center;flex-direction:column}.sol9x-cta-container{max-width:100%;gap:30px}.sol9x-cta-content{width:100%}.sol9x-cta-title{font-size:28px}.sol9x-cta-description{font-size:16px;max-width:100%}.sol9x-cta-buttons{flex-direction:column;width:100%;align-items:center}.sol9x-cta-btn-primary,.sol9x-cta-btn-secondary{width:100%;height:48px;font-size:14px}.sol9x-footer{padding:80px}.sol9x-footer-content{flex-wrap:wrap}.sol9x-footer-content,.sol9x-footer-links{flex-direction:row;align-items:flex-start;gap:40px}.sol9x-footer-links{text-align:left;flex:1;flex-basis:100%;flex-wrap:wrap;justify-content:flex-start}.sol9x-footer-link-group,.sol9x-footer-right{flex:0 1 calc(50% - 20px)}.sol9x-footer-right{flex-direction:column;gap:40px}.sol9x-footer-certifications,.sol9x-footer-right{align-items:flex-start}.sol9x-footer-social{justify-content:flex-start;width:100%}.sol9x-footer-logo{max-width:300px}.sol9x-footer-copyright{flex-wrap:wrap;justify-content:center;gap:2px}}@media (max-width:480px){body{overflow-x:hidden}.sol9x-header-container{padding:12px}.sol9x-nav{max-height:0}.sol9x-nav.open{max-height:350px}.sol9x-hero{min-height:90vh;padding-top:20px}.sol9x-hero-badge-text{font-size:9px}.sol9x-hero-container{padding:16px}.sol9x-hero-headline{font-size:32px;line-height:40px;letter-spacing:-2%}.sol9x-hero-industry-text{font-size:32px}.sol9x-hero-description{font-size:16px}.sol9x-solutions-section{padding:50px 12px}.sol9x-solutions-container{gap:28px}.sol9x-solutions-title{font-size:24px;line-height:1.25}.sol9x-solutions-grid{grid-template-columns:repeat(2,1fr);gap:12px;grid-auto-rows:auto}.sol9x-solutions-card{padding:16px 12px;gap:10px;min-height:145px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:44px;height:44px}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{width:36px;height:36px}.sol9x-solutions-card-title{font-weight:600;font-size:14px;line-height:1.2}.sol9x-solutions-card-description{font-size:11px;line-height:1.3;-webkit-line-clamp:2}.sol9x-trusted-section{padding:32px 12px}.sol9x-trusted-container{gap:24px}.sol9x-trusted-title{font-size:20px;font-weight:700}.sol9x-trusted-subtitle{font-size:13px}.sol9x-trusted-logos-wrapper{width:100%;padding:12px 0}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:60px}.sol9x-trusted-logos-track{gap:12px;animation:sol9x-scroll-logos 15s linear infinite}.sol9x-trusted-logo-card{width:100px;height:70px}.sol9x-trusted-logo-card-inner{padding:10px}.sol9x-trusted-logo-img{max-height:40px;max-width:75px}.industries-section{padding:50px 12px}.industries-title{font-size:24px;line-height:1.25;margin-bottom:10px}.industries-subtitle{font-size:13px}.industries-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}.industry-card:nth-child(7){display:flex}.industry-card:first-child,.industry-card:nth-child(2),.industry-card:nth-child(3),.industry-card:nth-child(4),.industry-card:nth-child(5),.industry-card:nth-child(6),.industry-card:nth-child(7){grid-column:span 1}.industry-card{padding:18px 14px;min-height:150px}.industry-name{font-size:15px;font-weight:600}.industry-description{font-size:12px;line-height:1.3;display:block}.sol9x-work-impact-section{padding:80px 16px}.sol9x-work-impact-title{font-size:24px}.sol9x-workflow-connector{display:none}.sol9x-why-choose-section{padding:40px 12px}.sol9x-why-choose-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:auto!important;gap:12px!important}.sol9x-why-choose-card-large{grid-column:1/-1!important;grid-row:auto!important;min-height:240px}.sol9x-why-choose-card-small{grid-column:auto!important;grid-row:auto!important;min-height:200px}.sol9x-why-choose-card-image{max-height:140px}.sol9x-faq-section{padding:32px 12px}.sol9x-faq-list,.sol9x-faq-sidebar{flex:1 1 auto;width:100%;max-width:100%}.sol9x-faq-title{font-size:24px}.sol9x-cta-section{padding:80px 16px 150px}.sol9x-cta-title{font-size:24px}.sol9x-footer-link-group{margin-bottom:16px}.sol9x-footer-link-title{font-size:14px}.sol9x-footer-link{font-size:12px}.sol9x-footer-cert-box{width:70px;height:70px}.sol9x-footer-copyright-text{font-size:11px}}@media (min-width:768px) and (max-width:1024px){.sol9x-hero{padding-bottom:60px}.sol9x-hero-headline{font-size:clamp(32px,4.2vw,42px);line-height:1.2;max-width:100%}.sol9x-hero-headline-wrapper{width:95%;max-width:1000px}.sol9x-hero-industry-text{font-size:clamp(32px,4.2vw,42px);letter-spacing:-1px;white-space:nowrap}.sol9x-hero-industry-container{height:55px}.sol9x-hero-description{font-size:18px;max-width:85%;margin:0 auto}.sol9x-solutions-section{padding:70px 40px}.sol9x-solutions-container{gap:48px}.sol9x-solutions-title{max-width:100%;font-size:38px;line-height:1.3}.sol9x-solutions-grid{grid-template-columns:repeat(3,1fr);gap:20px}.sol9x-solutions-card{height:100%;min-height:200px;padding:28px 24px;gap:16px}.sol9x-solutions-icon-wrapper,.sol9x-solutions-icon-wrapper-alt{width:52px;height:52px}.sol9x-solutions-icon-wrapper svg,.sol9x-solutions-icon-wrapper-alt svg{width:44px;height:44px}.sol9x-solutions-card-title{font-size:18px}.sol9x-solutions-card-description{font-size:14px;line-height:1.5}.sol9x-trusted-section{padding:48px 40px}.sol9x-trusted-container{gap:40px}.sol9x-trusted-title{font-size:36px}.sol9x-trusted-subtitle{font-size:15px}.sol9x-trusted-logos-wrapper{padding:18px 0}.sol9x-trusted-logos-gradient-left,.sol9x-trusted-logos-gradient-right{width:120px}.sol9x-trusted-logos-track{gap:20px;animation:sol9x-scroll-logos 20s linear infinite}.sol9x-trusted-logo-card{width:140px;height:90px}.sol9x-trusted-logo-img{max-height:55px;max-width:110px}.industries-section{padding:70px 40px}.industries-container{max-width:100%}.industries-title{max-width:100%;font-size:36px;line-height:1.3;margin-bottom:14px}.industries-subtitle{font-size:16px}.industries-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px;gap:16px}.industry-card{padding:20px;border-radius:20px}.industry-name{font-size:16px;font-weight:600}.industry-description{font-size:13px;line-height:1.4}.industry-card:nth-child(7){display:flex;grid-column:span 1}.industry-card:first-child,.industry-card:nth-child(2),.industry-card:nth-child(3),.industry-card:nth-child(4),.industry-card:nth-child(5),.industry-card:nth-child(6){grid-column:span 1}.sol9x-workflow-section{padding:60px 40px}.sol9x-workflow-container{gap:40px}.sol9x-workflow-title{font-size:32px}.sol9x-why-choose-section{padding:60px 40px}.sol9x-why-choose-grid{grid-template-columns:repeat(3,1fr)}.sol9x-insights-section{padding:60px 40px}.sol9x-insights-header{gap:28px}.sol9x-faq-section{flex-direction:column;padding:60px 40px;gap:40px}.sol9x-faq-sidebar{width:100%}.sol9x-faq-title{margin:0;padding:0;font-size:24px}.sol9x-faq-list{padding:0;width:100%}.sol9x-footer-content{flex-direction:row;gap:40px}.sol9x-footer-link-group{flex:1 1 auto}}@media (min-width:1025px){.sol9x-hero-description{max-width:680px}.sol9x-solutions-card{height:100%}.sol9x-industries-title{max-width:600px}}.policy-page{min-height:100vh;padding-top:calc(var(--header-height) + env(safe-area-inset-top, 0));background:#fdfcfc}.policy-container{max-width:900px;margin:0 auto;padding:60px 40px;font-family:var(--font-dm-sans);line-height:1.8;color:#333}.policy-container h1{font-family:var(--Plus Jakarta Sans);font-size:48px;font-weight:700;margin-bottom:16px;color:#000}.policy-effective-date{font-size:14px;color:#7f7f7f;margin-bottom:40px}.policy-intro{margin-bottom:40px;background:#f0f8ff;padding:24px;border-radius:12px;border-left:4px solid #0158ff}.policy-intro p{font-size:16px;line-height:1.8}.policy-toc{margin-bottom:60px;background:#fff;padding:32px;border-radius:12px;border:1px solid #e0e0e0}.policy-toc h2{font-family:var(--Plus Jakarta Sans);font-size:28px;font-weight:700;margin-bottom:20px;color:#000}.policy-toc ol{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-left:20px}.policy-toc li{font-size:15px;color:#5f6c7b}.policy-section{margin-bottom:40px}.policy-section h2{font-family:var(--Plus Jakarta Sans);font-size:24px;font-weight:700;margin-bottom:16px;color:#000;margin-top:20px}.policy-section p{font-size:16px;line-height:1.8;margin-bottom:16px;color:#333}.policy-section ol,.policy-section ul{margin-left:24px;margin-bottom:16px}.policy-section li{margin-bottom:12px;font-size:16px;line-height:1.7;color:#333}.policy-section strong{font-weight:700;color:#000}.policy-section a{color:#0158ff;text-decoration:none;transition:color .2s}.policy-section a:hover{text-decoration:underline;color:#0185e6}.policy-contact{background:#f8f8f8;padding:24px;border-radius:12px;border-left:4px solid #0158ff}.policy-contact p{margin-bottom:8px;font-size:16px}.policy-contact p:first-child{font-weight:700;color:#000}@media (max-width:768px){.policy-container{padding:40px 20px}.policy-container h1{font-size:32px;margin-bottom:12px}.policy-section h2{font-size:20px;margin-top:16px}.policy-toc ol{grid-template-columns:1fr}.policy-section ol,.policy-section ul{margin-left:16px}.policy-section li,.policy-section p{font-size:15px}}.professors-img{min-width:105%;height:auto}.professionals-img{min-width:100%;height:115%}.doctors-img{min-width:115%;height:100%}.staircase-step{position:absolute;border:3px solid #0158ff;background:transparent}.staircase-step.step-1{width:45%;height:35%;top:0;right:0}.staircase-step.step-2{width:65%;height:40%;top:28%;right:0}.staircase-step.step-3{width:100%;height:35%;top:65%;right:0;left:0}.step-content{width:100%;height:100%}.staircase-step-mobile{position:absolute;border:2px solid #0158ff;background:transparent}.staircase-step-mobile.step-1-mobile{width:50%;height:32%;top:0;right:0}.staircase-step-mobile.step-2-mobile{width:70%;height:36%;top:26%;right:0}.staircase-step-mobile.step-3-mobile{width:100%;height:32%;top:62%;right:0;left:0}.step-content-mobile{width:100%;height:100%}@media (max-width:768px){.staircase-step-mobile{border-width:2px}.sol9x-hero-badge-text-defence{font-size:9px}.sol9x-research-grid{gap:16px}.sol9x-research-card-narrow,.sol9x-research-card-wide{min-height:auto;padding:20px}.sol9x-research-card-content{max-width:100%}.sol9x-research-title{font-size:1.75rem;margin-bottom:12px}.sol9x-research-subtitle{font-size:.95rem}.sol9x-research-header{margin-bottom:32px}.sol9x-research-section{padding:40px 0}.sol9x-work-impact-grid{display:flex;flex-direction:column;gap:20px}.sol9x-work-impact-card{flex-direction:column;padding:0;border:none;box-shadow:none}.sol9x-work-impact-image{width:100%;height:200px}.sol9x-work-impact-content{padding:20px;background:#fff;border:1px solid #e5e5e5}.sol9x-work-impact-card-title{font-size:18px;font-weight:600}.sol9x-work-impact-card-description{font-size:14px;line-height:1.5}.sol9x-work-impact-cta{font-size:14px;padding:10px 0}.defence-products-grid{display:flex;gap:0;padding:0;margin:0;width:100%;scroll-behavior:smooth}}@media (max-width:768px){.defence-products-grid::-webkit-scrollbar{display:none}.defence-products-grid{-ms-overflow-style:none;scrollbar-width:none}.defence-products-card{min-width:100%;padding:20px;gap:20px}.defence-products-image{height:220px}.defence-products-card-title{font-size:20px}.defence-products-card-description{font-size:14px}.defence-software-capabilities-grid{grid-template-columns:repeat(2,1fr);gap:16px}.defence-software-capabilities-card{padding:20px;gap:16px}.defence-software-capabilities-icon-wrapper{width:50px;height:50px}.defence-software-capabilities-title{font-size:15px}.defence-hardware-systems-grid{gap:16px}.defence-hardware-systems-card{padding:20px}.defence-hardware-systems-icon-wrapper{width:50px;height:50px}.defence-hardware-systems-card-title{font-size:15px}.sol9x-why-choose-grid{gap:16px}.sol9x-why-choose-card-large{grid-column:auto;padding:20px;font-size:14px}.sol9x-why-choose-card-large-text{font-family:var(--font-dm-sans);font-size:16px;color:#3a3a3a;line-height:1.5;width:80%}.sol9x-why-choose-card-small-text{font-family:var(--font-dm-sans);font-size:16px;color:#5f6c7b;line-height:1.5}.sol9x-why-choose-card-large .sol9x-why-choose-card-image-wrapper{height:80px;min-width:80px}.sol9x-why-choose-card-large .sol9x-why-choose-card-image{max-height:80px}.sol9x-why-choose-card-small{min-height:auto;padding:20px}.sol9x-why-choose-card-small .sol9x-why-choose-card-image-wrapper{height:60px;min-width:60px}.sol9x-why-choose-card-small .sol9x-why-choose-card-image{max-height:60px}.sol9x-why-choose-card-large-title,.sol9x-why-choose-card-small-title{font-size:16px}.sol9x-faq-section{padding:80px 16px}.sol9x-faq-sidebar{margin-bottom:24px}.sol9x-faq-title{font-size:24px}.defence-cta-section{padding:80px 16px;height:auto;min-height:auto}.defence-cta-container,.defence-cta-section{justify-content:center;flex-direction:column}.defence-cta-container{max-width:100%;gap:30px}.defence-cta-title{font-family:var(--font-jakarta);font-size:22px;font-weight:700;color:#000}.defence-cta-description{font-family:var(--font-dm-sans);font-size:14px;line-height:150%;color:#5f6c7b}.defence-cta-buttons{flex-direction:column;width:100%;align-items:center}.sol9x-footer-link-group{margin-bottom:16px}.sol9x-footer-link-title{font-size:14px}.sol9x-footer-link{font-size:12px}.sol9x-footer-cert-box{width:70px;height:70px}.sol9x-footer-copyright-text{font-size:11px}.defence-products-carousel-indicators{padding:0 12px}.defence-products-dot{background-color:#d5d5d5;transition:background-color .3s ease}.defence-products-dot.active{background-color:#06f}.defence-products-section{padding:80px 16px;overflow:hidden}.defence-products-container{width:100%;display:flex;flex-direction:column;align-items:center}.defence-products-title{font-size:28px;line-height:1.2;margin-bottom:16px;text-align:center}.defence-hardware-systems-section{padding:80px 16px;overflow:hidden}.defence-hardware-systems-container{max-width:100%;padding:0}.defence-hardware-systems-title{font-size:24px;line-height:1.2}.defence-hardware-systems-grid{grid-template-columns:repeat(2,1fr);gap:12px}.defence-hardware-systems-card{padding:16px;min-height:110px}.defence-hardware-systems-icon-wrapper{width:40px;height:40px;flex-shrink:0}.defence-hardware-systems-card-title{font-size:13px;font-weight:600;line-height:1.3}.defence-hardware-systems-card-description{display:none}.sol9x-research-section{padding:80px 16px;overflow:hidden}.sol9x-research-container{max-width:100%;padding:0}.sol9x-research-header{margin-bottom:24px}.sol9x-research-title{font-size:24px;line-height:1.2}.sol9x-research-subtitle{display:none}.sol9x-research-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sol9x-research-card{padding:16px;min-height:170px}.sol9x-research-card-narrow,.sol9x-research-card-wide{grid-column:span 1}.sol9x-research-card-title{font-size:13px;font-weight:600;line-height:1.3}.sol9x-research-card-description,.sol9x-research-card-image{display:none}.sol9x-why-choose-section{padding:80px 16px;overflow:hidden}.sol9x-why-choose-container{max-width:100%;padding:0}.sol9x-why-choose-title{font-size:44px;font-family:var(--font-jakarta);line-height:1.2}.sol9x-why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;height:auto}.sol9x-why-choose-card:first-child{grid-column:span 2}.sol9x-why-choose-card{padding:16px;min-height:30px;flex-direction:column;gap:8px}.sol9x-why-choose-card-content{order:2}.sol9x-why-choose-card-title{font-size:16px;font-weight:600;line-height:1.3;font-family:var(--font-jakarta)}.sol9x-why-choose-card-description{display:none}.sol9x-why-choose-card-image-wrapper{order:1;height:40px;min-width:80px;flex-shrink:0}.sol9x-why-choose-card-image{max-height:500px}.defence-products-grid{scroll-snap-type:x mandatory}.defence-products-card{flex:0 0 100%;scroll-snap-align:start;width:100%;max-width:100%}.defence-products-image{height:200px}.defence-products-content{padding:20px}.defence-products-card-title{font-size:16px;font-weight:600;margin-bottom:8px}.defence-products-card-description{font-size:13px;line-height:1.4;margin-bottom:12px}.defence-products-carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:16px}.defence-products-dot{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer;transition:background .3s ease}.defence-products-dot.active{background:#0158ff}.defence-hardware-systems-view-all-btn{display:inline-block;margin-top:16px;padding:10px 24px;border:2px solid #0158ff;background:transparent;color:#0158ff;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.defence-hardware-systems-view-all-btn:active{background:#0158ff;color:#fff}.defence-hardware-view-all-wrapper,.defence-software-view-all-wrapper{text-align:center;margin-top:16px}}main{padding-top:calc(var(--header-height) + env(safe-area-inset-top, 0))}@media (max-width:768px){.sol9x-why-choose-card-large .sol9x-why-choose-image-national{max-width:500px!important;max-height:500px!important;-o-object-fit:cover!important;-o-object-position:right center!important;object-position:right center!important}.sol9x-why-choose-card-small .sol9x-why-choose-image-highstake{max-width:160px!important;max-height:240px!important}.sol9x-why-choose-card-small .sol9x-why-choose-image-outcome{max-width:230px!important;max-height:270px!important;-o-object-fit:contain!important;object-fit:contain!important}.sol9x-why-choose-card-small .sol9x-why-choose-image-global{max-width:460px!important;max-height:460px!important;-o-object-fit:contain!important;object-fit:contain!important}.sol9x-why-choose-card-small .sol9x-why-choose-image-security{max-width:200px!important;max-height:190px!important;-o-object-fit:contain!important;object-fit:contain!important}}.sol9x-why-choose-card:first-child .sol9x-why-choose-card-image{max-height:580px}.sol9x-why-choose-card:not(:first-child) .sol9x-why-choose-card-image{max-height:220px}.defence-cta-section{padding:80px 16px;height:auto;min-height:auto}.defence-cta-container,.defence-cta-section{justify-content:center;flex-direction:column}.defence-cta-container{max-width:100%;gap:30px}.defence-cta-title{font-family:var(--font-jakarta);font-size:22px;font-weight:700;color:#000}.defence-cta-description{font-family:var(--font-dm-sans);font-size:14px;line-height:150%;color:#5f6c7b}.defence-cta-buttons{flex-direction:column;width:100%;align-items:center}.sol9x-footer-link-group{margin-bottom:16px}.sol9x-footer-link-title{font-size:14px}.sol9x-footer-link{font-size:12px}.sol9x-footer-cert-box{width:70px;height:70px}.sol9x-footer-copyright-text{font-size:11px}.defence-products-section{padding:80px 16px;overflow:hidden}.defence-products-container{width:100%;display:flex;flex-direction:column;align-items:center}.defence-products-title{font-size:28px;line-height:1.2;margin-bottom:16px;text-align:center}.sol9x-research-section{padding:80px 16px;overflow:hidden}.sol9x-research-container{max-width:100%;padding:0}.sol9x-research-header{margin-bottom:24px}.sol9x-research-title{font-size:24px;line-height:1.2}.sol9x-research-subtitle{display:none}.sol9x-research-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sol9x-research-card{padding:16px;min-height:170px}.sol9x-research-card-narrow,.sol9x-research-card-wide{grid-column:span 1}.sol9x-research-card-title{font-size:13px;font-weight:600;line-height:1.3}.sol9x-research-card-description,.sol9x-research-card-image{display:none}.sol9x-why-choose-container{max-width:100%;padding:0}.sol9x-why-choose-title{font-size:44px;line-height:1.2}.sol9x-why-choose-grid{grid-template-columns:repeat(2,1fr);gap:12px;height:auto}.sol9x-why-choose-card:first-child{grid-column:span 2}.sol9x-why-choose-card{padding:16px;min-height:30px;gap:8px}.sol9x-why-choose-card-content{order:2}.sol9x-why-choose-card-title{font-size:16px;font-weight:600;line-height:1.3;font-family:var(--font-jakarta)}.sol9x-why-choose-card-description{display:none}.sol9x-why-choose-card-image-wrapper{order:1;height:40px;min-width:80px;flex-shrink:0}.sol9x-why-choose-card-image{max-height:500px}.defence-products-grid{scroll-snap-type:x mandatory}.defence-products-card{flex:0 0 100%;scroll-snap-align:start;width:100%;max-width:100%}.defence-products-image{height:200px}.defence-products-content{padding:20px}.defence-products-card-title{font-size:16px;font-weight:600;margin-bottom:8px}.defence-products-card-description{font-size:13px;line-height:1.4;margin-bottom:12px}.defence-products-carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:16px}.defence-products-dot{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer;transition:background .3s ease}.defence-products-dot.active{background:#0158ff}.defence-hardware-systems-view-all-btn{display:inline-block;margin-top:16px;padding:10px 24px;border:2px solid #0158ff;background:transparent;color:#0158ff;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.defence-hardware-systems-view-all-btn:active{background:#0158ff;color:#fff}.defence-hardware-view-all-wrapper,.defence-software-view-all-wrapper{text-align:center;margin-top:16px}.poppins-font{font-family:"Poppins, -apple-system, Roboto, Helvetica, sans-serif"}.professionals-about-container{width:100%;max-width:1440px;display:flex;flex-direction:column;align-items:center}.professionals-tab-wrapper{flex-direction:column}.professionals-tab-inner{width:100%;max-width:1280px;padding-left:16px;padding-right:16px}.professionals-tab-divider{height:2px}.professionals-tab-container{align-items:center;gap:8px;overflow-x:auto}@media (md:768px){.professionals-tab-container{gap:20px;overflow-x:visible}}.professionals-tab-button{width:120px;padding:16px}@media (min-width:768px){.professionals-tab-button,.professionals-tab-button.professionals-tab-wide{width:142px}}.professionals-tab-button.professionals-tab-wide{width:130px}.professionals-about-section{width:100%;max-width:1440px;padding:40px 24px;display:flex;justify-content:center;align-items:flex-end;gap:20px;overflow:hidden}@media (min-width:768px){.professionals-about-section{padding:80px}}.professionals-about-inner{width:100%;max-width:1280px;position:relative}.professionals-about-content{width:100%;display:flex;flex-direction:column;gap:32px;align-items:center}@media (min-width:768px){.professionals-about-content{flex-direction:row;gap:64px}}.professionals-about-image-container{width:100%;display:flex;justify-content:center}@media (min-width:768px){.professionals-about-image-container{width:60%;justify-content:flex-start}}.professionals-about-text-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}@media (min-width:768px){.professionals-about-text-container{width:40%}}.professionals-about-title{width:100%;font-size:20px;font-weight:600;line-height:130%}@media (min-width:768px){.professionals-about-title{font-size:24px}}.professionals-about-title{color:#000}.professionals-about-title-highlight{color:#0158ff}.professionals-about-description{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;color:#717171;font-size:14px;line-height:22px}@media (min-width:768px){.professionals-about-description{font-size:16px}}.professionals-hero{position:relative;width:100%;height:auto;display:flex;align-items:flex-end;justify-content:center}@media (min-width:768px){.professionals-hero{height:639px}}.professionals-hero-content{position:relative;z-index:10;width:100%;max-width:1440px;padding:0 24px 24px;display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media (min-width:768px){.professionals-hero-content{padding-left:87px;padding-right:87px;padding-bottom:32px;flex-direction:row;justify-content:space-between;align-items:flex-end}}.professionals-hero-text-group{display:flex;flex-direction:column;gap:32px;max-width:100%}@media (min-width:768px){.professionals-hero-text-group{max-width:468px}}.professionals-hero-headline-wrapper{display:flex;flex-direction:column;gap:24px}.professionals-hero-headline{color:#fff;font-size:24px;font-weight:600;line-height:110%}@media (min-width:768px){.professionals-hero-headline{font-size:32px}}.professionals-hero-description{color:#fff;font-size:14px;line-height:22px}@media (min-width:768px){.professionals-hero-description{font-size:16px}}.professionals-hero-button{display:flex;height:44px;padding:12px 24px;align-items:center;justify-content:center;gap:10px;border-radius:25px;background-color:#0158ff;width:-moz-fit-content;width:fit-content;color:#fff;font-size:16px;font-weight:500;line-height:16px}.professionals-hero-disclaimer{color:#fff;font-size:12px;line-height:16px;font-weight:300;font-style:italic;max-width:100%}@media (min-width:768px){.professionals-hero-disclaimer{font-size:14px;max-width:272px}}.professionals-cta-section{width:100%;max-width:1440px;padding:40px 24px;display:flex;flex-direction:column;gap:32px;justify-content:center;align-items:center;overflow:hidden}@media (min-width:768px){.professionals-cta-section{padding:80px;flex-direction:row}}.professionals-cta-box{flex:1;height:auto;border-radius:24px;background-color:#0158ff;overflow:hidden;display:flex;flex-direction:column;gap:20px;align-items:center;position:relative}@media (min-width:768px){.professionals-cta-box{height:416px;flex-direction:row}}.professionals-cta-image-container{flex:1;height:200px;background-color:#e2e2e2;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.professionals-cta-image-container{height:100%;width:auto}}.professionals-cta-content{flex:1;height:100%;padding-left:24px;padding-right:24px;padding-bottom:24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;position:relative}@media (min-width:768px){.professionals-cta-content{padding-left:88px;padding-right:88px;padding-bottom:11px}}.professionals-cta-heading{font-size:20px;font-weight:600;line-height:32px;max-width:100%}@media (min-width:768px){.professionals-cta-heading{font-size:24px;max-width:453px}}.professionals-cta-heading-text{color:#000}.professionals-cta-heading-text-white{color:#fff}.professionals-cta-heading-bold{color:#000;font-weight:600}.professionals-cta-heading-white{color:#fff;font-weight:600}.professionals-cta-text-wrapper{display:flex;flex-direction:column;gap:8px}.professionals-cta-subtext{color:#fff;font-size:14px;font-weight:500;line-height:22px}@media (min-width:768px){.professionals-cta-subtext{font-size:16px}}.professionals-cta-button{display:flex;height:36px;padding:12px 24px;align-items:center;justify-content:center;gap:10px;border-radius:8px;background-color:#fff;color:#0158ff;font-size:14px;font-weight:600;line-height:16px;border:none;cursor:pointer}@media (min-width:768px){.professionals-cta-button{font-size:16px;height:40px}}.professionals-cta-button-text{font-size:14px;font-weight:600}@media (min-width:768px){.professionals-cta-button-text{font-size:16px}}.professionals-cta-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.professionals-cta-crown{display:none;position:absolute;left:35px;bottom:240px;width:78px;height:81px;transform:rotate(-20deg)}@media (min-width:768px){.professionals-cta-crown{display:block}}.professionals-cta-spiral{display:none;position:absolute;right:0;bottom:0;width:119px;height:300px;transform:rotate(10deg)}@media (min-width:768px){.professionals-cta-spiral{display:block}}.professionals-funding-section{width:100%;padding:48px 24px;background-color:#fff}@media (min-width:768px){.professionals-funding-section{padding:80px 0}}.professionals-funding-container{max-width:1440px;margin-left:auto;margin-right:auto}@media (min-width:768px){.professionals-funding-desktop{display:flex;flex-direction:row;gap:0;width:100%;height:auto}}.professionals-funding-mobile{flex-direction:column}.professionals-funding-content{flex:1;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;min-height:500px}@media (min-width:768px){.professionals-funding-content{padding-left:80px;padding-right:80px}}.professionals-funding-title{font-size:24px;font-weight:600;line-height:130%;color:#000}.professionals-funding-description{color:#717171;font-size:16px;line-height:24px}.professionals-funding-list-label{margin-top:8px}.professionals-funding-image-wrapper{background-color:#e2e2e2;min-height:500px}.professionals-funding-content-mobile{padding:24px;background-color:#f5f5f5}.professionals-funding-image-wrapper-mobile{background-color:#e2e2e2}.professionals-funding-image-overlay-mobile{position:relative}.professionals-offer-section{width:100%;max-width:1440px;padding:40px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;overflow:hidden}@media (min-width:768px){.professionals-offer-section{padding:80px}}.professionals-offer-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.professionals-offer-title{font-size:20px;text-align:center;line-height:120%}@media (min-width:768px){.professionals-offer-title{font-size:24px}}.professionals-offer-title-highlight{color:#0158ff;font-weight:700}.professionals-offer-subtitle{color:#717171;font-size:14px;line-height:120%;text-align:center}@media (min-width:768px){.professionals-offer-subtitle{font-size:16px}}.professionals-offer-grid{justify-content:center;align-items:center}.professionals-offer-grid,.professionals-offer-row{width:100%;display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.professionals-offer-row{flex-direction:row}}.professionals-offer-card{flex:1;display:flex;flex-direction:column;gap:24px;padding:16px;border-radius:8px;overflow:hidden;align-items:flex-start}.professionals-offer-card-image{width:100%;height:200px;background-color:#e2e2e2;overflow:hidden;position:relative}@media (min-width:768px){.professionals-offer-card-image{height:276px}}.professionals-offer-card-title{color:#000;font-size:14px;font-weight:500;line-height:16px}@media (min-width:768px){.professionals-offer-card-title{font-size:16px}}.professionals-offer-card-description{color:#484848;font-size:12px;line-height:16px}@media (min-width:768px){.professionals-offer-card-description{font-size:14px}}.professionals-process-section{position:relative;width:100%;max-width:1440px;padding:40px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;overflow:hidden;background-color:#f5f5f5}@media (min-width:768px){.professionals-process-section{padding-top:80px;padding-bottom:80px;gap:56px;background-color:#fff}}.professionals-process-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.professionals-process-title{font-size:18px;font-weight:600;line-height:120%;text-align:center;color:#000}@media (min-width:768px){.professionals-process-title{font-size:24px}}.professionals-process-title-highlight{color:#0158ff;font-weight:700}.professionals-process-steps{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%;align-items:stretch;overflow-x:auto}@media (min-width:768px){.professionals-process-steps{flex-direction:row;gap:0;align-items:stretch;overflow-x:visible}}.professionals-process-step{width:100%;height:auto;position:relative;flex-shrink:0;display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:20px;background-color:#fff;border-radius:8px}@media (min-width:768px){.professionals-process-step{width:320px;height:432px;flex-direction:column;gap:20px;align-items:center;padding:0;background-color:transparent;border-radius:0;position:relative;justify-content:flex-start}}.professionals-process-step-content{display:flex;flex-direction:column;gap:12px;flex:1}@media (min-width:768px){.professionals-process-step-content{position:absolute;width:273px;display:flex;flex-direction:column;gap:16px;align-items:center;left:23px;z-index:20}.professionals-process-step:nth-child(2n) .professionals-process-step-content{top:auto;bottom:0}.professionals-process-step:nth-child(odd) .professionals-process-step-content{top:0}}.professionals-process-icon-circle{width:64px;height:64px;min-width:64px;border-radius:50%;background-color:#0158ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (min-width:768px){.professionals-process-icon-circle{width:80px;height:80px;min-width:80px}}.professionals-process-step-text{color:#484848;font-size:13px;font-weight:500;line-height:18px;text-align:left;flex:1}@media (min-width:768px){.professionals-process-step-text{font-size:14px;line-height:20px;text-align:center}}.professionals-process-step-label{background-color:#000;color:#fff;font-size:11px;font-weight:600;line-height:14px;padding:6px 10px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;flex-shrink:0}@media (min-width:768px){.professionals-process-step-label{font-size:16px;line-height:18px;padding:8px 12px;border-radius:8px}}.professionals-whoprogram-section{position:relative;width:100%;max-width:1440px;padding:48px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background-color:rgb(235 247 255/var(--tw-bg-opacity,1))}@media (min-width:768px){.professionals-whoprogram-section{padding:72px 0}}.professionals-whoprogram-content{position:relative;z-index:10;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}@media (min-width:768px){.professionals-whoprogram-content{gap:48px}}.professionals-whoprogram-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%}@media (min-width:768px){.professionals-whoprogram-header{gap:48px}}.professionals-whoprogram-title{font-size:18px;font-weight:600;line-height:120%;text-align:center}@media (min-width:768px){.professionals-whoprogram-title{font-size:24px}}.professionals-whoprogram-title-part{color:#000;font-weight:600}.professionals-whoprogram-title-highlight{color:#0158ff;font-weight:700}.professionals-whoprogram-criteria{display:flex;flex-direction:column;gap:20px;width:100%;padding-left:16px;padding-right:16px}@media (min-width:768px){.professionals-whoprogram-criteria{flex-direction:row;gap:20px;padding-left:80px;padding-right:80px}}.professionals-whoprogram-item{flex:1;display:flex;flex-direction:row;gap:12px;align-items:flex-start}@media (min-width:768px){.professionals-whoprogram-item{flex-direction:row;gap:24px;align-items:flex-start}}.professionals-whoprogram-line{width:4px;height:auto;min-height:50px;background-color:#0158ff;flex-shrink:0}@media (min-width:768px){.professionals-whoprogram-line{width:4px;height:68px;min-height:68px}}.professionals-whoprogram-text{flex:1;color:#212121;font-size:14px;font-weight:500;line-height:22px}@media (min-width:768px){.professionals-whoprogram-text{font-size:16px}}.professionals-tab-navigation{width:100%;display:flex;flex-direction:column;padding:0 24px}@media (min-width:768px){.professionals-tab-navigation{padding:0 80px}}.professionals-tab-container{display:flex;flex-direction:column;width:100%;gap:0}.professionals-tab-divider{width:100%;height:1px;background-color:#d9d9d9;margin-bottom:0;order:2}.professionals-tab-wrapper{width:100%;padding-top:40px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:32px;order:1}.professionals-tab-button{display:flex;padding:0 0 20px;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;background:transparent;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;border:none;border-bottom:4px solid transparent;position:relative;white-space:nowrap}.professionals-tab-button.active{border-bottom:4px solid #0158ff}.professionals-tab-text{font-size:16px;font-weight:500;line-height:120%}.professionals-tab-button.active .professionals-tab-text{color:#0158ff;font-weight:600}.professionals-tab-button:not(.active) .professionals-tab-text{color:#484848}.professionals-about-flex{width:100%;display:flex;flex-direction:column;gap:32px;align-items:center}@media (min-width:768px){.professionals-about-flex{flex-direction:row;gap:64px}}.professionals-about-image-wrapper{width:100%;display:flex;justify-content:center}@media (min-width:768px){.professionals-about-image-wrapper{width:60%;justify-content:flex-start}}.professionals-about-image-element{width:100%;height:auto;display:block}.professionals-about-text-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}@media (min-width:768px){.professionals-about-text-wrapper{width:40%}}.professionals-about-heading{width:100%;font-size:20px;font-weight:600;line-height:130%}@media (min-width:768px){.professionals-about-heading{font-size:24px}}.professionals-about-highlight{color:#0158ff;font-weight:700}.professionals-about-main{color:#212121}.professionals-about-text-group{display:flex;flex-direction:column;gap:8px;width:100%}.professionals-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.professionals-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.professionals-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.3));z-index:2}.professionals-hero-subtext{color:#fff;font-size:14px;line-height:22px}@media (min-width:768px){.professionals-hero-subtext{font-size:16px}}.professionals-hero-highlight-text{color:#0158ff;font-weight:600}.professionals-hero-button-text{color:#fff;font-size:16px;font-weight:500}.professionals-hero-footnote{color:#fff;font-size:12px;line-height:16px;font-weight:300;font-style:italic;max-width:100%}@media (min-width:768px){.professionals-hero-footnote{font-size:14px;max-width:272px}}.professionals-offer-title-normal{color:#212121;font-weight:600}.professionals-offer-image-container{width:100%;height:200px;background-color:#e2e2e2;overflow:hidden;position:relative}@media (min-width:768px){.professionals-offer-image-container{height:276px}}.professionals-offer-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.professionals-offer-text{display:flex;flex-direction:column;gap:12px;flex:1}.professionals-funding-desktop{display:none}@media (min-width:768px){.professionals-funding-desktop{display:flex}}.professionals-funding-mobile{display:flex}@media (min-width:768px){.professionals-funding-mobile{display:none}}.professionals-funding-text-wrapper{flex:1;display:flex;flex-direction:column;gap:16px}.professionals-funding-title-highlight{color:#0158ff;font-weight:700}.professionals-funding-list-label{color:#212121;font-size:14px;font-weight:600;line-height:22px}.professionals-funding-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;color:#484848;font-size:14px;line-height:22px}.professionals-funding-list li{position:relative;padding-left:24px}.professionals-funding-list li:before{content:"✓";position:absolute;left:0;color:#0158ff;font-weight:600}.professionals-funding-image-wrapper{flex:1;position:relative;height:400px;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.professionals-funding-image-wrapper{height:auto}}.professionals-funding-image-overlay,.professionals-funding-staircase{position:relative;width:100%;height:100%}.professionals-funding-image-overlay{background-color:#e2e2e2;border-radius:8px;overflow:hidden}.professionals-funding-image-inner{width:100%;height:100%;position:relative}.professionals-funding-image-inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.professionals-funding-content-mobile{display:flex;flex-direction:column;gap:24px}.professionals-funding-title-mobile{font-size:20px;font-weight:600;line-height:130%}.professionals-funding-description-mobile{color:#717171;font-size:14px;line-height:22px}.professionals-funding-list-label-mobile{color:#212121;font-size:14px;font-weight:600;line-height:22px}.professionals-funding-list-mobile{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;color:#484848;font-size:14px;line-height:22px}.professionals-funding-list-mobile li{position:relative;padding-left:24px}.professionals-funding-list-mobile li:before{content:"✓";position:absolute;left:0;color:#0158ff;font-weight:600}.professionals-funding-image-wrapper-mobile{width:100%;height:300px;position:relative}.professionals-funding-staircase-mobile{width:100%;height:100%;position:relative}.professionals-funding-image-overlay-mobile{width:100%;height:100%;background-color:#e2e2e2;border-radius:8px;overflow:hidden}.professionals-funding-image-inner-mobile{width:100%;height:100%;position:relative}.professionals-funding-image-inner-mobile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sol9x-insights-cta svg{position:relative;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1)}.sol9x-insights-cta:hover svg{transform:translateX(4px);animation:sol9x-arrow-bounce .6s ease-in-out}@keyframes sol9x-arrow-bounce{0%,to{transform:translateX(4px)}50%{transform:translateX(8px)}}.sol9x-insights-cta svg path{transition:stroke .3s ease}.sol9x-insights-cta:hover svg path{stroke:#0158ff}.sol9x-insights-view-all svg{position:relative;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1)}.sol9x-insights-view-all:hover svg{transform:translateX(5px);animation:sol9x-view-all-arrow .6s ease-in-out}@keyframes sol9x-view-all-arrow{0%,to{transform:translateX(5px)}50%{transform:translateX(10px)}}.sol9x-insights-view-all svg path{stroke:#000;transition:stroke .3s ease}@media (max-width:768px){.sol9x-insights-badge{padding:6px 14px}.sol9x-insights-badge-text{font-size:12px}.sol9x-insights-cta{padding:10px 20px;gap:8px}.sol9x-insights-cta-text{font-size:13px}.sol9x-insights-view-all{padding:12px 24px;margin-top:0}.sol9x-insights-view-all-text{font-size:14px}}.sol9x-cta-section{min-height:50vh;justify-content:center;overflow:hidden;padding:80px}.sol9x-cta-container,.sol9x-cta-section{position:relative;width:100%;display:flex;align-items:center}.sol9x-cta-container{z-index:10;max-width:1200px;flex-direction:column;gap:48px}.sol9x-cta-content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.sol9x-cta-title{font-family:var(--font-jakarta);font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.2;letter-spacing:-1.5px;color:#1a1a1a;margin:0}.sol9x-cta-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff 50%,#0158ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:sol9x-cta-gradient 3s ease infinite}@keyframes sol9x-cta-gradient{0%,to{background-position:0}50%{background-position:100%}}.sol9x-cta-description{font-family:var(--font-dm-sans);font-size:18px;line-height:1.75;color:#5f6c7b;max-width:680px;margin:0}.sol9x-cta-buttons{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.sol9x-cta-btn-primary,.sol9x-cta-btn-secondary{font-family:var(--font-jakarta);font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:none}.sol9x-cta-btn-primary{background:linear-gradient(135deg,#0158ff,#0177cc);color:#fff;box-shadow:0 4px 16px rgba(1,151,255,.3),0 0 0 0 rgba(1,151,255,.4)}.sol9x-cta-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s}.sol9x-cta-btn-primary:hover:before{left:100%}.sol9x-cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(1,151,255,.4),0 0 0 4px rgba(1,151,255,.2)}.sol9x-cta-btn-primary:active{transform:translateY(0)}.sol9x-cta-btn-secondary{background:#fff;color:#0158ff;border:2px solid #0158ff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.sol9x-cta-btn-secondary:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#0158ff;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:-1}.sol9x-cta-btn-secondary:hover:before{width:100%}.sol9x-cta-btn-secondary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(1,151,255,.3)}.sol9x-cta-btn-secondary:hover svg path{stroke:#fff}.sol9x-cta-btn-secondary:active{transform:translateY(0)}.sol9x-cta-btn-icon,.sol9x-cta-btn-text{position:relative;z-index:1}.sol9x-cta-btn-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.sol9x-cta-btn-primary:hover .sol9x-cta-btn-icon,.sol9x-cta-btn-secondary:hover .sol9x-cta-btn-icon{transform:translateX(4px)}@media (max-width:1024px){.sol9x-cta-section{padding:80px 32px}.sol9x-cta-container{gap:28px}}@media (max-width:768px){.sol9x-cta-section{min-height:50vh;padding:60px 24px}.sol9x-cta-container{gap:28px;border-radius:24px}.sol9x-cta-title{font-size:32px;letter-spacing:-1px}.sol9x-cta-description{font-size:16px}.sol9x-cta-buttons{flex-direction:column;width:100%;gap:16px}.sol9x-cta-btn-primary,.sol9x-cta-btn-secondary{width:100%;justify-content:center;padding:14px 28px;font-size:15px}}@media (max-width:480px){.sol9x-cta-section{padding:40px 20px}.sol9x-cta-title{font-size:28px}.sol9x-cta-description{font-size:15px}}.industries-section{width:100%;padding:80px;background:linear-gradient(180deg,#fff,#fdfcfc 50%,#fff);position:relative;overflow:hidden}.industries-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(1,151,255,.03) 0,transparent 50%),radial-gradient(circle at 70% 50%,rgba(0,212,255,.02) 0,transparent 50%);pointer-events:none}.industries-container{gap:60px;width:100%;max-width:1440px;position:relative;z-index:1}.industries-container,.industries-header{display:flex;flex-direction:column;align-items:center}.industries-header{gap:16px;text-align:center;max-width:800px}.industries-title{font-family:var(--font-jakarta);font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.25;letter-spacing:-.5px;color:#1a1a1a;margin:0}.industries-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.industries-subtitle{font-family:var(--font-dm-sans);font-size:16px;line-height:1.6;color:#6b7280;margin:0;max-width:600px}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:20px;width:100%}.industry-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:32px 24px;border-radius:20px;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.1);box-shadow:0 4px 16px rgba(0,0,0,.04);overflow:hidden;cursor:default;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),background .4s cubic-bezier(.4,0,.2,1)}.industry-card--clickable{cursor:pointer}.industry-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(1,151,255,.2);background:rgba(1,151,255,.08)}.industry-icon-container{width:110px;height:110px}.industry-card:hover .industry-icon-container{transform:scale(1.2) rotate(12deg)}.industry-img{-o-object-fit:contain;object-fit:contain;transition:filter .3s ease,transform .4s ease}.industry-card:hover .industry-img{filter:brightness(1.15);transform:scale(1.25) rotate(8deg)}.industry-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.industry-name{font-family:var(--font-jakarta);font-size:18px;font-weight:700;margin:0}.industry-card:hover .industry-name{color:#0158ff}.industry-description{font-family:var(--font-dm-sans);font-size:13px;line-height:1.5;color:#6b7280;margin:0;animation:industry-description-in .3s ease-out}@keyframes industry-description-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.industry-arrow{position:absolute;top:16px;right:16px;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(1,151,255,.1);color:#0158ff;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0}.industry-card:hover .industry-arrow{opacity:1;transform:translate(4px,-4px)}@media (max-width:1024px){.industries-section{padding:80px 40px}.industries-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:768px){.industries-section{padding:60px 24px}.industries-container{gap:28px}.industries-grid{grid-template-columns:1fr;grid-auto-rows:180px}.industry-card{padding:24px 20px}.industry-icon-container{width:64px;height:64px}}@media (max-width:480px){.industries-section{padding:40px 16px}.industry-card{padding:20px 16px}.industry-name{font-size:16px}.industry-description{font-size:12px}}.sol9x-why-choose-section{width:100%;padding:80px;background:linear-gradient(180deg,#fdfcfc,#fff 50%,#fdfcfc);position:relative;overflow:hidden}.sol9x-why-choose-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 40% 50%,rgba(1,151,255,.02) 0,transparent 50%),radial-gradient(circle at 60% 50%,rgba(0,212,255,.03) 0,transparent 50%);pointer-events:none}.sol9x-why-choose-container{gap:60px;width:100%;max-width:1440px;position:relative;z-index:1}.sol9x-why-choose-container,.sol9x-why-choose-header{display:flex;flex-direction:column;align-items:center}.sol9x-why-choose-header{gap:16px;text-align:center;max-width:800px}.sol9x-why-choose-title{font-family:var(--font-jakarta);font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.25;letter-spacing:-.5px;color:#1a1a1a;margin:0}.sol9x-why-choose-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.sol9x-why-choose-subtitle{font-family:var(--font-dm-sans);font-size:16px;line-height:1.6;color:#6b7280;margin:0;max-width:600px}.sol9x-why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:20px;width:100%}.sol9x-why-choose-card{position:relative;display:flex;flex-direction:column;padding:32px 28px;border-radius:20px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border:1px solid rgba(1,151,255,.1);box-shadow:0 4px 16px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.sol9x-why-choose-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(1,151,255,.15);border-color:rgba(1,151,255,.3)}.sol9x-why-choose-card-large{grid-column:span 1;grid-row:span 2}.sol9x-why-choose-card-small{grid-column:span 1;grid-row:span 1}.sol9x-why-choose-card-gradient{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .4s ease;z-index:0}.sol9x-why-choose-card:hover .sol9x-why-choose-card-gradient{opacity:1}.sol9x-why-choose-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(1,151,255,.12) 0,transparent 70%);opacity:0;transition:opacity .4s ease;z-index:0;pointer-events:none}.sol9x-why-choose-card:hover .sol9x-why-choose-card-glow{opacity:1;animation:why-choose-glow-rotate 3s linear infinite}@keyframes why-choose-glow-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sol9x-why-choose-card-icon-wrapper{position:relative;z-index:1;width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.sol9x-why-choose-card-large .sol9x-why-choose-card-icon-wrapper{height:200px}.sol9x-why-choose-card:hover .sol9x-why-choose-card-icon-wrapper{transform:scale(1.05)}.sol9x-why-choose-card-icon{-o-object-fit:contain;object-fit:contain;transition:filter .3s ease}.sol9x-why-choose-card:hover .sol9x-why-choose-card-icon{filter:brightness(1.1)}.sol9x-why-choose-card-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;flex:1}.sol9x-why-choose-card-text{display:flex;flex-direction:column;gap:12px}.sol9x-why-choose-card-large-title{font-size:28px}.sol9x-why-choose-card-large-title,.sol9x-why-choose-card-small-title{font-family:var(--font-jakarta);font-weight:700;color:#1a1a1a;margin:0;transition:color .3s ease}.sol9x-why-choose-card-small-title{font-size:20px}.sol9x-why-choose-card:hover .sol9x-why-choose-card-large-title,.sol9x-why-choose-card:hover .sol9x-why-choose-card-small-title{color:#0158ff}.sol9x-why-choose-card-large-text{font-size:16px}.sol9x-why-choose-card-large-text,.sol9x-why-choose-card-small-text{font-family:var(--font-dm-sans);line-height:1.6;color:#6b7280;margin:0}.sol9x-why-choose-card-small-text{font-size:14px}.sol9x-why-choose-card-indicator{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(1,151,255,.1);color:#0158ff;animation:indicator-in .3s ease-out}@keyframes indicator-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.sol9x-why-choose-section{padding:80px 40px}.sol9x-why-choose-grid{grid-template-columns:repeat(2,1fr);gap:16px}.sol9x-why-choose-card-large{grid-column:span 2;grid-row:span 1}}@media (max-width:768px){.sol9x-why-choose-section{padding:60px 24px}.sol9x-why-choose-container{gap:28px}.sol9x-why-choose-grid{grid-template-columns:1fr;grid-auto-rows:auto}.sol9x-why-choose-card-large{grid-column:auto;grid-row:auto;min-height:320px;width:100%}.sol9x-why-choose-card-small,.sol9x-why-choose-card-small:nth-child(n){grid-column:auto!important;grid-row:auto!important;width:100%;min-height:280px;margin:0}.sol9x-why-choose-grid{display:flex;flex-direction:column;gap:16px}.sol9x-why-choose-card{padding:28px 24px}}@media (max-width:480px){.sol9x-why-choose-section{padding:40px 16px}.sol9x-why-choose-card{padding:24px 20px}.sol9x-why-choose-card-large-title{font-size:24px}.sol9x-why-choose-card-small-title{font-size:18px}.sol9x-why-choose-card-large-text{font-size:14px}.sol9x-why-choose-card-small-text{font-size:13px}}.industry-icon-container{z-index:1;width:100px;height:100px;transition:transform .4s cubic-bezier(.4,0,.2,1);margin-bottom:4px}.industry-icon-container,.industry-img-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.industry-img-wrapper{width:100%;height:100%}.industry-img{-o-object-fit:contain!important;object-fit:contain!important;width:100%!important;height:100%!important;max-width:100%;max-height:100%;position:relative!important;transition:filter .3s ease,transform .3s ease}.industry-card:hover .industry-name{background:transparent;-webkit-text-fill-color:#0158ff}.industry-name{color:#1a1a1a;transition:color .3s ease}.industries-title-highlight{background:linear-gradient(135deg,#0158ff,#00d4ff)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.industry-img-cybersecurity,.industry-img-default,.industry-img-defence,.industry-img-education,.industry-img-entertainment,.industry-img-fintech,.industry-img-healthcare,.industry-img-manufacturing{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.industry-card:hover .industry-name{background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#0158ff!important;color:#0158ff!important}.industry-arrow{background:rgba(1,151,255,.1)!important;color:#0158ff!important}.industry-card:hover .industry-arrow{background:rgba(1,151,255,.2)!important;color:#0158ff!important}@media (max-width:479px){.sol9x-workflow-section{padding:40px 16px}.sol9x-workflow-container{gap:28px}.sol9x-workflow-title{font-size:24px}.sol9x-workflow-steps{display:flex;flex-direction:column;gap:14px;padding-bottom:0;overflow-x:visible}.sol9x-workflow-step{display:flex;flex-direction:row;align-items:center;text-align:left;width:100%;min-width:0;padding:16px;min-height:auto}.sol9x-workflow-badge{width:44px;height:44px;flex-shrink:0;margin-right:0;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none;border-radius:8px}.sol9x-workflow-step:hover .sol9x-workflow-badge{transform:none;box-shadow:none;background:#f8fafc}.sol9x-workflow-badge-text{font-size:14px;color:#0f172a}.sol9x-workflow-step:hover .sol9x-workflow-badge-text{color:#0f172a}.sol9x-workflow-step-content{align-items:flex-start;text-align:left;padding-left:12px}.sol9x-workflow-step:hover{transform:none}.sol9x-workflow-connector{display:none}}