.HeroSection-module__sBkrQG__hero{background-color:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__heroContainer{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.HeroSection-module__sBkrQG__content{flex-direction:column;align-items:center;max-width:1000px;display:flex}.HeroSection-module__sBkrQG__badgeWrapper{margin-bottom:2.5rem;display:inline-flex;position:relative}.HeroSection-module__sBkrQG__badgeGlow{background:linear-gradient(90deg,var(--accent-secondary),var(--accent-tertiary),var(--accent-quaternary));border-radius:var(--radius-full);z-index:0;opacity:.5;filter:blur(8px);animation:3s infinite alternate HeroSection-module__sBkrQG__pulse;position:absolute;inset:-2px}.HeroSection-module__sBkrQG__badge{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-full);background-color:#ffffffe6;border:1px solid #fff;align-items:center;gap:.5rem;padding:.5rem 1.25rem;display:inline-flex;position:relative;box-shadow:0 4px 12px #0000000d}.HeroSection-module__sBkrQG__badgeIcon{color:var(--accent-tertiary)}.HeroSection-module__sBkrQG__badgeText{color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;font-weight:700}.HeroSection-module__sBkrQG__title{margin-bottom:2rem}.HeroSection-module__sBkrQG__subtitle{max-width:700px;color:var(--text-secondary);margin-bottom:4rem;font-size:1.25rem}@media (min-width:768px){.HeroSection-module__sBkrQG__subtitle{font-size:1.5rem}}.HeroSection-module__sBkrQG__actionGroup{flex-direction:column;justify-content:center;gap:1.5rem;width:100%;display:flex}@media (min-width:640px){.HeroSection-module__sBkrQG__actionGroup{flex-direction:row;align-items:center;width:auto}}.HeroSection-module__sBkrQG__primaryButton{color:#fff;border-radius:var(--radius-full);background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border:none;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #2563eb4d}.HeroSection-module__sBkrQG__primaryButton:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px #2563eb66}.HeroSection-module__sBkrQG__btnIcon{transition:transform .4s}.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(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-strong);justify-content:center;align-items:center;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .4s;display:flex}.HeroSection-module__sBkrQG__secondaryButton:hover{background-color:var(--bg-primary);border-color:var(--text-primary);transform:translateY(-2px)}.HeroSection-module__sBkrQG__meshBlob{filter:blur(120px);z-index:0;pointer-events:none;opacity:.4;border-radius:50%;position:absolute}.HeroSection-module__sBkrQG__blobPrimary{background:linear-gradient(135deg,#3b82f64d 0%,#8b5cf61a 100%);width:800px;height:800px;animation:20s ease-in-out infinite alternate HeroSection-module__sBkrQG__floatBlobs;top:-10%;left:-10%}.HeroSection-module__sBkrQG__blobSecondary{background:linear-gradient(135deg,#ec489933 0%,#3b82f633 100%);width:900px;height:900px;animation:25s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__floatBlobs;bottom:-20%;right:-10%}.HeroSection-module__sBkrQG__blobAiBase{background:linear-gradient(135deg,#a855f74d 0%,#06b6d41a 100%);width:800px;height:800px;animation:22s ease-in-out infinite alternate HeroSection-module__sBkrQG__floatBlobs;top:-20%;right:-10%}.HeroSection-module__sBkrQG__blobAiAccent{background:radial-gradient(circle,#6366f140 0%,#0000 70%);width:1000px;height:1000px;animation:18s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__floatBlobs;bottom:-30%;left:-10%}.HeroSection-module__sBkrQG__blobSecBase{background:radial-gradient(circle,#0f172a66 0%,#0000 60%);width:700px;height:700px;animation:20s ease-in-out infinite HeroSection-module__sBkrQG__floatBlobs;top:10%;right:10%}.HeroSection-module__sBkrQG__blobSecAccent{background:linear-gradient(135deg,#4ade8026 0%,#3b82f61a 100%);width:900px;height:900px;animation:24s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__floatBlobs;bottom:-10%;left:10%}.HeroSection-module__sBkrQG__blobTertiary{background:radial-gradient(circle,#8b5cf626 0%,#fff0 70%);width:600px;height:600px;animation:15s ease-in-out infinite HeroSection-module__sBkrQG__pulseBlob;top:30%;left:40%}.HeroSection-module__sBkrQG__slideContent{flex-direction:column;align-items:center;width:100%;display:flex}.HeroSection-module__sBkrQG__pagination{justify-content:center;gap:.75rem;margin-top:3rem;display:flex}.HeroSection-module__sBkrQG__dot{background-color:var(--border-strong);border-radius:5px;width:10px;height:10px;transition:all .3s}.HeroSection-module__sBkrQG__activeDot{background-color:var(--accent-secondary);width:30px}.HeroSection-module__sBkrQG__bottomGradientFade{background:linear-gradient(to top,var(--bg-primary),transparent);z-index:5;pointer-events:none;height:200px;position:absolute;bottom:0;left:0;right:0}@keyframes HeroSection-module__sBkrQG__floatBlobs{0%{transform:translate(0)scale(1)}to{transform:translate(100px,-50px)scale(1.1)}}@keyframes HeroSection-module__sBkrQG__pulseBlob{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}@keyframes HeroSection-module__sBkrQG__pulse{0%{opacity:.4}to{opacity:.8}}
.InteractiveDemo-module__rGWX3q__demoSection{border-bottom:1px solid var(--border-subtle);background-color:#fff;padding:8rem 0;position:relative;overflow:hidden}.InteractiveDemo-module__rGWX3q__demoSection:before{content:"";background:linear-gradient(90deg,#0000,#2563eb33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.InteractiveDemo-module__rGWX3q__container{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@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{color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.InteractiveDemo-module__rGWX3q__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.InteractiveDemo-module__rGWX3q__accent{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text}.InteractiveDemo-module__rGWX3q__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.InteractiveDemo-module__rGWX3q__features{flex-direction:column;gap:1.5rem;display:flex}.InteractiveDemo-module__rGWX3q__featureItem{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;display:flex}.InteractiveDemo-module__rGWX3q__featureIconWrap{background-color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 4px #0000000d}.InteractiveDemo-module__rGWX3q__iconBlue{color:#2563eb}.InteractiveDemo-module__rGWX3q__iconGreen{color:#16a34a}.InteractiveDemo-module__rGWX3q__featureItem h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.InteractiveDemo-module__rGWX3q__featureItem p{color:var(--text-secondary);margin:0;font-size:.875rem}.InteractiveDemo-module__rGWX3q__mockupWrapper{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;flex-direction:column;height:500px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a1a,inset 0 0 0 1px #ffffff80}.InteractiveDemo-module__rGWX3q__mockupHeader{background-color:#f1f5f9;border-bottom:1px solid #cbd5e1;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;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;box-shadow:inset 0 1px 2px #0000001a}.InteractiveDemo-module__rGWX3q__dotRed{background-color:#ff5f56}.InteractiveDemo-module__rGWX3q__dotYellow{background-color:#ffbd2e}.InteractiveDemo-module__rGWX3q__dotGreen{background-color:#27c93f}.InteractiveDemo-module__rGWX3q__mockupTitle{color:#64748b;-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500}.InteractiveDemo-module__rGWX3q__copyBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.InteractiveDemo-module__rGWX3q__copyBtn:hover{color:#475569}.InteractiveDemo-module__rGWX3q__copyCheck{color:#10b981}.InteractiveDemo-module__rGWX3q__codeArea{background-color:#fff;flex:1;padding:1.5rem;overflow-y:auto}.InteractiveDemo-module__rGWX3q__preformatted{color:#334155;white-space:pre-wrap;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.6}.InteractiveDemo-module__rGWX3q__preformatted code{color:#0f172a}.InteractiveDemo-module__rGWX3q__cursor{vertical-align:middle;background-color:#2563eb;width:8px;height:15px;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__statusBar{color:#64748b;background-color:#f1f5f9;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;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:.25rem;display:flex}
.AboutSection-module__UGBiha__aboutSection{border-top:1px solid var(--border-subtle);background-color:#fff;padding:8rem 0}.AboutSection-module__UGBiha__header{text-align:center;max-width:800px;margin:0 auto 4rem}.AboutSection-module__UGBiha__tag{color:#2563eb;background:#2563eb1a;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}.AboutSection-module__UGBiha__title{color:var(--text-primary);letter-spacing:-.04em;font-size:3.5rem;font-weight:800}.AboutSection-module__UGBiha__accent{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text}.AboutSection-module__UGBiha__mvGrid{grid-template-columns:1fr;gap:2rem;margin-bottom:5rem;display:grid}@media (min-width:768px){.AboutSection-module__UGBiha__mvGrid{grid-template-columns:1fr 1fr;gap:3rem}}.AboutSection-module__UGBiha__mvCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;justify-content:center;padding:3rem;transition:transform .3s;display:flex}.AboutSection-module__UGBiha__mvCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000000d}.AboutSection-module__UGBiha__mvCard h3{color:#0f172a;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.AboutSection-module__UGBiha__mvCard p{color:#475569;font-size:1.125rem;line-height:1.7}.AboutSection-module__UGBiha__visionCard{background:linear-gradient(135deg,#f0fdfa 0%,#eff6ff 100%);border-color:#2563eb33}.AboutSection-module__UGBiha__valoresTitle{text-align:center;color:#0f172a;margin-bottom:3rem;font-size:2rem;font-weight:700}.AboutSection-module__UGBiha__valoresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.AboutSection-module__UGBiha__valorCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:all .3s;box-shadow:0 10px 25px -5px #00000005}.AboutSection-module__UGBiha__valorCard:hover{border-color:#2563eb66;transform:translateY(-5px);box-shadow:0 15px 30px -5px #2563eb1a}.AboutSection-module__UGBiha__iconRing{color:#2563eb;background:#eff6ff;border:2px solid #2563eb1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:inline-flex}.AboutSection-module__UGBiha__valorCard h4{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.AboutSection-module__UGBiha__valorCard p{color:#64748b;line-height:1.6}
.ServicesSection-module__JL3_nq__servicesSection{background-color:var(--bg-secondary);position:relative;overflow:hidden}.ServicesSection-module__JL3_nq__servicesSection:after{content:"";background-image:linear-gradient(var(--border-subtle)1px,transparent 1px),linear-gradient(90deg,var(--border-subtle)1px,transparent 1px);pointer-events:none;opacity:.5;z-index:0;background-size:60px 60px;position:absolute;inset:0}.ServicesSection-module__JL3_nq__header{text-align:left;z-index:10;max-width:800px;margin-bottom:5rem;position:relative}.ServicesSection-module__JL3_nq__title{color:var(--text-primary);margin-bottom:1.5rem}.ServicesSection-module__JL3_nq__subtitle{color:var(--text-secondary);max-width:600px;font-size:1.25rem}.ServicesSection-module__JL3_nq__bentoGrid{z-index:10;grid-template-columns:1fr;gap:1.5rem;display:grid;position:relative}@media (min-width:768px){.ServicesSection-module__JL3_nq__bentoGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}}@media (min-width:1024px){.ServicesSection-module__JL3_nq__bentoGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:280px}}.ServicesSection-module__JL3_nq__bentoCard{border-radius:var(--radius-xl);flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.ServicesSection-module__JL3_nq__bentoCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.ServicesSection-module__JL3_nq__cardLink{z-index:2;flex-direction:column;height:100%;padding:2.5rem;display:flex;position:relative}.ServicesSection-module__JL3_nq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:auto;display:flex}.ServicesSection-module__JL3_nq__iconWrapper{justify-content:center;align-items:center;transition:transform .4s;display:flex}.ServicesSection-module__JL3_nq__arrowIcon{opacity:0;transition:all .4s;transform:translate(-10px,10px)}.ServicesSection-module__JL3_nq__bentoCard:hover .ServicesSection-module__JL3_nq__iconWrapper{transform:scale(1.1)}.ServicesSection-module__JL3_nq__bentoCard:hover .ServicesSection-module__JL3_nq__arrowIcon{opacity:1;transform:translate(0)}.ServicesSection-module__JL3_nq__cardContent{margin-top:2rem}.ServicesSection-module__JL3_nq__cardTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem}.ServicesSection-module__JL3_nq__cardDescription{font-size:1.05rem;line-height:1.6}.ServicesSection-module__JL3_nq__hoverGlow{opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,#fff6 0%,#fff0 70%);width:300px;height:300px;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ServicesSection-module__JL3_nq__bentoCard:hover .ServicesSection-module__JL3_nq__hoverGlow{opacity:1}.ServicesSection-module__JL3_nq__primary{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary-hover));color:var(--bg-primary);border:1px solid #ffffff1a}.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__cardTitle,.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__cardDescription,.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__iconWrapper,.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__arrowIcon{color:var(--bg-primary)}.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__cardDescription{opacity:.8}.ServicesSection-module__JL3_nq__primary .ServicesSection-module__JL3_nq__hoverGlow{background:radial-gradient(circle,#3b82f64d 0%,#fff0 70%)}.ServicesSection-module__JL3_nq__dark{color:var(--bg-primary);background:linear-gradient(135deg,#1e293b,#0f172a)}.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__cardTitle,.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__cardDescription,.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__iconWrapper,.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__arrowIcon{color:var(--bg-primary)}.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__cardDescription{opacity:.7}.ServicesSection-module__JL3_nq__dark .ServicesSection-module__JL3_nq__hoverGlow{background:radial-gradient(circle,#ffffff1a 0%,#fff0 70%)}.ServicesSection-module__JL3_nq__light .ServicesSection-module__JL3_nq__iconWrapper,.ServicesSection-module__JL3_nq__light .ServicesSection-module__JL3_nq__arrowIcon{color:var(--accent-primary)}.ServicesSection-module__JL3_nq__light .ServicesSection-module__JL3_nq__cardTitle{color:var(--text-primary)}@media (min-width:768px){.ServicesSection-module__JL3_nq__colSpan2{grid-column:span 2}.ServicesSection-module__JL3_nq__rowSpan2{grid-row:span 2}}
.TechRoadmap-module__yjhU9W__roadmapSection{background-color:#f8fafc;padding:8rem 0}.TechRoadmap-module__yjhU9W__header{text-align:center;max-width:800px;margin:0 auto 5rem}.TechRoadmap-module__yjhU9W__title{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.TechRoadmap-module__yjhU9W__accent{color:#2563eb}.TechRoadmap-module__yjhU9W__subtitle{color:var(--text-secondary);font-size:1.25rem;line-height:1.6}.TechRoadmap-module__yjhU9W__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.TechRoadmap-module__yjhU9W__phaseCard{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px -5px #00000005}.TechRoadmap-module__yjhU9W__phaseCard:hover{border-color:#2563eb4d;transform:translateY(-8px);box-shadow:0 20px 40px -10px #2563eb1a}.TechRoadmap-module__yjhU9W__cardTop{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.TechRoadmap-module__yjhU9W__iconWrapper{color:#2563eb;background-color:#f1f5f9;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.TechRoadmap-module__yjhU9W__statusBadge{text-transform:uppercase;letter-spacing:.05em;color:#0369a1;background-color:#e0f2fe;border-radius:99px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.TechRoadmap-module__yjhU9W__phaseTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.TechRoadmap-module__yjhU9W__phaseDesc{color:var(--text-secondary);flex:1;font-size:.95rem;line-height:1.6}.TechRoadmap-module__yjhU9W__cardFooter{color:#2563eb;opacity:.8;margin-top:2rem;font-size:.875rem;font-weight:600;transition:opacity .2s}.TechRoadmap-module__yjhU9W__phaseCard:hover .TechRoadmap-module__yjhU9W__cardFooter{opacity:1}.TechRoadmap-module__yjhU9W__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background-color:#0f172a99;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.TechRoadmap-module__yjhU9W__modalContent{background-color:#fff;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:600px;padding:3rem;position:relative;box-shadow:0 25px 50px -12px #00000040}.TechRoadmap-module__yjhU9W__closeBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.TechRoadmap-module__yjhU9W__closeBtn:hover{color:#0f172a;background:#e2e8f0}.TechRoadmap-module__yjhU9W__modalHeader{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.TechRoadmap-module__yjhU9W__modalIconWrap{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.TechRoadmap-module__yjhU9W__modalTitle{color:var(--text-primary);font-size:2rem;font-weight:800;line-height:1.2}.TechRoadmap-module__yjhU9W__modalFullDesc{color:var(--text-secondary);border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.TechRoadmap-module__yjhU9W__modalDetails h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:700}.TechRoadmap-module__yjhU9W__modalDetails ul{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.TechRoadmap-module__yjhU9W__modalDetails li{color:#475569;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.TechRoadmap-module__yjhU9W__modalDetails li span{color:#2563eb;font-weight:700}
.ProArchitecture-module__v1apya__archSection{color:#fff;background-color:#0f172a;padding:8rem 0;position:relative;overflow:hidden}.ProArchitecture-module__v1apya__backgroundMesh{z-index:1;pointer-events:none;background-image:radial-gradient(circle at 15%,#2563eb26,#0000 40%),radial-gradient(circle at 85% 30%,#06b6d41a,#0000 40%);position:absolute;inset:0}.ProArchitecture-module__v1apya__container{z-index:2;position:relative}.ProArchitecture-module__v1apya__header{text-align:center;max-width:800px;margin:0 auto 5rem}.ProArchitecture-module__v1apya__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.ProArchitecture-module__v1apya__premiumText{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 100%);-webkit-background-clip:text;background-clip:text}.ProArchitecture-module__v1apya__subtitle{color:#94a3b8;font-size:1.25rem;line-height:1.6}.ProArchitecture-module__v1apya__grid3D{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.ProArchitecture-module__v1apya__tiltCard{-webkit-backdrop-filter:blur(16px);transform-style:preserve-3d;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.ProArchitecture-module__v1apya__tiltCard:hover{border-color:#fff3}.ProArchitecture-module__v1apya__iconRing{color:#60a5fa;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:2rem;display:flex;transform:translateZ(30px)}.ProArchitecture-module__v1apya__tiltCard h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700;transform:translateZ(40px)}.ProArchitecture-module__v1apya__tiltCard p{color:#94a3b8;font-size:1rem;line-height:1.6;transform:translateZ(20px)}.ProArchitecture-module__v1apya__innerGlow{opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,#60a5fa1a,#0000 50%);transition:opacity .3s;position:absolute;inset:-50%}.ProArchitecture-module__v1apya__tiltCard:hover .ProArchitecture-module__v1apya__innerGlow{opacity:1}
.AnalyticsDashboardMockup-module__LANBQa__dashboardSection{background-color:#f8fafc;padding:8rem 0;overflow:hidden}.AnalyticsDashboardMockup-module__LANBQa__header{text-align:center;max-width:800px;margin:0 auto 4rem}.AnalyticsDashboardMockup-module__LANBQa__tag{color:#2563eb;background:#2563eb1a;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}.AnalyticsDashboardMockup-module__LANBQa__title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.AnalyticsDashboardMockup-module__LANBQa__accent{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text}.AnalyticsDashboardMockup-module__LANBQa__subtitle{color:#64748b;font-size:1.25rem;line-height:1.6}.AnalyticsDashboardMockup-module__LANBQa__mockupContainer{background:#fff;border-radius:12px;max-width:1000px;margin:0 auto;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a,0 0 0 1px #0000000d}.AnalyticsDashboardMockup-module__LANBQa__windowHeader{background:#f1f5f9;border-bottom:1px solid #e2e8f0;align-items:center;padding:1rem;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:#ef4444}.AnalyticsDashboardMockup-module__LANBQa__controlMin{background:#eab308}.AnalyticsDashboardMockup-module__LANBQa__controlMax{background:#22c55e}.AnalyticsDashboardMockup-module__LANBQa__windowTitle{text-align:center;color:#64748b;flex-grow:1;margin-right:44px;font-size:.875rem;font-weight:600}.AnalyticsDashboardMockup-module__LANBQa__dashboardGrid{height:500px;display:flex}.AnalyticsDashboardMockup-module__LANBQa__sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;gap:.5rem;width:200px;padding:2rem 1rem;display:flex}.AnalyticsDashboardMockup-module__LANBQa__navItem,.AnalyticsDashboardMockup-module__LANBQa__navItemActive{cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.AnalyticsDashboardMockup-module__LANBQa__navItem{color:#64748b}.AnalyticsDashboardMockup-module__LANBQa__navItem:hover{color:#0f172a;background:#e2e8f0}.AnalyticsDashboardMockup-module__LANBQa__navItemActive{color:#2563eb;background:#2563eb1a}.AnalyticsDashboardMockup-module__LANBQa__mainPanel{background:#fff;flex-direction:column;flex-grow:1;gap:2rem;padding:2rem;display:flex}.AnalyticsDashboardMockup-module__LANBQa__kpiRow{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.AnalyticsDashboardMockup-module__LANBQa__kpiCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #00000005}.AnalyticsDashboardMockup-module__LANBQa__kpiLabel{color:#64748b;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.AnalyticsDashboardMockup-module__LANBQa__kpiValue{color:#0f172a;align-items:baseline;gap:.5rem;font-size:2rem;font-weight:800;display:flex}.AnalyticsDashboardMockup-module__LANBQa__kpiTrend{color:#22c55e;background:#22c55e1a;border-radius:99px;padding:.25rem .5rem;font-size:.875rem}.AnalyticsDashboardMockup-module__LANBQa__kpiTrendNormal{color:#64748b;background:#64748b1a;border-radius:99px;padding:.25rem .5rem;font-size:.875rem}.AnalyticsDashboardMockup-module__LANBQa__kpiUnit{color:#64748b;font-size:1rem}.AnalyticsDashboardMockup-module__LANBQa__chartCard{border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.AnalyticsDashboardMockup-module__LANBQa__chartHeader{color:#0f172a;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.AnalyticsDashboardMockup-module__LANBQa__chartArea{flex-grow:1;justify-content:space-between;align-items:flex-end;gap:8px;display:flex;position:relative}.AnalyticsDashboardMockup-module__LANBQa__bar{background:linear-gradient(#2563ebcc,#2563eb33);border-radius:4px 4px 0 0;flex-grow:1;transition:height .3s}.AnalyticsDashboardMockup-module__LANBQa__lineOverlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}
.IndustriesSection-module___YOEga__industriesSection{background-color:var(--bg-primary);padding:8rem 0;position:relative}.IndustriesSection-module___YOEga__header{text-align:center;max-width:800px;margin-bottom:6rem;margin-left:auto;margin-right:auto}.IndustriesSection-module___YOEga__title{color:var(--text-primary);margin-bottom:1.5rem}.IndustriesSection-module___YOEga__subtitle{color:var(--text-secondary);font-size:1.25rem}.IndustriesSection-module___YOEga__cardsContainer{flex-direction:column;gap:2rem;padding-bottom:10vh;display:flex;position:relative}.IndustriesSection-module___YOEga__cardWrapper{background-color:var(--bg-primary);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;flex-direction:column;min-height:450px;padding:3rem;display:flex;position:sticky;box-shadow:0 -10px 40px #0000000d}@media (min-width:1024px){.IndustriesSection-module___YOEga__cardWrapper{flex-direction:row;align-items:center;gap:4rem;padding:5rem}}.IndustriesSection-module___YOEga__cardHeader{flex-direction:column;flex-shrink:0;gap:1.5rem;margin-bottom:2rem;display:flex}@media (min-width:1024px){.IndustriesSection-module___YOEga__cardHeader{width:300px;margin-bottom:0}}.IndustriesSection-module___YOEga__iconWrapper{background-color:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);justify-content:center;align-items:center;width:80px;height:80px;display:flex}.IndustriesSection-module___YOEga__cardTitle{margin:0;font-size:2rem}.IndustriesSection-module___YOEga__cardContent{flex-direction:column;flex-grow:1;gap:1rem;display:flex}.IndustriesSection-module___YOEga__cardHeadline{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.IndustriesSection-module___YOEga__cardDescription{color:var(--text-secondary);max-width:600px;font-size:1.125rem;line-height:1.8}.IndustriesSection-module___YOEga__cardFooter{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}@media (min-width:1024px){.IndustriesSection-module___YOEga__cardFooter{flex-direction:column;align-items:flex-end;width:200px;margin-top:0;margin-left:auto}}.IndustriesSection-module___YOEga__tagsContainer{flex-wrap:wrap;gap:.75rem;display:flex}@media (min-width:1024px){.IndustriesSection-module___YOEga__tagsContainer{justify-content:flex-end}}.IndustriesSection-module___YOEga__tag{background-color:var(--bg-secondary);border:1px solid var(--border-strong);color:var(--text-secondary);border-radius:var(--radius-full);padding:.5rem 1rem;font-size:.875rem;font-weight:600}.IndustriesSection-module___YOEga__cardLink{align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;transition:transform .3s;display:inline-flex}.IndustriesSection-module___YOEga__cardLink:hover{transform:translate(8px)}
.CaseStudiesSection-module__a8CAwq__insightsSection{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);margin-bottom:.5rem}.CaseStudiesSection-module__a8CAwq__subtitle{color:var(--text-secondary);font-size:1.125rem}.CaseStudiesSection-module__a8CAwq__viewAllBtn{color:var(--text-primary);border-bottom:1px solid #0000;align-items:center;gap:.5rem;padding-bottom:2px;font-weight:600;transition:all .3s;display:inline-flex}.CaseStudiesSection-module__a8CAwq__viewAllBtn:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.CaseStudiesSection-module__a8CAwq__grid{grid-template-columns:1fr;gap:2rem;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-lg);background-color:var(--bg-primary);height:100%;box-shadow:var(--shadow-sm);border:1px solid var(--border-subtle);flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.CaseStudiesSection-module__a8CAwq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.CaseStudiesSection-module__a8CAwq__imagePlaceholder{height:240px;position:relative;overflow:hidden}.CaseStudiesSection-module__a8CAwq__purple{background:linear-gradient(135deg,#a855f7 0%,#3b82f6 100%)}.CaseStudiesSection-module__a8CAwq__blue{background:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%)}.CaseStudiesSection-module__a8CAwq__teal{background:linear-gradient(135deg,#0d9488 0%,#3b82f6 100%)}.CaseStudiesSection-module__a8CAwq__metricOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);background:#ffffffe6;flex-direction:column;padding:1rem;display:flex;position:absolute;top:1.5rem;left:1.5rem}.CaseStudiesSection-module__a8CAwq__metricValue{color:var(--accent-primary);font-size:1.75rem;font-weight:800;line-height:1}.CaseStudiesSection-module__a8CAwq__metricLabel{text-transform:uppercase;color:var(--text-secondary);margin-top:.25rem;font-size:.75rem;font-weight:600}.CaseStudiesSection-module__a8CAwq__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.CaseStudiesSection-module__a8CAwq__category{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.CaseStudiesSection-module__a8CAwq__cardTitle{color:var(--text-primary);font-size:1.25rem;line-height:1.5;transition:color .3s}.CaseStudiesSection-module__a8CAwq__card:hover .CaseStudiesSection-module__a8CAwq__cardTitle{color:var(--accent-primary)}
.CareersSection-module__rqAZla__careersSection{background-color:var(--bg-primary);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:1fr 1fr;gap:6rem}}.CareersSection-module__rqAZla__textContent{max-width:600px}.CareersSection-module__rqAZla__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem}@media (min-width:768px){.CareersSection-module__rqAZla__title{font-size:3rem}}.CareersSection-module__rqAZla__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem;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-primary);border-radius:var(--radius-md);background-color:#2563eb1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CareersSection-module__rqAZla__featureTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem}.CareersSection-module__rqAZla__featureDesc{color:var(--text-secondary);margin:0;font-size:.95rem}.CareersSection-module__rqAZla__ctaButton{background-color:var(--text-primary);color:var(--bg-primary);border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.CareersSection-module__rqAZla__ctaButton:hover{background-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 14px #2563eb4d}.CareersSection-module__rqAZla__visualContent{height:100%;min-height:500px;position:relative}.CareersSection-module__rqAZla__imageGrid{width:100%;height:100%;position:relative}.CareersSection-module__rqAZla__imageBox{border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--bg-secondary),var(--border-subtle));background-position:50%;background-size:cover;position:absolute}.CareersSection-module__rqAZla__box1{z-index:2;border:1px solid var(--border-subtle);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__floatingBadge{z-index:10;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-subtle);flex-direction:column;padding:1.5rem;animation:6s ease-in-out infinite CareersSection-module__rqAZla__float;display:flex;position:absolute;top:40%;left:-5%}.CareersSection-module__rqAZla__badgeNumber{color:var(--accent-primary);font-size:2.5rem;font-weight:800;line-height:1}.CareersSection-module__rqAZla__badgeText{color:var(--text-secondary);text-transform:uppercase;margin-top:.25rem;font-size:.875rem;font-weight:600}@keyframes CareersSection-module__rqAZla__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}
