.technology-module___Gah6G__page{background:var(--background);min-height:100vh}.technology-module___Gah6G__hero{max-width:1400px;margin:0 auto;padding:6rem 2rem 5rem}.technology-module___Gah6G__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.technology-module___Gah6G__heroContent{flex-direction:column;gap:1.5rem;display:flex}.technology-module___Gah6G__heroBadge{background:var(--surface);border:1px solid var(--border);color:var(--primary);border-radius:100px;align-items:center;gap:.5rem;width:max-content;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.technology-module___Gah6G__heroTitle{color:var(--text-main);letter-spacing:-.03em;font-size:3.5rem;font-weight:800;line-height:1.1}.technology-module___Gah6G__heroAccent{background:linear-gradient(135deg,#0ea5e9,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.technology-module___Gah6G__heroSub{color:var(--text-muted);max-width:540px;font-size:1.15rem;line-height:1.7}.technology-module___Gah6G__heroBullets{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.technology-module___Gah6G__heroBullets li{color:var(--text-main);align-items:center;gap:.6rem;font-size:1rem;font-weight:500;display:flex}.technology-module___Gah6G__bulletIcon{color:#10b981;flex-shrink:0}.technology-module___Gah6G__heroCtas{gap:1rem;margin-top:.5rem;display:flex}.technology-module___Gah6G__btnPrimary{background:var(--primary);color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #0ea5e94d}.technology-module___Gah6G__btnPrimary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}.technology-module___Gah6G__btnSecondary{color:var(--text-main);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.technology-module___Gah6G__btnSecondary:hover{border-color:var(--primary);color:var(--primary)}.technology-module___Gah6G__heroVisual{flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.technology-module___Gah6G__neuralOrb{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.technology-module___Gah6G__orbIcon{color:var(--primary);z-index:2;filter:drop-shadow(0 0 20px #0ea5e980)}.technology-module___Gah6G__orbRing,.technology-module___Gah6G__orbRing2,.technology-module___Gah6G__orbRing3{border:1.5px solid #0ea5e926;border-radius:50%;position:absolute}.technology-module___Gah6G__orbRing{border-color:#0ea5e940;width:160px;height:160px;animation:12s linear infinite technology-module___Gah6G__orb-spin}.technology-module___Gah6G__orbRing2{border-style:dashed;width:220px;height:220px;animation:18s linear infinite reverse technology-module___Gah6G__orb-spin}.technology-module___Gah6G__orbRing3{border-style:dotted;border-color:#8b5cf626;width:280px;height:280px;animation:25s linear infinite technology-module___Gah6G__orb-spin}@keyframes technology-module___Gah6G__orb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.technology-module___Gah6G__poweredBy{text-align:center;margin-top:2rem}.technology-module___Gah6G__poweredLabel{letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:700}.technology-module___Gah6G__partnerLogos{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.technology-module___Gah6G__partnerChip{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.technology-module___Gah6G__floatingNode{border:1px solid var(--border);color:var(--primary);white-space:nowrap;background:#fff;border-radius:8px;padding:.4rem .9rem;font-size:.75rem;font-weight:600;position:absolute;box-shadow:0 4px 12px #0000000f}.technology-module___Gah6G__floatingNode:nth-child(4){top:10%;right:5%}.technology-module___Gah6G__floatingNode:nth-child(5){top:25%;left:0%}.technology-module___Gah6G__floatingNode:nth-child(6){bottom:28%;right:2%}.technology-module___Gah6G__floatingNode:nth-child(7){bottom:15%;left:5%}.technology-module___Gah6G__section{padding:6rem 0}.technology-module___Gah6G__collabSection{background:var(--surface);padding:6rem 0}.technology-module___Gah6G__labSection{background:linear-gradient(180deg, var(--surface) 0%, var(--background) 100%);padding:6rem 0}.technology-module___Gah6G__sectionHeader{text-align:center;margin-bottom:4rem}.technology-module___Gah6G__sectionTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.8rem;font-weight:800}.technology-module___Gah6G__sectionSub{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:1.15rem;line-height:1.6}.technology-module___Gah6G__capGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.technology-module___Gah6G__capCard{border:1px solid var(--border);color:inherit;box-shadow:var(--card-shadow);background:#fff;border-radius:16px;flex-direction:column;height:100%;padding:2rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.technology-module___Gah6G__capCard:hover{border-color:var(--primary);transform:translateY(-6px);box-shadow:0 20px 40px -8px #0ea5e926}.technology-module___Gah6G__capIconWrap{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.technology-module___Gah6G__capTitle{color:var(--text-main);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.technology-module___Gah6G__capFeatures{flex-direction:column;flex-grow:1;gap:.5rem;margin-bottom:1.25rem;padding:0;list-style:none;display:flex}.technology-module___Gah6G__capFeatures li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.technology-module___Gah6G__featureDot{background:var(--primary);opacity:.6;border-radius:50%;flex-shrink:0;width:6px;height:6px}.technology-module___Gah6G__capLink{color:var(--primary);align-items:center;gap:.4rem;margin-top:auto;font-size:.9rem;font-weight:700;display:flex}.technology-module___Gah6G__flowContainer{justify-content:center;gap:3rem;margin-bottom:3rem;padding:3rem 0;display:flex;position:relative}.technology-module___Gah6G__flowLine{background:linear-gradient(90deg, var(--primary), #8b5cf6);opacity:.2;height:2px;position:absolute;top:50%;left:12%;right:12%;transform:translateY(-50%)}.technology-module___Gah6G__flowStep{text-align:center;z-index:1;flex-direction:column;align-items:center;max-width:160px;display:flex;position:relative}.technology-module___Gah6G__flowNode{border:2px solid var(--primary);width:56px;height:56px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;box-shadow:0 4px 12px #0ea5e926}.technology-module___Gah6G__flowLabel{color:var(--text-main);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.technology-module___Gah6G__flowDesc{color:var(--text-muted);font-size:.8rem;line-height:1.4}.technology-module___Gah6G__splitGrid{grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto 3rem;display:grid}.technology-module___Gah6G__splitCard{border:1px solid var(--border);text-align:center;box-shadow:var(--card-shadow);background:#fff;border-radius:16px;padding:2rem;transition:all .3s}.technology-module___Gah6G__splitCard h4{color:var(--text-main);margin:1rem 0;font-size:1.15rem;font-weight:700}.technology-module___Gah6G__splitCard ul{text-align:left;flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.technology-module___Gah6G__splitCard li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.technology-module___Gah6G__splitCard li svg{color:#10b981;flex-shrink:0}.technology-module___Gah6G__outcomeGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.technology-module___Gah6G__outcomeItem{text-align:center;border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:12px;padding:2rem 1rem}.technology-module___Gah6G__outcomeValue{background:linear-gradient(135deg,#0ea5e9,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.5rem;font-weight:800;display:block}.technology-module___Gah6G__outcomeLabel{color:var(--text-muted);font-size:.85rem;font-weight:600}.technology-module___Gah6G__partnerGrid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.technology-module___Gah6G__partnerCard{border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;transition:all .3s;display:flex}.technology-module___Gah6G__partnerCard:hover{border-color:var(--primary);box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.technology-module___Gah6G__partnerIcon{background:var(--surface);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.technology-module___Gah6G__partnerName{color:var(--text-main);text-align:center;font-size:.85rem;font-weight:600}.technology-module___Gah6G__labBadge{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf633;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.technology-module___Gah6G__labGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.technology-module___Gah6G__labCard{border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:16px;padding:2rem;transition:all .3s}.technology-module___Gah6G__labCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.technology-module___Gah6G__labIcon{color:#8b5cf6;background:linear-gradient(135deg,#8b5cf61a,#0ea5e91a);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.technology-module___Gah6G__labCard h4{color:var(--text-main);margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.technology-module___Gah6G__labCard p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.technology-module___Gah6G__caseGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.technology-module___Gah6G__caseCard{border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:16px;transition:all .3s;overflow:hidden}.technology-module___Gah6G__caseCard:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.technology-module___Gah6G__caseBanner{color:#fff;flex-direction:column;gap:.5rem;padding:2rem;display:flex}.technology-module___Gah6G__caseIndustry{text-transform:uppercase;letter-spacing:.1em;opacity:.9;font-size:.8rem;font-weight:600}.technology-module___Gah6G__caseMetric{font-size:1.8rem;font-weight:800}.technology-module___Gah6G__caseBody{padding:2rem}.technology-module___Gah6G__caseBody p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.technology-module___Gah6G__caseLink{color:var(--primary);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.technology-module___Gah6G__caseLink:hover{gap:.7rem}.technology-module___Gah6G__ctaSection{color:#fff;background:linear-gradient(135deg,#0ea5e9,#8b5cf6);padding:6rem 0}.technology-module___Gah6G__ctaTitle{color:#fff;margin-bottom:1rem;font-size:2.8rem;font-weight:800}.technology-module___Gah6G__ctaSub{opacity:.9;color:#fff;max-width:520px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.technology-module___Gah6G__ctaBtns{justify-content:center;gap:1rem;display:flex}.technology-module___Gah6G__ctaBtnPrimary{color:#0ea5e9;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s}.technology-module___Gah6G__ctaBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.technology-module___Gah6G__ctaBtnSecondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff80;border-radius:10px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s}.technology-module___Gah6G__ctaBtnSecondary:hover{background:#ffffff1a;border-color:#fff}.technology-module___Gah6G__subHero{max-width:1400px;margin:0 auto;padding:6rem 2rem 4rem}.technology-module___Gah6G__subHeroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.technology-module___Gah6G__subHeroContent{flex-direction:column;gap:1.25rem;display:flex}.technology-module___Gah6G__subBreadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.technology-module___Gah6G__subBreadcrumb a{color:var(--primary);font-weight:600;text-decoration:none}.technology-module___Gah6G__subTitle{color:var(--text-main);letter-spacing:-.03em;font-size:3rem;font-weight:800;line-height:1.1}.technology-module___Gah6G__subDesc{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.technology-module___Gah6G__subVisual{justify-content:center;align-items:center;min-height:340px;display:flex;position:relative}.technology-module___Gah6G__subOrbWrap{justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.technology-module___Gah6G__subOrb{border:1.5px solid #0ea5e926;border-radius:50%;position:absolute}.technology-module___Gah6G__subOrb1{width:180px;height:180px;animation:15s linear infinite technology-module___Gah6G__orb-spin}.technology-module___Gah6G__subOrb2{border-style:dashed;width:240px;height:240px;animation:20s linear infinite reverse technology-module___Gah6G__orb-spin}.technology-module___Gah6G__subOrb3{border-style:dotted;border-color:#8b5cf61f;width:300px;height:300px;animation:28s linear infinite technology-module___Gah6G__orb-spin}.technology-module___Gah6G__subMainIcon{z-index:2;filter:drop-shadow(0 0 24px #0ea5e966)}.technology-module___Gah6G__featGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.technology-module___Gah6G__featCard{border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:16px;padding:2rem;transition:all .3s}.technology-module___Gah6G__featCard:hover{box-shadow:var(--card-shadow-hover);border-color:var(--primary);transform:translateY(-4px)}.technology-module___Gah6G__featCard h4{color:var(--text-main);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.technology-module___Gah6G__featCard p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.technology-module___Gah6G__useCaseSection{background:var(--surface);padding:6rem 0}.technology-module___Gah6G__useCaseGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.technology-module___Gah6G__useCaseCard{border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:16px;padding:2rem}.technology-module___Gah6G__useCaseCard h4{color:var(--text-main);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.technology-module___Gah6G__useCaseCard p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.technology-module___Gah6G__metricBar{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.technology-module___Gah6G__metricItem{text-align:center;border:1px solid var(--border);background:#fff;border-radius:12px;padding:2rem 1rem}.technology-module___Gah6G__metricValue{background:linear-gradient(135deg,#0ea5e9,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.2rem;font-weight:800;display:block}.technology-module___Gah6G__metricLabel{color:var(--text-muted);font-size:.85rem;font-weight:600}@media (max-width:1024px){.technology-module___Gah6G__heroGrid,.technology-module___Gah6G__subHeroGrid{grid-template-columns:1fr;gap:2rem}.technology-module___Gah6G__heroTitle{font-size:2.5rem}.technology-module___Gah6G__capGrid,.technology-module___Gah6G__caseGrid,.technology-module___Gah6G__featGrid{grid-template-columns:repeat(2,1fr)}.technology-module___Gah6G__partnerGrid{grid-template-columns:repeat(3,1fr)}.technology-module___Gah6G__labGrid,.technology-module___Gah6G__outcomeGrid{grid-template-columns:repeat(2,1fr)}.technology-module___Gah6G__flowContainer{flex-wrap:wrap;gap:2rem}.technology-module___Gah6G__flowLine{display:none}.technology-module___Gah6G__metricBar{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.technology-module___Gah6G__heroTitle,.technology-module___Gah6G__sectionTitle,.technology-module___Gah6G__subTitle{font-size:2rem}.technology-module___Gah6G__capGrid,.technology-module___Gah6G__caseGrid,.technology-module___Gah6G__labGrid,.technology-module___Gah6G__featGrid,.technology-module___Gah6G__useCaseGrid{grid-template-columns:1fr}.technology-module___Gah6G__partnerGrid{grid-template-columns:repeat(2,1fr)}.technology-module___Gah6G__splitGrid,.technology-module___Gah6G__outcomeGrid{grid-template-columns:1fr}.technology-module___Gah6G__ctaTitle{font-size:2rem}.technology-module___Gah6G__heroCtas,.technology-module___Gah6G__ctaBtns{flex-direction:column;align-items:center}.technology-module___Gah6G__metricBar{grid-template-columns:1fr}}
