@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#1a1b2e;--primary-dark:#0f1023;--accent:#6366f1;--accent-alt:#a855f7;--accent-cyan:#06b6d4;--accent-glow:#6366f140;--accent-cyan-glow:#06b6d440;--gradient:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);--gradient-tri:linear-gradient(135deg,#6366f1 0%,#a855f7 50%,#06b6d4 100%);--background:#fff;--surface:#ffffffb3;--surface-elevated:#ffffffe6;--glass:#ffffffbf;--glass-border:#00000014;--glass-shadow:0 8px 32px 0 #0000000f;--text:#1e293b;--text-muted:#64748b;--border:#00000014;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px -1px #00000014;--shadow-lg:0 20px 40px -5px #0000001a;--shadow-glow:0 0 40px #6366f11a;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1.5rem;--radius-xl:2rem;--radius-full:9999px;--max-width:1400px}*{box-sizing:border-box;margin:0;padding:0}html{background:#fff}html,body{max-width:100vw;color:var(--text);scroll-behavior:smooth;font-family:Outfit,sans-serif;line-height:1.7;overflow-x:hidden}body{background:0 0;position:relative}h1,h2,h3,h4,h5,h6{color:var(--primary);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none;transition:all .2s}button{cursor:pointer;background:0 0;border:none;font-family:Outfit;transition:all .2s}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}section{padding:0;position:relative}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-xl)}.mesh-bg{display:none}.sectionLabel{border-radius:var(--radius-full);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;background:#6366f114;border:1px solid #6366f126;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes aurora{0%{transform:rotate(0)scale(1)}33%{transform:rotate(120deg)scale(1.1)}66%{transform:rotate(240deg)scale(.9)}to{transform:rotate(360deg)scale(1)}}@keyframes border-rotate{0%{--angle:0deg}to{--angle:360deg}}@media (max-width:768px){section{padding:0}.container{padding:0 1.25rem}}@media (max-width:480px){section{padding:0}.container{padding:0 1rem}}
.Navbar-module__cJzEcG__nav{z-index:1000;background:0 0;padding:1rem 0;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;transform:translateY(0)}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(25px);background:#ffffffbf;border-bottom:1px solid #0000000d;padding:.6rem 0;box-shadow:0 4px 30px #00000008}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logoWrapper{cursor:pointer}.Navbar-module__cJzEcG__logo{color:var(--primary);align-items:center;gap:.5rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;filter:drop-shadow(0 0 12px #6366f126);width:86px;height:86px}.Navbar-module__cJzEcG__logoText{flex-direction:column;gap:4px;line-height:.85;display:flex}.Navbar-module__cJzEcG__logoText span:first-child{letter-spacing:1px;font-size:1.25rem}.Navbar-module__cJzEcG__logoText span:last-child{opacity:.6;letter-spacing:2px;font-size:.7rem}.Navbar-module__cJzEcG__brandName{letter-spacing:-.02em;color:var(--primary);font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;transition:all .3s}.Navbar-module__cJzEcG__brandTag{color:var(--text-muted);letter-spacing:4px;text-transform:uppercase;opacity:.8;font-size:.75rem;font-weight:600}.Navbar-module__cJzEcG__desktopLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text);opacity:.7;padding-bottom:.25rem;font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.Navbar-module__cJzEcG__link:hover{opacity:1;color:var(--primary)}.Navbar-module__cJzEcG__activeLink{opacity:1;color:var(--accent);font-weight:700}.Navbar-module__cJzEcG__activeLink:after{content:"";background:var(--accent);border-radius:1px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.Navbar-module__cJzEcG__cta{background:var(--gradient);color:#fff;border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.1em;padding:.8rem 2rem;font-size:.75rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #6366f140}.Navbar-module__cJzEcG__cta:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 8px 25px #6366f159}.Navbar-module__cJzEcG__mobileToggle{color:var(--primary);display:none}.Navbar-module__cJzEcG__overlay{z-index:1000;background:#0006;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenu{z-index:1001;width:80%;height:100vh;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:4.5rem 2rem 2rem;transition:right .3s;display:flex;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__closeBtn{border-radius:var(--radius-md);color:var(--primary);cursor:pointer;background:#6366f114;border:1px solid #6366f126;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Navbar-module__cJzEcG__closeBtn:hover{background:#6366f126}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__active{right:0}.Navbar-module__cJzEcG__mobileLink{color:var(--primary);font-size:1rem;font-weight:600;transition:all .2s}.Navbar-module__cJzEcG__activeMobileLink{color:var(--accent);font-weight:800}.Navbar-module__cJzEcG__mobileCta{background:var(--gradient);color:#fff;text-align:center;border-radius:var(--radius-md);margin-top:.5rem;padding:.8rem;font-size:.85rem;font-weight:600}@media (max-width:1024px){.Navbar-module__cJzEcG__desktopLinks{display:none}.Navbar-module__cJzEcG__mobileToggle{display:block}}@media (max-width:768px){.Navbar-module__cJzEcG__nav{padding:1rem 0}.Navbar-module__cJzEcG__scrolled{padding:.75rem 0}.Navbar-module__cJzEcG__logoImg{width:86px;height:86px}.Navbar-module__cJzEcG__logo{gap:.75rem}.Navbar-module__cJzEcG__brandName{font-size:1.2rem}.Navbar-module__cJzEcG__brandTag{letter-spacing:2.5px;font-size:.55rem}.Navbar-module__cJzEcG__mobileMenu{gap:1.1rem;width:85%;max-width:280px;padding:4rem 1.5rem 2rem}.Navbar-module__cJzEcG__mobileLink{font-size:.95rem}}
.Footer-module__S6Hkya__footer{color:#cbd5e1;background:#1a1b2e;border-top:1px solid #6366f126;padding:0;position:relative}.Footer-module__S6Hkya__gradientLine{opacity:.6;background:linear-gradient(90deg,#0000 5%,#6366f1 30%,#22c55e 70%,#0000 95%);height:3px}.Footer-module__S6Hkya__container{padding:3.5rem 0 0;position:relative}.Footer-module__S6Hkya__top{grid-template-columns:1.4fr .8fr .8fr 1fr;align-items:flex-start;gap:2.5rem;padding-bottom:2.5rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1rem;padding-right:1.5rem;display:flex}.Footer-module__S6Hkya__logoWrapper{display:inline-flex}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__logoImg{object-fit:contain;filter:brightness(1.2);width:86px;height:86px}.Footer-module__S6Hkya__logoText{flex-direction:column;display:flex}.Footer-module__S6Hkya__brandName{letter-spacing:.08em;color:#fff;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__brandTag{letter-spacing:.25em;color:#ffffff80;font-size:.55rem;font-weight:500}.Footer-module__S6Hkya__tagline{color:#ffffff73;padding-left:1rem;font-size:.85rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:.5rem;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#ffffff73;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#818cf8;background:#6366f126;border-color:#6366f14d;transform:translateY(-2px)}.Footer-module__S6Hkya__column{flex-direction:column;gap:.65rem;display:flex}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:.4rem;font-size:.78rem;font-weight:700}.Footer-module__S6Hkya__footerLink{color:#ffffff73;align-items:center;gap:.4rem;font-size:.85rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__footerLink svg{opacity:.5;transition:transform .2s}.Footer-module__S6Hkya__footerLink:hover{color:#818cf8;transform:translate(4px)}.Footer-module__S6Hkya__footerLink:hover svg{opacity:1;color:#818cf8}.Footer-module__S6Hkya__contactItem{color:#ffffff73;align-items:center;gap:.5rem;font-size:.85rem;transition:color .2s;display:flex}a.Footer-module__S6Hkya__contactItem:hover{color:#818cf8}.Footer-module__S6Hkya__contactItem svg{opacity:.5;flex-shrink:0}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.Footer-module__S6Hkya__copyright{color:#ffffff4d;font-size:.8rem}.Footer-module__S6Hkya__legal{gap:1.5rem;display:flex}.Footer-module__S6Hkya__legal a{color:#ffffff4d;font-size:.8rem;transition:color .2s}.Footer-module__S6Hkya__legal a:hover{color:#818cf8}@media (max-width:1024px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__brand{grid-column:1/-1;padding-right:0}.Footer-module__S6Hkya__column{padding-left:1.5rem}.Footer-module__S6Hkya__tagline{max-width:400px}}@media (max-width:768px){.Footer-module__S6Hkya__container{padding:3rem 1.5rem 0}.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__S6Hkya__column{padding-left:1.5rem}.Footer-module__S6Hkya__bottom{text-align:left;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}.Footer-module__S6Hkya__legal{flex-wrap:wrap;justify-content:flex-start;gap:1rem}}@media (max-width:480px){.Footer-module__S6Hkya__container{padding:2.5rem 1.25rem 0}.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:1.5rem}.Footer-module__S6Hkya__bottom{padding:1rem 1.25rem}.Footer-module__S6Hkya__brandName{font-size:1.1rem}.Footer-module__S6Hkya__tagline{font-size:.8rem}.Footer-module__S6Hkya__colTitle{font-size:.72rem}.Footer-module__S6Hkya__footerLink,.Footer-module__S6Hkya__contactItem{font-size:.8rem}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__legal a{font-size:.72rem}}
.SplashScreen-module__I3M2YW__splash{z-index:9999;background:#f8f9fc;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.SplashScreen-module__I3M2YW__content{text-align:center}.SplashScreen-module__I3M2YW__name{color:#1a1b2e;letter-spacing:.3em;font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;display:block}.SplashScreen-module__I3M2YW__underline{background:linear-gradient(90deg,#0000,#6366f1,#0000);width:60%;height:4px;margin:1rem auto}.SplashScreen-module__I3M2YW__tagline{color:#64748b;letter-spacing:.5em;text-transform:uppercase;margin-top:1rem;font-size:1rem}.SplashScreen-module__I3M2YW__loader{background:#0000000f;border-radius:2px;width:200px;height:2px;position:absolute;bottom:10%;overflow:hidden}.SplashScreen-module__I3M2YW__pBar{background:#6366f1;height:100%}@media (max-width:768px){.SplashScreen-module__I3M2YW__name{font-size:2.5rem}.SplashScreen-module__I3M2YW__tagline{font-size:.75rem}}
.NeuralBackground-module__L6KiiW__wrapper{z-index:-1;background:#fff;width:100%;height:100%;position:fixed;top:0;left:0}
.BackToTop-module__9O7_lG__btn{z-index:999;-webkit-backdrop-filter:blur(12px);width:48px;height:48px;color:var(--accent);cursor:pointer;opacity:0;pointer-events:none;background:#ffffffe6;border:1px solid #6366f133;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px);box-shadow:0 4px 20px #6366f126}.BackToTop-module__9O7_lG__btn.BackToTop-module__9O7_lG__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.BackToTop-module__9O7_lG__btn.BackToTop-module__9O7_lG__atFooter{bottom:6rem}.BackToTop-module__9O7_lG__btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 30px #6366f14d}@media (max-width:768px){.BackToTop-module__9O7_lG__btn{width:42px;height:42px;bottom:1.25rem;right:1.25rem}}
