@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap";
:root{--bg:#04040f;--bg2:#07071a;--bg3:#0b0b22;--surface:#ffffff0a;--surface-hover:#ffffff12;--border:#ffffff14;--border-bright:#ffffff26;--text:#f0f0ff;--text-muted:#dcdcff8c;--text-dim:#b4b4dc59;--purple:#7c3aed;--blue:#2563eb;--cyan:#06b6d4;--purple-light:#a78bfa;--blue-light:#60a5fa;--cyan-light:#67e8f9;--grad:linear-gradient(135deg, #7c3aed, #2563eb, #06b6d4);--grad-text:linear-gradient(90deg, #a78bfa, #60a5fa, #67e8f9);--font-syne:"Syne", sans-serif;--font-outfit:"Outfit", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-outfit);font-size:16px;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--purple);border-radius:2px}.grad{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes orb{0%{transform:scale(1)translate(0)}to{transform:scale(1.15)translate(20px,-15px)}}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.section-tag{text-transform:uppercase;letter-spacing:.12em;color:var(--cyan-light);align-items:center;gap:6px;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-tag:before{content:"";background:var(--cyan-light);width:20px;height:1px;display:block}main,section,header,footer,nav{z-index:2;position:relative}
.Navbar-module__cRh5nW__nav{z-index:1000;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1rem 5%;transition:background .4s,border-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,box-shadow .4s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__navScrolled{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#04040fbf;border-bottom:1px solid #ffffff14;box-shadow:0 10px 40px #00000026}.Navbar-module__cRh5nW__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navbar-module__cRh5nW__links{align-items:center;gap:1.4rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__links li{position:relative}.Navbar-module__cRh5nW__link{color:#dcdcffad;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .35s,background .35s,transform .35s;display:inline-flex;position:relative}.Navbar-module__cRh5nW__link:hover{color:#fff;background:#ffffff0a}.Navbar-module__cRh5nW__link:after{content:"";background:linear-gradient(90deg,#8b5cf6,#06b6d4);border-radius:999px;width:0;height:2px;transition:width .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__link:hover:after{width:70%}.Navbar-module__cRh5nW__active{font-weight:700;position:relative;color:#fff!important;box-shadow:none!important;background:0 0!important;border:none!important}.Navbar-module__cRh5nW__active:after{display:none}.Navbar-module__cRh5nW__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cRh5nW__bar{background:#fff;border-radius:999px;width:24px;height:2px;transition:transform .3s,opacity .3s}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open .Navbar-module__cRh5nW__bar:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open .Navbar-module__cRh5nW__bar:nth-child(2){opacity:0}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open .Navbar-module__cRh5nW__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cRh5nW__drawer{z-index:999;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#04040ff7;flex-direction:column;justify-content:center;align-items:center;gap:1.8rem;transition:opacity .35s;display:flex;position:fixed;inset:0}.Navbar-module__cRh5nW__drawer.Navbar-module__cRh5nW__open{opacity:1;pointer-events:all}.Navbar-module__cRh5nW__drawerLink{color:#ffffffbf;font-size:1.3rem;font-weight:500;text-decoration:none;transition:transform .35s,color .35s}.Navbar-module__cRh5nW__drawerLink:hover{color:#fff;transform:translate(8px)}.Navbar-module__cRh5nW__drawerActive{color:#8b5cf6;padding-left:10px}.Navbar-module__cRh5nW__drawerCta{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb,#06b6d4);border-radius:999px;margin-top:.5rem;padding:.9rem 2.5rem;font-weight:600;text-decoration:none;transition:transform .35s}.Navbar-module__cRh5nW__drawerCta:hover{transform:translateY(-2px)}@media (max-width:1100px){.Navbar-module__cRh5nW__links{gap:.8rem}.Navbar-module__cRh5nW__link{padding:.65rem .8rem;font-size:.85rem}}@media (max-width:900px){.Navbar-module__cRh5nW__links{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}}.Navbar-module__cRh5nW__cta{background:linear-gradient(135deg,#7c3aed,#2563eb,#06b6d4);border-radius:999px;justify-content:center;align-items:center;padding:.4rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .35s,box-shadow .35s;display:inline-flex;color:#fff!important}.Navbar-module__cRh5nW__cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed66}.Navbar-module__cRh5nW__cta:active{transform:translateY(0)}
.Footer-module__3hUVsW__footer{isolation:isolate;--mouse-x:50%;--mouse-y:50%;background:#020617;padding:6rem 0 2rem;position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";opacity:.55;z-index:0;background:url(/footer/footerBack2.png) 50%/cover no-repeat;transition:opacity .4s,transform .5s,filter .5s;position:absolute;inset:0}.Footer-module__3hUVsW__footer:hover:before{opacity:1;filter:brightness(1.15)saturate(1.15);transform:scale(1.03)}.Footer-module__3hUVsW__footer:after{content:"";background:radial-gradient(circle 260px at var(--mouse-x) var(--mouse-y), transparent 0%, #02061726 35%, #020617bf 100%);pointer-events:none;z-index:1;position:absolute;inset:0}.Footer-module__3hUVsW__glowLeft{opacity:.18;filter:blur(180px);pointer-events:none;z-index:1;background:#7c3aed;border-radius:50%;width:600px;height:600px;position:absolute;bottom:-250px;left:-250px}.Footer-module__3hUVsW__glowRight{opacity:.12;filter:blur(180px);pointer-events:none;z-index:1;background:#06b6d4;border-radius:50%;width:550px;height:550px;position:absolute;top:-200px;right:-250px}.Footer-module__3hUVsW__container{z-index:5;width:min(1280px,92%);margin:auto;position:relative}.Footer-module__3hUVsW__top{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr 1.8fr;gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__3hUVsW__brandDesc{color:#ffffffb8;max-width:320px;margin-top:1.5rem;line-height:1.9}.Footer-module__3hUVsW__colHeading{color:#fff;margin-bottom:1.4rem;font-size:1rem;font-weight:700;position:relative}.Footer-module__3hUVsW__colHeading:after{content:"";background:#8b5cf6;border-radius:999px;width:34px;height:2px;position:absolute;bottom:-8px;left:0}.Footer-module__3hUVsW__linkList{margin:0;padding:0;list-style:none}.Footer-module__3hUVsW__linkList li{margin-bottom:.9rem}.Footer-module__3hUVsW__link{color:#ffffffb8;transition:all .25s}.Footer-module__3hUVsW__link:hover{color:#fff;padding-left:4px}.Footer-module__3hUVsW__addressBox{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__addressBox p{color:#ffffffb8;margin:0;line-height:1.8}.Footer-module__3hUVsW__addressBox strong{color:#fff}.Footer-module__3hUVsW__bottom{justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__3hUVsW__copy{color:#fff9}.Footer-module__3hUVsW__socials{gap:.9rem;display:flex}.Footer-module__3hUVsW__socialBtn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialBtn:hover{background:#8b5cf626;border-color:#8b5cf6;transform:translateY(-4px)scale(1.05);box-shadow:0 0 20px #8b5cf659}@media (max-width:1100px){.Footer-module__3hUVsW__top{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:4rem 0 2rem}.Footer-module__3hUVsW__top{grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__3hUVsW__socials{justify-content:center}}
