.Header-module__hBw1pG__header{height:var(--header-height);z-index:1000;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--border);background:#0a1128cc;height:70px}.Header-module__hBw1pG__container{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 20px;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.5px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{z-index:1001;filter:brightness(1.1)contrast(1.1);mix-blend-mode:screen;width:auto;height:40px;transition:transform .3s;position:relative}.Header-module__hBw1pG__logoImage:hover{transform:scale(1.05)}.Header-module__hBw1pG__desktopNav{align-items:center;gap:32px;display:flex}@media (max-width:991px){.Header-module__hBw1pG__desktopNav{display:none}}.Header-module__hBw1pG__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__hBw1pG__navLink{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__dropdownTrigger{cursor:pointer}.Header-module__hBw1pG__arrow{font-size:.7rem;transition:transform .3s}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__arrow{color:var(--primary);transform:rotate(180deg)}.Header-module__hBw1pG__dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);opacity:0;visibility:hidden;z-index:100;background:#0a1128e6;border-radius:12px;width:500px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 20px 40px #0006}.Header-module__hBw1pG__dropdownOpen{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Header-module__hBw1pG__dropdownItem{border-radius:8px;gap:16px;padding:12px;transition:all .3s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{border-left:2px solid var(--primary);background:#ffffff0d}.Header-module__hBw1pG__dropdownIcon{color:var(--primary);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__dropdownContent{flex-direction:column;display:flex}.Header-module__hBw1pG__dropdownTitle{color:var(--foreground);margin-bottom:2px;font-size:.9rem;font-weight:600}.Header-module__hBw1pG__dropdownDesc{color:var(--text-muted);font-size:.75rem}.Header-module__hBw1pG__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:10px;display:none}@media (max-width:991px){.Header-module__hBw1pG__mobileToggle{display:block}}.Header-module__hBw1pG__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.Header-module__hBw1pG__hamburger span{background-color:var(--foreground);width:100%;height:2px;transition:all .3s;display:block}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__mobileNav{background:var(--surface);z-index:1000;flex-direction:column;gap:24px;width:80%;height:100vh;padding:100px 40px;transition:all .4s cubic-bezier(.7,0,.3,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #00000080}.Header-module__hBw1pG__mobileNavOpen{right:0}.Header-module__hBw1pG__mobileNavItem{flex-direction:column;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--foreground);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:1.2rem;font-weight:600;display:flex}.Header-module__hBw1pG__mobileSubNav{flex-direction:column;gap:12px;max-height:0;padding-left:16px;transition:max-height .3s;display:flex;overflow:hidden}.Header-module__hBw1pG__mobileSubNavOpen{max-height:300px;margin-top:16px}.Header-module__hBw1pG__mobileSubNavLink{color:var(--text-muted);font-size:1rem;font-weight:500}.Header-module__hBw1pG__arrowDown{transition:transform .3s;transform:rotate(0)}.Header-module__hBw1pG__arrowUp{transition:transform .3s;transform:rotate(180deg)}
.DemoModal-module__4SkXMG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:40px 20px;animation:.3s ease-out DemoModal-module__4SkXMG__fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.DemoModal-module__4SkXMG__modal{background:#0f0f14e6;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:650px;max-height:90vh;padding:40px;animation:.4s ease-out DemoModal-module__4SkXMG__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,0 0 30px #00f3ff1a}.DemoModal-module__4SkXMG__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.DemoModal-module__4SkXMG__closeBtn:hover{color:var(--text-primary);background:#ffffff1a}.DemoModal-module__4SkXMG__header{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:32px;display:flex}.DemoModal-module__4SkXMG__modalLogo{filter:brightness(1.2)contrast(1.2);mix-blend-mode:screen;width:auto;height:40px}.DemoModal-module__4SkXMG__header h2{margin-bottom:12px;font-size:2rem}.DemoModal-module__4SkXMG__header p{color:var(--text-secondary);line-height:1.6}.DemoModal-module__4SkXMG__form{flex-direction:column;gap:20px;display:flex}.DemoModal-module__4SkXMG__grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.DemoModal-module__4SkXMG__grid{grid-template-columns:1fr}.DemoModal-module__4SkXMG__modal{padding:30px 20px}}.DemoModal-module__4SkXMG__inputGroup{flex-direction:column;gap:8px;display:flex}.DemoModal-module__4SkXMG__inputGroup label{color:var(--text-primary);font-size:.9rem;font-weight:500}.DemoModal-module__4SkXMG__inputGroup input,.DemoModal-module__4SkXMG__inputGroup select,.DemoModal-module__4SkXMG__inputGroup textarea{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:12px 16px;font-size:1rem;transition:all .2s}.DemoModal-module__4SkXMG__inputGroup input:focus,.DemoModal-module__4SkXMG__inputGroup select:focus,.DemoModal-module__4SkXMG__inputGroup textarea:focus{border-color:var(--neon-cyan);background:#ffffff1a;outline:none;box-shadow:0 0 10px #00f3ff33}.DemoModal-module__4SkXMG__inputGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.DemoModal-module__4SkXMG__inputGroup select option{color:#fff;background-color:#1a1a20;padding:12px}.DemoModal-module__4SkXMG__inputGroup textarea{resize:none}.DemoModal-module__4SkXMG__submitBtn{height:54px;margin-top:10px;font-size:1.1rem;font-weight:600}.DemoModal-module__4SkXMG__disclaimer{color:var(--text-secondary);text-align:center;font-size:.8rem}.DemoModal-module__4SkXMG__success{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px 0;display:flex}.DemoModal-module__4SkXMG__successIcon{color:var(--neon-cyan);filter:drop-shadow(0 0 10px #00f3ff80);margin-bottom:10px}.DemoModal-module__4SkXMG__success h2{font-size:2.5rem}.DemoModal-module__4SkXMG__successSub{color:var(--text-secondary);margin-bottom:20px}@keyframes DemoModal-module__4SkXMG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DemoModal-module__4SkXMG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:calc(var(--header-height) + 20px);max-width:var(--max-width);justify-content:space-between;align-items:center;gap:48px;margin:0 auto;padding-bottom:60px;padding-left:20px;padding-right:20px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgGrid{pointer-events:none;z-index:0;background-image:linear-gradient(#39ff1406 1px,#0000 1px),linear-gradient(90deg,#39ff1406 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 40%,#0000 80%);mask-image:radial-gradient(#000 40%,#0000 80%)}.Hero-module__ZARIfG__bgGlow1{pointer-events:none;z-index:0;background:radial-gradient(circle,#39ff140f 0%,#0000 70%);width:500px;height:500px;position:absolute;top:20%;left:-10%}.Hero-module__ZARIfG__bgGlow2{pointer-events:none;z-index:0;background:radial-gradient(circle,#00f5ff0d 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:10%;right:-5%}@media (max-width:1100px){.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;justify-content:center;gap:56px;padding-top:120px;padding-bottom:80px}}.Hero-module__ZARIfG__content{z-index:1;flex:1;max-width:580px;animation:.8s ease-out both Hero-module__ZARIfG__fadeUp}@media (max-width:1100px){.Hero-module__ZARIfG__content{max-width:100%}}.Hero-module__ZARIfG__badge{color:var(--primary);letter-spacing:.04em;background:#39ff1412;border:1px solid #39ff144d;border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:7px 18px;font-size:.8rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.4s ease-in-out infinite Hero-module__ZARIfG__blink;box-shadow:0 0 8px #39ff14cc}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:.25}}.Hero-module__ZARIfG__title{margin-bottom:24px;font-size:clamp(2.6rem,5vw,4rem);font-weight:800;line-height:1.15}.Hero-module__ZARIfG__rotating{min-width:220px;display:inline-block}.Hero-module__ZARIfG__rotatingWord{color:var(--secondary);transition:opacity .3s,transform .3s;display:inline-block}.Hero-module__ZARIfG__wordIn{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__wordOut{opacity:0;transform:translateY(-10px)}.Hero-module__ZARIfG__description{color:var(--text-muted);max-width:500px;margin-bottom:40px;font-size:1.05rem;line-height:1.85}@media (max-width:1100px){.Hero-module__ZARIfG__description{margin-left:auto;margin-right:auto}}.Hero-module__ZARIfG__actions{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:48px;display:flex}@media (max-width:1100px){.Hero-module__ZARIfG__actions{justify-content:center}}.Hero-module__ZARIfG__demoBtn{text-decoration:none}.Hero-module__ZARIfG__statsRow{border-top:1px solid var(--border);align-items:center;gap:0;padding-top:28px;display:flex}@media (max-width:1100px){.Hero-module__ZARIfG__statsRow{justify-content:center}}.Hero-module__ZARIfG__statItem{border-right:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:4px;margin-right:28px;padding:0 28px 0 0;display:flex}.Hero-module__ZARIfG__statItem:last-child{border-right:none;margin-right:0;padding-right:0}@media (max-width:1100px){.Hero-module__ZARIfG__statItem{align-items:center}}.Hero-module__ZARIfG__statValue{letter-spacing:-.03em;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}.Hero-module__ZARIfG__visual{z-index:1;flex:1.3;animation:.8s ease-out .15s both Hero-module__ZARIfG__fadeUp;position:relative}@media (max-width:1100px){.Hero-module__ZARIfG__visual{width:100%}}.Hero-module__ZARIfG__imageWrapper{width:100%;max-width:760px;margin:0 auto;position:relative}.Hero-module__ZARIfG__heroImage{border:1px solid var(--border);border-radius:20px;width:100%;height:auto;display:block;box-shadow:0 24px 60px #0000008c}.Hero-module__ZARIfG__imageGlow{z-index:-1;pointer-events:none;background:radial-gradient(#39ff141a 0%,#0000 65%);width:110%;height:110%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__overlayCards{flex-direction:column;gap:8px;display:flex;position:absolute;top:16px;right:-20px}@media (max-width:1300px){.Hero-module__ZARIfG__overlayCards{right:8px}}@media (max-width:640px){.Hero-module__ZARIfG__overlayCards{display:none}}.Hero-module__ZARIfG__overlayCard{-webkit-backdrop-filter:blur(12px);border-radius:12px;align-items:center;gap:10px;min-width:180px;padding:10px 14px;animation:.6s ease-out both Hero-module__ZARIfG__slideLeft;display:flex}.Hero-module__ZARIfG__overlayCard:first-child{animation-delay:.3s}.Hero-module__ZARIfG__overlayCard:nth-child(2){animation-delay:.5s}.Hero-module__ZARIfG__overlayCard:nth-child(3){animation-delay:.7s}@keyframes Hero-module__ZARIfG__slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.Hero-module__ZARIfG__overlayIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Hero-module__ZARIfG__iconNeon{color:var(--primary);background:#39ff141f}.Hero-module__ZARIfG__iconCyan{color:var(--secondary);background:#00f5ff1f}.Hero-module__ZARIfG__overlayInfo{flex-direction:column;gap:1px;display:flex}.Hero-module__ZARIfG__overlayLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.Hero-module__ZARIfG__overlayValue{color:var(--foreground);font-size:.82rem;font-weight:700}.Hero-module__ZARIfG__overlaySub{color:var(--text-muted);font-size:.65rem}.Hero-module__ZARIfG__tokenWidget{-webkit-backdrop-filter:blur(14px);border-radius:14px;min-width:220px;padding:14px 18px;animation:.6s ease-out .5s both Hero-module__ZARIfG__slideUp;position:absolute;bottom:-16px;left:16px}@keyframes Hero-module__ZARIfG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Hero-module__ZARIfG__tokenWidget{display:none}}.Hero-module__ZARIfG__tokenHeader{align-items:center;gap:7px;margin-bottom:12px;display:flex}.Hero-module__ZARIfG__tokenDot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:1.4s infinite Hero-module__ZARIfG__blink}.Hero-module__ZARIfG__tokenTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.Hero-module__ZARIfG__tokenBars{flex-direction:column;gap:8px;display:flex}.Hero-module__ZARIfG__tokenRow{align-items:center;gap:8px;display:flex}.Hero-module__ZARIfG__tokenModel{color:var(--text-muted);flex-shrink:0;width:44px;font-family:JetBrains Mono,monospace;font-size:.68rem}.Hero-module__ZARIfG__tokenBarBg{background:#ffffff14;border-radius:100px;flex:1;height:4px;overflow:hidden}.Hero-module__ZARIfG__tokenBarFill{border-radius:100px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.Hero-module__ZARIfG__barNeon{background:var(--primary);box-shadow:0 0 6px #39ff1466}.Hero-module__ZARIfG__barCyan{background:var(--secondary);box-shadow:0 0 6px #00f5ff66}.Hero-module__ZARIfG__tokenPct{color:var(--text-muted);text-align:right;width:28px;font-family:JetBrains Mono,monospace;font-size:.65rem}@keyframes Hero-module__ZARIfG__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__statsRow{gap:0}.Hero-module__ZARIfG__statItem{margin-right:16px;padding-right:16px}.Hero-module__ZARIfG__statValue{font-size:1.4rem}}
.Solutions-module__agWdoG__section{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.Solutions-module__agWdoG__header{text-align:center;margin-bottom:56px}.Solutions-module__agWdoG__label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#39ff1414;border:1px solid #39ff1433;border-radius:100px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block}.Solutions-module__agWdoG__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.Solutions-module__agWdoG__subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.Solutions-module__agWdoG__tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;display:flex}.Solutions-module__agWdoG__tab{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#1d2d5066;border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-size:.85rem;font-weight:500;transition:all .25s;display:flex}.Solutions-module__agWdoG__tab:hover{color:var(--foreground);border-color:#39ff144d}.Solutions-module__agWdoG__tabActive{border-color:var(--primary);color:var(--primary);background:#39ff140f;box-shadow:0 0 12px #39ff141f}.Solutions-module__agWdoG__tabBadge{opacity:.6;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:800}.Solutions-module__agWdoG__tabTitle{font-weight:600}.Solutions-module__agWdoG__detail{border-radius:20px;grid-template-columns:1fr 1fr;gap:48px;min-height:280px;margin-bottom:32px;padding:48px;animation:.3s Solutions-module__agWdoG__fadeSlide;display:grid}@keyframes Solutions-module__agWdoG__fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Solutions-module__agWdoG__detailLeft{flex-direction:column;gap:20px;display:flex}.Solutions-module__agWdoG__iconWrap{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.Solutions-module__agWdoG__iconNeon{color:var(--primary);background:#39ff141a;box-shadow:0 0 20px #39ff1426}.Solutions-module__agWdoG__iconCyan{color:var(--secondary);background:#00f5ff1a;box-shadow:0 0 20px #00f5ff26}.Solutions-module__agWdoG__detailMeta{flex-direction:column;gap:6px;display:flex}.Solutions-module__agWdoG__detailBadge{color:var(--text-muted);letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700}.Solutions-module__agWdoG__detailMeta h3{color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1.3}.Solutions-module__agWdoG__detailSubtitle{color:var(--secondary);font-size:.9rem;font-weight:500}.Solutions-module__agWdoG__detailDesc{color:var(--text-muted);font-size:.95rem;line-height:1.8}.Solutions-module__agWdoG__detailRight{flex-direction:column;justify-content:center;gap:20px;display:flex}.Solutions-module__agWdoG__highlightLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.75rem;font-weight:700}.Solutions-module__agWdoG__highlights{flex-direction:column;gap:16px;list-style:none;display:flex}.Solutions-module__agWdoG__highlightItem{color:var(--foreground);align-items:flex-start;gap:14px;font-size:.9rem;line-height:1.6;display:flex}.Solutions-module__agWdoG__check{color:var(--primary);flex-shrink:0;margin-top:2px;font-size:.85rem;font-weight:800}.Solutions-module__agWdoG__checkCyan{color:var(--secondary)}.Solutions-module__agWdoG__cards{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Solutions-module__agWdoG__card{border:1px solid var(--border);cursor:pointer;text-align:left;background:#1d2d5066;border-radius:14px;gap:16px;width:100%;padding:20px;transition:all .25s;display:flex}.Solutions-module__agWdoG__card:hover{border-color:#39ff144d;transform:translateY(-2px)}.Solutions-module__agWdoG__cardActive{border-color:var(--primary);background:#39ff140a}.Solutions-module__agWdoG__cardIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Solutions-module__agWdoG__cardIconNeon{color:var(--primary);background:#39ff141a}.Solutions-module__agWdoG__cardIconCyan{color:var(--secondary);background:#00f5ff1a}.Solutions-module__agWdoG__cardBadge{color:var(--text-muted);letter-spacing:.1em;margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700}.Solutions-module__agWdoG__cardTitle{color:var(--foreground);margin-bottom:4px;font-size:.82rem;font-weight:700;line-height:1.4}.Solutions-module__agWdoG__cardSubtitle{color:var(--text-muted);font-size:.72rem;line-height:1.4}@media (max-width:900px){.Solutions-module__agWdoG__detail{grid-template-columns:1fr;gap:32px;padding:32px 24px}.Solutions-module__agWdoG__cards{grid-template-columns:repeat(2,1fr)}.Solutions-module__agWdoG__tabs{gap:6px}.Solutions-module__agWdoG__tab{padding:10px 14px;font-size:.8rem}.Solutions-module__agWdoG__tabTitle{display:none}}@media (max-width:600px){.Solutions-module__agWdoG__cards{grid-template-columns:1fr}.Solutions-module__agWdoG__tabs{flex-direction:column;align-items:stretch}.Solutions-module__agWdoG__tab{text-align:left}.Solutions-module__agWdoG__tabTitle{display:block}}
.Features-module__zvCZ4q__section{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:52px}.Features-module__zvCZ4q__label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#39ff1414;border:1px solid #39ff1433;border-radius:100px;margin-bottom:20px;padding:5px 16px;font-size:.78rem;font-weight:700;display:inline-block}.Features-module__zvCZ4q__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.Features-module__zvCZ4q__subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.Features-module__zvCZ4q__catTabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.Features-module__zvCZ4q__catTab{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#1d2d5066;border-radius:100px;padding:10px 24px;font-size:.88rem;font-weight:600;transition:all .25s}.Features-module__zvCZ4q__catTab:hover{color:var(--foreground);border-color:#39ff1459}.Features-module__zvCZ4q__catTabActive{border-color:var(--primary);color:var(--primary);background:#39ff1414;box-shadow:0 0 12px #39ff141f}.Features-module__zvCZ4q__catTabActiveCyan{border-color:var(--secondary);color:var(--secondary);background:#00f5ff14;box-shadow:0 0 12px #00f5ff1f}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:56px;animation:.35s Features-module__zvCZ4q__gridIn;display:grid}@keyframes Features-module__zvCZ4q__gridIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}}.Features-module__zvCZ4q__card{border-radius:16px;flex-direction:column;gap:14px;padding:32px;transition:all .3s;animation:.4s both Features-module__zvCZ4q__cardIn;display:flex}@keyframes Features-module__zvCZ4q__cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Features-module__zvCZ4q__card:hover{border-color:#39ff1459;transform:translateY(-6px);box-shadow:0 12px 40px #0000004d}.Features-module__zvCZ4q__cardTop{justify-content:space-between;align-items:center;display:flex}.Features-module__zvCZ4q__iconWrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Features-module__zvCZ4q__iconNeon{color:var(--primary);background:#39ff141a}.Features-module__zvCZ4q__iconCyan{color:var(--secondary);background:#00f5ff1a}.Features-module__zvCZ4q__badge{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:.68rem;font-weight:700}.Features-module__zvCZ4q__badgeNeon{color:var(--primary);background:#39ff1414;border:1px solid #39ff1433}.Features-module__zvCZ4q__badgeCyan{color:var(--secondary);background:#00f5ff14;border:1px solid #00f5ff33}.Features-module__zvCZ4q__cardTitle{color:var(--foreground);font-size:1.15rem;font-weight:700;line-height:1.4}.Features-module__zvCZ4q__cardDesc{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.75}.Features-module__zvCZ4q__stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Features-module__zvCZ4q__stat{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 16px;display:flex}.Features-module__zvCZ4q__statValue{letter-spacing:-.03em;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.Features-module__zvCZ4q__statLabel{color:var(--text-muted);font-size:.82rem;font-weight:500}@media (max-width:768px){.Features-module__zvCZ4q__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Features-module__zvCZ4q__catTabs{flex-direction:column}.Features-module__zvCZ4q__catTab{text-align:center}}
.Process-module__RmMdVa__section{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.Process-module__RmMdVa__header{text-align:center;margin-bottom:60px}.Process-module__RmMdVa__label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#39ff1414;border:1px solid #39ff1433;border-radius:100px;margin-bottom:20px;padding:5px 16px;font-size:.78rem;font-weight:700;display:inline-block}.Process-module__RmMdVa__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.Process-module__RmMdVa__subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.Process-module__RmMdVa__rail{justify-content:center;align-items:flex-start;gap:0;margin-bottom:40px;padding-bottom:8px;display:flex;overflow-x:auto}.Process-module__RmMdVa__railStep{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;width:110px;display:flex;position:relative}.Process-module__RmMdVa__railStep:not(:last-child){padding-right:0}.Process-module__RmMdVa__railLine{background:var(--border);z-index:0;width:calc(100% - 56px);height:2px;transition:background .4s;position:absolute;top:28px;left:calc(50% + 28px)}.Process-module__RmMdVa__railLineDone{background:var(--primary)}.Process-module__RmMdVa__railDot{border:2px solid var(--border);background:var(--surface);width:56px;height:56px;color:var(--text-muted);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.Process-module__RmMdVa__railStep:hover .Process-module__RmMdVa__railDot{color:var(--primary);border-color:#39ff1466}.Process-module__RmMdVa__dotNeon{border-color:var(--primary);color:var(--primary);background:#39ff1414;box-shadow:0 0 16px #39ff1440}.Process-module__RmMdVa__dotCyan{border-color:var(--secondary);color:var(--secondary);background:#00f5ff14;box-shadow:0 0 16px #00f5ff40}.Process-module__RmMdVa__dotNum{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:800}.Process-module__RmMdVa__railPhase{color:var(--text-muted);text-align:center;white-space:nowrap;font-size:.72rem;font-weight:600}.Process-module__RmMdVa__railStepActive .Process-module__RmMdVa__railPhase{color:var(--primary)}.Process-module__RmMdVa__railStepCyan .Process-module__RmMdVa__railPhase{color:var(--secondary)}.Process-module__RmMdVa__detail{border-radius:20px;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:32px;padding:48px;animation:.3s Process-module__RmMdVa__slideIn;display:grid}@keyframes Process-module__RmMdVa__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Process-module__RmMdVa__detailLeft{flex-direction:column;gap:20px;display:flex}.Process-module__RmMdVa__detailTop{align-items:center;gap:16px;display:flex}.Process-module__RmMdVa__iconBox{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Process-module__RmMdVa__iconNeon{color:var(--primary);background:#39ff141a;box-shadow:0 0 20px #39ff141f}.Process-module__RmMdVa__iconCyan{color:var(--secondary);background:#00f5ff1a;box-shadow:0 0 20px #00f5ff1f}.Process-module__RmMdVa__phaseLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700}.Process-module__RmMdVa__detailTitle{color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1.3}.Process-module__RmMdVa__detailDesc{color:var(--text-muted);flex:1;font-size:.95rem;line-height:1.8}.Process-module__RmMdVa__metaRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.Process-module__RmMdVa__metaBadge{border-radius:100px;padding:6px 14px;font-size:.82rem;font-weight:600}.Process-module__RmMdVa__metaBadgeNeon{color:var(--primary);background:#39ff1414;border:1px solid #39ff1433}.Process-module__RmMdVa__metaBadgeCyan{color:var(--secondary);background:#00f5ff14;border:1px solid #00f5ff33}.Process-module__RmMdVa__metaOwner{color:var(--text-muted);font-size:.82rem}.Process-module__RmMdVa__detailRight{flex-direction:column;justify-content:space-between;gap:20px;display:flex}.Process-module__RmMdVa__tasksLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700}.Process-module__RmMdVa__tasks{flex-direction:column;flex:1;gap:14px;list-style:none;display:flex}.Process-module__RmMdVa__taskItem{color:var(--foreground);align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.5;display:flex}.Process-module__RmMdVa__taskCheck{color:var(--primary);flex-shrink:0;margin-top:1px;font-size:.85rem;font-weight:800}.Process-module__RmMdVa__checkCyan{color:var(--secondary)}.Process-module__RmMdVa__navButtons{align-items:center;gap:12px;margin-top:auto;display:flex}.Process-module__RmMdVa__navBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#1d2d5099;border-radius:8px;padding:9px 20px;font-size:.85rem;font-weight:600;transition:all .25s}.Process-module__RmMdVa__navBtn:hover:not(:disabled){color:var(--foreground);border-color:#39ff1466}.Process-module__RmMdVa__navBtn:disabled{opacity:.3;cursor:not-allowed}.Process-module__RmMdVa__navBtnPrimary{border-color:var(--primary);color:var(--primary);background:#39ff141a}.Process-module__RmMdVa__navBtnPrimary:hover:not(:disabled){background:#39ff142e;box-shadow:0 0 12px #39ff1433}.Process-module__RmMdVa__navCount{color:var(--text-muted);text-align:center;flex:1;font-family:JetBrains Mono,monospace;font-size:.78rem}.Process-module__RmMdVa__summary{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Process-module__RmMdVa__summaryItem{text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:28px 16px;display:flex}.Process-module__RmMdVa__summaryLabel{color:var(--text-muted);font-size:.82rem;font-weight:500}@media (max-width:900px){.Process-module__RmMdVa__detail{grid-template-columns:1fr;gap:28px;padding:28px 24px}.Process-module__RmMdVa__summary{grid-template-columns:repeat(2,1fr)}.Process-module__RmMdVa__rail{justify-content:flex-start;padding:0 8px 12px}.Process-module__RmMdVa__railStep{width:90px}.Process-module__RmMdVa__railPhase{font-size:.65rem}}@media (max-width:560px){.Process-module__RmMdVa__summary{grid-template-columns:repeat(2,1fr)}.Process-module__RmMdVa__railStep{width:72px}.Process-module__RmMdVa__dotNum,.Process-module__RmMdVa__railDot svg{display:none}.Process-module__RmMdVa__railDot:after{content:attr(data-num);font-size:.75rem;font-weight:800}}
.Governance-module__ZVXW-G__section{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.Governance-module__ZVXW-G__header{text-align:center;margin-bottom:60px}.Governance-module__ZVXW-G__label{letter-spacing:.15em;text-transform:uppercase;color:var(--secondary);background:#00f5ff14;border:1px solid #00f5ff33;border-radius:100px;margin-bottom:20px;padding:5px 16px;font-size:.78rem;font-weight:700;display:inline-block}.Governance-module__ZVXW-G__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.Governance-module__ZVXW-G__subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.Governance-module__ZVXW-G__layout{grid-template-columns:340px 1fr;align-items:start;gap:24px;margin-bottom:32px;display:grid}@media (max-width:1024px){.Governance-module__ZVXW-G__layout{grid-template-columns:1fr}}.Governance-module__ZVXW-G__sidebar{flex-direction:column;gap:8px;display:flex}.Governance-module__ZVXW-G__policyBtn{border:1px solid var(--border);cursor:pointer;text-align:left;background:#1d2d5066;border-radius:12px;align-items:center;gap:14px;width:100%;padding:16px 18px;transition:all .25s;display:flex}.Governance-module__ZVXW-G__policyBtn:hover{border-color:#00f5ff4d}.Governance-module__ZVXW-G__policyBtnCyanActive{border-color:var(--secondary);background:#00f5ff0d;box-shadow:0 0 16px #00f5ff14}.Governance-module__ZVXW-G__policyBtnNeonActive{border-color:var(--primary);background:#39ff140d;box-shadow:0 0 16px #39ff1414}.Governance-module__ZVXW-G__policyIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.Governance-module__ZVXW-G__iconNeon{color:var(--primary);background:#39ff141a}.Governance-module__ZVXW-G__iconCyan{color:var(--secondary);background:#00f5ff1a}.Governance-module__ZVXW-G__iconMuted{color:var(--text-muted);background:#1d2d50cc}.Governance-module__ZVXW-G__policyMeta{flex-direction:column;flex:1;gap:2px;display:flex}.Governance-module__ZVXW-G__policyTitle{color:var(--foreground);font-size:.9rem;font-weight:700}.Governance-module__ZVXW-G__policySubtitle{color:var(--text-muted);font-size:.72rem}.Governance-module__ZVXW-G__policyChevron{color:var(--text-muted);font-size:1.2rem;transition:transform .2s}.Governance-module__ZVXW-G__policyBtn:hover .Governance-module__ZVXW-G__policyChevron,.Governance-module__ZVXW-G__policyBtnCyanActive .Governance-module__ZVXW-G__policyChevron,.Governance-module__ZVXW-G__policyBtnNeonActive .Governance-module__ZVXW-G__policyChevron{color:var(--secondary);transform:translate(3px)}.Governance-module__ZVXW-G__certs{border:1px solid var(--border);background:#1d2d504d;border-radius:14px;margin-top:16px;padding:20px}.Governance-module__ZVXW-G__certsLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;font-size:.72rem;font-weight:700}.Governance-module__ZVXW-G__certsGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.Governance-module__ZVXW-G__certBadge{text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;display:flex}.Governance-module__ZVXW-G__certName{color:var(--secondary);font-size:.78rem;font-weight:800}.Governance-module__ZVXW-G__certDesc{color:var(--text-muted);font-size:.65rem;line-height:1.3}.Governance-module__ZVXW-G__detail{border-radius:20px;flex-direction:column;gap:28px;min-height:480px;padding:40px;animation:.3s Governance-module__ZVXW-G__fadeSlide;display:flex}@keyframes Governance-module__ZVXW-G__fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Governance-module__ZVXW-G__detailHeader{align-items:center;gap:16px;display:flex}.Governance-module__ZVXW-G__detailIconBox{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Governance-module__ZVXW-G__detailSub{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700}.Governance-module__ZVXW-G__detailTitle{color:var(--foreground);font-size:1.5rem;font-weight:700}.Governance-module__ZVXW-G__detailDesc{color:var(--text-muted);font-size:.95rem;line-height:1.8}.Governance-module__ZVXW-G__rulesWrap{border:1px solid var(--border);border-radius:12px;overflow:hidden}.Governance-module__ZVXW-G__rulesHeader{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);background:#1d2d5099;justify-content:space-between;padding:10px 18px;font-size:.72rem;font-weight:700;display:flex}.Governance-module__ZVXW-G__ruleRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 18px;transition:background .2s;display:flex}.Governance-module__ZVXW-G__ruleRow:hover{background:#ffffff05}.Governance-module__ZVXW-G__ruleLeft{align-items:center;gap:12px;display:flex}.Governance-module__ZVXW-G__ruleDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Governance-module__ZVXW-G__dotNeon{background:var(--primary);box-shadow:0 0 6px #39ff1499}.Governance-module__ZVXW-G__dotCyan{background:var(--secondary);box-shadow:0 0 6px #00f5ff99}.Governance-module__ZVXW-G__dotOff{background:var(--text-muted);opacity:.4}.Governance-module__ZVXW-G__ruleLabel{color:var(--foreground);font-size:.87rem}.Governance-module__ZVXW-G__ruleStatus{border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:700}.Governance-module__ZVXW-G__statusNeon{color:var(--primary);background:#39ff141a;border:1px solid #39ff1433}.Governance-module__ZVXW-G__statusCyan{color:var(--secondary);background:#00f5ff1a;border:1px solid #00f5ff33}.Governance-module__ZVXW-G__statusOff{color:var(--text-muted);border:1px solid var(--border);background:#ffffff0a}.Governance-module__ZVXW-G__scoreWrap{flex-direction:column;gap:8px;display:flex}.Governance-module__ZVXW-G__scoreLabels{justify-content:space-between;align-items:center;display:flex}.Governance-module__ZVXW-G__scoreText{color:var(--text-muted);font-size:.78rem;font-weight:600}.Governance-module__ZVXW-G__scoreBar{background:#ffffff14;border-radius:100px;height:6px;overflow:hidden}.Governance-module__ZVXW-G__scoreBarFill{border-radius:100px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.Governance-module__ZVXW-G__fillNeon{background:linear-gradient(90deg, #39ff1499, var(--primary));box-shadow:0 0 8px #39ff1466}.Governance-module__ZVXW-G__fillCyan{background:linear-gradient(90deg, #00f5ff99, var(--secondary));box-shadow:0 0 8px #00f5ff66}.Governance-module__ZVXW-G__stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Governance-module__ZVXW-G__stat{text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:28px 16px;display:flex}.Governance-module__ZVXW-G__statValue{font-family:Outfit,sans-serif;font-size:1.9rem;font-weight:800}.Governance-module__ZVXW-G__statLabel{color:var(--foreground);font-size:.85rem;font-weight:600}.Governance-module__ZVXW-G__statSub{color:var(--text-muted);font-size:.72rem}@media (max-width:768px){.Governance-module__ZVXW-G__stats{grid-template-columns:repeat(2,1fr)}.Governance-module__ZVXW-G__detail{padding:24px}}
.CaseStudies-module__jbAG5a__section{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.CaseStudies-module__jbAG5a__header{text-align:center;margin-bottom:56px}.CaseStudies-module__jbAG5a__label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#39ff1414;border:1px solid #39ff1440;border-radius:100px;margin-bottom:20px;padding:5px 16px;font-size:.78rem;font-weight:700;animation:2.5s ease-in-out infinite CaseStudies-module__jbAG5a__labelPulse;display:inline-block}@keyframes CaseStudies-module__jbAG5a__labelPulse{0%,to{box-shadow:0 0 #39ff144d}50%{box-shadow:0 0 0 6px #39ff1400}}.CaseStudies-module__jbAG5a__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.CaseStudies-module__jbAG5a__subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.CaseStudies-module__jbAG5a__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}@media (max-width:1024px){.CaseStudies-module__jbAG5a__grid{grid-template-columns:1fr;max-width:560px;margin-bottom:32px;margin-left:auto;margin-right:auto}}.CaseStudies-module__jbAG5a__card{border-radius:18px;flex-direction:column;gap:16px;padding:32px;transition:all .3s;display:flex}.CaseStudies-module__jbAG5a__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000059}.CaseStudies-module__jbAG5a__cardTop{justify-content:space-between;align-items:center;display:flex}.CaseStudies-module__jbAG5a__iconWrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.CaseStudies-module__jbAG5a__iconNeon{color:var(--primary);background:#39ff141a}.CaseStudies-module__jbAG5a__iconCyan{color:var(--secondary);background:#00f5ff1a}.CaseStudies-module__jbAG5a__statusBadge{border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:.72rem;font-weight:700;display:flex}.CaseStudies-module__jbAG5a__statusNeon{color:var(--primary);background:#39ff1414;border:1px solid #39ff144d}.CaseStudies-module__jbAG5a__statusCyan{color:var(--secondary);background:#00f5ff14;border:1px solid #00f5ff4d}.CaseStudies-module__jbAG5a__pulse{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite CaseStudies-module__jbAG5a__blink}@keyframes CaseStudies-module__jbAG5a__blink{0%,to{opacity:1}50%{opacity:.2}}.CaseStudies-module__jbAG5a__cardMeta{flex-direction:column;gap:4px;display:flex}.CaseStudies-module__jbAG5a__industry{color:var(--foreground);font-size:1rem;font-weight:700}.CaseStudies-module__jbAG5a__scale{color:var(--text-muted);font-size:.78rem}.CaseStudies-module__jbAG5a__scenario{color:var(--foreground);font-size:1.05rem;font-weight:600;line-height:1.5}.CaseStudies-module__jbAG5a__phase{border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:6px 12px;font-size:.78rem;font-weight:500;display:flex}.CaseStudies-module__jbAG5a__phaseNeon{color:var(--primary);background:#39ff140f;border:1px solid #39ff1426}.CaseStudies-module__jbAG5a__phaseCyan{color:var(--secondary);background:#00f5ff0f;border:1px solid #00f5ff26}.CaseStudies-module__jbAG5a__highlights{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:auto;padding-top:4px;list-style:none;display:flex}.CaseStudies-module__jbAG5a__highlight{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:.83rem;line-height:1.5;display:flex}.CaseStudies-module__jbAG5a__hlCheck{color:var(--primary);flex-shrink:0;margin-top:1px;font-size:.8rem;font-weight:800}.CaseStudies-module__jbAG5a__checkCyan{color:var(--secondary)}.CaseStudies-module__jbAG5a__upcoming{text-align:center;margin-bottom:28px}.CaseStudies-module__jbAG5a__upcomingLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:.78rem;font-weight:700}.CaseStudies-module__jbAG5a__upcomingList{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.CaseStudies-module__jbAG5a__upcomingItem{border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;transition:all .25s;display:flex}.CaseStudies-module__jbAG5a__upcomingItem:hover{border-color:#39ff144d;transform:translateY(-2px)}.CaseStudies-module__jbAG5a__upcomingText{color:var(--text-muted);font-weight:600}.CaseStudies-module__jbAG5a__upcomingCta{cursor:pointer;border-color:#39ff144d}.CaseStudies-module__jbAG5a__upcomingCta .CaseStudies-module__jbAG5a__upcomingText{color:var(--primary)}.CaseStudies-module__jbAG5a__upcomingCta span:first-child{color:var(--primary);font-size:1rem;font-weight:800}.CaseStudies-module__jbAG5a__banner{border-color:#39ff1433;border-radius:20px;justify-content:space-between;align-items:center;gap:32px;padding:36px 48px;display:flex}@media (max-width:900px){.CaseStudies-module__jbAG5a__banner{text-align:center;flex-direction:column;padding:28px 24px}}.CaseStudies-module__jbAG5a__bannerLeft{align-items:flex-start;gap:20px;display:flex}@media (max-width:900px){.CaseStudies-module__jbAG5a__bannerLeft{text-align:center;flex-direction:column;align-items:center}}.CaseStudies-module__jbAG5a__bannerIcon{flex-shrink:0;font-size:2.2rem}.CaseStudies-module__jbAG5a__bannerTitle{color:var(--foreground);margin-bottom:8px;font-size:1.25rem;font-weight:700}.CaseStudies-module__jbAG5a__bannerDesc{color:var(--text-muted);font-size:.88rem;line-height:1.7}.CaseStudies-module__jbAG5a__bannerRight{flex-shrink:0;gap:32px;display:flex}.CaseStudies-module__jbAG5a__bannerStat{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.CaseStudies-module__jbAG5a__bannerStatLabel{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}@media (max-width:480px){.CaseStudies-module__jbAG5a__bannerRight{gap:20px}}
.Resources-module__gz4jbW__section{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.Resources-module__gz4jbW__header{text-align:center;margin-bottom:56px}.Resources-module__gz4jbW__label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#39ff1414;border:1px solid #39ff1433;border-radius:100px;margin-bottom:20px;padding:5px 16px;font-size:.78rem;font-weight:700;display:inline-block}.Resources-module__gz4jbW__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.Resources-module__gz4jbW__subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.Resources-module__gz4jbW__cardGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px;display:grid}@media (max-width:768px){.Resources-module__gz4jbW__cardGrid{grid-template-columns:1fr}}.Resources-module__gz4jbW__card{border-radius:18px;flex-direction:column;gap:16px;padding:32px;transition:all .3s;display:flex;position:relative;overflow:hidden}.Resources-module__gz4jbW__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.Resources-module__gz4jbW__cardSoon{opacity:.75}.Resources-module__gz4jbW__cardTop{justify-content:space-between;align-items:center;display:flex}.Resources-module__gz4jbW__iconWrap{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Resources-module__gz4jbW__iconNeon{color:var(--primary);background:#39ff141a}.Resources-module__gz4jbW__iconCyan{color:var(--secondary);background:#00f5ff1a}.Resources-module__gz4jbW__iconMuted{color:var(--text-muted);background:#ffffff0d}.Resources-module__gz4jbW__cardBadge{letter-spacing:.06em;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:.7rem;font-weight:700;display:flex}.Resources-module__gz4jbW__badgeNeon{color:var(--primary);background:#39ff1414;border:1px solid #39ff1440}.Resources-module__gz4jbW__badgeCyan{color:var(--secondary);background:#00f5ff14;border:1px solid #00f5ff40}.Resources-module__gz4jbW__badgeMuted{color:var(--text-muted);border:1px solid var(--border);background:#ffffff0a}.Resources-module__gz4jbW__badgeDot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite Resources-module__gz4jbW__blink}@keyframes Resources-module__gz4jbW__blink{0%,to{opacity:1}50%{opacity:.25}}.Resources-module__gz4jbW__cardMeta{flex-direction:column;gap:4px;display:flex}.Resources-module__gz4jbW__cardTitle{color:var(--foreground);font-size:1.2rem;font-weight:700}.Resources-module__gz4jbW__cardSubtitle{color:var(--text-muted);letter-spacing:.04em;font-family:JetBrains Mono,monospace;font-size:.72rem}.Resources-module__gz4jbW__cardDesc{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.75}.Resources-module__gz4jbW__cardActions{flex-direction:column;gap:8px;margin-top:auto;display:flex}.Resources-module__gz4jbW__dlBtn{cursor:pointer;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:10px 18px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.Resources-module__gz4jbW__dlBtnPrimary{color:var(--primary);background:#39ff141a;border:1px solid #39ff144d}.Resources-module__gz4jbW__dlBtnPrimary:hover{background:#39ff142e;transform:translateY(-1px);box-shadow:0 0 12px #39ff1433}.Resources-module__gz4jbW__dlBtnOutline{border:1px solid var(--border);color:var(--text-muted);background:0 0}.Resources-module__gz4jbW__dlBtnOutline:hover{color:var(--foreground);border-color:#39ff144d}.Resources-module__gz4jbW__soonOverlay{border:1px solid var(--border);background:#0a1128b3;border-radius:8px;padding:4px 12px;position:absolute;bottom:20px;right:20px}.Resources-module__gz4jbW__soonText{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600}.Resources-module__gz4jbW__newsWrap{margin-bottom:28px}.Resources-module__gz4jbW__newsHeader{margin-bottom:20px}.Resources-module__gz4jbW__newsTitle{color:var(--foreground);align-items:center;gap:10px;font-size:1rem;font-weight:700;display:flex}.Resources-module__gz4jbW__newsDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.4s ease-in-out infinite Resources-module__gz4jbW__blink;box-shadow:0 0 8px #39ff1480}.Resources-module__gz4jbW__newsList{flex-direction:column;gap:12px;display:flex}.Resources-module__gz4jbW__newsItem{border-radius:14px;align-items:flex-start;gap:24px;padding:24px 28px;transition:all .25s;display:flex}.Resources-module__gz4jbW__newsItem:hover{border-color:#39ff1440;transform:translate(4px)}.Resources-module__gz4jbW__newsLeft{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:8px;width:90px;display:flex}.Resources-module__gz4jbW__newsDate{color:var(--text-muted);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.75rem}.Resources-module__gz4jbW__newsTag{white-space:nowrap;border-radius:100px;padding:2px 8px;font-size:.65rem;font-weight:700}.Resources-module__gz4jbW__tagNeon{color:var(--primary);background:#39ff1414;border:1px solid #39ff1433}.Resources-module__gz4jbW__tagCyan{color:var(--secondary);background:#00f5ff14;border:1px solid #00f5ff33}.Resources-module__gz4jbW__newsContent{flex-direction:column;flex:1;gap:8px;display:flex}.Resources-module__gz4jbW__newsItemTitle{color:var(--foreground);font-size:.95rem;font-weight:700;line-height:1.4}.Resources-module__gz4jbW__newsDesc{color:var(--text-muted);font-size:.85rem;line-height:1.7}.Resources-module__gz4jbW__newsletter{border-color:#39ff1426;border-radius:16px;justify-content:space-between;align-items:center;gap:32px;padding:28px 36px;display:flex}@media (max-width:768px){.Resources-module__gz4jbW__newsletter{text-align:center;flex-direction:column;padding:24px}}.Resources-module__gz4jbW__newsletterLeft{align-items:center;gap:16px;display:flex}@media (max-width:768px){.Resources-module__gz4jbW__newsletterLeft{flex-direction:column}}.Resources-module__gz4jbW__newsletterTitle{color:var(--foreground);margin-bottom:4px;font-size:.95rem;font-weight:700}.Resources-module__gz4jbW__newsletterDesc{color:var(--text-muted);font-size:.82rem}.Resources-module__gz4jbW__newsletterRight{flex-shrink:0}.Resources-module__gz4jbW__subForm{background:#0a112880;border:1px solid #39ff1440;border-radius:10px;gap:0;display:flex;overflow:hidden}.Resources-module__gz4jbW__subInput{color:var(--foreground);background:0 0;border:none;outline:none;width:220px;padding:11px 16px;font-family:inherit;font-size:.88rem}.Resources-module__gz4jbW__subInput::placeholder{color:var(--text-muted)}.Resources-module__gz4jbW__subBtn{white-space:nowrap;border-radius:0 8px 8px 0!important;padding:11px 20px!important;font-size:.85rem!important}.Resources-module__gz4jbW__subSuccess{color:var(--foreground);align-items:center;gap:10px;font-size:.9rem;font-weight:600;animation:.4s Resources-module__gz4jbW__fadeIn;display:flex}@keyframes Resources-module__gz4jbW__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.Resources-module__gz4jbW__newsItem{flex-direction:column;gap:10px;padding:20px}.Resources-module__gz4jbW__newsLeft{flex-direction:row;align-items:center;width:auto}.Resources-module__gz4jbW__subInput{width:160px}}
.Company-module__7bx3Ca__section{background-color:var(--bg-dark);padding:8rem 0;position:relative;overflow:hidden}.Company-module__7bx3Ca__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Company-module__7bx3Ca__header{text-align:center;margin-bottom:4rem}.Company-module__7bx3Ca__label{text-transform:uppercase;letter-spacing:2px;color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:inline-block}.Company-module__7bx3Ca__subtitle{color:var(--text-dim);margin-top:1rem;font-size:1.2rem}.Company-module__7bx3Ca__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Company-module__7bx3Ca__card{border-radius:16px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.Company-module__7bx3Ca__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00f2fe0d}.Company-module__7bx3Ca__cardHeader{align-items:center;gap:1rem;display:flex}.Company-module__7bx3Ca__cardNumber{color:var(--accent);opacity:.5;font-size:1.5rem;font-weight:800}.Company-module__7bx3Ca__cardHeader h3{color:var(--text-light);font-size:1.5rem;font-weight:700}.Company-module__7bx3Ca__cardContent{color:var(--text-light);flex-direction:column;gap:1rem;font-size:1rem;line-height:1.7;display:flex}.Company-module__7bx3Ca__dimText{color:var(--text-dim)}.Company-module__7bx3Ca__emptyState{text-align:center;color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;display:flex}@media (max-width:768px){.Company-module__7bx3Ca__grid{grid-template-columns:1fr}.Company-module__7bx3Ca__card{padding:2rem}}
.CTA-module__CdZh3q__section{max-width:var(--max-width);margin:0 auto;padding:80px 20px 0}.CTA-module__CdZh3q__main{-webkit-backdrop-filter:blur(16px);background:#1d2d5080;border:1px solid #39ff1440;border-radius:24px;margin-bottom:24px;position:relative;overflow:hidden}.CTA-module__CdZh3q__glowBg{pointer-events:none;z-index:0;background:radial-gradient(at 20%,#39ff140f 0%,#0000 60%),radial-gradient(at 80% 30%,#00f5ff0d 0%,#0000 60%);position:absolute;inset:0}.CTA-module__CdZh3q__mainContent{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:28px;padding:72px 80px;display:flex;position:relative}@media (max-width:768px){.CTA-module__CdZh3q__mainContent{padding:48px 24px}}.CTA-module__CdZh3q__label{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);background:#39ff1414;border:1px solid #39ff1440;border-radius:100px;padding:5px 16px;font-size:.78rem;font-weight:700;animation:2.5s ease-in-out infinite CTA-module__CdZh3q__labelPulse;display:inline-block}@keyframes CTA-module__CdZh3q__labelPulse{0%,to{box-shadow:0 0 #39ff144d}50%{box-shadow:0 0 0 8px #39ff1400}}.CTA-module__CdZh3q__title{color:var(--foreground);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.3}.CTA-module__CdZh3q__desc{color:var(--text-muted);max-width:640px;font-size:1rem;line-height:1.8}.CTA-module__CdZh3q__formWrap{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:560px;display:flex}.CTA-module__CdZh3q__quickForm{background:#0a112899;border:1px solid #39ff144d;border-radius:12px;gap:0;width:100%;display:flex;overflow:hidden}.CTA-module__CdZh3q__emailInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:14px 20px;font-family:inherit;font-size:.95rem}.CTA-module__CdZh3q__emailInput::placeholder{color:var(--text-muted)}.CTA-module__CdZh3q__submitBtn{white-space:nowrap;border-radius:0 10px 10px 0!important;padding:14px 28px!important;font-size:.9rem!important}.CTA-module__CdZh3q__formNote{color:var(--text-muted);font-size:.75rem}.CTA-module__CdZh3q__successMsg{background:#39ff1414;border:1px solid #39ff1440;border-radius:12px;align-items:center;gap:12px;padding:16px 28px;animation:.4s CTA-module__CdZh3q__fadeIn;display:flex}.CTA-module__CdZh3q__successMsg p{color:var(--foreground);font-size:.95rem;font-weight:600}@keyframes CTA-module__CdZh3q__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.CTA-module__CdZh3q__benefits{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.CTA-module__CdZh3q__benefit{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;font-weight:500;display:flex}.CTA-module__CdZh3q__contacts{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:0;display:grid}@media (max-width:768px){.CTA-module__CdZh3q__contacts{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.CTA-module__CdZh3q__contactCard{border-radius:16px;align-items:center;gap:16px;padding:24px 28px;transition:all .25s;display:flex}.CTA-module__CdZh3q__contactCard:hover{border-color:#39ff144d;transform:translateY(-3px)}.CTA-module__CdZh3q__contactIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.CTA-module__CdZh3q__iconNeon{color:var(--primary);background:#39ff141a}.CTA-module__CdZh3q__iconCyan{color:var(--secondary);background:#00f5ff1a}.CTA-module__CdZh3q__contactInfo{flex-direction:column;gap:3px;display:flex}.CTA-module__CdZh3q__contactLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700}.CTA-module__CdZh3q__contactValue{font-size:.95rem;font-weight:700}.CTA-module__CdZh3q__contactSub{color:var(--text-muted);font-size:.75rem}@media (max-width:480px){.CTA-module__CdZh3q__benefits{gap:12px}}
.Footer-module__S6Hkya__footer{background:linear-gradient(180deg, var(--background) 0%, #0a1128fa 100%);border-top:1px solid var(--border);margin-top:80px;padding:80px 0 0}.Footer-module__S6Hkya__container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.Footer-module__S6Hkya__top{justify-content:space-between;gap:60px;margin-bottom:48px;display:flex}@media (max-width:900px){.Footer-module__S6Hkya__top{flex-direction:column;gap:40px}}.Footer-module__S6Hkya__brand{flex-direction:column;gap:16px;max-width:280px;display:flex}.Footer-module__S6Hkya__logoLink{display:block}.Footer-module__S6Hkya__footerLogo{filter:brightness(1.15)contrast(1.1);mix-blend-mode:screen;width:auto;height:120px;transition:opacity .3s}.Footer-module__S6Hkya__footerLogo:hover{opacity:.85}.Footer-module__S6Hkya__description{color:var(--text-muted);font-size:.92rem;line-height:1.7}.Footer-module__S6Hkya__address{color:var(--text-muted);font-size:.83rem;line-height:1.8}.Footer-module__S6Hkya__badges{flex-wrap:wrap;gap:6px;display:flex}.Footer-module__S6Hkya__badge{color:var(--secondary);letter-spacing:.06em;background:#00f5ff0d;border:1px solid #00f5ff40;border-radius:100px;padding:3px 9px;font-size:.65rem;font-weight:700}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:48px;display:flex}@media (max-width:640px){.Footer-module__S6Hkya__links{gap:32px 40px}}.Footer-module__S6Hkya__column{flex-direction:column;gap:10px;min-width:130px;display:flex}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--foreground);margin-bottom:6px;font-size:.78rem;font-weight:700}.Footer-module__S6Hkya__colLink{color:var(--text-muted);font-size:.88rem;line-height:1.5;transition:color .25s}.Footer-module__S6Hkya__colLink:hover{color:var(--primary)}.Footer-module__S6Hkya__pocStrip{background:#39ff140a;border:1px solid #39ff1426;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;padding:18px 28px;display:flex}@media (max-width:640px){.Footer-module__S6Hkya__pocStrip{text-align:center;flex-direction:column}}.Footer-module__S6Hkya__pocLeft{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__pocDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.4s ease-in-out infinite Footer-module__S6Hkya__blink}@keyframes Footer-module__S6Hkya__blink{0%,to{opacity:1;box-shadow:0 0 6px #39ff1499}50%{opacity:.3;box-shadow:none}}.Footer-module__S6Hkya__pocText{color:var(--text-muted);font-size:.88rem}.Footer-module__S6Hkya__pocBtn{flex-shrink:0;text-decoration:none;padding:9px 24px!important;font-size:.85rem!important}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 0;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__legal{align-items:center;gap:8px;display:flex}.Footer-module__S6Hkya__legalLink{color:var(--text-muted);font-size:.8rem;transition:color .25s}.Footer-module__S6Hkya__legalLink:hover{color:var(--foreground)}.Footer-module__S6Hkya__legalDivider{color:var(--border);font-size:.8rem}@media (max-width:640px){.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column}}
