.HeroSection-module__sBkrQG__hero{background-color:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__heroContainer{z-index:10;width:100%;position:relative}.HeroSection-module__sBkrQG__heroGrid{grid-template-columns:1fr;align-items:center;gap:3.5rem;width:100%;display:grid}@media (min-width:1024px){.HeroSection-module__sBkrQG__heroGrid{grid-template-columns:1.15fr .85fr;gap:4.5rem}}.HeroSection-module__sBkrQG__leftCol{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.HeroSection-module__sBkrQG__slideTextWrapper{flex-direction:column;align-items:flex-start;width:100%;min-height:380px;display:flex}.HeroSection-module__sBkrQG__badgeWrapper{margin-bottom:2rem;display:inline-flex;position:relative}.HeroSection-module__sBkrQG__badgeGlow{background:linear-gradient(90deg,var(--accent-indigo),var(--accent-rose),var(--accent-amber));border-radius:var(--radius-full);z-index:0;opacity:.3;filter:blur(6px);animation:4s infinite alternate HeroSection-module__sBkrQG__pulse;position:absolute;inset:-2px}.HeroSection-module__sBkrQG__badge{z-index:1;background-color:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:center;gap:.65rem;padding:.55rem 1.3rem;display:inline-flex;position:relative}.HeroSection-module__sBkrQG__badgeIcon{color:var(--accent-indigo);align-items:center;display:flex}.HeroSection-module__sBkrQG__badgeText{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:.725rem;font-weight:850}.HeroSection-module__sBkrQG__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.75rem;font-size:2.25rem;font-weight:900;line-height:1.1}.HeroSection-module__sBkrQG__subtitle{max-width:600px;color:var(--text-secondary);margin-bottom:2.25rem;font-size:1.1rem;line-height:1.75}@media (min-width:640px){.HeroSection-module__sBkrQG__title{font-size:3rem}}@media (min-width:768px){.HeroSection-module__sBkrQG__title{font-size:4rem}}@media (min-width:1200px){.HeroSection-module__sBkrQG__title{font-size:4.75rem}}.HeroSection-module__sBkrQG__metricsGrid{grid-template-columns:1fr;gap:.75rem;width:100%;margin-bottom:2.5rem;display:grid}@media (min-width:480px){.HeroSection-module__sBkrQG__metricsGrid{grid-template-columns:repeat(3,1fr);gap:1rem}}.HeroSection-module__sBkrQG__metricCard{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.15rem 1.25rem}.HeroSection-module__sBkrQG__metricLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.725rem;font-weight:800}.HeroSection-module__sBkrQG__metricValue{color:var(--accent-indigo);letter-spacing:-.02em;font-size:1.35rem;font-weight:900}.HeroSection-module__sBkrQG__actionGroup{flex-direction:column;gap:1.25rem;width:100%;margin-bottom:3.5rem;display:flex}@media (min-width:640px){.HeroSection-module__sBkrQG__actionGroup{flex-direction:row;align-items:center;width:auto}}.HeroSection-module__sBkrQG__primaryButton{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-primary)100%);color:#fff;border-radius:var(--radius-full);border:1px solid #ffffff26;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2.25rem;font-size:1rem;font-weight:850;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px #6366f126}.HeroSection-module__sBkrQG__primaryButton:hover{transform:translateY(-4px);box-shadow:0 15px 35px #6366f14d}.HeroSection-module__sBkrQG__btnIcon{transition:transform .4s cubic-bezier(.16,1,.3,1)}.HeroSection-module__sBkrQG__primaryButton:hover .HeroSection-module__sBkrQG__btnIcon{transform:translate(6px)}.HeroSection-module__sBkrQG__secondaryButton{border-radius:var(--radius-full);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:1.1rem 2.25rem;font-size:1rem;font-weight:800;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.HeroSection-module__sBkrQG__secondaryButton:hover{background-color:var(--bg-primary);border-color:var(--text-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.HeroSection-module__sBkrQG__pagination{flex-wrap:wrap;gap:1rem;display:flex}.HeroSection-module__sBkrQG__pageButton{border-left:2px solid var(--border-strong);text-align:left;opacity:.5;background:0 0;flex-direction:column;align-items:flex-start;padding:.6rem 1rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.HeroSection-module__sBkrQG__pageButton:hover{opacity:.8;border-left-color:var(--text-tertiary)}.HeroSection-module__sBkrQG__activePageButton{opacity:1;border-left-color:var(--accent-indigo)}.HeroSection-module__sBkrQG__pageNumber{color:var(--accent-indigo);font-family:monospace;font-size:.65rem;font-weight:900}.HeroSection-module__sBkrQG__pageLabel{color:var(--text-primary);letter-spacing:.05em;margin-top:.15rem;font-size:.725rem;font-weight:800}.HeroSection-module__sBkrQG__rightCol{justify-content:center;align-items:center;min-height:480px;display:flex;position:relative}.HeroSection-module__sBkrQG__simulatorOuterBorder{background:linear-gradient(135deg,var(--border-strong),#6366f140);width:100%;max-width:380px;box-shadow:var(--shadow-xl);padding:1px}.HeroSection-module__sBkrQG__simulatorInnerConsole{background-color:var(--bg-secondary);flex-direction:column;width:100%;display:flex}.HeroSection-module__sBkrQG__consoleBar{border-bottom:1px solid var(--border-strong);background-color:var(--bg-tertiary);align-items:center;padding:.85rem 1.25rem;display:flex}.HeroSection-module__sBkrQG__windowDots{gap:.4rem;margin-right:1.25rem;display:flex}.HeroSection-module__sBkrQG__dot{background-color:var(--text-muted);border-radius:50%;width:7px;height:7px}.HeroSection-module__sBkrQG__consoleTitle{letter-spacing:.05em;color:var(--text-tertiary);font-family:monospace;font-size:.65rem;font-weight:800}.HeroSection-module__sBkrQG__simulationWrapper{width:100%;height:440px;padding:1rem;position:relative}.HeroSection-module__sBkrQG__canvasContainer{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.HeroSection-module__sBkrQG__telemetryPanel{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);background:#1c191705;margin-bottom:.75rem;padding:.75rem 1rem;font-family:monospace;font-size:.725rem}.HeroSection-module__sBkrQG__telemetryHeader{color:var(--text-tertiary);margin-bottom:.4rem;font-weight:900}.HeroSection-module__sBkrQG__telemetryRow{justify-content:space-between;margin-bottom:.15rem;display:flex}.HeroSection-module__sBkrQG__glowText{color:var(--accent-indigo);text-shadow:0 0 8px #6366f133;font-weight:800}.HeroSection-module__sBkrQG__statusGlow{color:var(--accent-indigo);background-color:#6366f114;border-radius:4px;padding:.1rem .4rem;font-weight:900}.HeroSection-module__sBkrQG__svgCanvas{width:100%;height:100%;max-height:280px}.HeroSection-module__sBkrQG__connLine{stroke:var(--border-strong);stroke-width:1.5px;stroke-dasharray:4 4}.HeroSection-module__sBkrQG__nodeCircle{fill:var(--bg-secondary);stroke:var(--border-strong);stroke-width:1.5px;transition:all .3s}.HeroSection-module__sBkrQG__nodeCircle:hover{stroke:var(--accent-indigo);stroke-width:2.5px}.HeroSection-module__sBkrQG__activeNodeCircle{stroke:var(--accent-rose);stroke-width:2.5px}.HeroSection-module__sBkrQG__nodeText{fill:var(--text-secondary);font-family:monospace;font-size:.65rem;font-weight:700}.HeroSection-module__sBkrQG__aiLogsConsole{max-height:60px;overflow:hidden}.HeroSection-module__sBkrQG__aiLogLine{color:var(--text-secondary);margin-bottom:.15rem}.HeroSection-module__sBkrQG__aiLogPrefix{color:var(--accent-indigo);font-weight:900}.HeroSection-module__sBkrQG__aiConnLine{stroke:var(--border-strong);stroke-opacity:.3;stroke-width:1px}.HeroSection-module__sBkrQG__cursorConnLine{stroke:var(--accent-indigo);stroke-opacity:.6;stroke-width:1.5px;stroke-dasharray:3 3}.HeroSection-module__sBkrQG__aiNode{fill:var(--bg-secondary);stroke:var(--border-strong);transition:all .3s}.HeroSection-module__sBkrQG__aiNodeActive{fill:var(--accent-indigo);stroke:var(--accent-indigo)}.HeroSection-module__sBkrQG__cursorGlowNode{fill:#6366f133;stroke:var(--accent-indigo);stroke-width:2px}.HeroSection-module__sBkrQG__ringsViewport{perspective:800px;justify-content:center;align-items:center;width:100%;height:200px;display:flex}.HeroSection-module__sBkrQG__ringsWrapper{width:180px;height:180px;transform-style:preserve-3d;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;transform:rotateX(60deg)rotateY(0)rotate(0)}.HeroSection-module__sBkrQG__ringsExploded{transform:rotateX(60deg)rotateY(15deg)rotate(45deg)}.HeroSection-module__sBkrQG__securityRing{border:2px dashed var(--accent-indigo);transform-style:preserve-3d;border-radius:50%;transition:all .6s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__sBkrQG__ringOuter{border-color:#6366f14d;width:170px;height:170px;animation:20s linear infinite HeroSection-module__sBkrQG__rotateClockwise}.HeroSection-module__sBkrQG__ringsExploded .HeroSection-module__sBkrQG__ringOuter{border-color:var(--accent-indigo);transform:translate(-50%,-50%)translateZ(40px)}.HeroSection-module__sBkrQG__ringMiddle{border-color:#f43f5e4d;width:120px;height:120px;animation:15s linear infinite HeroSection-module__sBkrQG__rotateCounterClockwise}.HeroSection-module__sBkrQG__ringsExploded .HeroSection-module__sBkrQG__ringMiddle{border-color:var(--accent-rose);transform:translate(-50%,-50%)translateZ(0)}.HeroSection-module__sBkrQG__ringInner{border-color:var(--border-strong);background-color:var(--bg-secondary);border-style:solid;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.HeroSection-module__sBkrQG__ringsExploded .HeroSection-module__sBkrQG__ringInner{border-color:var(--accent-amber);transform:translate(-50%,-50%)translateZ(-40px)}.HeroSection-module__sBkrQG__ringCenterLock{color:var(--accent-indigo);transform:rotateX(-60deg)}.HeroSection-module__sBkrQG__ringsExploded .HeroSection-module__sBkrQG__ringCenterLock{color:var(--accent-amber);animation:2s infinite alternate HeroSection-module__sBkrQG__lockPulse}.HeroSection-module__sBkrQG__securityOverlayText{text-align:center;color:var(--text-tertiary);letter-spacing:.1em;margin-top:1rem;font-family:monospace;font-size:.65rem}.HeroSection-module__sBkrQG__tokenGlow{color:var(--accent-rose);font-weight:800}.HeroSection-module__sBkrQG__statusGreen{color:var(--accent-emerald);font-weight:800}@keyframes HeroSection-module__sBkrQG__rotateClockwise{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes HeroSection-module__sBkrQG__rotateCounterClockwise{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes HeroSection-module__sBkrQG__lockPulse{0%{filter:drop-shadow(0 0 0px var(--accent-amber));transform:rotateX(-60deg)scale(1)}to{filter:drop-shadow(0 0 8px var(--accent-amber));transform:rotateX(-60deg)scale(1.15)}}.HeroSection-module__sBkrQG__meshBlob{filter:blur(120px);z-index:0;pointer-events:none;opacity:.18;border-radius:50%;position:absolute}.HeroSection-module__sBkrQG__blobPrimary{background:radial-gradient(circle,#6366f133 0%,#0000 70%);width:700px;height:700px;animation:24s ease-in-out infinite alternate HeroSection-module__sBkrQG__floatBlobs;top:-15%;left:-5%}.HeroSection-module__sBkrQG__blobSecondary{background:radial-gradient(circle,#f43f5e29 0%,#0000 70%);width:800px;height:800px;animation:28s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__floatBlobs;bottom:-20%;right:-5%}.HeroSection-module__sBkrQG__blobTertiary{background:radial-gradient(circle,#f59e0b1f 0%,#0000 70%);width:500px;height:500px;top:25%;left:35%}.HeroSection-module__sBkrQG__bottomGradientFade{background:linear-gradient(to top,var(--bg-primary),transparent);z-index:5;pointer-events:none;height:180px;position:absolute;bottom:0;left:0;right:0}@keyframes HeroSection-module__sBkrQG__floatBlobs{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.02)}to{transform:translate(-15px,25px)scale(.98)}}@keyframes HeroSection-module__sBkrQG__pulse{0%{opacity:.3}to{opacity:.6}}
.PartnersSection-module__R4nsLa__partnersSection{background-color:var(--bg-primary);border-bottom:1px solid var(--border-subtle);padding:4rem 0;position:relative;overflow:hidden}.PartnersSection-module__R4nsLa__introText{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:2rem;font-size:.85rem;font-weight:800}.PartnersSection-module__R4nsLa__marqueeContainer{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.PartnersSection-module__R4nsLa__marqueeTrack{will-change:transform;gap:2rem;width:max-content;display:flex}.PartnersSection-module__R4nsLa__partnerCard{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:220px;padding:1.25rem 2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.PartnersSection-module__R4nsLa__partnerCard:hover{border-color:var(--accent-indigo);box-shadow:var(--shadow-md);transform:translateY(-4px)}.PartnersSection-module__R4nsLa__partnerName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.PartnersSection-module__R4nsLa__partnerCategory{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}
.InteractiveDemo-module__rGWX3q__demoSection{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-strong);padding:8rem 0;position:relative;overflow:hidden}.InteractiveDemo-module__rGWX3q__backgroundMesh{pointer-events:none;background-image:radial-gradient(#6366f105 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.InteractiveDemo-module__rGWX3q__container{z-index:1;grid-template-columns:1fr;align-items:center;gap:4rem;display:grid;position:relative}@media (min-width:1024px){.InteractiveDemo-module__rGWX3q__container{grid-template-columns:1fr 1.2fr;gap:6rem}}.InteractiveDemo-module__rGWX3q__textColumn{max-width:600px}.InteractiveDemo-module__rGWX3q__badge{background-color:var(--bg-tertiary);border:1px solid var(--border-strong);color:var(--text-secondary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:800;display:inline-flex}.InteractiveDemo-module__rGWX3q__badgeIcon{color:var(--accent-indigo)}.InteractiveDemo-module__rGWX3q__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:2.75rem;font-weight:900;line-height:1.15}.InteractiveDemo-module__rGWX3q__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.7}.InteractiveDemo-module__rGWX3q__features{flex-direction:column;gap:1.25rem;display:flex}.InteractiveDemo-module__rGWX3q__featureItem{background-color:var(--bg-primary);border-radius:var(--radius-lg);border:1px solid var(--border-strong);align-items:flex-start;gap:1rem;padding:1.15rem 1.5rem;display:flex}.InteractiveDemo-module__rGWX3q__featureIconWrap{border-radius:var(--radius-md);background-color:var(--bg-secondary);width:42px;height:42px;box-shadow:var(--shadow-sm);border:1px solid var(--border-strong);justify-content:center;align-items:center;display:flex}.InteractiveDemo-module__rGWX3q__iconBlue{color:var(--accent-indigo)}.InteractiveDemo-module__rGWX3q__iconGreen{color:var(--accent-emerald)}.InteractiveDemo-module__rGWX3q__featureItem h4{color:var(--text-primary);margin-bottom:.25rem;font-size:.975rem;font-weight:800}.InteractiveDemo-module__rGWX3q__featureItem p{color:var(--text-tertiary);margin:0;font-size:.875rem;line-height:1.5}.InteractiveDemo-module__rGWX3q__mockupWrapper{background-color:var(--bg-secondary);border-radius:var(--radius-xl);border:1px solid var(--border-strong);box-shadow:var(--shadow-xl);flex-direction:column;height:640px;display:flex;overflow:hidden}.InteractiveDemo-module__rGWX3q__mockupHeader{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-strong);flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 1.25rem;display:flex}.InteractiveDemo-module__rGWX3q__headerLeft{align-items:center;gap:1.5rem;height:100%;display:flex}.InteractiveDemo-module__rGWX3q__windowControls{gap:.5rem;display:flex}.InteractiveDemo-module__rGWX3q__dotRed,.InteractiveDemo-module__rGWX3q__dotYellow,.InteractiveDemo-module__rGWX3q__dotGreen{border-radius:50%;width:12px;height:12px}.InteractiveDemo-module__rGWX3q__dotRed{background-color:#ff5f56}.InteractiveDemo-module__rGWX3q__dotYellow{background-color:#ffbd2e}.InteractiveDemo-module__rGWX3q__dotGreen{background-color:#27c93f}.InteractiveDemo-module__rGWX3q__tabsList{align-items:flex-end;gap:.25rem;height:100%;display:flex}.InteractiveDemo-module__rGWX3q__tabItem{color:var(--text-tertiary);border-radius:var(--radius-sm)var(--radius-sm)0 0;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:none;align-items:center;gap:.5rem;height:36px;padding:.5rem .85rem;font-size:.8rem;font-weight:850;transition:all .2s;display:flex}.InteractiveDemo-module__rGWX3q__tabItem:hover{color:var(--text-primary);background-color:#1c19170a}.InteractiveDemo-module__rGWX3q__activeTab{color:var(--accent-indigo);border-color:var(--border-strong);border-bottom:2px solid var(--bg-secondary);background-color:var(--bg-secondary)!important}.InteractiveDemo-module__rGWX3q__tabIcon{color:var(--text-muted)}.InteractiveDemo-module__rGWX3q__tabIconActive{color:var(--accent-indigo)}.InteractiveDemo-module__rGWX3q__headerActions{align-items:center;gap:.5rem;display:flex}.InteractiveDemo-module__rGWX3q__runBtn{color:var(--accent-indigo);border-radius:var(--radius-sm);background-color:#6366f114;border:1px solid #6366f126;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:800;transition:all .2s;display:flex}.InteractiveDemo-module__rGWX3q__runBtn:hover:not(:disabled){background-color:var(--accent-indigo);color:#fff;transform:translateY(-1px)}.InteractiveDemo-module__rGWX3q__runBtn.InteractiveDemo-module__rGWX3q__running{color:var(--accent-emerald);background-color:#10b98114;border-color:#10b98126}.InteractiveDemo-module__rGWX3q__actionBtn,.InteractiveDemo-module__rGWX3q__copyBtn{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.InteractiveDemo-module__rGWX3q__actionBtn:hover,.InteractiveDemo-module__rGWX3q__copyBtn:hover{color:var(--text-primary);background-color:var(--bg-primary)}.InteractiveDemo-module__rGWX3q__copyCheck{color:var(--accent-emerald)}.InteractiveDemo-module__rGWX3q__editorBodyGrid{flex:1.2;grid-template-columns:1fr;display:grid;overflow:hidden}@media (min-width:768px){.InteractiveDemo-module__rGWX3q__editorBodyGrid{grid-template-columns:1.35fr .65fr}}.InteractiveDemo-module__rGWX3q__codeArea{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-strong);height:100%;padding:1.5rem;overflow-y:auto}@media (min-width:768px){.InteractiveDemo-module__rGWX3q__codeArea{border-bottom:none;border-right:1px solid var(--border-strong)}}.InteractiveDemo-module__rGWX3q__preformatted{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.825rem;line-height:1.5}.InteractiveDemo-module__rGWX3q__comment{color:var(--text-muted);font-style:italic}.InteractiveDemo-module__rGWX3q__keyword{color:var(--accent-indigo);font-weight:850}.InteractiveDemo-module__rGWX3q__string{color:var(--accent-cyan)}.InteractiveDemo-module__rGWX3q__number{color:var(--accent-rose)}.InteractiveDemo-module__rGWX3q__boolean{color:var(--accent-amber)}.InteractiveDemo-module__rGWX3q__cursor{background-color:var(--accent-indigo);vertical-align:middle;width:6px;height:14px;margin-left:2px;animation:1s step-end infinite InteractiveDemo-module__rGWX3q__blink;display:inline-block}@keyframes InteractiveDemo-module__rGWX3q__blink{0%,to{opacity:1}50%{opacity:0}}.InteractiveDemo-module__rGWX3q__pipelineArea{background-color:var(--bg-primary);flex-direction:column;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.InteractiveDemo-module__rGWX3q__pipelineTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);text-align:center;margin-bottom:1.5rem;font-size:.75rem;font-weight:900}.InteractiveDemo-module__rGWX3q__nodesWrapper{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.InteractiveDemo-module__rGWX3q__pipelineNode{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-md);width:170px;box-shadow:var(--shadow-sm);align-items:center;gap:.75rem;padding:.6rem 1rem;transition:all .3s;display:flex;position:relative}.InteractiveDemo-module__rGWX3q__nodeIconRing{background-color:var(--bg-primary);border:1px solid var(--border-strong);width:34px;height:34px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.InteractiveDemo-module__rGWX3q__nodeLabel{color:var(--text-tertiary);font-size:.75rem;font-weight:800;transition:color .3s}.InteractiveDemo-module__rGWX3q__connLine{background-color:var(--border-strong);width:2px;height:20px;transition:background-color .4s;position:relative}.InteractiveDemo-module__rGWX3q__connLine:after{content:"";background-color:var(--accent-indigo);transform-origin:top;width:4px;height:100%;transition:transform .4s;position:absolute;top:0;left:-1px;transform:scaleY(0)}.InteractiveDemo-module__rGWX3q__activeNode{box-shadow:var(--shadow-md),0 0 15px #6366f10d;border-color:#6366f14d}.InteractiveDemo-module__rGWX3q__activeNode .InteractiveDemo-module__rGWX3q__nodeIconRing{background-color:var(--accent-indigo);color:#fff;border-color:var(--accent-indigo)}.InteractiveDemo-module__rGWX3q__activeNode .InteractiveDemo-module__rGWX3q__nodeLabel{color:var(--text-primary)}.InteractiveDemo-module__rGWX3q__activeLine:after{transform:scaleY(1)}.InteractiveDemo-module__rGWX3q__nodePulse{border:2px solid var(--accent-indigo);border-radius:var(--radius-md);opacity:.8;animation:1.5s infinite InteractiveDemo-module__rGWX3q__pulseNodeRing;position:absolute;inset:-2px}@keyframes InteractiveDemo-module__rGWX3q__pulseNodeRing{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}.InteractiveDemo-module__rGWX3q__consoleSection{background-color:var(--bg-tertiary);border-top:1px solid var(--border-strong);flex-direction:column;flex:.8 0;height:160px;display:flex;overflow:hidden}.InteractiveDemo-module__rGWX3q__consoleHeader{border-bottom:1px solid var(--border-strong);background-color:#1c191705;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;display:flex}.InteractiveDemo-module__rGWX3q__consoleTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.75rem;font-weight:800;display:flex}.InteractiveDemo-module__rGWX3q__clearLogsBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;transition:color .2s;display:flex}.InteractiveDemo-module__rGWX3q__clearLogsBtn:hover{color:var(--accent-rose)}.InteractiveDemo-module__rGWX3q__consoleBody{flex-direction:column;flex:1;gap:.4rem;padding:1rem 1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;display:flex;overflow-y:auto}.InteractiveDemo-module__rGWX3q__emptyConsole{color:var(--text-muted);justify-content:center;align-items:center;height:100%;font-style:italic;display:flex}.InteractiveDemo-module__rGWX3q__consoleLogLine{border-left:2px solid #0000;padding-left:.5rem;line-height:1.4}.InteractiveDemo-module__rGWX3q__infoLog{color:var(--text-secondary);border-left-color:var(--text-muted)}.InteractiveDemo-module__rGWX3q__execLog{color:var(--accent-cyan);border-left-color:var(--accent-cyan)}.InteractiveDemo-module__rGWX3q__aiLog{color:var(--accent-rose);border-left-color:var(--accent-rose)}.InteractiveDemo-module__rGWX3q__successLog{color:var(--accent-emerald);border-left-color:var(--accent-emerald);font-weight:700}.InteractiveDemo-module__rGWX3q__statusBar{background-color:var(--bg-tertiary);color:var(--text-tertiary);border-top:1px solid var(--border-strong);flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:flex}.InteractiveDemo-module__rGWX3q__statusLeft,.InteractiveDemo-module__rGWX3q__statusRight{align-items:center;gap:1.5rem;display:flex}.InteractiveDemo-module__rGWX3q__statusItem{align-items:center;gap:.3rem;display:flex}
.AboutSection-module__UGBiha__aboutSection{background-color:var(--bg-secondary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative}.AboutSection-module__UGBiha__aboutSection:before{content:"";pointer-events:none;background-image:radial-gradient(#1c191708 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.AboutSection-module__UGBiha__header{text-align:center;z-index:2;max-width:800px;margin:0 auto 4rem;position:relative}.AboutSection-module__UGBiha__tag{color:var(--accent-indigo);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#6366f114;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:800;display:inline-flex}.AboutSection-module__UGBiha__title{color:var(--text-primary);letter-spacing:-.03em;font-size:2.75rem;font-weight:900}@media (min-width:768px){.AboutSection-module__UGBiha__title{font-size:3.5rem}}.AboutSection-module__UGBiha__accent{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-rose)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AboutSection-module__UGBiha__mvGrid{z-index:2;grid-template-columns:1fr;gap:2rem;margin-bottom:6rem;display:grid;position:relative}@media (min-width:768px){.AboutSection-module__UGBiha__mvGrid{grid-template-columns:1fr 1fr;gap:3rem}}.AboutSection-module__UGBiha__mvCard{background:var(--bg-primary);border:1px solid var(--border-strong);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;padding:3.5rem 3rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.AboutSection-module__UGBiha__mvCard:hover{box-shadow:var(--shadow-lg),var(--shadow-indigo);border-color:#6366f140;transform:translateY(-6px)}.AboutSection-module__UGBiha__mvCard h3{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.85rem;font-weight:900}.AboutSection-module__UGBiha__mvCard p{color:var(--text-secondary);font-size:1.05rem;line-height:1.75}.AboutSection-module__UGBiha__visionCard{background:linear-gradient(135deg,#6366f105 0%,#f43f5e05 100%);border-color:#6366f11f}.AboutSection-module__UGBiha__visionCard:hover{box-shadow:var(--shadow-lg),var(--shadow-rose);border-color:#f43f5e40}.AboutSection-module__UGBiha__valoresTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;z-index:2;margin-bottom:3.5rem;font-size:2rem;font-weight:900;position:relative}.AboutSection-module__UGBiha__valoresGrid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid;position:relative}.AboutSection-module__UGBiha__valorCard{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-sm);padding:3rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.AboutSection-module__UGBiha__valorCard:hover{box-shadow:var(--shadow-xl),var(--shadow-indigo);border-color:#6366f140;transform:translateY(-8px)}.AboutSection-module__UGBiha__iconRing{width:60px;height:60px;color:var(--accent-indigo);background:#6366f10f;border:1px solid #6366f11a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.AboutSection-module__UGBiha__valorCard:hover .AboutSection-module__UGBiha__iconRing{background:var(--accent-indigo);color:#fff;transform:scale(1.1)rotate(5deg)}.AboutSection-module__UGBiha__valorCard h4{color:var(--text-primary);margin-bottom:.85rem;font-size:1.25rem;font-weight:900}.AboutSection-module__UGBiha__valorCard p{color:var(--text-tertiary);font-size:.95rem;line-height:1.6}
.ServicesSection-module__JL3_nq__servicesSection{background-color:var(--bg-primary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative}.ServicesSection-module__JL3_nq__header{text-align:center;max-width:800px;margin:0 auto 5rem}.ServicesSection-module__JL3_nq__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:900}.ServicesSection-module__JL3_nq__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.ServicesSection-module__JL3_nq__bentoGrid{perspective:1000px;grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.ServicesSection-module__JL3_nq__bentoGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServicesSection-module__JL3_nq__bentoGrid{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px}}.ServicesSection-module__JL3_nq__bentoCardWrapper{width:100%;height:100%}.ServicesSection-module__JL3_nq__bentoCard{background:var(--bg-secondary);border:1px solid var(--border-strong);width:100%;height:100%;box-shadow:var(--shadow-md);transition:border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.ServicesSection-module__JL3_nq__bentoCard:hover{border-color:var(--accent-indigo);box-shadow:var(--shadow-xl),0 10px 30px #6366f114}@media (min-width:1024px){.ServicesSection-module__JL3_nq__colSpan1{grid-column:span 1}.ServicesSection-module__JL3_nq__colSpan2{grid-column:span 2}.ServicesSection-module__JL3_nq__rowSpan1{grid-row:span 1}.ServicesSection-module__JL3_nq__rowSpan2{grid-row:span 2}}.ServicesSection-module__JL3_nq__primary{background:linear-gradient(135deg,var(--bg-secondary)0%,#f5f3ff 100%);border-color:#6366f126}.ServicesSection-module__JL3_nq__dark{background:linear-gradient(135deg,var(--bg-secondary)0%,#fef2f2 100%);border-color:#f43f5e26}.ServicesSection-module__JL3_nq__light{background:var(--bg-secondary)}.ServicesSection-module__JL3_nq__dynamicGlow{pointer-events:none;z-index:1;transition:opacity .3s;position:absolute;inset:0}.ServicesSection-module__JL3_nq__cardLink{z-index:2;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:2.25rem;text-decoration:none;display:flex;position:relative}.ServicesSection-module__JL3_nq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.ServicesSection-module__JL3_nq__iconWrapper{border-radius:var(--radius-md);background:var(--bg-tertiary);width:50px;height:50px;color:var(--text-primary);border:1px solid var(--border-strong);justify-content:center;align-items:center;transition:all .4s;display:flex}.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__iconWrapper{color:var(--accent-indigo);background:#6366f10f;border-color:#6366f11f}.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__iconWrapper{color:var(--accent-rose);background:#f43f5e0f;border-color:#f43f5e1f}.ServicesSection-module__JL3_nq__bentoCard:hover .ServicesSection-module__JL3_nq__iconWrapper{background:var(--accent-indigo);color:#fff;border-color:var(--accent-indigo);transform:scale(1.08)rotate(3deg)}.ServicesSection-module__JL3_nq__bentoCard.ServicesSection-module__JL3_nq__dark:hover .ServicesSection-module__JL3_nq__iconWrapper{background:var(--accent-rose)}.ServicesSection-module__JL3_nq__arrowIcon{color:var(--text-muted);transition:transform .4s cubic-bezier(.16,1,.3,1),color .4s;transform:translate(0)}.ServicesSection-module__JL3_nq__bentoCard:hover .ServicesSection-module__JL3_nq__arrowIcon{color:var(--text-primary);transform:translate(3px,-3px)}.ServicesSection-module__JL3_nq__cardContent{margin-top:auto}.ServicesSection-module__JL3_nq__cardTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.35rem;font-weight:900}.ServicesSection-module__JL3_nq__cardDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.ServicesSection-module__JL3_nq__meshBlueprintTexture{opacity:.02;pointer-events:none;border-top:1px solid;border-left:1px solid;width:80px;height:80px;transition:opacity .4s;position:absolute;bottom:0;right:0}.ServicesSection-module__JL3_nq__bentoCard:hover .ServicesSection-module__JL3_nq__meshBlueprintTexture{opacity:.08}
.TechRoadmap-module__yjhU9W__roadmapSection{background-color:var(--bg-primary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative;overflow:hidden}.TechRoadmap-module__yjhU9W__roadmapSection:before{content:"";pointer-events:none;background-image:radial-gradient(#1c191708 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.TechRoadmap-module__yjhU9W__container{z-index:2;position:relative}.TechRoadmap-module__yjhU9W__header{text-align:center;max-width:800px;margin:0 auto 4.5rem}.TechRoadmap-module__yjhU9W__roadmapBadge{color:var(--accent-indigo);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.1em;background:#6366f114;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-flex}.TechRoadmap-module__yjhU9W__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900}.TechRoadmap-module__yjhU9W__accent{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-rose)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.TechRoadmap-module__yjhU9W__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.TechRoadmap-module__yjhU9W__pipelineSelectorWrapper{width:100%;margin-bottom:4rem;padding:1rem 0;position:relative}.TechRoadmap-module__yjhU9W__svgBackgroundWrapper{z-index:1;pointer-events:none;height:20px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.TechRoadmap-module__yjhU9W__pipelineRouterSvg{width:100%;height:100%}.TechRoadmap-module__yjhU9W__dashFlow{stroke-dasharray:10 25;animation:4s linear infinite TechRoadmap-module__yjhU9W__strokeFlow}@keyframes TechRoadmap-module__yjhU9W__strokeFlow{to{stroke-dashoffset:-70px}}.TechRoadmap-module__yjhU9W__nodesGrid{z-index:2;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid;position:relative}@media (min-width:768px){.TechRoadmap-module__yjhU9W__nodesGrid{grid-template-columns:repeat(6,1fr);gap:.75rem}}.TechRoadmap-module__yjhU9W__pipelineNodeButton{background-color:var(--bg-secondary);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem .5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.TechRoadmap-module__yjhU9W__pipelineNodeButton:hover{border-color:var(--accent-indigo);box-shadow:var(--shadow-md);transform:translateY(-4px)}.TechRoadmap-module__yjhU9W__nodePassed{border-color:#6366f166}.TechRoadmap-module__yjhU9W__nodeCurrent{border-color:var(--accent-indigo);background-color:var(--bg-primary);box-shadow:var(--shadow-md),0 0 15px #6366f11a}.TechRoadmap-module__yjhU9W__nodeIcon{background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-tertiary);border:1px solid var(--border-strong);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:.8rem;font-weight:900;transition:all .4s;display:flex}.TechRoadmap-module__yjhU9W__nodePassed .TechRoadmap-module__yjhU9W__nodeIcon{color:var(--accent-indigo);background:#6366f114;border-color:#6366f133}.TechRoadmap-module__yjhU9W__nodeCurrent .TechRoadmap-module__yjhU9W__nodeIcon{background:var(--accent-indigo);color:#fff;border-color:var(--accent-indigo);box-shadow:0 0 8px #6366f14d}.TechRoadmap-module__yjhU9W__nodeLabelText{flex-direction:column;display:flex}.TechRoadmap-module__yjhU9W__nodeStatusLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:850}.TechRoadmap-module__yjhU9W__nodeTitleLabel{color:var(--text-primary);margin-top:.15rem;font-size:.85rem;font-weight:900}.TechRoadmap-module__yjhU9W__nodeCurrent .TechRoadmap-module__yjhU9W__nodeTitleLabel{color:var(--accent-indigo)}.TechRoadmap-module__yjhU9W__infoCardWrapper{width:100%}.TechRoadmap-module__yjhU9W__activePhaseCard{background-color:var(--bg-secondary);border:1px solid var(--border-strong);box-shadow:var(--shadow-lg);grid-template-columns:1fr;align-items:stretch;gap:2rem;width:100%;display:grid}@media (min-width:1024px){.TechRoadmap-module__yjhU9W__activePhaseCard{grid-template-columns:1.1fr .9fr;gap:3rem}}.TechRoadmap-module__yjhU9W__cardLeft{flex-direction:column;justify-content:space-between;padding:3.5rem 2.5rem;display:flex}@media (min-width:768px){.TechRoadmap-module__yjhU9W__cardLeft{padding:4rem}}.TechRoadmap-module__yjhU9W__phaseHeader{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.TechRoadmap-module__yjhU9W__iconCircle{border-radius:var(--radius-md);width:54px;height:54px;color:var(--accent-indigo);background:#6366f114;border:1px solid #6366f11f;justify-content:center;align-items:center;display:flex}.TechRoadmap-module__yjhU9W__cardBadge{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;font-family:monospace;font-size:.65rem;font-weight:900}.TechRoadmap-module__yjhU9W__phaseTitle{color:var(--text-primary);letter-spacing:-.02em;margin-top:.2rem;font-size:1.65rem;font-weight:900}.TechRoadmap-module__yjhU9W__phaseDescription{color:var(--text-secondary);margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7}.TechRoadmap-module__yjhU9W__executionList{margin-bottom:2.5rem}.TechRoadmap-module__yjhU9W__listTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.85rem;font-size:.85rem;font-weight:900}.TechRoadmap-module__yjhU9W__ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.TechRoadmap-module__yjhU9W__li{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.95rem;display:flex}.TechRoadmap-module__yjhU9W__bulletIcon{color:var(--accent-indigo);flex-shrink:0;margin-top:.25rem}.TechRoadmap-module__yjhU9W__metricFooter{border-top:1px solid var(--border-subtle);align-items:center;gap:.5rem;margin-top:auto;padding-top:1.5rem;font-size:.85rem;display:flex}.TechRoadmap-module__yjhU9W__metricLabel{color:var(--text-tertiary);font-weight:700}.TechRoadmap-module__yjhU9W__metricValue{color:var(--accent-indigo);font-weight:900}.TechRoadmap-module__yjhU9W__cardRight{background-color:var(--bg-tertiary);border-left:1px solid var(--border-strong);align-items:stretch;display:flex}@media (max-width:1023px){.TechRoadmap-module__yjhU9W__cardRight{border-left:none;border-top:1px solid var(--border-strong);min-height:260px}}.TechRoadmap-module__yjhU9W__terminalPanel{background-color:#0b0f19;flex-direction:column;width:100%;display:flex}.TechRoadmap-module__yjhU9W__terminalHeaderBar{background-color:#111827;border-bottom:1px solid #ffffff14;align-items:center;padding:.75rem 1.25rem;display:flex}.TechRoadmap-module__yjhU9W__terminalControls{gap:.35rem;margin-right:1.25rem;display:flex}.TechRoadmap-module__yjhU9W__termClose,.TechRoadmap-module__yjhU9W__termMin,.TechRoadmap-module__yjhU9W__termMax{background-color:#fff3;border-radius:50%;width:8px;height:8px}.TechRoadmap-module__yjhU9W__terminalTitle{color:#fff6;font-family:monospace;font-size:.65rem;font-weight:600}.TechRoadmap-module__yjhU9W__terminalBody{color:#f3f4f6;flex-grow:1;padding:1.5rem;font-family:monospace;font-size:.775rem;line-height:1.6;overflow-y:auto}.TechRoadmap-module__yjhU9W__logLine{white-space:pre-wrap;word-break:break-all;margin-bottom:.4rem}.TechRoadmap-module__yjhU9W__logDefault{color:#f3f4f6cc}.TechRoadmap-module__yjhU9W__logCommand{color:#38bdf8;font-weight:800}.TechRoadmap-module__yjhU9W__logSuccess{color:#34d399;font-weight:800}.TechRoadmap-module__yjhU9W__logWarning{color:#fb7185;font-weight:800}.TechRoadmap-module__yjhU9W__logProcess{color:#a78bfa}.TechRoadmap-module__yjhU9W__terminalCursor{color:#34d399;font-weight:800;animation:1s step-end infinite TechRoadmap-module__yjhU9W__blink}@keyframes TechRoadmap-module__yjhU9W__blink{50%{opacity:0}}@media (max-width:767px){.TechRoadmap-module__yjhU9W__roadmapSection{padding:4rem 0}.TechRoadmap-module__yjhU9W__header{margin-bottom:2.5rem}.TechRoadmap-module__yjhU9W__title{font-size:2rem}.TechRoadmap-module__yjhU9W__svgBackgroundWrapper{display:none}.TechRoadmap-module__yjhU9W__nodesGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.TechRoadmap-module__yjhU9W__pipelineNodeButton{padding:1rem .5rem}.TechRoadmap-module__yjhU9W__cardLeft{padding:2.25rem 1.5rem}.TechRoadmap-module__yjhU9W__terminalBody{padding:1.25rem;font-size:.725rem}.TechRoadmap-module__yjhU9W__phaseTitle{font-size:1.4rem}}@media (min-width:768px) and (max-width:1023px){.TechRoadmap-module__yjhU9W__roadmapSection{padding:5.5rem 0}.TechRoadmap-module__yjhU9W__header{margin-bottom:3rem}.TechRoadmap-module__yjhU9W__title{font-size:2.35rem}.TechRoadmap-module__yjhU9W__cardLeft{padding:3rem}}
.ProArchitecture-module__v1apya__archSection{background-color:var(--bg-secondary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative;overflow:hidden}.ProArchitecture-module__v1apya__backgroundMesh{pointer-events:none;background-image:radial-gradient(#1c191705 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.ProArchitecture-module__v1apya__container{z-index:10;position:relative}.ProArchitecture-module__v1apya__gridColumns{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.ProArchitecture-module__v1apya__gridColumns{grid-template-columns:1fr 1fr;gap:5rem}}.ProArchitecture-module__v1apya__textContent{flex-direction:column;align-items:flex-start;display:flex}.ProArchitecture-module__v1apya__badge{color:var(--accent-emerald);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;background:#10b98114;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.15rem;font-size:.75rem;font-weight:800;display:inline-flex}.ProArchitecture-module__v1apya__badgeIcon{color:var(--accent-emerald)}.ProArchitecture-module__v1apya__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:2.75rem;font-weight:900;line-height:1.1}.ProArchitecture-module__v1apya__premiumText{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-emerald)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ProArchitecture-module__v1apya__subtitle{color:var(--text-secondary);margin-bottom:3.5rem;font-size:1.1rem;line-height:1.75}.ProArchitecture-module__v1apya__legend{flex-direction:column;gap:1.5rem;width:100%;display:flex}.ProArchitecture-module__v1apya__legendItem{background:var(--bg-primary);border:1px solid var(--border-strong);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:1.25rem;padding:1.25rem;transition:all .4s;display:flex}.ProArchitecture-module__v1apya__legendItemActive,.ProArchitecture-module__v1apya__legendItem:hover{border-color:var(--accent-indigo);box-shadow:var(--shadow-md);transform:translate(6px)}.ProArchitecture-module__v1apya__legendDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.4rem}.ProArchitecture-module__v1apya__dataDot{background-color:var(--accent-indigo)}.ProArchitecture-module__v1apya__computeDot{background-color:var(--accent-rose)}.ProArchitecture-module__v1apya__iacDot{background-color:var(--accent-amber)}.ProArchitecture-module__v1apya__legendLabelText{flex-direction:column;display:flex}.ProArchitecture-module__v1apya__legendLabelText strong{color:var(--text-primary);font-size:1.05rem;font-weight:850}.ProArchitecture-module__v1apya__subItemsRow{flex-wrap:wrap;gap:.5rem;margin-top:.6rem;display:flex}.ProArchitecture-module__v1apya__subItemBadge{color:var(--text-secondary);background-color:var(--bg-tertiary);border:1px solid var(--border-strong);border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.65rem;font-weight:800}.ProArchitecture-module__v1apya__legendItemActive .ProArchitecture-module__v1apya__subItemBadge{color:var(--accent-indigo);border-color:#6366f133}.ProArchitecture-module__v1apya__isometricCol{justify-content:center;align-items:center;display:flex;position:relative}.ProArchitecture-module__v1apya__isometricViewport{justify-content:center;align-items:center;width:100%;max-width:440px;height:480px;display:flex;position:relative}.ProArchitecture-module__v1apya__blueprintConnectionSvg{z-index:5;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ProArchitecture-module__v1apya__stackWrapper{width:280px;height:320px;transform-style:preserve-3d;transition:transform .4s;position:relative;transform:rotateX(54deg)rotateY(0)rotate(-45deg)}@media (max-width:768px){.ProArchitecture-module__v1apya__stackWrapper{transform:rotateX(54deg)rotateY(0)rotate(-45deg)scale(.75)}}@media (max-width:480px){.ProArchitecture-module__v1apya__stackWrapper{transform:rotateX(54deg)rotateY(0)rotate(-45deg)scale(.6)}}.ProArchitecture-module__v1apya__layerAnchor{width:100%;height:200px;transform-style:preserve-3d;position:absolute;top:0;left:0}.ProArchitecture-module__v1apya__isoCard{background:var(--glass-bg);border:1.5px solid var(--glass-border);border-radius:var(--radius-lg);width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;flex-direction:column;padding:1.75rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;box-shadow:0 30px 60px #1c19171f}.ProArchitecture-module__v1apya__cardActive{border-color:var(--accent-indigo);background:#ffffffd9;box-shadow:0 45px 80px #6366f12e}.ProArchitecture-module__v1apya__cardHeader{align-items:center;gap:1rem;margin-bottom:auto;display:flex;transform:translateZ(20px)}.ProArchitecture-module__v1apya__iconRing{border-radius:var(--radius-md);border:1px solid var(--border-strong);width:44px;height:44px;color:var(--text-primary);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex}.ProArchitecture-module__v1apya__cardActive .ProArchitecture-module__v1apya__iconRing{color:var(--accent-indigo);border-color:#6366f133}.ProArchitecture-module__v1apya__cardLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:850}.ProArchitecture-module__v1apya__cardContent{transform:translateZ(30px)}.ProArchitecture-module__v1apya__cardContent h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.2rem;font-weight:900}.ProArchitecture-module__v1apya__cardContent p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.ProArchitecture-module__v1apya__cardBlueprintGrid{opacity:.08;pointer-events:none;border-top:1px solid var(--text-primary);border-left:1px solid var(--text-primary);width:100px;height:100px;position:absolute;bottom:0;right:0;transform:translateZ(10px)}.ProArchitecture-module__v1apya__cardActive .ProArchitecture-module__v1apya__cardBlueprintGrid{opacity:.18;border-top-color:var(--accent-indigo);border-left-color:var(--accent-indigo)}.ProArchitecture-module__v1apya__gridCross{border-top:1px solid;border-left:1px solid;width:6px;height:6px;position:absolute;top:10px;left:10px}.ProArchitecture-module__v1apya__gridLine{border-bottom:1px dashed;width:80%;position:absolute;bottom:10px;right:10px}
.AnalyticsDashboardMockup-module__LANBQa__dashboardSection{background-color:var(--bg-secondary);padding:8rem 0;position:relative;overflow:hidden}.AnalyticsDashboardMockup-module__LANBQa__dashboardSection:before{content:"";pointer-events:none;background-image:radial-gradient(#1c191709 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.AnalyticsDashboardMockup-module__LANBQa__header{text-align:center;z-index:2;max-width:800px;margin:0 auto 4rem;position:relative}.AnalyticsDashboardMockup-module__LANBQa__tag{color:var(--accent-indigo);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#6366f114;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:800;display:inline-flex}.AnalyticsDashboardMockup-module__LANBQa__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:900}@media (min-width:768px){.AnalyticsDashboardMockup-module__LANBQa__title{font-size:3.5rem}}.AnalyticsDashboardMockup-module__LANBQa__accent{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-rose)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AnalyticsDashboardMockup-module__LANBQa__subtitle{color:var(--text-secondary);font-size:1.25rem;line-height:1.65}.AnalyticsDashboardMockup-module__LANBQa__mockupContainer{background:var(--bg-secondary);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border-strong);z-index:2;max-width:1024px;margin:0 auto;position:relative;overflow:hidden}.AnalyticsDashboardMockup-module__LANBQa__windowHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border-strong);align-items:center;padding:.9rem 1.25rem;display:flex}.AnalyticsDashboardMockup-module__LANBQa__windowControls{gap:8px;display:flex}.AnalyticsDashboardMockup-module__LANBQa__controlClose,.AnalyticsDashboardMockup-module__LANBQa__controlMin,.AnalyticsDashboardMockup-module__LANBQa__controlMax{border-radius:50%;width:12px;height:12px}.AnalyticsDashboardMockup-module__LANBQa__controlClose{background:#ff5f56}.AnalyticsDashboardMockup-module__LANBQa__controlMin{background:#ffbd2e}.AnalyticsDashboardMockup-module__LANBQa__controlMax{background:#27c93f}.AnalyticsDashboardMockup-module__LANBQa__windowTitle{text-align:center;color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;flex-grow:1;margin-right:44px;font-size:.8rem;font-weight:800}.AnalyticsDashboardMockup-module__LANBQa__dashboardGrid{height:480px;display:flex}@media (max-width:640px){.AnalyticsDashboardMockup-module__LANBQa__dashboardGrid{flex-direction:column;height:auto}}.AnalyticsDashboardMockup-module__LANBQa__sidebar{background:var(--bg-tertiary);border-right:1px solid var(--border-strong);flex-direction:column;flex-shrink:0;gap:.5rem;width:200px;padding:2rem 1rem;display:flex}@media (max-width:640px){.AnalyticsDashboardMockup-module__LANBQa__sidebar{flex-direction:row;width:100%;padding:1rem;overflow-x:auto}}.AnalyticsDashboardMockup-module__LANBQa__navItem,.AnalyticsDashboardMockup-module__LANBQa__navItemActive{border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:800;transition:all .2s;display:flex}.AnalyticsDashboardMockup-module__LANBQa__navItem{color:var(--text-tertiary)}.AnalyticsDashboardMockup-module__LANBQa__navItem:hover{color:var(--text-primary);background:#1c19170a}.AnalyticsDashboardMockup-module__LANBQa__navItemActive{color:var(--accent-indigo);background:#6366f114}.AnalyticsDashboardMockup-module__LANBQa__mainPanel{background:var(--bg-secondary);flex-direction:column;flex-grow:1;gap:2rem;padding:2rem;display:flex;overflow-y:auto}.AnalyticsDashboardMockup-module__LANBQa__kpiRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.AnalyticsDashboardMockup-module__LANBQa__kpiCard{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .3s}.AnalyticsDashboardMockup-module__LANBQa__kpiCard:hover{box-shadow:var(--shadow-md);border-color:#6366f133}.AnalyticsDashboardMockup-module__LANBQa__kpiLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:800}.AnalyticsDashboardMockup-module__LANBQa__kpiValue{color:var(--text-primary);align-items:baseline;gap:.5rem;font-size:1.75rem;font-weight:900;display:flex}.AnalyticsDashboardMockup-module__LANBQa__kpiTrend{color:var(--accent-emerald);border-radius:var(--radius-full);background:#10b98114;padding:.2rem .5rem;font-size:.75rem;font-weight:800}.AnalyticsDashboardMockup-module__LANBQa__kpiTrendNormal{color:var(--text-tertiary);border-radius:var(--radius-full);background:#78716c14;padding:.2rem .5rem;font-size:.75rem;font-weight:800}.AnalyticsDashboardMockup-module__LANBQa__kpiUnit{color:var(--text-tertiary);font-size:.875rem}.AnalyticsDashboardMockup-module__LANBQa__chartCard{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg-secondary);flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.AnalyticsDashboardMockup-module__LANBQa__chartHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.95rem;font-weight:900}.AnalyticsDashboardMockup-module__LANBQa__chartArea{flex-grow:1;justify-content:space-between;align-items:flex-end;gap:8px;min-height:140px;display:flex;position:relative}.AnalyticsDashboardMockup-module__LANBQa__bar{background:linear-gradient(to top,#6366f11a,var(--accent-indigo));border-radius:4px 4px 0 0;flex-grow:1;min-width:6px;transition:height .4s cubic-bezier(.16,1,.3,1)}.AnalyticsDashboardMockup-module__LANBQa__lineOverlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}
.IndustriesSection-module___YOEga__industriesSection{background-color:var(--bg-secondary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative;overflow:hidden}.IndustriesSection-module___YOEga__industriesSection:before{content:"";pointer-events:none;background-image:radial-gradient(#1c191705 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.IndustriesSection-module___YOEga__header{text-align:center;max-width:800px;margin:0 auto 4.5rem}.IndustriesSection-module___YOEga__badge{color:var(--accent-indigo);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.15em;background:#6366f114;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-flex}.IndustriesSection-module___YOEga__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900}.IndustriesSection-module___YOEga__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.IndustriesSection-module___YOEga__portalGrid{grid-template-columns:1fr;align-items:stretch;gap:3rem;display:grid}@media (min-width:1024px){.IndustriesSection-module___YOEga__portalGrid{grid-template-columns:.9fr 1.1fr;gap:4rem}}.IndustriesSection-module___YOEga__leftSelectorCol{flex-direction:column;display:flex}.IndustriesSection-module___YOEga__selectorWrapper{flex-direction:column;gap:1.25rem;width:100%;display:flex}.IndustriesSection-module___YOEga__industryButton{background-color:var(--bg-primary);border:1px solid var(--border-strong);text-align:left;box-shadow:var(--shadow-sm);border-left-width:4px;flex-direction:column;align-items:flex-start;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.IndustriesSection-module___YOEga__industryButton:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translate(4px)}.IndustriesSection-module___YOEga__btnActive{background-color:var(--bg-secondary);border-color:var(--border-strong);box-shadow:var(--shadow-lg)}.IndustriesSection-module___YOEga__btnHeader{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.IndustriesSection-module___YOEga__iconRing{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.IndustriesSection-module___YOEga__btnTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.15rem;font-weight:900}.IndustriesSection-module___YOEga__btnDesc{color:var(--text-secondary);padding-left:3.25rem;font-size:.85rem;line-height:1.5}.IndustriesSection-module___YOEga__rightMonitorCol{flex-direction:column;display:flex}.IndustriesSection-module___YOEga__monitorOuter{background:linear-gradient(135deg,var(--border-strong),#6366f126);width:100%;height:100%;box-shadow:var(--shadow-xl);padding:1px}.IndustriesSection-module___YOEga__monitorInner{background-color:var(--bg-secondary);flex-direction:column;justify-content:space-between;gap:2rem;height:100%;padding:2.5rem;display:flex}.IndustriesSection-module___YOEga__monitorCopyArea{flex-direction:column;align-items:flex-start;display:flex}.IndustriesSection-module___YOEga__headlineText{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.85rem;font-size:1.6rem;font-weight:900}.IndustriesSection-module___YOEga__descriptionText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.025rem;line-height:1.7}.IndustriesSection-module___YOEga__tagsRow{flex-wrap:wrap;gap:.5rem;display:flex}.IndustriesSection-module___YOEga__tagBadge{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.3rem .75rem;font-size:.725rem;font-weight:800}.IndustriesSection-module___YOEga__monitorSimArea{background-color:var(--bg-primary);border:1px solid var(--border-strong);border-radius:var(--radius-md);flex-grow:1;align-items:stretch;min-height:240px;padding:1.5rem;display:flex}.IndustriesSection-module___YOEga__simPanel{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.IndustriesSection-module___YOEga__simHeader{color:var(--text-tertiary);letter-spacing:.05em;margin-bottom:1rem;font-family:monospace;font-size:.65rem;font-weight:900}.IndustriesSection-module___YOEga__simMainRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.IndustriesSection-module___YOEga__tickerCard,.IndustriesSection-module___YOEga__riskCard{background-color:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:1rem}.IndustriesSection-module___YOEga__tickerLabel,.IndustriesSection-module___YOEga__riskLabel{color:var(--text-tertiary);font-family:monospace;font-size:.6rem}.IndustriesSection-module___YOEga__tickerNum{color:var(--accent-indigo);margin-top:.25rem;font-size:1.4rem;font-weight:900}.IndustriesSection-module___YOEga__riskNum{color:var(--accent-emerald);align-items:center;gap:.4rem;margin-top:.25rem;font-size:1.4rem;font-weight:900;display:flex}.IndustriesSection-module___YOEga__riskSub{background-color:#10b98114;border-radius:2px;padding:.1rem .3rem;font-size:.55rem}.IndustriesSection-module___YOEga__simLogsConsole{border-radius:var(--radius-sm);color:#ffffffd9;background-color:#0b0f19;flex-direction:column;gap:.25rem;padding:.75rem 1rem;font-family:monospace;font-size:.65rem;display:flex}.IndustriesSection-module___YOEga__simLogLine{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.IndustriesSection-module___YOEga__logBullet{color:var(--accent-indigo);font-weight:900}.IndustriesSection-module___YOEga__dnaVisualization{background-color:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);justify-content:center;align-items:center;height:90px;margin-bottom:1rem;display:flex}.IndustriesSection-module___YOEga__dnaSvg{width:100%;height:100%}.IndustriesSection-module___YOEga__simTextConsole{border-radius:var(--radius-sm);color:#38bdf8;background-color:#0b0f19;flex-direction:column;gap:.25rem;padding:.85rem 1rem;font-family:monospace;font-size:.675rem;display:flex}.IndustriesSection-module___YOEga__cpuGrid{grid-template-columns:1fr 1fr;gap:.75rem 1.25rem;margin-bottom:1.25rem;display:grid}.IndustriesSection-module___YOEga__cpuCore{flex-direction:column;display:flex}.IndustriesSection-module___YOEga__coreNum{color:var(--text-tertiary);margin-bottom:.25rem;font-family:monospace;font-size:.6rem}.IndustriesSection-module___YOEga__coreGauge{background-color:var(--border-strong);border-radius:99px;width:100%;height:6px;overflow:hidden}.IndustriesSection-module___YOEga__coreFill{border-radius:99px;height:100%;transition:width .8s}.IndustriesSection-module___YOEga__coreValue{color:var(--text-primary);text-align:right;margin-top:.15rem;font-size:.75rem;font-weight:850}.IndustriesSection-module___YOEga__gridTelemetry{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.IndustriesSection-module___YOEga__gridCard{background-color:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:1rem}.IndustriesSection-module___YOEga__gridLabel{color:var(--text-tertiary);font-family:monospace;font-size:.6rem}.IndustriesSection-module___YOEga__gridValue{color:var(--accent-amber);margin-top:.25rem;font-size:1.3rem;font-weight:900}.IndustriesSection-module___YOEga__gridUnit{color:var(--text-tertiary);font-size:.75rem;font-weight:700}.IndustriesSection-module___YOEga__monitorFooter{border-top:1px solid var(--border-subtle);justify-content:flex-end;padding-top:1.25rem;display:flex}.IndustriesSection-module___YOEga__cardLink{align-items:center;gap:.5rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.IndustriesSection-module___YOEga__cardLink:hover{transform:translate(4px)}@media (max-width:767px){.IndustriesSection-module___YOEga__industriesSection{padding:4rem 0}.IndustriesSection-module___YOEga__header{margin-bottom:2.5rem}.IndustriesSection-module___YOEga__title{font-size:2rem}.IndustriesSection-module___YOEga__portalGrid{gap:2rem}.IndustriesSection-module___YOEga__industryButton{padding:1.15rem}.IndustriesSection-module___YOEga__btnTitle{font-size:1.05rem}.IndustriesSection-module___YOEga__btnDesc{padding-left:2.75rem;font-size:.8rem}.IndustriesSection-module___YOEga__monitorInner{gap:1.5rem;padding:1.5rem}.IndustriesSection-module___YOEga__headlineText{font-size:1.35rem}.IndustriesSection-module___YOEga__descriptionText{margin-bottom:1rem;font-size:.95rem}.IndustriesSection-module___YOEga__monitorSimArea{min-height:200px;padding:1rem}.IndustriesSection-module___YOEga__tickerNum,.IndustriesSection-module___YOEga__riskNum{font-size:1.25rem}.IndustriesSection-module___YOEga__gridValue{font-size:1.2rem}.IndustriesSection-module___YOEga__cpuGrid{grid-template-columns:1fr;gap:.75rem}.IndustriesSection-module___YOEga__simLogsConsole,.IndustriesSection-module___YOEga__simTextConsole{padding:.6rem .75rem;font-size:.6rem}.IndustriesSection-module___YOEga__monitorFooter{justify-content:center}.IndustriesSection-module___YOEga__cardLink{font-size:.85rem}}@media (min-width:768px) and (max-width:1023px){.IndustriesSection-module___YOEga__industriesSection{padding:5.5rem 0}.IndustriesSection-module___YOEga__header{margin-bottom:3rem}.IndustriesSection-module___YOEga__title{font-size:2.35rem}.IndustriesSection-module___YOEga__monitorInner{padding:2rem}}
.ProjectsSection-module__5HM1Qq__projectsSection{background-color:var(--bg-primary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative;overflow:hidden}.ProjectsSection-module__5HM1Qq__backgroundMesh{pointer-events:none;background-image:radial-gradient(#1c191706 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ProjectsSection-module__5HM1Qq__container{z-index:10;position:relative}.ProjectsSection-module__5HM1Qq__header{text-align:center;max-width:800px;margin:0 auto 5rem}.ProjectsSection-module__5HM1Qq__badge{color:var(--accent-indigo);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.12em;background:#6366f114;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-flex}.ProjectsSection-module__5HM1Qq__badgeIcon{color:var(--accent-indigo)}.ProjectsSection-module__5HM1Qq__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900}.ProjectsSection-module__5HM1Qq__accent{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-rose)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ProjectsSection-module__5HM1Qq__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.ProjectsSection-module__5HM1Qq__projectsGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.ProjectsSection-module__5HM1Qq__projectsGrid{grid-template-columns:1fr 1fr;gap:3.5rem}}.ProjectsSection-module__5HM1Qq__projectCard{background-color:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);flex-direction:column;justify-content:space-between;min-height:580px;padding:3rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.ProjectsSection-module__5HM1Qq__projectCard:hover{box-shadow:var(--shadow-xl),0 20px 45px #6366f10d;border-color:#6366f159;transform:translateY(-8px)}.ProjectsSection-module__5HM1Qq__cardTop{flex-direction:column;align-items:flex-start;margin-bottom:2rem;display:flex}.ProjectsSection-module__5HM1Qq__cardHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.ProjectsSection-module__5HM1Qq__iconCircle{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--border-strong);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ProjectsSection-module__5HM1Qq__brandBadge{color:var(--text-muted);letter-spacing:.05em;font-family:monospace;font-size:.65rem;font-weight:900}.ProjectsSection-module__5HM1Qq__projectTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.85rem;font-weight:900}.ProjectsSection-module__5HM1Qq__projectSubtitle{color:var(--accent-indigo);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.ProjectsSection-module__5HM1Qq__projectCard:nth-child(2) .ProjectsSection-module__5HM1Qq__projectSubtitle{color:var(--accent-rose)}.ProjectsSection-module__5HM1Qq__projectDescription{color:var(--text-secondary);font-size:.975rem;line-height:1.65}.ProjectsSection-module__5HM1Qq__cardVisualMock{border-radius:var(--radius-md);color:#ffffffd9;background-color:#0b0f19;border:1px solid #ffffff0f;flex-direction:column;min-height:130px;margin-bottom:2rem;padding:1.25rem;font-family:monospace;font-size:.675rem;display:flex}.ProjectsSection-module__5HM1Qq__mockTerminalRow{color:#fff6;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-weight:600;display:flex}.ProjectsSection-module__5HM1Qq__mockTermIcon{flex-shrink:0}.ProjectsSection-module__5HM1Qq__gitGraphSimulation{flex-direction:column;gap:.4rem;display:flex}.ProjectsSection-module__5HM1Qq__graphRow{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.5rem;display:flex;overflow:hidden}.ProjectsSection-module__5HM1Qq__graphDot{background-color:var(--accent-indigo);width:6px;height:6px;box-shadow:0 0 6px var(--accent-indigo);border-radius:50%;flex-shrink:0}.ProjectsSection-module__5HM1Qq__graphHash{color:#38bdf8;font-weight:700}.ProjectsSection-module__5HM1Qq__nexusLogsSimulation{flex-direction:column;gap:.4rem;display:flex}.ProjectsSection-module__5HM1Qq__aiColor{color:#38bdf8;font-weight:800}.ProjectsSection-module__5HM1Qq__swarmColor{color:#a78bfa;font-weight:800}.ProjectsSection-module__5HM1Qq__successColor{color:#34d399;font-weight:800}.ProjectsSection-module__5HM1Qq__metricsGrid,.ProjectsSection-module__5HM1Qq__metricsRow{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;margin-bottom:2rem;padding-top:1.5rem;display:grid}.ProjectsSection-module__5HM1Qq__metricItem{flex-direction:column;display:flex}.ProjectsSection-module__5HM1Qq__metricLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.65rem;font-weight:800}.ProjectsSection-module__5HM1Qq__metricValue{color:var(--text-primary);letter-spacing:-.01em;font-size:1.05rem;font-weight:900}.ProjectsSection-module__5HM1Qq__cardFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;display:flex}.ProjectsSection-module__5HM1Qq__tagsContainer{flex-wrap:wrap;gap:.4rem;display:flex}.ProjectsSection-module__5HM1Qq__tagBadge{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-strong);border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.65rem;font-weight:800}.ProjectsSection-module__5HM1Qq__linkButton{color:var(--accent-indigo);align-items:center;gap:.4rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.ProjectsSection-module__5HM1Qq__projectCard:nth-child(2) .ProjectsSection-module__5HM1Qq__linkButton{color:var(--accent-rose)}.ProjectsSection-module__5HM1Qq__linkButton:hover{transform:translate(4px)}@media (max-width:767px){.ProjectsSection-module__5HM1Qq__projectsSection{padding:4rem 0}.ProjectsSection-module__5HM1Qq__header{margin-bottom:2.5rem}.ProjectsSection-module__5HM1Qq__title{font-size:2rem}.ProjectsSection-module__5HM1Qq__projectCard{min-height:auto;padding:2rem 1.25rem}.ProjectsSection-module__5HM1Qq__projectTitle{font-size:1.5rem}.ProjectsSection-module__5HM1Qq__metricsRow{gap:.5rem;margin-bottom:1.5rem;padding-top:1.25rem}.ProjectsSection-module__5HM1Qq__metricValue{font-size:.95rem}.ProjectsSection-module__5HM1Qq__cardVisualMock{min-height:auto;margin-bottom:1.5rem;padding:1rem}.ProjectsSection-module__5HM1Qq__cardFooter{flex-direction:column;align-items:flex-start;gap:1rem}.ProjectsSection-module__5HM1Qq__linkButton{align-self:flex-end}}@media (min-width:768px) and (max-width:1023px){.ProjectsSection-module__5HM1Qq__projectsSection{padding:5.5rem 0}.ProjectsSection-module__5HM1Qq__header{margin-bottom:3.5rem}.ProjectsSection-module__5HM1Qq__title{font-size:2.35rem}.ProjectsSection-module__5HM1Qq__projectCard{min-height:auto;padding:2.5rem 2rem}}
.CaseStudiesSection-module__a8CAwq__insightsSection{background-color:var(--bg-primary);padding:8rem 0;position:relative}.CaseStudiesSection-module__a8CAwq__header{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}@media (min-width:768px){.CaseStudiesSection-module__a8CAwq__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.CaseStudiesSection-module__a8CAwq__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.75rem;font-weight:800}@media (min-width:768px){.CaseStudiesSection-module__a8CAwq__title{font-size:3.5rem}}.CaseStudiesSection-module__a8CAwq__subtitle{color:var(--text-secondary);font-size:1.15rem}.CaseStudiesSection-module__a8CAwq__viewAllBtn{color:var(--accent-indigo);border-bottom:1.5px solid #0000;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.CaseStudiesSection-module__a8CAwq__viewAllBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary);transform:translate(4px)}.CaseStudiesSection-module__a8CAwq__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.CaseStudiesSection-module__a8CAwq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.CaseStudiesSection-module__a8CAwq__grid{grid-template-columns:repeat(3,1fr)}}.CaseStudiesSection-module__a8CAwq__cardWrapper{height:100%}.CaseStudiesSection-module__a8CAwq__card{border-radius:var(--radius-xl);background-color:var(--bg-secondary);height:100%;box-shadow:var(--shadow-sm);border:1px solid var(--border-strong);flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.CaseStudiesSection-module__a8CAwq__card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:#4f46e540;transform:translateY(-8px)}.CaseStudiesSection-module__a8CAwq__imagePlaceholder{height:240px;position:relative;overflow:hidden}.CaseStudiesSection-module__a8CAwq__purple{background:linear-gradient(135deg,var(--accent-violet)0%,var(--accent-indigo)100%)}.CaseStudiesSection-module__a8CAwq__blue{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-cyan)100%)}.CaseStudiesSection-module__a8CAwq__teal{background:linear-gradient(135deg,var(--accent-cyan)0%,var(--accent-emerald)100%)}.CaseStudiesSection-module__a8CAwq__metricOverlay{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);background:#ffffffeb;flex-direction:column;padding:1.15rem;transition:transform .3s;display:flex;position:absolute;top:1.5rem;left:1.5rem}.CaseStudiesSection-module__a8CAwq__card:hover .CaseStudiesSection-module__a8CAwq__metricOverlay{transform:scale(1.05)}.CaseStudiesSection-module__a8CAwq__metricValue{color:var(--accent-indigo);font-size:1.85rem;font-weight:800;line-height:1}.CaseStudiesSection-module__a8CAwq__metricLabel{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;margin-top:.25rem;font-size:.725rem;font-weight:700}.CaseStudiesSection-module__a8CAwq__content{flex-direction:column;flex-grow:1;padding:2.25rem;display:flex}.CaseStudiesSection-module__a8CAwq__category{color:var(--accent-indigo);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.85rem;font-size:.8rem;font-weight:800}.CaseStudiesSection-module__a8CAwq__cardTitle{color:var(--text-primary);font-size:1.25rem;font-weight:800;line-height:1.45;transition:color .3s}.CaseStudiesSection-module__a8CAwq__card:hover .CaseStudiesSection-module__a8CAwq__cardTitle{color:var(--accent-indigo)}
.CareersSection-module__rqAZla__careersSection{background-color:var(--bg-secondary);padding:8rem 0;position:relative;overflow:hidden}.CareersSection-module__rqAZla__contentWrapper{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.CareersSection-module__rqAZla__contentWrapper{grid-template-columns:1.1fr .9fr;gap:6rem}}.CareersSection-module__rqAZla__textContent{max-width:600px}.CareersSection-module__rqAZla__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}@media (min-width:768px){.CareersSection-module__rqAZla__title{font-size:3.25rem}}.CareersSection-module__rqAZla__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.7}.CareersSection-module__rqAZla__features{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.CareersSection-module__rqAZla__feature{align-items:flex-start;gap:1.5rem;display:flex}.CareersSection-module__rqAZla__featureIcon{width:48px;height:48px;color:var(--accent-indigo);border-radius:var(--radius-md);background-color:#4f46e514;border:1px solid #4f46e51a;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.CareersSection-module__rqAZla__feature:hover .CareersSection-module__rqAZla__featureIcon{background-color:var(--accent-indigo);color:#fff;transform:scale(1.05)rotate(3deg)}.CareersSection-module__rqAZla__featureTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.CareersSection-module__rqAZla__featureDesc{color:var(--text-tertiary);margin:0;font-size:.95rem;line-height:1.5}.CareersSection-module__rqAZla__ctaButton{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-primary)100%);color:#fff;border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:1rem 2.25rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #4f46e526}.CareersSection-module__rqAZla__ctaButton:hover{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-indigo)100%);transform:translateY(-3px);box-shadow:0 8px 25px #4f46e559}.CareersSection-module__rqAZla__visualContent{height:100%;min-height:420px;position:relative}.CareersSection-module__rqAZla__imageGrid{width:100%;height:100%;min-height:420px;position:relative}.CareersSection-module__rqAZla__imageBox{border-radius:var(--radius-xl);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#4f46e50d,#0891b20d);transition:transform .4s;position:absolute}.CareersSection-module__rqAZla__box1{z-index:2;width:60%;height:60%;top:0;right:0}.CareersSection-module__rqAZla__box2{z-index:3;width:50%;height:50%;bottom:10%;left:0}.CareersSection-module__rqAZla__box3{z-index:1;opacity:.6;width:40%;height:40%;bottom:0;right:15%}.CareersSection-module__rqAZla__imageBox:hover{transform:scale(1.02)}.CareersSection-module__rqAZla__floatingBadge{z-index:10;background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border-strong);flex-direction:column;padding:1.5rem 1.75rem;animation:6s ease-in-out infinite CareersSection-module__rqAZla__float;display:flex;position:absolute;top:35%;left:-5%}.CareersSection-module__rqAZla__badgeNumber{color:var(--accent-indigo);letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1}.CareersSection-module__rqAZla__badgeText{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem;font-weight:700}@keyframes CareersSection-module__rqAZla__float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}
.ContactSection-module__UONp9G__contactSection{background-color:var(--bg-primary);border-top:1px solid var(--border-strong);padding:8rem 0;position:relative;overflow:hidden}.ContactSection-module__UONp9G__backgroundMesh{pointer-events:none;background-image:radial-gradient(#1c191709 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ContactSection-module__UONp9G__container{z-index:2;position:relative}.ContactSection-module__UONp9G__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.ContactSection-module__UONp9G__grid{grid-template-columns:1fr 1.1fr;gap:6rem}}.ContactSection-module__UONp9G__infoCol{max-width:580px}.ContactSection-module__UONp9G__badge{color:var(--accent-indigo);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background-color:#6366f114;border:1px solid #6366f11a;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:800;display:inline-flex}.ContactSection-module__UONp9G__badgeIcon{color:var(--accent-indigo)}.ContactSection-module__UONp9G__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:2.75rem;font-weight:900}@media (min-width:768px){.ContactSection-module__UONp9G__title{font-size:3.5rem}}.ContactSection-module__UONp9G__description{color:var(--text-secondary);margin-bottom:3.5rem;font-size:1.125rem;line-height:1.7}.ContactSection-module__UONp9G__contactsList{flex-direction:column;gap:2rem;display:flex}.ContactSection-module__UONp9G__contactItem{align-items:center;gap:1.25rem;display:flex}.ContactSection-module__UONp9G__contactIcon{background-color:var(--bg-secondary);border:1px solid var(--border-strong);width:52px;height:52px;color:var(--accent-indigo);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex}.ContactSection-module__UONp9G__contactLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.8rem;font-weight:800}.ContactSection-module__UONp9G__contactValue{color:var(--text-primary);font-size:1.05rem;font-weight:700}.ContactSection-module__UONp9G__formCol{position:relative}.ContactSection-module__UONp9G__formWrapper{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl),var(--shadow-indigo);padding:3rem}.ContactSection-module__UONp9G__form{flex-direction:column;gap:1.5rem;display:flex}.ContactSection-module__UONp9G__errorBanner{color:#dc2626;border-radius:var(--radius-md);background-color:#f43f5e14;border:1px solid #f43f5e33;padding:1rem;font-size:.9rem;font-weight:700}.ContactSection-module__UONp9G__inputRow{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.ContactSection-module__UONp9G__inputRow{grid-template-columns:1fr 1fr}}.ContactSection-module__UONp9G__inputGroup{flex-direction:column;gap:.25rem;display:flex}.ContactSection-module__UONp9G__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:800;display:flex}.ContactSection-module__UONp9G__inputIcon{color:var(--text-muted)}.ContactSection-module__UONp9G__input,.ContactSection-module__UONp9G__select,.ContactSection-module__UONp9G__textarea{border:none;border-bottom:2px solid var(--border-strong);color:var(--text-primary);background:0 0;border-radius:0;outline:none;width:100%;padding:.75rem .5rem .5rem;font-family:inherit;font-size:.95rem;transition:all .3s}.ContactSection-module__UONp9G__input:focus,.ContactSection-module__UONp9G__select:focus,.ContactSection-module__UONp9G__textarea:focus{border-color:var(--accent-indigo);box-shadow:none;background:0 0}.ContactSection-module__UONp9G__input::placeholder,.ContactSection-module__UONp9G__textarea::placeholder{color:var(--text-muted)}.ContactSection-module__UONp9G__submitBtn{background:linear-gradient(135deg,var(--accent-indigo)0%,var(--accent-rose)100%);color:#fff;border-radius:var(--radius-md);border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:800;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #6366f126}.ContactSection-module__UONp9G__submitBtn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-rose)0%,var(--accent-indigo)100%);transform:translateY(-2px);box-shadow:0 8px 25px #f43f5e4d}.ContactSection-module__UONp9G__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ContactSection-module__UONp9G__submitIcon{transition:transform .3s}.ContactSection-module__UONp9G__submitBtn:hover:not(:disabled) .ContactSection-module__UONp9G__submitIcon{transform:translate(2px,-2px)}.ContactSection-module__UONp9G__successScreen{text-align:center;flex-direction:column;align-items:center;padding:2rem 0;display:flex}.ContactSection-module__UONp9G__successIcon{color:var(--accent-emerald);margin-bottom:1.5rem}.ContactSection-module__UONp9G__successTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:900}.ContactSection-module__UONp9G__successText{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.ContactSection-module__UONp9G__backBtn{background:var(--bg-tertiary);border:1px solid var(--border-strong);color:var(--text-primary);border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.9rem;font-weight:800;transition:all .3s}.ContactSection-module__UONp9G__backBtn:hover{background:var(--bg-primary);border-color:var(--text-primary)}
