.Buttons-module__Ieb0kG__primary{background:var(--btn-primary-bg);color:var(--btn-primary-color);letter-spacing:.02em;border:1px solid var(--btn-primary-border);cursor:pointer;white-space:nowrap;box-shadow:var(--btn-primary-shadow);border-radius:8px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,border-color .3s;display:inline-flex}.Buttons-module__Ieb0kG__primary:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);box-shadow:var(--btn-primary-shadow-hover);color:var(--btn-hover-color);transform:translateY(-2px)}.Buttons-module__Ieb0kG__primarySm{border-radius:8px;padding:.55rem 1.4rem;font-size:.85rem;font-weight:700}.Buttons-module__Ieb0kG__primarySm:hover{transform:translateY(-1px)}.Buttons-module__Ieb0kG__primaryLg{border-radius:10px;padding:1.1rem 3rem;font-size:1.05rem;font-weight:800}.Buttons-module__Ieb0kG__primaryBlock{text-align:center;box-sizing:border-box;width:100%;max-width:100%;display:flex}@media (max-width:480px){.Buttons-module__Ieb0kG__primarySm.Buttons-module__Ieb0kG__primaryBlock{white-space:normal;padding:.6rem 1rem;font-size:.8rem;line-height:1.35}}.Buttons-module__Ieb0kG__secondary{color:var(--btn-secondary-color);border:1px solid var(--btn-secondary-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Buttons-module__Ieb0kG__secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-hover-bg)}.Buttons-module__Ieb0kG__secondarySm{padding:.9rem 1.85rem;font-size:.95rem}.Buttons-module__Ieb0kG__secondaryLg{border-radius:10px;padding:1.1rem 2rem}.Buttons-module__Ieb0kG__secondaryBlock{text-align:center;width:100%;display:flex}.Buttons-module__Ieb0kG__textLink{color:var(--primary);align-items:center;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.Buttons-module__Ieb0kG__textLink:hover{opacity:.85}
.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--glass-border);background:var(--glass);width:40px;height:40px;color:var(--text-muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,border-color .2s,background .2s;display:inline-flex;position:relative}.ThemeToggle-module__sGqMhG__toggle:hover{color:var(--primary);border-color:var(--primary-border);background:var(--hover-bg-subtle)}.ThemeToggle-module__sGqMhG__icon{transition:opacity .25s,transform .25s;position:absolute}.ThemeToggle-module__sGqMhG__sun{opacity:0;transform:rotate(-30deg)scale(.7)}.ThemeToggle-module__sGqMhG__moon{opacity:1;transform:rotate(0)scale(1)}[data-theme=light] .ThemeToggle-module__sGqMhG__sun{opacity:1;transform:rotate(0)scale(1)}[data-theme=light] .ThemeToggle-module__sGqMhG__moon{opacity:0;transform:rotate(30deg)scale(.7)}
.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #0000;width:100%;padding:.6rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{background:var(--navbar-scrolled-bg);border-bottom:1px solid var(--glass-border);box-shadow:var(--navbar-shadow);padding:.4rem 0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0}.Navbar-module__cJzEcG__logoImage{width:auto;height:52px;transition:height .3s}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logoImage{height:44px}.Navbar-module__cJzEcG__desktopMenu{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.Navbar-module__cJzEcG__dropdownWrapper{position:relative}.Navbar-module__cJzEcG__navLink{color:var(--text-muted);cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:4px;padding:.5rem .85rem;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLinkActive{color:var(--primary)}.Navbar-module__cJzEcG__chevron{opacity:.6;transition:transform .2s}.Navbar-module__cJzEcG__chevronOpen{opacity:1;transform:rotate(180deg)}.Navbar-module__cJzEcG__megaMenu{background:var(--mega-menu-bg);border:1px solid var(--mega-menu-border);min-width:280px;box-shadow:var(--mega-menu-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;flex-direction:column;gap:2px;padding:.75rem;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__megaLink{border-radius:10px;flex-direction:column;padding:.65rem .85rem;text-decoration:none;transition:background .15s;display:flex}.Navbar-module__cJzEcG__megaLink:hover{background:var(--hover-bg)}.Navbar-module__cJzEcG__megaLinkName{color:var(--text-secondary);font-size:.88rem;font-weight:600;transition:color .15s}.Navbar-module__cJzEcG__megaLink:hover .Navbar-module__cJzEcG__megaLinkName{color:var(--primary)}.Navbar-module__cJzEcG__megaLinkDesc{color:var(--text-faint);margin-top:2px;font-size:.75rem}.Navbar-module__cJzEcG__navActions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.Navbar-module__cJzEcG__navCta{flex-shrink:0}.Navbar-module__cJzEcG__mobileControls{align-items:center;gap:.5rem;display:none}.Navbar-module__cJzEcG__mobileToggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.Navbar-module__cJzEcG__mobileMenu{background:var(--surface-mobile-menu);border-top:1px solid var(--glass-border);overflow:hidden}.Navbar-module__cJzEcG__mobileSection{border-bottom:1px solid var(--glass-border)}.Navbar-module__cJzEcG__mobileSectionToggle{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__mobileDropdown{overflow:hidden}.Navbar-module__cJzEcG__mobileLink{color:var(--text-subtle);border-bottom:1px solid var(--border-faint);padding:.65rem 2rem .65rem 3rem;font-size:.9rem;transition:color .2s,background .2s;display:block}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--primary);background:var(--hover-bg-subtle)}.Navbar-module__cJzEcG__mobileCta{box-sizing:border-box;width:calc(100% - 4rem);max-width:100%;margin:1.25rem 2rem;display:block}@media (max-width:1024px){.Navbar-module__cJzEcG__desktopMenu{gap:0}.Navbar-module__cJzEcG__navLink{padding:.5rem .6rem;font-size:.83rem}}@media (max-width:900px){.Navbar-module__cJzEcG__desktopMenu,.Navbar-module__cJzEcG__navActions{display:none}.Navbar-module__cJzEcG__mobileControls{display:flex}.Navbar-module__cJzEcG__mobileToggle{display:block}.Navbar-module__cJzEcG__logoImage{height:60px}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logoImage{height:52px}}@media (max-width:480px){.Navbar-module__cJzEcG__logoImage{height:52px}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logoImage{height:46px}.Navbar-module__cJzEcG__container{padding:0 1.25rem}.Navbar-module__cJzEcG__mobileCta{width:calc(100% - 2.5rem);margin:1.25rem}.Navbar-module__cJzEcG__mobileSectionToggle{padding:1rem 1.25rem}.Navbar-module__cJzEcG__mobileLink{padding:.65rem 1.25rem .65rem 2.5rem}}
.Footer-module__S6Hkya__footer{background:var(--footer-bg);border-top:1px solid var(--border-subtle);width:100%;padding:4rem 2rem 2rem;position:relative}.Footer-module__S6Hkya__container{max-width:1400px;margin:0 auto;position:relative}.Footer-module__S6Hkya__tagline{text-align:center;margin-bottom:2.5rem}.Footer-module__S6Hkya__tagline p{color:var(--text-dim);font-size:1.1rem;font-style:italic}.Footer-module__S6Hkya__grid{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;flex-shrink:0;width:auto;max-width:100%;height:60px}.Footer-module__S6Hkya__brandDesc{color:var(--text-faint);max-width:280px;font-size:.88rem;line-height:1.65}.Footer-module__S6Hkya__social{gap:.6rem;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialLink{background:var(--social-bg);border:1px solid var(--social-border);width:36px;height:36px;color:var(--text-medium);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{border-color:var(--primary-border-strong);color:var(--primary);background:var(--hover-bg-subtle)}.Footer-module__S6Hkya__linkCol{flex-direction:column;gap:0;display:flex}.Footer-module__S6Hkya__colHeading{text-transform:uppercase;letter-spacing:.1em;color:var(--text-medium);margin-bottom:1.1rem;font-size:.8rem;font-weight:700}.Footer-module__S6Hkya__colLink{color:var(--text-faint);padding:.3rem 0;font-size:.88rem;text-decoration:none;transition:color .2s,padding-left .2s;display:block}.Footer-module__S6Hkya__colLink:hover{color:var(--text-secondary);padding-left:4px}.Footer-module__S6Hkya__divider{background:var(--divider-fade);height:1px;margin:2rem 0}.Footer-module__S6Hkya__bottomBar{color:var(--text-ghost);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;font-size:.82rem;display:flex}.Footer-module__S6Hkya__copyright{white-space:nowrap}.Footer-module__S6Hkya__location{text-align:center;flex:1}.Footer-module__S6Hkya__legal{gap:1.5rem;display:flex}.Footer-module__S6Hkya__legal a{color:var(--text-ghost);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legal a:hover{color:var(--text-subtle)}@media (max-width:1200px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}.Footer-module__S6Hkya__brandCol{flex-flow:wrap;grid-column:1/-1;align-items:flex-start;gap:2rem}.Footer-module__S6Hkya__brandDesc{max-width:400px}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 1.25rem 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:1.75rem}.Footer-module__S6Hkya__brandCol{flex-direction:column;grid-column:1/-1}.Footer-module__S6Hkya__logoImage{height:50px}.Footer-module__S6Hkya__bottomBar{flex-direction:column;align-items:flex-start;gap:.5rem}.Footer-module__S6Hkya__location{text-align:left}.Footer-module__S6Hkya__legal{gap:1rem}}@media (max-width:480px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:1.5rem}.Footer-module__S6Hkya__logoImage{height:44px}.Footer-module__S6Hkya__tagline p{font-size:.95rem}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundEffects{z-index:0;background:var(--hero-bg);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__globeGlow{background:var(--hero-globe-glow);z-index:1;pointer-events:none;filter:blur(10px);width:860px;height:860px;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__canvas3d{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__gradientOverlay{background:var(--hero-overlay);z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__shape1,.Hero-module__ZARIfG__shape2,.Hero-module__ZARIfG__shape3{filter:blur(90px);opacity:.32;border-radius:50%;position:absolute}.Hero-module__ZARIfG__shape1{background:var(--shape-1);width:500px;height:500px;top:-150px;left:-100px}.Hero-module__ZARIfG__shape2{background:var(--shape-2);width:350px;height:350px;bottom:15%;right:-80px}.Hero-module__ZARIfG__shape3{background:var(--shape-3);width:300px;height:300px;top:35%;left:55%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__container{z-index:3;text-align:center;width:100%;max-width:1000px;margin:0 auto;padding:5rem 2rem 6rem;position:relative}.Hero-module__ZARIfG__techCards{z-index:2;pointer-events:none;perspective:1400px;transform-style:preserve-3d;position:absolute;inset:0}.Hero-module__ZARIfG__techCard{background:var(--hero-card-bg);border:1px solid var(--card-border-soft);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-card);will-change:transform;border-radius:14px;position:absolute}.Hero-module__ZARIfG__cardTerminal{width:320px;top:18%;left:4%;overflow:hidden}.Hero-module__ZARIfG__cardStatus{width:240px;padding:1.1rem 1.25rem;top:21%;right:7%}.Hero-module__ZARIfG__cardMetric{flex-direction:column;gap:.35rem;width:268px;padding:1.1rem 1.15rem 1rem;display:flex;bottom:14%;right:5%}.Hero-module__ZARIfG__terminalBar{background:var(--surface-subtle);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.45rem;padding:.65rem .9rem;display:flex}.Hero-module__ZARIfG__dotRed,.Hero-module__ZARIfG__dotYellow,.Hero-module__ZARIfG__dotGreen{border-radius:50%;width:11px;height:11px;display:inline-block}.Hero-module__ZARIfG__dotRed{background:#ff5f56}.Hero-module__ZARIfG__dotYellow{background:#ffbd2e}.Hero-module__ZARIfG__dotGreen{background:#27c93f}.Hero-module__ZARIfG__terminalTitle{color:var(--text-faint);margin-left:auto;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem}.Hero-module__ZARIfG__terminalBody{color:var(--text-body);padding:.9rem 1rem 1.1rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.78rem;line-height:1.7}.Hero-module__ZARIfG__terminalBody p{white-space:nowrap}.Hero-module__ZARIfG__prompt{color:var(--primary);margin-right:.4rem}.Hero-module__ZARIfG__ok{color:var(--success)}.Hero-module__ZARIfG__muted{color:var(--text-faint)}.Hero-module__ZARIfG__statusRow{align-items:center;gap:.55rem;margin-bottom:.9rem;display:flex}.Hero-module__ZARIfG__pulseDot{background:var(--success);width:9px;height:9px;box-shadow:0 0 0 0 var(--success-pulse);border-radius:50%;animation:2s infinite Hero-module__ZARIfG__pulseDot}@keyframes Hero-module__ZARIfG__pulseDot{0%{box-shadow:0 0 0 0 var(--success-pulse)}70%{box-shadow:0 0 0 8px var(--success-pulse-fade)}to{box-shadow:0 0 0 0 var(--success-pulse-fade)}}.Hero-module__ZARIfG__statusText{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Hero-module__ZARIfG__statusMetric{flex-direction:column;gap:.15rem;display:flex}.Hero-module__ZARIfG__metricValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.Hero-module__ZARIfG__metricLabel{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.Hero-module__ZARIfG__aiHead{align-items:center;gap:.5rem;display:flex}.Hero-module__ZARIfG__aiPulse{background:var(--primary);width:9px;height:9px;box-shadow:0 0 12px var(--primary);border-radius:50%;animation:2s infinite Hero-module__ZARIfG__pulseDot}.Hero-module__ZARIfG__aiTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:.9rem;font-weight:700}.Hero-module__ZARIfG__liveTag{letter-spacing:.08em;color:var(--success);background:var(--success-bg);border:1px solid var(--success-border);border-radius:5px;margin-left:auto;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.Hero-module__ZARIfG__pipeline{align-items:center;gap:0;margin:.55rem 0 .6rem;display:flex}.Hero-module__ZARIfG__pipeNode{flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;display:flex}.Hero-module__ZARIfG__nodeIcon{border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.Hero-module__ZARIfG__nodeIconTrigger{background:var(--node-trigger-bg);border-color:var(--node-trigger-border);box-shadow:var(--node-trigger-shadow)}.Hero-module__ZARIfG__nodeIconAgent{background:var(--node-agent-bg);border-color:var(--node-agent-border);box-shadow:var(--node-agent-shadow)}.Hero-module__ZARIfG__nodeIconAction{background:var(--success-bg);border-color:var(--success-border);box-shadow:0 0 12px var(--success-glow);color:var(--success);font-size:1.1rem;font-weight:700}.Hero-module__ZARIfG__nodeLabel{color:var(--text-faint);letter-spacing:.03em;white-space:nowrap;font-size:.65rem}.Hero-module__ZARIfG__pipeConnector{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;display:flex}.Hero-module__ZARIfG__connLabel{color:var(--text-extra-faint);letter-spacing:.04em;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.6rem}.Hero-module__ZARIfG__streamWrap{background:var(--surface-faint);border:1px solid var(--border-subtle);border-radius:7px;height:52px;margin-bottom:.65rem;position:relative;overflow:hidden}.Hero-module__ZARIfG__streamWrap:before,.Hero-module__ZARIfG__streamWrap:after{content:"";z-index:2;pointer-events:none;height:14px;position:absolute;left:0;right:0}.Hero-module__ZARIfG__streamWrap:before{background:linear-gradient(to bottom,var(--hero-stream-fade),transparent);top:0}.Hero-module__ZARIfG__streamWrap:after{background:linear-gradient(to top,var(--hero-stream-fade),transparent);bottom:0}.Hero-module__ZARIfG__streamTrack{flex-direction:column;animation:6s linear infinite Hero-module__ZARIfG__streamScroll;display:flex}@keyframes Hero-module__ZARIfG__streamScroll{0%{transform:translateY(0)}to{transform:translateY(-60%)}}.Hero-module__ZARIfG__streamItem{color:var(--text-subtle);white-space:nowrap;align-items:center;gap:.4rem;padding:.28rem .6rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.69rem;display:flex}.Hero-module__ZARIfG__streamDot{background:var(--primary);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px}.Hero-module__ZARIfG__agentFooter{border-top:1px solid var(--border-subtle);align-items:baseline;gap:.35rem;padding-top:.5rem;display:flex}.Hero-module__ZARIfG__agentCount{color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.Hero-module__ZARIfG__agentCountLabel{color:var(--text-faint);font-size:.72rem}.Hero-module__ZARIfG__badgeDot{background:var(--primary);width:7px;height:7px;box-shadow:0 0 10px var(--primary);vertical-align:middle;border-radius:50%;margin-right:.5rem;display:inline-block}.Hero-module__ZARIfG__content{flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__preHeadline{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);background:var(--primary-tint-bg);border:1px solid var(--primary-border);border-radius:100px;margin-bottom:2rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.2rem,4.6vw,3.6rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__gradientText{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;filter:var(--gradient-text-shadow);-webkit-background-clip:text;background-clip:text;padding-right:.15em}.Hero-module__ZARIfG__subtitle{color:var(--text-light);max-width:560px;margin-bottom:2.5rem;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.65}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--btn-primary-bg);color:var(--btn-primary-color);border:1px solid var(--btn-primary-border);letter-spacing:.02em;box-shadow:var(--btn-primary-shadow);border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);box-shadow:var(--btn-primary-shadow-hover);color:var(--text-primary);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--text-secondary);border:1px solid var(--btn-secondary-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-hover-bg)}.Hero-module__ZARIfG__trustBar{color:var(--text-faint);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.Hero-module__ZARIfG__trustDivider{color:var(--text-extra-faint)}@media (max-width:1200px){.Hero-module__ZARIfG__techCards{display:none}}@media (max-width:768px){.Hero-module__ZARIfG__container{padding:4rem 1.5rem 5rem}.Hero-module__ZARIfG__globeGlow{filter:blur(8px);width:480px;height:480px}}@media (max-width:480px){.Hero-module__ZARIfG__globeGlow{filter:blur(6px);width:320px;height:320px}}@media (max-width:640px){.Hero-module__ZARIfG__ctaGroup{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center;width:100%;max-width:320px}}@media (max-width:480px){.Hero-module__ZARIfG__preHeadline{font-size:.75rem}.Hero-module__ZARIfG__container{padding:3rem 1rem 4rem}}
.PressBar-module__PjqV8a__pressBar{background:var(--panel-bg);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);width:100%;padding:1.5rem 2rem}.PressBar-module__PjqV8a__container{max-width:1400px;margin:0 auto}.PressBar-module__PjqV8a__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.PressBar-module__PjqV8a__label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);white-space:nowrap;font-size:.78rem;font-weight:600}.PressBar-module__PjqV8a__dividerLine{background:var(--border);flex-shrink:0;width:1px;height:24px}.PressBar-module__PjqV8a__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.PressBar-module__PjqV8a__logoChip{background:var(--social-bg);border:1px solid var(--social-border);cursor:default;border-radius:8px;flex-direction:column;align-items:center;padding:.35rem .9rem;transition:border-color .2s,background .2s;display:flex}.PressBar-module__PjqV8a__logoChip:hover{border-color:var(--primary-border-soft);background:var(--primary-hover-bg)}.PressBar-module__PjqV8a__logoName{color:var(--text-muted);font-size:.8rem;font-weight:700}.PressBar-module__PjqV8a__logoBadge{color:var(--primary);margin-top:1px;font-size:.68rem}.PressBar-module__PjqV8a__flags{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.PressBar-module__PjqV8a__flagLabel{color:var(--text-ghost);white-space:nowrap;font-size:.78rem}.PressBar-module__PjqV8a__flagList{align-items:center;gap:.5rem;display:flex}.PressBar-module__PjqV8a__flagItem{justify-content:center;align-items:center;line-height:0;transition:transform .2s;display:flex}.PressBar-module__PjqV8a__flagItem:hover{transform:translateY(-2px)}.PressBar-module__PjqV8a__flagImg{width:28px;height:28px;box-shadow:0 0 0 1px var(--border-subtle);object-fit:cover;border-radius:50%}@media (max-width:768px){.PressBar-module__PjqV8a__dividerLine{display:none}.PressBar-module__PjqV8a__inner{gap:1rem}}@media (max-width:480px){.PressBar-module__PjqV8a__flags,.PressBar-module__PjqV8a__logos{gap:.5rem}}
.ClientMarquee-module__uFGuIq__marquee{background:var(--panel-bg);width:100%;padding:4rem 0;position:relative;overflow:hidden}.ClientMarquee-module__uFGuIq__header{text-align:center;margin-bottom:2rem;padding:0 2rem}.ClientMarquee-module__uFGuIq__label{text-transform:uppercase;letter-spacing:.14em;color:var(--text-ghost);font-size:.78rem;font-weight:600}.ClientMarquee-module__uFGuIq__rows{flex-direction:column;gap:1rem;display:flex}.ClientMarquee-module__uFGuIq__rowWrapper{width:100%;overflow:hidden}.ClientMarquee-module__uFGuIq__track{gap:1rem;width:max-content;animation:linear infinite ClientMarquee-module__uFGuIq__scrollLeft;display:flex}.ClientMarquee-module__uFGuIq__trackReverse{animation-name:ClientMarquee-module__uFGuIq__scrollRight}.ClientMarquee-module__uFGuIq__logoCard{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:120px;padding:1rem 1.5rem;transition:border-color .3s;display:flex}.ClientMarquee-module__uFGuIq__logoCard:hover{border-color:var(--primary-border-soft)}.ClientMarquee-module__uFGuIq__logoImg{object-fit:contain;opacity:.75;width:auto;max-width:120px;height:36px;transition:opacity .3s}.ClientMarquee-module__uFGuIq__logoCard:hover .ClientMarquee-module__uFGuIq__logoImg{opacity:1}[data-theme=dark] .ClientMarquee-module__uFGuIq__logoImgDarkInvert{filter:brightness(0)invert()}.ClientMarquee-module__uFGuIq__fadeLeft,.ClientMarquee-module__uFGuIq__fadeRight{pointer-events:none;z-index:2;width:120px;position:absolute;top:0;bottom:0}.ClientMarquee-module__uFGuIq__fadeLeft{background:var(--marquee-fade-left);left:0}.ClientMarquee-module__uFGuIq__fadeRight{background:var(--marquee-fade-right);right:0}@keyframes ClientMarquee-module__uFGuIq__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ClientMarquee-module__uFGuIq__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}
.StatsBar-module__e6NbvG__statsBar{background:var(--panel-bg);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);width:100%;padding:5rem 2rem;position:relative;overflow:hidden}.StatsBar-module__e6NbvG__statsBar:before{content:"";background:var(--glow-primary);pointer-events:none;position:absolute;inset:0}.StatsBar-module__e6NbvG__container{z-index:1;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.StatsBar-module__e6NbvG__stat{text-align:center;background:var(--surface-faint);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1rem;transition:border-color .3s,background .3s;display:flex}.StatsBar-module__e6NbvG__stat:hover{border-color:var(--primary-border-soft);background:var(--hover-bg-subtle)}.StatsBar-module__e6NbvG__number{letter-spacing:-.04em;background:var(--gradient-stat);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:3.5rem;font-weight:900;line-height:1}.StatsBar-module__e6NbvG__label{color:var(--text-secondary);margin-bottom:.35rem;font-size:1rem;font-weight:700}.StatsBar-module__e6NbvG__description{color:var(--text-dim);font-size:.8rem}@media (max-width:768px){.StatsBar-module__e6NbvG__container{grid-template-columns:repeat(2,1fr);gap:1.25rem}.StatsBar-module__e6NbvG__number{font-size:2.75rem}.StatsBar-module__e6NbvG__statsBar{padding:3.5rem 1.5rem}}@media (max-width:480px){.StatsBar-module__e6NbvG__container{grid-template-columns:repeat(2,1fr);gap:1rem}.StatsBar-module__e6NbvG__stat{padding:1.5rem .75rem}.StatsBar-module__e6NbvG__number{font-size:2.2rem}}
.Services-module__dpHhBa__services{background:var(--section-bg);padding:7rem 0 8rem;position:relative;overflow:hidden}.Services-module__dpHhBa__inner{max-width:1280px;margin:0 auto;padding:0 5vw}.Services-module__dpHhBa__sectionHead{margin-bottom:4.5rem}.Services-module__dpHhBa__sectionTitle{letter-spacing:-.04em;color:var(--text-primary);margin:0;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:900;line-height:1}.Services-module__dpHhBa__split{grid-template-columns:1fr 1fr;align-items:stretch;gap:0;min-height:520px;display:grid}.Services-module__dpHhBa__serviceList{border-right:1px solid var(--border-subtle);flex-direction:column;padding-right:5%;display:flex}.Services-module__dpHhBa__serviceItem{cursor:pointer;border-bottom:1px solid var(--border-faint);justify-content:space-between;align-items:center;padding:1.3rem 0;text-decoration:none;transition:padding-left .25s;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__serviceItem:first-child{border-top:1px solid var(--border-faint)}.Services-module__dpHhBa__serviceLabel{color:var(--text-dim);letter-spacing:-.02em;z-index:1;font-size:clamp(1.05rem,1.5vw,1.35rem);font-weight:600;transition:color .25s;position:relative}.Services-module__dpHhBa__serviceArrow{color:var(--text-ultra-faint);z-index:1;flex-shrink:0;font-size:1rem;transition:color .25s,transform .25s;position:relative}.Services-module__dpHhBa__underlineLine{background:var(--primary,#00f0ff);width:0%;height:1.5px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Services-module__dpHhBa__serviceItem:hover .Services-module__dpHhBa__serviceLabel,.Services-module__dpHhBa__serviceItemActive .Services-module__dpHhBa__serviceLabel{color:var(--text-primary)}.Services-module__dpHhBa__serviceItem:hover .Services-module__dpHhBa__serviceArrow,.Services-module__dpHhBa__serviceItemActive .Services-module__dpHhBa__serviceArrow{color:var(--primary,#00f0ff);transform:translate(3px)}.Services-module__dpHhBa__serviceItem:hover .Services-module__dpHhBa__underlineLine,.Services-module__dpHhBa__serviceItemActive .Services-module__dpHhBa__underlineLine{width:100%}.Services-module__dpHhBa__serviceItemActive .Services-module__dpHhBa__serviceLabel{color:var(--text-primary);font-weight:700}.Services-module__dpHhBa__serviceItem:hover,.Services-module__dpHhBa__serviceItemActive{padding-left:6px}.Services-module__dpHhBa__previewPanel{align-items:center;padding-left:8%;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__previewFadeIn{opacity:1;transition:opacity .22s ease-out,transform .22s ease-out;transform:translateY(0)}.Services-module__dpHhBa__previewFadeOut{opacity:0;transition:opacity .12s ease-in,transform .12s ease-in;transform:translateY(8px)}.Services-module__dpHhBa__previewContent{z-index:2;max-width:520px;position:relative}.Services-module__dpHhBa__previewIndex{color:var(--primary,#00f0ff);letter-spacing:.12em;text-transform:uppercase;opacity:.75;margin:0 0 1.5rem;font-family:Courier New,monospace;font-size:.78rem;font-weight:600}.Services-module__dpHhBa__previewTitle{letter-spacing:-.04em;color:var(--text-primary);margin:0 0 1.25rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.05}.Services-module__dpHhBa__previewDesc{color:var(--text-subtle);max-width:440px;margin:0 0 2.25rem;font-size:1.05rem;line-height:1.7}.Services-module__dpHhBa__previewCta{color:var(--text-primary);letter-spacing:.02em;border-bottom:1.5px solid var(--btn-secondary-border);align-items:center;gap:.6rem;padding-bottom:3px;font-size:.92rem;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s,gap .2s;display:inline-flex}.Services-module__dpHhBa__previewCta:hover{color:var(--primary,#00f0ff);border-color:var(--primary,#00f0ff);gap:.9rem}.Services-module__dpHhBa__ctaArrow{font-size:1rem;transition:transform .2s}.Services-module__dpHhBa__previewCta:hover .Services-module__dpHhBa__ctaArrow{transform:translate(3px)}.Services-module__dpHhBa__watermark{letter-spacing:-.05em;color:var(--text-ultra-faint);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;font-size:clamp(8rem,14vw,14rem);font-weight:900;line-height:1;position:absolute;bottom:-1.5rem;right:-1rem}@media (max-width:900px){.Services-module__dpHhBa__split{grid-template-columns:1fr;gap:3.5rem;min-height:auto}.Services-module__dpHhBa__serviceList{border-right:none;border-bottom:1px solid var(--border-subtle);padding-bottom:3rem;padding-right:0}.Services-module__dpHhBa__previewPanel{min-height:280px;padding-left:0}.Services-module__dpHhBa__watermark{display:none}.Services-module__dpHhBa__sectionHead{margin-bottom:3rem}}@media (max-width:640px){.Services-module__dpHhBa__services{padding:5rem 0 6rem}.Services-module__dpHhBa__previewTitle{font-size:1.75rem}.Services-module__dpHhBa__previewDesc{font-size:.95rem}.Services-module__dpHhBa__serviceLabel{font-size:1rem}}
.Industries-module__OOIqcq__industries{background:var(--panel-bg);border-top:1px solid var(--panel-border);border-bottom:1px solid var(--panel-border);padding:7rem 0 8rem;position:relative;overflow:hidden}.Industries-module__OOIqcq__industries:before{content:"";background:var(--glow-secondary);pointer-events:none;width:600px;height:600px;position:absolute;top:30%;right:-10%}.Industries-module__OOIqcq__inner{z-index:1;max-width:1280px;margin:0 auto;padding:0 5vw;position:relative}.Industries-module__OOIqcq__header{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:4.5rem;padding-bottom:2rem;display:flex}.Industries-module__OOIqcq__heading{letter-spacing:-.04em;color:var(--text-primary);margin:0;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:900;line-height:1}.Industries-module__OOIqcq__headingSub{color:var(--text-ghost);text-align:right;max-width:320px;margin:0;font-size:1rem;line-height:1.5}.Industries-module__OOIqcq__columns{grid-template-columns:1fr 1fr;gap:0 5%;display:grid}.Industries-module__OOIqcq__col{flex-direction:column;display:flex}.Industries-module__OOIqcq__row{border-bottom:1px solid var(--border-faint);cursor:pointer;align-items:center;gap:1.15rem;padding:1.45rem 0;text-decoration:none;transition:padding-left .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Industries-module__OOIqcq__col:first-child .Industries-module__OOIqcq__row:first-child,.Industries-module__OOIqcq__col:last-child .Industries-module__OOIqcq__row:first-child{border-top:1px solid var(--border-faint)}.Industries-module__OOIqcq__row:before{content:"";background:var(--row-hover-bg);transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translate(-100%)}.Industries-module__OOIqcq__row:hover:before,.Industries-module__OOIqcq__rowHovered:before{transform:translate(0)}.Industries-module__OOIqcq__row:hover,.Industries-module__OOIqcq__rowHovered{padding-left:8px}.Industries-module__OOIqcq__rowIcon{background:var(--social-bg);border:1px solid var(--border-medium);width:36px;height:36px;color:var(--text-faint);z-index:1;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:color .25s,background .25s,border-color .25s;display:flex;position:relative}.Industries-module__OOIqcq__row:hover .Industries-module__OOIqcq__rowIcon,.Industries-module__OOIqcq__rowHovered .Industries-module__OOIqcq__rowIcon{color:var(--primary,#00f0ff);background:var(--hover-bg);border-color:var(--primary-border-soft)}.Industries-module__OOIqcq__rowContent{z-index:1;flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex;position:relative}.Industries-module__OOIqcq__rowTitle{letter-spacing:-.02em;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:700;transition:color .22s;overflow:hidden}.Industries-module__OOIqcq__row:hover .Industries-module__OOIqcq__rowTitle,.Industries-module__OOIqcq__rowHovered .Industries-module__OOIqcq__rowTitle{color:var(--text-primary)}.Industries-module__OOIqcq__rowTagline{color:var(--text-ghost);font-size:.82rem;line-height:1.4;transition:color .22s;display:none}@media (min-width:1100px){.Industries-module__OOIqcq__rowTagline{display:block}.Industries-module__OOIqcq__row:hover .Industries-module__OOIqcq__rowTagline,.Industries-module__OOIqcq__rowHovered .Industries-module__OOIqcq__rowTagline{color:var(--text-faint)}}.Industries-module__OOIqcq__rowArrow{color:var(--text-ultra-faint);z-index:1;flex-shrink:0;font-size:1rem;transition:color .22s,transform .22s;position:relative}.Industries-module__OOIqcq__row:hover .Industries-module__OOIqcq__rowArrow,.Industries-module__OOIqcq__rowHovered .Industries-module__OOIqcq__rowArrow{color:var(--primary,#00f0ff);transform:translate(4px)}.Industries-module__OOIqcq__footer{border-top:1px solid var(--border-subtle);justify-content:flex-end;align-items:center;margin-top:3.5rem;padding-top:2rem;display:flex}.Industries-module__OOIqcq__footerLink{color:var(--text-dim);letter-spacing:.01em;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.Industries-module__OOIqcq__footerLink:hover{color:var(--text-primary);gap:.75rem}.Industries-module__OOIqcq__footerArrow{transition:transform .2s}.Industries-module__OOIqcq__footerLink:hover .Industries-module__OOIqcq__footerArrow{transform:translate(3px)}@media (max-width:900px){.Industries-module__OOIqcq__header{flex-direction:column;align-items:flex-start;margin-bottom:3rem}.Industries-module__OOIqcq__headingSub{text-align:left;max-width:100%}.Industries-module__OOIqcq__columns{grid-template-columns:1fr;gap:0}.Industries-module__OOIqcq__col:last-child .Industries-module__OOIqcq__row:first-child{border-top:none}}@media (max-width:640px){.Industries-module__OOIqcq__industries{padding:5rem 0 6rem}.Industries-module__OOIqcq__rowTitle{font-size:.97rem}.Industries-module__OOIqcq__rowIcon{width:32px;height:32px}}
@property --beam-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.CaseStudies-module__jbAG5a__caseStudies{background:var(--background);padding:6rem 0;position:relative}.CaseStudies-module__jbAG5a__caseStudies:before{content:"";background:var(--glow-primary);pointer-events:none;width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.CaseStudies-module__jbAG5a__sectionHeader{text-align:center;max-width:820px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;padding:0 2rem}.CaseStudies-module__jbAG5a__sectionLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);margin-bottom:1rem;font-size:.78rem;font-weight:600;display:inline-block}.CaseStudies-module__jbAG5a__sectionTitle{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.15}.CaseStudies-module__jbAG5a__sectionSub{color:var(--text-medium);font-size:1.05rem;line-height:1.7}.CaseStudies-module__jbAG5a__container{z-index:1;max-width:1400px;margin:0 auto;padding:0 5vw;position:relative}.CaseStudies-module__jbAG5a__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:272px;grid-auto-flow:dense;gap:1.25rem;display:grid}.CaseStudies-module__jbAG5a__featured{grid-area:span 2/span 2}.CaseStudies-module__jbAG5a__tall{grid-area:span 2/span 1}.CaseStudies-module__jbAG5a__wide{grid-area:span 1/span 2}.CaseStudies-module__jbAG5a__standard{grid-area:span 1/span 1}.CaseStudies-module__jbAG5a__tile{border:1px solid var(--social-border);background:var(--tile-bg);isolation:isolate;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .45s cubic-bezier(.22,1,.36,1),border-color .3s;display:flex;position:relative;overflow:hidden}.CaseStudies-module__jbAG5a__tile:hover{border-color:color-mix(in srgb,var(--tile-accent)45%,transparent);transform:translateY(-6px)}.CaseStudies-module__jbAG5a__tile:after{content:"";z-index:4;pointer-events:none;opacity:0;background:radial-gradient(420px circle at var(--mx,-100%)var(--my,-100%),var(--tile-glow),transparent 60%);transition:opacity .3s;position:absolute;inset:0}.CaseStudies-module__jbAG5a__tile:hover:after{opacity:1}.CaseStudies-module__jbAG5a__media{background:var(--tile-media-bg);border-bottom:1px solid var(--border-subtle);flex:none;width:100%;position:relative;overflow:hidden}.CaseStudies-module__jbAG5a__media:after{content:"";background:linear-gradient(to top,var(--tile-fade),transparent);z-index:1;height:40px;position:absolute;bottom:0;left:0;right:0}.CaseStudies-module__jbAG5a__media img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.CaseStudies-module__jbAG5a__tile:hover .CaseStudies-module__jbAG5a__media img{transform:scale(1.05)}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__media{height:270px}.CaseStudies-module__jbAG5a__tall .CaseStudies-module__jbAG5a__media{height:235px}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__media{height:130px}.CaseStudies-module__jbAG5a__content{z-index:2;flex-direction:column;flex:1;gap:.5rem;min-height:0;padding:1.4rem;display:flex;position:relative;overflow:hidden}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__content{gap:.55rem;padding:1.5rem 1.75rem 1.75rem}.CaseStudies-module__jbAG5a__pill{text-transform:uppercase;letter-spacing:.08em;border:1px solid color-mix(in srgb,var(--tile-accent)50%,transparent);color:var(--tile-accent);background:var(--tile-glow);border-radius:100px;align-self:flex-start;padding:.25rem .7rem;font-size:.64rem;font-weight:700}.CaseStudies-module__jbAG5a__title{color:var(--text-primary);letter-spacing:-.01em;font-size:1.18rem;font-weight:700;line-height:1.25}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__title{font-size:1.6rem}.CaseStudies-module__jbAG5a__summary{color:var(--text-subtle);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.5;display:-webkit-box;overflow:hidden}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__summary{color:var(--text-muted);max-width:90%;font-size:1.05rem;line-height:1.45}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__summary{display:none}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__content{justify-content:center}.CaseStudies-module__jbAG5a__highlight{color:var(--tile-accent);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;line-height:1.3;display:flex}.CaseStudies-module__jbAG5a__highlightDot{background:var(--tile-accent);width:6px;height:6px;box-shadow:0 0 10px var(--tile-accent);border-radius:50%;flex-shrink:0}.CaseStudies-module__jbAG5a__tech{flex-wrap:wrap;gap:.4rem;display:flex}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__tech,.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__cta{display:none}.CaseStudies-module__jbAG5a__techItem{color:var(--text-subtle);background:var(--tile-tech-bg);border:1px solid var(--border);border-radius:6px;padding:.2rem .5rem;font-size:.68rem}.CaseStudies-module__jbAG5a__cta{color:var(--tile-accent);font-size:.82rem;font-weight:600}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__cta{margin-top:auto;padding-top:.4rem}.CaseStudies-module__jbAG5a__wide{flex-direction:row}.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__media{border-bottom:none;border-right:1px solid var(--border-subtle);width:44%;height:100%}.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__media:after{background:linear-gradient(to left,var(--tile-fade),transparent);width:40px;height:auto;top:0;bottom:0;left:auto}.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__content{justify-content:flex-start;width:56%;padding-top:1.5rem;padding-bottom:1.5rem}.CaseStudies-module__jbAG5a__beam{z-index:3;pointer-events:none;background:conic-gradient(from var(--beam-angle),transparent 0%,var(--tile-accent)12%,transparent 28%);-webkit-mask-composite:xor;opacity:.85;border-radius:20px;padding:1.5px;animation:6s linear infinite CaseStudies-module__jbAG5a__beamSpin;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes CaseStudies-module__jbAG5a__beamSpin{to{--beam-angle:360deg}}.CaseStudies-module__jbAG5a__bottomLink{text-align:center;margin-top:3rem}.CaseStudies-module__jbAG5a__viewAll{color:var(--text-faint);border-bottom:1px solid var(--border-strong);padding-bottom:2px;font-size:.95rem;transition:color .2s,border-color .2s}.CaseStudies-module__jbAG5a__viewAll:hover{color:var(--primary);border-color:var(--primary)}@media (max-width:1024px){.CaseStudies-module__jbAG5a__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.CaseStudies-module__jbAG5a__featured{grid-area:span 2/span 2}.CaseStudies-module__jbAG5a__wide{grid-area:span 1/span 2}.CaseStudies-module__jbAG5a__tall{grid-area:span 2/span 1}.CaseStudies-module__jbAG5a__standard{grid-area:span 1/span 1}.CaseStudies-module__jbAG5a__sectionTitle{font-size:2.25rem}}@media (max-width:768px){.CaseStudies-module__jbAG5a__caseStudies{padding:4rem 0}.CaseStudies-module__jbAG5a__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1.25rem}.CaseStudies-module__jbAG5a__featured,.CaseStudies-module__jbAG5a__tall,.CaseStudies-module__jbAG5a__wide,.CaseStudies-module__jbAG5a__standard{grid-area:auto}.CaseStudies-module__jbAG5a__tile{flex-direction:column}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__media,.CaseStudies-module__jbAG5a__tall .CaseStudies-module__jbAG5a__media,.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__media,.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__media{border-right:none;border-bottom:1px solid var(--border-subtle);width:100%;height:200px}.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__media:after,.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__media:after,.CaseStudies-module__jbAG5a__tall .CaseStudies-module__jbAG5a__media:after,.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__media:after{background:linear-gradient(to top,var(--tile-fade),transparent);width:auto;height:40px;inset:auto 0 0}.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__content{width:100%}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__tech{display:flex}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__cta{display:block}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__summary{display:-webkit-box}.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__content{justify-content:flex-start}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__title{font-size:1.6rem}.CaseStudies-module__jbAG5a__sectionTitle{font-size:1.9rem}}@media (max-width:480px){.CaseStudies-module__jbAG5a__sectionTitle{font-size:1.6rem}.CaseStudies-module__jbAG5a__content,.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__content{padding:1.35rem}.CaseStudies-module__jbAG5a__featured .CaseStudies-module__jbAG5a__media,.CaseStudies-module__jbAG5a__tall .CaseStudies-module__jbAG5a__media,.CaseStudies-module__jbAG5a__wide .CaseStudies-module__jbAG5a__media,.CaseStudies-module__jbAG5a__standard .CaseStudies-module__jbAG5a__media{height:180px}}@media (prefers-reduced-motion:reduce){.CaseStudies-module__jbAG5a__tile,.CaseStudies-module__jbAG5a__media img{transition:none}.CaseStudies-module__jbAG5a__tile:hover,.CaseStudies-module__jbAG5a__tile:hover .CaseStudies-module__jbAG5a__media img{transform:none}.CaseStudies-module__jbAG5a__beam{animation:none}}
.Awards-module__6y1-4q__awards{background:var(--panel-bg);border-top:1px solid var(--border-faint);border-bottom:1px solid var(--border-faint);padding:5rem 2rem}.Awards-module__6y1-4q__container{max-width:1200px;margin:0 auto}.Awards-module__6y1-4q__header{text-align:center;margin-bottom:3rem}.Awards-module__6y1-4q__sectionLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);margin-bottom:1rem;font-size:.78rem;font-weight:600;display:inline-block}.Awards-module__6y1-4q__sectionTitle{color:var(--text-primary);letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1.2}.Awards-module__6y1-4q__rows{flex-direction:column;align-items:center;gap:1rem;display:flex}.Awards-module__6y1-4q__rowLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-ghost);font-size:.75rem;font-weight:600}.Awards-module__6y1-4q__logosRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.Awards-module__6y1-4q__badge{background:var(--surface-subtle);border:1px solid var(--border-medium);cursor:default;border-radius:14px;flex-direction:column;align-items:center;gap:.25rem;min-width:120px;padding:1.25rem 1.75rem;transition:border-color .3s,background .3s;display:flex}.Awards-module__6y1-4q__badge:hover{border-color:var(--primary-border-soft);background:var(--primary-hover-bg)}.Awards-module__6y1-4q__badgeIcon{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;line-height:1}.Awards-module__6y1-4q__badgeName{color:var(--text-secondary);font-size:.9rem;font-weight:700}.Awards-module__6y1-4q__badgeSub{color:var(--text-dim);font-size:.7rem}@media (max-width:768px){.Awards-module__6y1-4q__awards{padding:3.5rem 1.5rem}.Awards-module__6y1-4q__sectionTitle{font-size:1.6rem}.Awards-module__6y1-4q__badge{min-width:100px;padding:1rem 1.25rem}}
.SectionHeader-module__2iX9PG__header{z-index:10;align-items:center;gap:2rem;width:100%;max-width:1400px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 2rem;display:flex;position:relative}.SectionHeader-module__2iX9PG__title{color:var(--text-primary);white-space:nowrap;background:var(--title-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800}.SectionHeader-module__2iX9PG__line{background:var(--section-line);width:100%;height:1px}@media (max-width:768px){.SectionHeader-module__2iX9PG__header{margin-bottom:2rem;padding:0 1.5rem}.SectionHeader-module__2iX9PG__title{font-size:2.5rem}}@media (max-width:480px){.SectionHeader-module__2iX9PG__header{margin-bottom:1.5rem;padding:0 1rem}.SectionHeader-module__2iX9PG__title{font-size:1.8rem}}
.FAQAccordion-module__sbNgYW__section{background:var(--section-bg);border-top:1px solid var(--border-faint);padding:5rem 2rem}.FAQAccordion-module__sbNgYW__container{max-width:800px;margin:0 auto}.FAQAccordion-module__sbNgYW__header{text-align:center;margin-bottom:2.5rem}.FAQAccordion-module__sbNgYW__label{text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem;font-size:.78rem;font-weight:600;display:block}.FAQAccordion-module__sbNgYW__title{color:var(--text-primary);letter-spacing:-.03em;font-size:2.25rem;font-weight:800}.FAQAccordion-module__sbNgYW__list{flex-direction:column;gap:0;display:flex}.FAQAccordion-module__sbNgYW__item{border-bottom:1px solid var(--social-border)}.FAQAccordion-module__sbNgYW__item:first-child{border-top:1px solid var(--social-border)}.FAQAccordion-module__sbNgYW__itemOpen{background:var(--surface-faint)}.FAQAccordion-module__sbNgYW__question{cursor:pointer;text-align:left;width:100%;color:var(--text-secondary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;transition:color .2s;display:flex}.FAQAccordion-module__sbNgYW__question:hover{color:var(--text-primary)}.FAQAccordion-module__sbNgYW__icon{color:var(--text-faint);flex-shrink:0;transition:color .2s}.FAQAccordion-module__sbNgYW__iconOpen{color:var(--primary)}.FAQAccordion-module__sbNgYW__answer{overflow:hidden}.FAQAccordion-module__sbNgYW__answer p{color:var(--text-medium);margin:0;padding:0 1rem 1.35rem;font-size:.92rem;line-height:1.7}@media (max-width:640px){.FAQAccordion-module__sbNgYW__title{font-size:1.8rem}.FAQAccordion-module__sbNgYW__question{font-size:.92rem}}
.Testimonials-module__ItA9Ha__testimonials{background:var(--panel-bg);align-items:center;width:100%;min-height:100vh;padding:8rem 2rem;display:flex;position:relative}.Testimonials-module__ItA9Ha__container{width:100%;max-width:1400px;margin:0 auto}.Testimonials-module__ItA9Ha__header{align-items:center;gap:2rem;margin-bottom:4rem;display:flex}.Testimonials-module__ItA9Ha__title{color:var(--text-primary);white-space:nowrap;background:var(--title-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800}.Testimonials-module__ItA9Ha__line{background:var(--section-line);width:100%;height:1px}.Testimonials-module__ItA9Ha__content{grid-template-columns:1fr 1.5fr;align-items:start;gap:6rem;display:grid}.Testimonials-module__ItA9Ha__listContainer{flex-direction:column;gap:1rem;display:flex}.Testimonials-module__ItA9Ha__listItem{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:1.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__listItem:hover{background:var(--surface-subtle)}.Testimonials-module__ItA9Ha__listInfo{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:relative}.Testimonials-module__ItA9Ha__companyName{color:var(--text-faint);font-size:1.1rem;font-weight:700;transition:color .3s}.Testimonials-module__ItA9Ha__active .Testimonials-module__ItA9Ha__companyName{color:var(--text-primary)}.Testimonials-module__ItA9Ha__clientName{color:var(--text-dim);font-size:.85rem;transition:color .3s}.Testimonials-module__ItA9Ha__active .Testimonials-module__ItA9Ha__clientName{color:var(--item-color,var(--primary))}.Testimonials-module__ItA9Ha__activeIndicator{background:linear-gradient(90deg,color-mix(in srgb,var(--item-color,var(--primary))12%,transparent),transparent);border-left:4px solid var(--item-color,var(--primary));z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__ItA9Ha__displayContainer{align-items:center;min-height:500px;display:flex;position:relative}.Testimonials-module__ItA9Ha__testimonialDetail{z-index:2;width:100%;position:relative}.Testimonials-module__ItA9Ha__quoteIcon{color:var(--primary);opacity:.5;margin-bottom:2rem}.Testimonials-module__ItA9Ha__quoteText{color:var(--text-primary);margin-bottom:3rem;font-size:1.75rem;font-weight:400;line-height:1.45}.Testimonials-module__ItA9Ha__meta{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-top:2rem;display:flex}.Testimonials-module__ItA9Ha__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__ItA9Ha__avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));width:50px;height:50px;color:var(--badge-on-accent);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{color:var(--text-primary);font-size:1rem;font-weight:700}.Testimonials-module__ItA9Ha__role{color:var(--text-faint);font-size:.85rem}.Testimonials-module__ItA9Ha__tags{gap:.75rem;display:flex}.Testimonials-module__ItA9Ha__tag{color:var(--primary);background:var(--primary-tint-bg);border:1px solid var(--primary-border-soft);border-radius:20px;padding:.4rem .8rem;font-size:.8rem}.Testimonials-module__ItA9Ha__rating{gap:.25rem;display:flex}.Testimonials-module__ItA9Ha__glow{background:var(--glow-primary);pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.Testimonials-module__ItA9Ha__content{grid-template-columns:1fr;gap:3rem}.Testimonials-module__ItA9Ha__listContainer{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.Testimonials-module__ItA9Ha__activeIndicator{border-left:none;border-bottom:4px solid var(--item-color,var(--primary));background:linear-gradient(180deg,color-mix(in srgb,var(--item-color,var(--primary))12%,transparent),transparent)}.Testimonials-module__ItA9Ha__quoteText{font-size:1.4rem}.Testimonials-module__ItA9Ha__displayContainer{min-height:400px}}@media (max-width:768px){.Testimonials-module__ItA9Ha__testimonials{min-height:auto;padding:4rem 1rem}.Testimonials-module__ItA9Ha__header{margin-bottom:2rem}.Testimonials-module__ItA9Ha__title{font-size:2.5rem}.Testimonials-module__ItA9Ha__content{gap:2rem}.Testimonials-module__ItA9Ha__listContainer{display:none}.Testimonials-module__ItA9Ha__meta{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-top:1rem}.Testimonials-module__ItA9Ha__tags{flex-wrap:wrap}.Testimonials-module__ItA9Ha__quoteText{margin-bottom:1.5rem;font-size:1.2rem}.Testimonials-module__ItA9Ha__displayContainer{min-height:auto}}@media (max-width:480px){.Testimonials-module__ItA9Ha__testimonials{min-height:auto;padding:3rem 1rem}.Testimonials-module__ItA9Ha__header{margin-bottom:1.5rem}.Testimonials-module__ItA9Ha__title{font-size:1.8rem}.Testimonials-module__ItA9Ha__content{gap:1.5rem}.Testimonials-module__ItA9Ha__listContainer{display:none}.Testimonials-module__ItA9Ha__listItem{padding:1rem 1.5rem}.Testimonials-module__ItA9Ha__quoteIcon{margin-bottom:1rem}.Testimonials-module__ItA9Ha__quoteText{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.5}.Testimonials-module__ItA9Ha__meta{gap:1rem;margin-bottom:.5rem;padding-top:1rem}.Testimonials-module__ItA9Ha__name{font-size:1rem}.Testimonials-module__ItA9Ha__role{font-size:.85rem}.Testimonials-module__ItA9Ha__tag{padding:.3rem .6rem;font-size:.75rem}.Testimonials-module__ItA9Ha__displayContainer{min-height:auto;padding:1rem 0}.Testimonials-module__ItA9Ha__avatar{width:45px;height:45px;font-size:1rem}}
.IndustryHero-module__w_wJKq__heroSection{background:var(--section-bg);align-items:flex-end;min-height:620px;padding-top:80px;display:flex;position:relative;overflow:hidden}.IndustryHero-module__w_wJKq__heroBgWrap{z-index:0;position:absolute;inset:0}.IndustryHero-module__w_wJKq__heroBgImage{object-fit:cover;object-position:center;width:100%;height:100%}.IndustryHero-module__w_wJKq__heroBgFallback{background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--primary)25%,transparent)0%,var(--hero-fallback-end)70%);position:absolute;inset:0}.IndustryHero-module__w_wJKq__heroOverlay{background:var(--hero-image-overlay);position:absolute;inset:0}.IndustryHero-module__w_wJKq__heroInner{z-index:1;width:100%;max-width:1240px;margin:0 auto;padding:4rem 2rem;position:relative}.IndustryHero-module__w_wJKq__glassPanel{background:var(--glass-panel-bg);-webkit-backdrop-filter:blur(28px)saturate(1.3);border:1px solid var(--social-border);width:100%;box-shadow:var(--glass-panel-shadow);border-radius:24px;grid-template-columns:1.25fr 1fr;align-items:center;gap:4rem;padding:3rem;display:grid}.IndustryHero-module__w_wJKq__glassLeft{flex-direction:column;gap:1.25rem;display:flex}.IndustryHero-module__w_wJKq__glassRight{border-left:1px solid var(--social-border);align-items:center;height:100%;min-height:120px;padding-left:4rem;display:flex}.IndustryHero-module__w_wJKq__heroLabel{text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--primary-border);color:var(--primary);background:var(--primary-tint-bg);border-radius:100px;align-self:flex-start;padding:.32rem 1rem;font-size:.72rem;font-weight:700;display:inline-flex}.IndustryHero-module__w_wJKq__heroTitle{color:var(--text-primary);letter-spacing:-.04em;text-shadow:var(--text-shadow-hero);margin:0;font-size:2.85rem;font-weight:900;line-height:1.15}.IndustryHero-module__w_wJKq__heroTitleAccent{color:var(--primary)}.IndustryHero-module__w_wJKq__heroDesc{color:var(--text-body);text-shadow:var(--text-shadow-subtle);margin:0;font-size:1.05rem;line-height:1.75}.IndustryHero-module__w_wJKq__heroActions{flex-wrap:wrap;gap:1rem;margin-top:.25rem;display:flex}.IndustryHero-module__w_wJKq__heroCta{color:var(--badge-on-accent);box-shadow:var(--shadow-elevated);border-radius:8px;align-items:center;padding:.9rem 1.85rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.IndustryHero-module__w_wJKq__heroCta:hover{opacity:.9;transform:translateY(-2px)}.IndustryHero-module__w_wJKq__heroSecondary{color:var(--text-secondary);border:1px solid var(--btn-secondary-border);background:var(--social-bg);border-radius:8px;align-items:center;padding:.9rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.IndustryHero-module__w_wJKq__heroSecondary:hover{border-color:var(--text-faint);color:var(--text-primary);background:var(--surface-highlight)}@media (max-width:1024px){.IndustryHero-module__w_wJKq__glassPanel{gap:2.5rem;padding:2.5rem}.IndustryHero-module__w_wJKq__glassRight{padding-left:2.5rem}.IndustryHero-module__w_wJKq__heroTitle{font-size:2.4rem}}@media (max-width:768px){.IndustryHero-module__w_wJKq__heroSection{min-height:auto;padding-top:70px}.IndustryHero-module__w_wJKq__heroInner{padding:3rem 1.25rem 2.5rem}.IndustryHero-module__w_wJKq__glassPanel{border-radius:20px;grid-template-columns:1fr;gap:2rem;padding:2rem 1.75rem}.IndustryHero-module__w_wJKq__glassRight{border-left:none;min-height:auto;padding-left:0}.IndustryHero-module__w_wJKq__heroTitle{font-size:2.1rem}.IndustryHero-module__w_wJKq__heroDesc{font-size:.97rem}}@media (max-width:480px){.IndustryHero-module__w_wJKq__heroTitle{font-size:1.8rem}.IndustryHero-module__w_wJKq__heroActions{flex-direction:column}.IndustryHero-module__w_wJKq__heroCta,.IndustryHero-module__w_wJKq__heroSecondary{text-align:center;justify-content:center}.IndustryHero-module__w_wJKq__glassPanel{gap:1.25rem;padding:1.75rem 1.25rem}}
.TechStack-module__WlEV-q__techStack{background:var(--panel-bg);padding:6rem 0;position:relative}.TechStack-module__WlEV-q__container{max-width:1400px;margin:0 auto;padding:0 5vw}.TechStack-module__WlEV-q__header{text-align:center;margin-bottom:2.5rem}.TechStack-module__WlEV-q__sectionLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--secondary);margin-bottom:1rem;font-size:.78rem;font-weight:600;display:inline-block}.TechStack-module__WlEV-q__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.15}.TechStack-module__WlEV-q__subtitle{color:var(--text-faint);max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.7}.TechStack-module__WlEV-q__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.TechStack-module__WlEV-q__tab{background:var(--social-bg);border:1px solid var(--social-border);color:var(--text-medium);cursor:pointer;border-radius:100px;padding:.5rem 1.1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;transition:all .2s}.TechStack-module__WlEV-q__tab:hover{border-color:var(--secondary-tint-border);color:var(--text-secondary);background:var(--secondary-tint-bg)}.TechStack-module__WlEV-q__tabActive{background:var(--btn-primary-bg);border:1px solid var(--btn-primary-border);box-shadow:var(--btn-primary-shadow);font-weight:700;color:var(--btn-primary-color)!important}.TechStack-module__WlEV-q__grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.TechStack-module__WlEV-q__card{background:var(--surface-subtle);border:1px solid var(--border-subtle);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .75rem;transition:border-color .2s,background .2s;display:flex}.TechStack-module__WlEV-q__card:hover{border-color:var(--primary-border-soft);background:var(--primary-hover-bg)}.TechStack-module__WlEV-q__icon{object-fit:contain;width:40px;height:40px;filter:var(--tech-icon-filter);transition:transform .25s,opacity .25s}.TechStack-module__WlEV-q__card:hover .TechStack-module__WlEV-q__icon{transform:scale(1.06)}.TechStack-module__WlEV-q__techName{color:var(--text-faint);text-align:center;white-space:nowrap;font-size:.75rem;font-weight:500;transition:color .2s}.TechStack-module__WlEV-q__card:hover .TechStack-module__WlEV-q__techName{color:var(--text-secondary)}@media (max-width:1024px){.TechStack-module__WlEV-q__grid{grid-template-columns:repeat(4,1fr)}.TechStack-module__WlEV-q__title{font-size:2.25rem}}@media (max-width:768px){.TechStack-module__WlEV-q__techStack{padding:4rem 0}.TechStack-module__WlEV-q__grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.TechStack-module__WlEV-q__title{font-size:1.9rem}.TechStack-module__WlEV-q__tabs{gap:.4rem}.TechStack-module__WlEV-q__tab{padding:.4rem .9rem;font-size:.8rem}}@media (max-width:480px){.TechStack-module__WlEV-q__grid{grid-template-columns:repeat(3,1fr);gap:.6rem}.TechStack-module__WlEV-q__title{font-size:1.6rem}.TechStack-module__WlEV-q__card{padding:.9rem .5rem}.TechStack-module__WlEV-q__icon{width:32px;height:32px}}
.about-module__8TymFG__storySection{background:var(--section-bg);padding:6rem 2rem}.about-module__8TymFG__container{max-width:1200px;margin:0 auto}.about-module__8TymFG__twoCol{grid-template-columns:1.5fr 1fr;align-items:center;gap:4rem;display:grid}.about-module__8TymFG__storyContent{flex-direction:column;gap:1.5rem;display:flex}.about-module__8TymFG__h2{color:var(--text-primary);letter-spacing:-.03em;font-size:2.25rem;font-weight:800}.about-module__8TymFG__p{color:var(--text-light);margin:0;font-size:1.05rem;line-height:1.7}.about-module__8TymFG__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-module__8TymFG__statBox{background:var(--surface-subtle);border:1px solid var(--social-border);text-align:center;border-radius:12px;padding:2rem 1.5rem}.about-module__8TymFG__statVal{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:900;line-height:1}.about-module__8TymFG__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-medium);font-size:.85rem;font-weight:600}.about-module__8TymFG__globalSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:5rem 2rem}.about-module__8TymFG__globalBox{text-align:center;background:var(--global-highlight-bg);border:1px solid var(--social-border);border-radius:20px;max-width:800px;margin:0 auto;padding:3.5rem 2rem}.about-module__8TymFG__globalTitle{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.75rem;font-weight:800}.about-module__8TymFG__globalText{color:var(--text-subtle);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.about-module__8TymFG__flags{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;gap:1.25rem;font-size:.95rem;font-weight:600;display:flex}.about-module__8TymFG__teamSection{background:var(--section-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.about-module__8TymFG__sectionHeader{text-align:center;margin-bottom:3.5rem}.about-module__8TymFG__sectionLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:block}.about-module__8TymFG__teamGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about-module__8TymFG__teamCard{background:var(--card-surface-strong);border:1px solid var(--border-medium);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.about-module__8TymFG__photoWrap{background:var(--surface-faint);border-bottom:1px solid var(--border-faint);justify-content:center;align-items:center;width:100%;height:280px;display:flex;position:relative}.about-module__8TymFG__photoFallback{color:var(--text-ultra-faint);font-size:5rem;font-weight:800}.about-module__8TymFG__teamBody{flex-direction:column;flex:1;align-items:flex-start;gap:.5rem;padding:1.75rem;display:flex}.about-module__8TymFG__teamName{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.about-module__8TymFG__teamRole{color:var(--primary);margin:0;font-size:.85rem;font-weight:600}.about-module__8TymFG__teamBio{color:var(--text-medium);flex:1;margin:.75rem 0 1.5rem;font-size:.9rem;line-height:1.6}.about-module__8TymFG__linkedIn{color:var(--text-ghost);transition:color .2s}.about-module__8TymFG__linkedIn:hover{color:var(--brand-linkedin)}.about-module__8TymFG__valuesSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.about-module__8TymFG__valuesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-module__8TymFG__valueCard{background:var(--surface-faint);border:1px solid var(--border-faint);border-radius:12px;padding:2rem}.about-module__8TymFG__valueNum{color:var(--text-extra-faint);margin-bottom:1.25rem;font-family:monospace;font-size:1.5rem;font-weight:700;display:block}.about-module__8TymFG__valueTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.about-module__8TymFG__valueDesc{color:var(--text-medium);font-size:.9rem;line-height:1.6}@media (max-width:1024px){.about-module__8TymFG__twoCol{grid-template-columns:1fr;gap:3rem}.about-module__8TymFG__teamGrid,.about-module__8TymFG__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-module__8TymFG__storySection,.about-module__8TymFG__globalSection,.about-module__8TymFG__teamSection,.about-module__8TymFG__valuesSection{padding:4rem 1.5rem}.about-module__8TymFG__statsGrid{grid-template-columns:1fr 1fr}.about-module__8TymFG__teamGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.about-module__8TymFG__valuesGrid{grid-template-columns:1fr}.about-module__8TymFG__globalBox{padding:2.5rem 1.5rem}}
.blog-page-module__NSW91a__main{background:var(--section-bg)}.blog-page-module__NSW91a__container{max-width:1000px;margin:0 auto;padding:0 2rem}.blog-page-module__NSW91a__bodyContainer{max-width:680px;margin:0 auto;padding:0 2rem}.blog-page-module__NSW91a__header{background:var(--panel-bg);border-bottom:1px solid var(--border-faint);padding:10rem 0 4rem}.blog-page-module__NSW91a__meta{align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.blog-page-module__NSW91a__category{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:700}.blog-page-module__NSW91a__date,.blog-page-module__NSW91a__readTime{color:var(--text-medium)}.blog-page-module__NSW91a__dot{color:var(--text-extra-faint)}.blog-page-module__NSW91a__title{letter-spacing:-.03em;color:var(--text-primary);max-width:900px;margin-bottom:2.5rem;font-size:3rem;font-weight:900;line-height:1.2}.blog-page-module__NSW91a__authorBox{align-items:center;gap:1rem;display:flex}.blog-page-module__NSW91a__authorAvatarWrap{background:var(--code-bg);border-radius:50%;width:48px;height:48px;overflow:hidden}.blog-page-module__NSW91a__authorAvatar{object-fit:cover;width:100%;height:100%}.blog-page-module__NSW91a__authorName{color:var(--text-primary);font-size:1rem;font-weight:700}.blog-page-module__NSW91a__authorTitle{color:var(--text-medium);font-size:.85rem}.blog-page-module__NSW91a__bodyWrap{padding:5rem 0 8rem}.blog-page-module__NSW91a__prose{color:var(--text-muted);font-size:1.125rem;line-height:1.8}.blog-page-module__NSW91a__mdxH1{color:var(--text-primary);letter-spacing:-.02em;margin:3rem 0 1.5rem;font-size:2.5rem;font-weight:800;line-height:1.3}.blog-page-module__NSW91a__mdxH2{color:var(--text-primary);letter-spacing:-.02em;margin:3.5rem 0 1.5rem;font-size:1.75rem;font-weight:800;line-height:1.3}.blog-page-module__NSW91a__mdxH3{color:var(--text-primary);margin:2.5rem 0 1rem;font-size:1.35rem;font-weight:700}.blog-page-module__NSW91a__mdxP{margin:0 0 1.75rem}.blog-page-module__NSW91a__mdxUl,.blog-page-module__NSW91a__mdxOl{margin:0 0 1.75rem;padding-left:1.5rem}.blog-page-module__NSW91a__mdxLi{margin-bottom:.5rem}.blog-page-module__NSW91a__mdxStrong{color:var(--text-secondary);font-weight:700}.blog-page-module__NSW91a__mdxBlockquote{border-left:4px solid var(--primary);color:var(--text-secondary);margin:2.5rem 0;padding-left:1.5rem;font-size:1.25rem;font-style:italic}.blog-page-module__NSW91a__relatedSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:5rem 0 8rem}.blog-page-module__NSW91a__relatedHeading{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.blog-page-module__NSW91a__relatedGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.blog-page-module__NSW91a__relatedCard{background:var(--card-surface);border:1px solid var(--social-border);border-radius:12px;flex-direction:column;gap:.75rem;padding:2rem;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.blog-page-module__NSW91a__relatedCard:hover{border-color:var(--primary-border);transform:translateY(-4px)}.blog-page-module__NSW91a__relatedCat{text-transform:uppercase;color:var(--primary);font-size:.75rem;font-weight:700}.blog-page-module__NSW91a__relatedTitle{color:var(--text-secondary);font-size:1.15rem;font-weight:700;line-height:1.4}@media (max-width:768px){.blog-page-module__NSW91a__header{padding:8rem 0 3rem}.blog-page-module__NSW91a__title{font-size:2.25rem}.blog-page-module__NSW91a__prose{font-size:1.05rem}.blog-page-module__NSW91a__mdxH2{font-size:1.5rem}.blog-page-module__NSW91a__relatedGrid{grid-template-columns:1fr}}
.CTABand-module__8l3-_W__ctaBand{background:var(--section-bg);border-top:1px solid var(--border-subtle);padding:7rem 2rem;position:relative;overflow:hidden}.CTABand-module__8l3-_W__bgGlow{background:var(--cta-glow);pointer-events:none;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTABand-module__8l3-_W__container{z-index:1;max-width:760px;margin:0 auto;position:relative}.CTABand-module__8l3-_W__content{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.CTABand-module__8l3-_W__preLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);background:var(--primary-tint-bg);border:1px solid var(--primary-border);border-radius:100px;padding:.35rem 1rem;font-size:.78rem;font-weight:600}.CTABand-module__8l3-_W__headline{letter-spacing:-.04em;color:var(--text-primary);margin:0;font-size:3.25rem;font-weight:900;line-height:1.1}.CTABand-module__8l3-_W__body{color:var(--text-medium);max-width:560px;margin:0;font-size:1.1rem;line-height:1.7}.CTABand-module__8l3-_W__actions{gap:1rem;margin-top:.5rem;display:flex}.CTABand-module__8l3-_W__primaryBtn{background:var(--btn-primary-bg);color:var(--btn-primary-color);border:1px solid var(--btn-primary-border);letter-spacing:.01em;box-shadow:var(--btn-primary-shadow);border-radius:10px;padding:1.1rem 3rem;font-size:1rem;font-weight:800;transition:box-shadow .3s,transform .3s,background .3s,border-color .3s;display:inline-block}.CTABand-module__8l3-_W__primaryBtn:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);box-shadow:var(--btn-primary-shadow-hover);color:var(--btn-hover-color);transform:translateY(-2px)}.CTABand-module__8l3-_W__sub{color:var(--text-ghost);font-size:.82rem}.CTABand-module__8l3-_W__sub strong{color:var(--text-medium)}@media (max-width:768px){.CTABand-module__8l3-_W__ctaBand{padding:5rem 1.5rem}.CTABand-module__8l3-_W__headline{font-size:2.25rem}.CTABand-module__8l3-_W__body{font-size:1rem}}@media (max-width:480px){.CTABand-module__8l3-_W__headline{font-size:1.8rem}.CTABand-module__8l3-_W__primaryBtn{text-align:center;width:100%;max-width:320px;padding:.9rem 2rem}}
.OutcomesStatsRow-module__X2bjra__statsSection{background:var(--panel-bg);border-bottom:1px solid var(--border-faint);padding:0 2rem}.OutcomesStatsRow-module__X2bjra__statsInner{flex-direction:column;align-items:center;gap:0;max-width:1200px;margin:0 auto;padding:2.75rem 0;display:flex}.OutcomesStatsRow-module__X2bjra__statsEyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--text-ghost);margin-bottom:1.5rem;font-size:.7rem;font-weight:700}.OutcomesStatsRow-module__X2bjra__statsRow{background:var(--stats-row-bg);border:1px solid var(--border-medium);border-radius:16px;align-items:stretch;width:100%;display:flex;overflow:hidden}.OutcomesStatsRow-module__X2bjra__statCard{flex:1;align-items:stretch;display:flex;position:relative}.OutcomesStatsRow-module__X2bjra__divider{background:var(--surface-muted);flex-shrink:0;align-self:stretch;width:1px}.OutcomesStatsRow-module__X2bjra__statContent{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1.5rem;transition:background .2s;display:flex}.OutcomesStatsRow-module__X2bjra__statContent:hover{background:var(--surface-faint)}.OutcomesStatsRow-module__X2bjra__statMetric{letter-spacing:-.05em;color:var(--primary);font-size:2.5rem;font-weight:900;line-height:1;display:block}.OutcomesStatsRow-module__X2bjra__statLabel{color:var(--text-medium);max-width:160px;font-size:.85rem;font-weight:500;line-height:1.45;display:block}.OutcomesStatsRow-module__X2bjra__statsFooter{margin-top:1.25rem}.OutcomesStatsRow-module__X2bjra__statsLink{color:var(--primary);opacity:.75;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .2s}.OutcomesStatsRow-module__X2bjra__statsLink:hover{opacity:1}@media (max-width:768px){.OutcomesStatsRow-module__X2bjra__statsSection{padding:0 1.25rem}.OutcomesStatsRow-module__X2bjra__statsRow{border-radius:14px;flex-wrap:wrap}.OutcomesStatsRow-module__X2bjra__statCard{flex:45%}.OutcomesStatsRow-module__X2bjra__divider{display:none}.OutcomesStatsRow-module__X2bjra__statContent{border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:1.6rem 1rem}.OutcomesStatsRow-module__X2bjra__statCard:nth-child(2n) .OutcomesStatsRow-module__X2bjra__statContent{border-right:none}.OutcomesStatsRow-module__X2bjra__statMetric{font-size:2rem}}@media (max-width:480px){.OutcomesStatsRow-module__X2bjra__statCard{flex:100%}.OutcomesStatsRow-module__X2bjra__statContent{border-right:none}.OutcomesStatsRow-module__X2bjra__statMetric{font-size:2.25rem}}
.PageHero-module__DsQ9ba__hero{text-align:center;background:var(--section-bg);padding:10rem 2rem 6rem;position:relative;overflow:hidden}.PageHero-module__DsQ9ba__bg{pointer-events:none;position:absolute;inset:0}.PageHero-module__DsQ9ba__glow{width:700px;height:700px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.PageHero-module__DsQ9ba__container{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:860px;margin:0 auto;display:flex;position:relative}.PageHero-module__DsQ9ba__label{text-transform:uppercase;letter-spacing:.14em;border:1px solid;border-radius:100px;padding:.35rem 1rem;font-size:.78rem;font-weight:600;display:inline-block}.PageHero-module__DsQ9ba__title{letter-spacing:-.04em;color:var(--text-primary);margin:0;font-size:3.5rem;font-weight:900;line-height:1.1}.PageHero-module__DsQ9ba__subtitle{color:var(--text-subtle);max-width:640px;margin:0;font-size:1.1rem;line-height:1.7}.PageHero-module__DsQ9ba__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.PageHero-module__DsQ9ba__primaryBtn{background:var(--btn-primary-bg);color:var(--btn-primary-color);border:1px solid var(--btn-primary-border);box-shadow:var(--btn-primary-shadow);padding:.9rem 2.25rem;font-weight:700}.PageHero-module__DsQ9ba__primaryBtn:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);box-shadow:var(--btn-primary-shadow-hover);color:var(--btn-hover-color);transform:translateY(-1px)}.PageHero-module__DsQ9ba__secondaryBtn{color:var(--text-muted);border:1px solid var(--border-strong);border-radius:8px;padding:.9rem 2.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-block}.PageHero-module__DsQ9ba__secondaryBtn:hover{border-color:var(--text-dim);color:var(--text-primary)}@media (max-width:768px){.PageHero-module__DsQ9ba__hero{padding:8rem 1.5rem 4rem}.PageHero-module__DsQ9ba__title{font-size:2.5rem}}@media (max-width:480px){.PageHero-module__DsQ9ba__title{font-size:2rem}.PageHero-module__DsQ9ba__actions{flex-direction:column;width:100%}.PageHero-module__DsQ9ba__primaryBtn,.PageHero-module__DsQ9ba__secondaryBtn{text-align:center;width:100%}}
.blog-module__JsT-Oq__section{background:var(--section-bg);padding:0 2rem 6rem}.blog-module__JsT-Oq__container{max-width:1000px;margin:0 auto}.blog-module__JsT-Oq__featuredGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:5rem;display:grid}.blog-module__JsT-Oq__featuredCard{background:var(--card-surface);border:1px solid var(--social-border);border-radius:18px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.blog-module__JsT-Oq__featuredCard:hover{border-color:var(--primary-border);transform:translateY(-4px)}.blog-module__JsT-Oq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.blog-module__JsT-Oq__category{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:.75rem;font-weight:700}.blog-module__JsT-Oq__date{color:var(--text-faint);font-size:.85rem}.blog-module__JsT-Oq__featuredTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:800;line-height:1.3}.blog-module__JsT-Oq__featuredExcerpt{color:var(--text-medium);flex:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.blog-module__JsT-Oq__authorRow{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.blog-module__JsT-Oq__authorAvatarWrap{background:var(--code-bg);border-radius:50%;width:40px;height:40px;overflow:hidden}.blog-module__JsT-Oq__authorAvatar{object-fit:cover;width:100%;height:100%}.blog-module__JsT-Oq__authorName{color:var(--text-secondary);font-size:.9rem;font-weight:600}.blog-module__JsT-Oq__readTime{color:var(--text-faint);font-size:.8rem}.blog-module__JsT-Oq__feedWrapper{max-width:800px;margin:0 auto}.blog-module__JsT-Oq__feedHeading{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem;font-weight:800}.blog-module__JsT-Oq__feed{flex-direction:column;gap:2.5rem;display:flex}.blog-module__JsT-Oq__feedItem{flex-direction:column;gap:.75rem;text-decoration:none;display:flex}.blog-module__JsT-Oq__feedMeta{align-items:center;gap:.75rem;display:flex}.blog-module__JsT-Oq__dot{color:var(--text-extra-faint)}.blog-module__JsT-Oq__feedTitle{color:var(--text-secondary);font-size:1.5rem;font-weight:700;line-height:1.35;transition:color .2s}.blog-module__JsT-Oq__feedItem:hover .blog-module__JsT-Oq__feedTitle{color:var(--text-primary);text-decoration:underline}.blog-module__JsT-Oq__feedExcerpt{color:var(--text-medium);margin:0;font-size:1rem;line-height:1.6}.blog-module__JsT-Oq__readMore{color:var(--primary);margin-top:.5rem;font-size:.85rem;font-weight:600}.blog-module__JsT-Oq__newsletterSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.blog-module__JsT-Oq__newsletterCard{text-align:center;background:var(--surface-faint);border:1px solid var(--social-border);border-radius:20px;max-width:600px;margin:0 auto;padding:3.5rem 2rem}.blog-module__JsT-Oq__nlTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.blog-module__JsT-Oq__nlDesc{color:var(--text-medium);margin-bottom:2rem;font-size:1rem}.blog-module__JsT-Oq__form{gap:.5rem;max-width:440px;margin:0 auto;display:flex}.blog-module__JsT-Oq__input{background:var(--backdrop);border:1px solid var(--border-strong);color:var(--text-primary);border-radius:8px;flex:1;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.blog-module__JsT-Oq__input:focus{border-color:var(--text-ghost);outline:none}.blog-module__JsT-Oq__btn{background:var(--btn-primary-bg);border:1px solid var(--btn-primary-border);color:var(--btn-primary-color);cursor:pointer;border-radius:8px;padding:0 1.5rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:opacity .2s,background .2s}.blog-module__JsT-Oq__btn:hover{background:var(--btn-primary-bg-hover);opacity:.95}@media (max-width:768px){.blog-module__JsT-Oq__featuredGrid{grid-template-columns:1fr;gap:1.5rem}.blog-module__JsT-Oq__featuredCard{padding:2rem}.blog-module__JsT-Oq__featuredTitle{font-size:1.5rem}.blog-module__JsT-Oq__feedTitle{font-size:1.3rem}.blog-module__JsT-Oq__form{flex-direction:column}.blog-module__JsT-Oq__btn{padding:.85rem}}
.careers-module__T6xnVW__cultureSection{background:var(--section-bg);padding:6rem 2rem}.careers-module__T6xnVW__container{max-width:1200px;margin:0 auto}.careers-module__T6xnVW__cultureGrid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.careers-module__T6xnVW__cultureText{flex-direction:column;gap:1.5rem;display:flex}.careers-module__T6xnVW__cultureTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.careers-module__T6xnVW__cultureP{color:var(--text-light);margin:0;font-size:1.1rem;line-height:1.7}.careers-module__T6xnVW__perksGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.careers-module__T6xnVW__perkCard{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:12px;padding:1.75rem}.careers-module__T6xnVW__perkIcon{margin-bottom:1rem;font-size:1.75rem;display:block}.careers-module__T6xnVW__perkTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.careers-module__T6xnVW__perkDesc{color:var(--text-medium);font-size:.85rem;line-height:1.5}.careers-module__T6xnVW__rolesSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem 8rem}.careers-module__T6xnVW__rolesHeader{text-align:center;max-width:600px;margin:0 auto 4rem}.careers-module__T6xnVW__rolesTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.careers-module__T6xnVW__rolesSub{color:var(--text-medium);font-size:1rem;line-height:1.6}.careers-module__T6xnVW__emptyState{text-align:center;background:var(--card-surface);border:1px solid var(--social-border);border-radius:12px;max-width:560px;margin:0 auto;padding:3rem 2rem}.careers-module__T6xnVW__emptyTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.careers-module__T6xnVW__emptyDesc{color:var(--text-medium);margin:0;font-size:1rem;line-height:1.6}.careers-module__T6xnVW__emptyLink{color:var(--primary);font-weight:600;text-decoration:none}.careers-module__T6xnVW__emptyLink:hover{text-decoration:underline}.careers-module__T6xnVW__rolesList{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.careers-module__T6xnVW__roleCard{background:var(--card-surface);border:1px solid var(--social-border);border-radius:12px;justify-content:space-between;align-items:center;padding:1.75rem 2.5rem;transition:transform .2s,border-color .2s;display:flex}.careers-module__T6xnVW__roleCard:hover{border-color:var(--primary-border);transform:translateY(-2px)}.careers-module__T6xnVW__roleName{color:var(--text-primary);margin-bottom:.6rem;font-size:1.35rem;font-weight:700}.careers-module__T6xnVW__roleMeta{color:var(--text-medium);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;display:flex}.careers-module__T6xnVW__dot{color:var(--text-extra-faint)}.careers-module__T6xnVW__applyBtn{background:var(--glass);color:var(--text-secondary);border:1px solid var(--border);border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.careers-module__T6xnVW__roleCard:hover .careers-module__T6xnVW__applyBtn{background:var(--chip-active-bg);color:var(--badge-on-accent);border-color:var(--text-primary)}@media (max-width:1024px){.careers-module__T6xnVW__cultureGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.careers-module__T6xnVW__cultureSection,.careers-module__T6xnVW__rolesSection{padding:4rem 1.5rem}.careers-module__T6xnVW__cultureTitle{font-size:2rem}.careers-module__T6xnVW__perksGrid{grid-template-columns:1fr}.careers-module__T6xnVW__roleCard{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}}
.contact-module__swMWYG__main{background:var(--section-bg);min-height:100vh;padding:8rem 0}.contact-module__swMWYG__container{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.contact-module__swMWYG__trustCol{flex-direction:column;gap:3.5rem;display:flex;position:sticky;top:8rem}.contact-module__swMWYG__trustHeader{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__title{letter-spacing:-.04em;color:var(--text-primary);font-size:3.5rem;font-weight:900;line-height:1.1}.contact-module__swMWYG__subtitle{color:var(--text-subtle);max-width:480px;font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__infoBox{background:var(--surface-faint);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem}.contact-module__swMWYG__infoTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.contact-module__swMWYG__infoList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.contact-module__swMWYG__infoList li{color:var(--text-muted);align-items:flex-start;gap:1rem;font-size:.95rem;line-height:1.5;display:flex}.contact-module__swMWYG__checkIcon{color:var(--primary);flex-shrink:0;margin-top:2px}.contact-module__swMWYG__contactDetails{gap:3rem;display:flex}.contact-module__swMWYG__detailLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-ghost);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.contact-module__swMWYG__detailLink{color:var(--text-primary);border-bottom:1px solid var(--btn-secondary-border);padding-bottom:2px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:border-color .2s;display:block}.contact-module__swMWYG__detailLink:hover{border-color:var(--text-primary)}.contact-module__swMWYG__detailText{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.contact-module__swMWYG__formCol{flex-direction:column;display:flex}.contact-module__swMWYG__formCard{background:var(--card-surface-strong);border:1px solid var(--social-border);box-shadow:var(--shadow-elevated);border-radius:24px;padding:3rem}.contact-module__swMWYG__b2bForm{flex-direction:column;gap:2rem;display:flex}.contact-module__swMWYG__formSection{flex-direction:column;gap:1rem;display:flex}.contact-module__swMWYG__sectionLabel{color:var(--text-primary);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.contact-module__swMWYG__asterisk{color:var(--primary);margin-left:2px}.contact-module__swMWYG__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.contact-module__swMWYG__serviceCard{background:var(--surface-faint);border:1px solid var(--social-border);color:var(--text-muted);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.contact-module__swMWYG__serviceCard:hover{border-color:var(--text-ghost);background:var(--social-bg);color:var(--text-primary);transform:translateY(-1px)}.contact-module__swMWYG__serviceCardActive{background:var(--hover-bg-subtle);border-color:var(--primary);color:var(--text-primary);box-shadow:var(--focus-glow)}.contact-module__swMWYG__cardCheckbox{border:1.5px solid var(--btn-secondary-border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.contact-module__swMWYG__serviceCardActive .contact-module__swMWYG__cardCheckbox{background:var(--primary);border-color:var(--primary);color:var(--badge-on-accent)}.contact-module__swMWYG__serviceCardText{line-height:1.2}.contact-module__swMWYG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-module__swMWYG__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__label{color:var(--text-muted);font-size:.85rem;font-weight:600}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea,.contact-module__swMWYG__selectTrigger{background:var(--backdrop-light);border:1px solid var(--border-strong);color:var(--text-primary);border-radius:8px;padding:.9rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus,.contact-module__swMWYG__selectTrigger:focus{border-color:var(--primary);outline:none}.contact-module__swMWYG__selectWrapper{width:100%;position:relative}.contact-module__swMWYG__selectTrigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.contact-module__swMWYG__selectPlaceholder{color:var(--text-ghost)}.contact-module__swMWYG__selectChevron{opacity:.5;flex-shrink:0}.contact-module__swMWYG__selectMenu{z-index:10;background:var(--overlay-panel-strong);border:1px solid var(--border-strong);box-shadow:var(--shadow-elevated);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;max-height:240px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.contact-module__swMWYG__selectOption{width:100%;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.65rem .85rem;font-family:inherit;font-size:.95rem;transition:background .15s,color .15s}.contact-module__swMWYG__selectOption:hover{background:var(--social-bg);color:var(--text-primary)}.contact-module__swMWYG__selectOptionActive{background:var(--dropdown-active-bg);color:var(--text-primary)}.contact-module__swMWYG__errorMessage{color:var(--error);background:var(--error-bg);border:1px solid var(--error-border);border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem;font-weight:500;display:flex}.contact-module__swMWYG__textarea{resize:vertical}.contact-module__swMWYG__nextBtn,.contact-module__swMWYG__submitBtn{background:var(--chip-active-bg);color:var(--badge-on-accent);cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .2s,transform .2s}.contact-module__swMWYG__submitBtn{background:var(--btn-primary-bg);color:var(--btn-primary-color);border:1px solid var(--btn-primary-border);box-shadow:var(--btn-primary-shadow);width:100%}.contact-module__swMWYG__nextBtn:hover,.contact-module__swMWYG__submitBtn:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);box-shadow:var(--btn-primary-shadow-hover);color:var(--text-primary);transform:translateY(-1px)}.contact-module__swMWYG__successState{text-align:center;padding:4rem 1rem}.contact-module__swMWYG__successIcon{margin-bottom:1.5rem;font-size:4rem}.contact-module__swMWYG__successTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.contact-module__swMWYG__successDesc{color:var(--text-subtle);font-size:1.05rem;line-height:1.6}@media (max-width:1024px){.contact-module__swMWYG__container{grid-template-columns:1fr;gap:4rem}.contact-module__swMWYG__trustCol{text-align:center;position:static}.contact-module__swMWYG__subtitle{margin:0 auto}.contact-module__swMWYG__infoBox{text-align:left}.contact-module__swMWYG__contactDetails{justify-content:center}}@media (max-width:640px){.contact-module__swMWYG__main{padding:6rem 0}.contact-module__swMWYG__title{font-size:2.5rem}.contact-module__swMWYG__formCard{padding:1.5rem}.contact-module__swMWYG__formGrid{grid-template-columns:1fr;gap:1.25rem}.contact-module__swMWYG__servicesGrid{grid-template-columns:1fr}.contact-module__swMWYG__contactDetails{flex-direction:column;align-items:center;gap:1.5rem}}
.industry-page-module__PtcY0q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.industry-page-module__PtcY0q__sectionLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.industry-page-module__PtcY0q__sectionTitle{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1.2}.industry-page-module__PtcY0q__sectionSub{color:var(--text-medium);max-width:600px;font-size:1.05rem;line-height:1.65}.industry-page-module__PtcY0q__narrativeSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.industry-page-module__PtcY0q__narrativeGrid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.industry-page-module__PtcY0q__narrativeText{color:var(--text-subtle);font-size:1.1rem;line-height:1.75}.industry-page-module__PtcY0q__techList{border-top:1px solid var(--border-medium);flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.industry-page-module__PtcY0q__techChip{color:var(--text-faint);background:var(--social-bg);border:1px solid var(--social-border);border-radius:100px;padding:.3rem .8rem;font-size:.78rem}.industry-page-module__PtcY0q__challengesSection{background:var(--section-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.industry-page-module__PtcY0q__challengesHeader{max-width:640px;margin-bottom:3rem}.industry-page-module__PtcY0q__challengesGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.industry-page-module__PtcY0q__challengeCard{background:var(--card-surface);border:1px solid var(--primary-border-soft);border-radius:18px;flex-direction:column;gap:.75rem;padding:2rem;transition:transform .2s;display:flex}.industry-page-module__PtcY0q__challengeCard:hover{transform:translateY(-3px)}.industry-page-module__PtcY0q__challengeNum{opacity:.4;color:var(--primary);font-family:monospace;font-size:1.5rem;font-weight:700;line-height:1}.industry-page-module__PtcY0q__challengeTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.industry-page-module__PtcY0q__challengeDesc{color:var(--text-medium);margin:0;font-size:.9rem;line-height:1.65}.industry-page-module__PtcY0q__servicesSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.industry-page-module__PtcY0q__servicesHeader{max-width:640px;margin-bottom:3rem}.industry-page-module__PtcY0q__servicesGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.industry-page-module__PtcY0q__serviceItem{background:var(--card-surface);border:1px solid var(--primary-border-soft);border-radius:18px;flex-direction:column;gap:1rem;padding:2rem;transition:transform .2s;display:flex}.industry-page-module__PtcY0q__serviceItem:hover{transform:translateY(-3px)}.industry-page-module__PtcY0q__serviceItemHeader{align-items:center;gap:.75rem;display:flex}.industry-page-module__PtcY0q__serviceItemName{color:var(--primary);margin:0;font-size:1.05rem;font-weight:700}.industry-page-module__PtcY0q__serviceItemSpin{color:var(--text-subtle);flex:1;margin:0;font-size:.92rem;line-height:1.65}.industry-page-module__PtcY0q__serviceItemLink{margin-top:auto;font-size:.85rem;font-weight:700;text-decoration:none}.industry-page-module__PtcY0q__caseSection{background:var(--section-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.industry-page-module__PtcY0q__caseCard{border:1px solid var(--social-border);border-radius:20px;grid-template-columns:360px 1fr;margin-top:2.5rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden}.industry-page-module__PtcY0q__caseCard:hover{box-shadow:var(--shadow-elevated);transform:translateY(-4px)}.industry-page-module__PtcY0q__caseImageWrap{position:relative;overflow:hidden}.industry-page-module__PtcY0q__caseImage{object-fit:cover;width:100%;height:100%;min-height:280px;transition:transform .4s}.industry-page-module__PtcY0q__caseCard:hover .industry-page-module__PtcY0q__caseImage{transform:scale(1.04)}.industry-page-module__PtcY0q__caseImgOverlay{position:absolute;inset:0}.industry-page-module__PtcY0q__caseBody{background:var(--overlay-panel-strong);border-left:1px solid;flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.industry-page-module__PtcY0q__caseBadge{text-transform:uppercase;letter-spacing:.08em;border:1px solid;border-radius:100px;align-self:flex-start;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.industry-page-module__PtcY0q__caseTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.6rem;font-weight:800;line-height:1.3}.industry-page-module__PtcY0q__caseStats{flex-direction:column;gap:.5rem;display:flex}.industry-page-module__PtcY0q__caseStat{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.industry-page-module__PtcY0q__caseCta{margin-top:auto;font-size:.9rem;font-weight:700}.industry-page-module__PtcY0q__testimonialSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.industry-page-module__PtcY0q__testimonialCard{text-align:center;background:var(--card-surface-soft);border:1px solid var(--border-medium);border-radius:24px;max-width:780px;margin:0 auto;padding:4rem 3rem}.industry-page-module__PtcY0q__quoteIcon{opacity:.4;color:var(--primary);margin-bottom:1.5rem;font-family:Georgia,serif;font-size:6rem;line-height:.8;display:block}.industry-page-module__PtcY0q__quoteText{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.2rem;font-style:italic;line-height:1.7}.industry-page-module__PtcY0q__quoteFooter{justify-content:center;align-items:center;gap:1rem;display:flex}.industry-page-module__PtcY0q__quoteAvatar{width:46px;height:46px;color:var(--badge-on-accent);background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.industry-page-module__PtcY0q__quoteName{color:var(--text-primary);text-align:left;font-size:1rem;font-weight:700}.industry-page-module__PtcY0q__quoteRole{color:var(--text-faint);text-align:left;font-size:.82rem}.industry-page-module__PtcY0q__faqSection{background:var(--section-bg);border-top:1px solid var(--border-faint);padding:6rem 2rem}.industry-page-module__PtcY0q__faqHeader{max-width:600px;margin-bottom:2.5rem}.industry-page-module__PtcY0q__othersSection{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:5rem 2rem}.industry-page-module__PtcY0q__othersGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.industry-page-module__PtcY0q__otherCard{background:var(--card-surface-medium);border:1px solid var(--border-medium);border-radius:14px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.industry-page-module__PtcY0q__otherCard:hover{border-color:var(--text-extra-faint);transform:translateY(-2px)}.industry-page-module__PtcY0q__otherIcon{flex-shrink:0;font-size:1.5rem}.industry-page-module__PtcY0q__otherBody{flex-direction:column;flex:1;gap:.2rem;display:flex}.industry-page-module__PtcY0q__otherTitle{color:var(--text-secondary);font-size:.95rem;font-weight:700}.industry-page-module__PtcY0q__otherTagline{color:var(--text-faint);font-size:.8rem}.industry-page-module__PtcY0q__otherArrow{color:var(--primary);flex-shrink:0;font-size:1.1rem;font-weight:700}.industry-page-module__PtcY0q__ctaBand{background:var(--section-bg);border-top:1px solid var(--border-faint);text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.industry-page-module__PtcY0q__ctaGlow{pointer-events:none;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--primary)12%,transparent),transparent 70%);position:absolute;inset:0}.industry-page-module__PtcY0q__ctaContainer{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:680px;margin:0 auto;display:flex;position:relative}.industry-page-module__PtcY0q__ctaBadge{text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--primary-border);color:var(--primary);background:var(--primary-tint-bg);border-radius:100px;padding:.35rem 1rem;font-size:.75rem;font-weight:700}.industry-page-module__PtcY0q__ctaTitle{color:var(--text-primary);letter-spacing:-.04em;font-size:2.75rem;font-weight:900;line-height:1.2}.industry-page-module__PtcY0q__ctaSub{color:var(--text-medium);max-width:480px;margin:0;font-size:1.05rem;line-height:1.6}.industry-page-module__PtcY0q__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.industry-page-module__PtcY0q__ctaBtn{color:var(--badge-on-accent);box-shadow:var(--shadow-promo);border-radius:10px;align-items:center;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.industry-page-module__PtcY0q__ctaBtn:hover{opacity:.9;transform:translateY(-2px)}.industry-page-module__PtcY0q__ctaSecondary{color:var(--text-light);border:1px solid var(--border-strong);border-radius:10px;padding:1.1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.industry-page-module__PtcY0q__ctaSecondary:hover{border-color:var(--text-dim);color:var(--text-primary)}@media (max-width:1024px){.industry-page-module__PtcY0q__narrativeGrid{grid-template-columns:1fr;gap:3rem}.industry-page-module__PtcY0q__challengesGrid,.industry-page-module__PtcY0q__servicesGrid,.industry-page-module__PtcY0q__caseCard{grid-template-columns:1fr}.industry-page-module__PtcY0q__caseImageWrap{height:240px}.industry-page-module__PtcY0q__othersGrid{grid-template-columns:1fr}}@media (max-width:768px){.industry-page-module__PtcY0q__narrativeSection,.industry-page-module__PtcY0q__challengesSection,.industry-page-module__PtcY0q__servicesSection,.industry-page-module__PtcY0q__caseSection,.industry-page-module__PtcY0q__testimonialSection,.industry-page-module__PtcY0q__faqSection,.industry-page-module__PtcY0q__othersSection{padding:4rem 1.5rem}.industry-page-module__PtcY0q__sectionTitle{font-size:1.85rem}.industry-page-module__PtcY0q__challengesGrid,.industry-page-module__PtcY0q__servicesGrid{grid-template-columns:1fr}.industry-page-module__PtcY0q__testimonialCard{padding:2.5rem 1.5rem}.industry-page-module__PtcY0q__quoteText{font-size:1.05rem}.industry-page-module__PtcY0q__ctaBand{padding:5rem 1.5rem}.industry-page-module__PtcY0q__ctaTitle{font-size:2.1rem}}@media (max-width:480px){.industry-page-module__PtcY0q__heroTitle{font-size:2rem}.industry-page-module__PtcY0q__ctaActions{flex-direction:column}.industry-page-module__PtcY0q__othersGrid{grid-template-columns:1fr}}
.industries-module__tldMiW__grid{background:var(--section-bg);padding:6rem 2rem}.industries-module__tldMiW__container{max-width:1300px;margin:0 auto}.industries-module__tldMiW__cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.industries-module__tldMiW__card{background:var(--card-surface);border:1px solid var(--border-medium);border-radius:18px;flex-direction:column;padding:2rem;text-decoration:none;transition:border-color .3s,transform .2s;display:flex;position:relative;overflow:hidden}.industries-module__tldMiW__card:hover{border-color:color-mix(in srgb,var(--primary)40%,transparent);transform:translateY(-3px)}.industries-module__tldMiW__icon{margin-bottom:1rem;font-size:2.25rem;line-height:1}.industries-module__tldMiW__title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.65rem;font-size:1.25rem;font-weight:700}.industries-module__tldMiW__desc{color:var(--text-faint);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.industries-module__tldMiW__cta{color:var(--primary);font-size:.88rem;font-weight:600;transition:opacity .2s}.industries-module__tldMiW__card:hover .industries-module__tldMiW__cta{opacity:.8}.industries-module__tldMiW__accent{opacity:0;background:var(--primary);height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.industries-module__tldMiW__card:hover .industries-module__tldMiW__accent{opacity:.6}@media (max-width:1024px){.industries-module__tldMiW__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.industries-module__tldMiW__grid{padding:4rem 1.5rem}.industries-module__tldMiW__cards{grid-template-columns:1fr;gap:1rem}}.industries-module__tldMiW__cardOutcomes{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);gap:1.5rem;margin:.75rem 0 1.25rem;padding:1rem 0;display:flex}.industries-module__tldMiW__cardOutcome{flex-direction:column;gap:.15rem;display:flex}.industries-module__tldMiW__cardMetric{letter-spacing:-.03em;color:var(--primary);font-size:1.4rem;font-weight:900;line-height:1}.industries-module__tldMiW__cardMetricLabel{color:var(--text-faint);font-size:.72rem;font-weight:500;line-height:1.2}.industries-module__tldMiW__bottomBand{background:var(--panel-bg);border-top:1px solid var(--border-faint);padding:4rem 2rem}.industries-module__tldMiW__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:700px;margin:0 auto;display:flex}.industries-module__tldMiW__bottomText{color:var(--text-muted);font-size:1.2rem;font-weight:600}.industries-module__tldMiW__bottomBtn{background:var(--glass);border:1px solid var(--border-strong);color:var(--text-primary);white-space:nowrap;border-radius:8px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.industries-module__tldMiW__bottomBtn:hover{background:var(--border);border-color:var(--text-ghost)}
.services-module__g8J8Uq__groups{background:var(--section-bg);padding:4rem 2rem 6rem}.services-module__g8J8Uq__container{flex-direction:column;gap:4rem;max-width:1300px;margin:0 auto;display:flex}.services-module__g8J8Uq__group{flex-direction:column;gap:1.5rem;display:flex}.services-module__g8J8Uq__groupLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--text-ghost);border-bottom:1px solid var(--border-subtle);padding-bottom:1rem;font-size:.72rem;font-weight:700}.services-module__g8J8Uq__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.services-module__g8J8Uq__card{background:var(--card-surface);border:1px solid var(--border-medium);border-radius:18px;flex-direction:column;padding:2rem;text-decoration:none;transition:border-color .3s,transform .2s;display:flex;position:relative;overflow:hidden}.services-module__g8J8Uq__card:hover{border-color:color-mix(in srgb,var(--primary)40%,transparent);transform:translateY(-3px)}.services-module__g8J8Uq__cardIcon{margin-bottom:1rem;font-size:2rem;line-height:1}.services-module__g8J8Uq__cardTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.65rem;font-size:1.3rem;font-weight:700}.services-module__g8J8Uq__cardDesc{color:var(--text-faint);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.services-module__g8J8Uq__cardCta{color:var(--primary);font-size:.88rem;font-weight:600;transition:opacity .2s}.services-module__g8J8Uq__cardAccent{opacity:0;background:var(--primary);height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.services-module__g8J8Uq__card:hover .services-module__g8J8Uq__cardAccent{opacity:.7}.services-module__g8J8Uq__bottomCta{background:var(--panel-bg);border-top:1px solid var(--border-subtle);text-align:center;padding:3rem 2rem}.services-module__g8J8Uq__bottomCtaInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.services-module__g8J8Uq__bottomCtaText{color:var(--text-medium);font-size:1rem}.services-module__g8J8Uq__bottomCtaBtn{color:var(--primary);border-bottom:1px solid var(--cta-link-border);padding-bottom:2px;font-size:1rem;font-weight:600;transition:border-color .2s}.services-module__g8J8Uq__bottomCtaBtn:hover{border-color:var(--primary)}@media (max-width:768px){.services-module__g8J8Uq__grid{grid-template-columns:1fr}.services-module__g8J8Uq__groups{padding:3rem 1.25rem 4rem}}
.Contact-module__hcVmEa__contact{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:8rem 2rem;display:flex;position:relative;overflow:hidden}.Contact-module__hcVmEa__canvasBackground{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Contact-module__hcVmEa__orbsContainer{filter:blur(80px);width:100%;height:100%;position:relative}.Contact-module__hcVmEa__orb1,.Contact-module__hcVmEa__orb2,.Contact-module__hcVmEa__orb3{opacity:.5;border-radius:50%;position:absolute}.Contact-module__hcVmEa__orb1{background:var(--shape-1);width:300px;height:300px;top:20%;right:20%}.Contact-module__hcVmEa__orb2{background:var(--secondary);width:200px;height:200px;bottom:20%;left:20%}.Contact-module__hcVmEa__orb3{background:var(--primary);width:150px;height:150px;top:40%;left:45%}.Contact-module__hcVmEa__container{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:4rem}.Contact-module__hcVmEa__title{color:var(--text-primary);background:var(--contact-title-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800}.Contact-module__hcVmEa__subtitle{color:var(--text-faint);max-width:600px;margin:0 auto;font-size:1.2rem}.Contact-module__hcVmEa__grid{background:var(--surface-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:24px;grid-template-columns:1.5fr 1fr;gap:4rem;padding:3rem;display:grid}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--glass);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:12px;padding:1rem 1.5rem;font-size:1rem;transition:all .4s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--input-focus-border);background:var(--primary-hover-bg);outline:none}.Contact-module__hcVmEa__submitBtn{background:var(--btn-primary-bg);border:1px solid var(--btn-primary-border);color:var(--btn-primary-color);cursor:pointer;box-shadow:var(--btn-primary-shadow);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.Contact-module__hcVmEa__submitBtn:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover);box-shadow:var(--btn-primary-shadow-hover);transform:translateY(-2px)}.Contact-module__hcVmEa__infoContainer{border-left:1px solid var(--border);flex-direction:column;justify-content:center;padding-left:2rem;display:flex}.Contact-module__hcVmEa__infoItem{margin-bottom:3rem}.Contact-module__hcVmEa__infoItem h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Contact-module__hcVmEa__infoItem p{color:var(--text-faint);margin-bottom:.5rem;font-size:1.1rem}.Contact-module__hcVmEa__contactRow{align-items:center;gap:8px;display:flex}.Contact-module__hcVmEa__contactLink{color:var(--primary);text-decoration:none;transition:opacity .2s}.Contact-module__hcVmEa__contactLink:hover{opacity:.85}.Contact-module__hcVmEa__contactLinkMuted{color:var(--text-faint);text-decoration:none;transition:color .2s}.Contact-module__hcVmEa__contactLinkMuted:hover{color:var(--text-secondary)}.Contact-module__hcVmEa__contactIcon{color:var(--primary);flex-shrink:0}.Contact-module__hcVmEa__contactIconMuted{color:var(--text-faint);flex-shrink:0}.Contact-module__hcVmEa__socialLinks{gap:1.5rem;display:flex}.Contact-module__hcVmEa__socialLink{background:var(--glass);width:50px;height:50px;color:var(--text-primary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;transition:all .4s;display:flex}.Contact-module__hcVmEa__socialLink:hover{box-shadow:var(--shadow-elevated);transform:translateY(-3px)scale(1.05)}.Contact-module__hcVmEa__socialLink:first-child:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#e6683c}.Contact-module__hcVmEa__socialLink:nth-child(2):hover{background:#0077b5;border-color:#0077b5}.Contact-module__hcVmEa__socialLink:nth-child(3):hover{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.Contact-module__hcVmEa__socialLink:nth-child(4):hover{background:#3b82f6;border-color:#3b82f6}@media (max-width:968px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr;gap:3rem}.Contact-module__hcVmEa__infoContainer{border-left:none;border-top:1px solid var(--border);padding-top:3rem;padding-left:0}.Contact-module__hcVmEa__title{font-size:3rem}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:5rem 1rem}.Contact-module__hcVmEa__grid{padding:1.5rem}.Contact-module__hcVmEa__title{font-size:2.5rem}.Contact-module__hcVmEa__subtitle{font-size:1rem}}@media (max-width:480px){.Contact-module__hcVmEa__contact{padding:4rem 1rem}.Contact-module__hcVmEa__header{margin-bottom:3rem}.Contact-module__hcVmEa__title{font-size:2rem}.Contact-module__hcVmEa__subtitle{font-size:.9rem}.Contact-module__hcVmEa__grid{gap:2rem;padding:1rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{padding:.85rem 1.2rem;font-size:.95rem}.Contact-module__hcVmEa__textarea{min-height:120px}.Contact-module__hcVmEa__submitBtn{width:100%;padding:.9rem 1.5rem;font-size:1rem}.Contact-module__hcVmEa__infoItem h3{font-size:1.2rem}.Contact-module__hcVmEa__infoItem p{font-size:1rem}.Contact-module__hcVmEa__socialLink{width:45px;height:45px}}
