@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
:root{--primary:#734c9d;--primary-light:#9d7fc2;--primary-dark:#5a3a7d;--accent:#5a3a7d;--bg-dark:#fff;--bg-darker:#f8f7ff;--bg-light-alt:#f3f1fb;--bg-card:#fff;--text-primary:#1a1a2e;--text-secondary:#5a5a7d;--glass-bg:#fffc;--glass-border:#734c9d1a;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--purple-glow:0 4px 20px #734c9d14}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg-dark);width:100%;overflow-x:hidden}body{background:var(--bg-dark);width:100%;max-width:100%;color:var(--text-primary);scroll-behavior:smooth;font-family:Inter,sans-serif;overflow-x:hidden}main{background:var(--bg-dark);width:100%;max-width:100%;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-darker)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.light-section{background:var(--bg-light)!important;color:var(--text-dark)!important}.light-section h1,.light-section h2,.light-section h3,.light-section h4{color:var(--text-dark)!important}.light-section p,.light-section span{color:var(--text-dark-secondary)!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s ease-out forwards fadeIn}.gradient-bg{background:radial-gradient(circle at top right, #734c9d0d, transparent), radial-gradient(circle at bottom left, #734c9d08, transparent), var(--bg-dark)}.purple-gradient-text{background:linear-gradient(135deg,#1a1a2e 0%,#734c9d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}
.Navbar-module__I5bVQG__navbar{z-index:1000;background:#000;border-bottom:1px solid #a855f726;align-items:center;width:100%;max-width:100%;height:80px;padding:0 5%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__I5bVQG__scrolled{background:#000;height:70px;box-shadow:0 4px 30px #00000080}.Navbar-module__I5bVQG__container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.Navbar-module__I5bVQG__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__I5bVQG__logoImg{cursor:pointer;object-fit:contain;border-radius:6px;width:auto;max-width:200px;height:85px;transition:filter .3s}.Navbar-module__I5bVQG__logoImg:hover{filter:drop-shadow(0 0 12px #a855f7e6)}.Navbar-module__I5bVQG__desktopNav{align-items:center;gap:2rem;display:none}@media (min-width:1024px){.Navbar-module__I5bVQG__desktopNav{display:flex}}.Navbar-module__I5bVQG__navItemContainer{padding:10px 0;position:relative}.Navbar-module__I5bVQG__navLink{color:#fff;letter-spacing:.3px;align-items:center;gap:.3rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex;position:relative}.Navbar-module__I5bVQG__navLinkButton{font:inherit;cursor:pointer;color:#fff;appearance:none;background:0 0;border:none;margin:0;padding:0;font-family:inherit}.Navbar-module__I5bVQG__navLink:after{content:"";background:linear-gradient(90deg,#c084fc,#a855f7,#c084fc);border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0;box-shadow:0 0 8px #c084fc99}.Navbar-module__I5bVQG__navLink:hover:after{width:100%;animation:1.5s ease-in-out infinite alternate Navbar-module__I5bVQG__underlineGlow}.Navbar-module__I5bVQG__navLink:hover{color:#c084fc;text-shadow:0 0 8px #c084fccc,0 0 20px #a855f780}.Navbar-module__I5bVQG__navLinkActive{text-shadow:0 0 8px #c084fcb3,0 0 18px #a855f766;color:#c084fc!important}.Navbar-module__I5bVQG__navLinkActive:after{content:"";background:linear-gradient(90deg,#c084fc,#a855f7,#c084fc);border-radius:2px;width:100%;height:2px;animation:1.5s ease-in-out infinite alternate Navbar-module__I5bVQG__underlineGlow;position:absolute;bottom:-4px;left:0;box-shadow:0 0 8px #c084fce6,0 0 20px #a855f799}@keyframes Navbar-module__I5bVQG__underlineGlow{0%{box-shadow:0 0 6px #c084fcb3,0 0 16px #a855f766}to{box-shadow:0 0 12px #c084fc,0 0 30px #a855f7cc}}.Navbar-module__I5bVQG__chevron{transition:transform .3s,color .25s}.Navbar-module__I5bVQG__navItemContainer:hover .Navbar-module__I5bVQG__chevron{color:#c084fc;transform:rotate(180deg)}.Navbar-module__I5bVQG__dropdown{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080319f2;border:1px solid #a855f74d;border-radius:14px;min-width:260px;padding:.8rem;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 60px #000c,0 0 30px #734c9d33}.Navbar-module__I5bVQG__dropdownItem{color:#fff;border-radius:8px;padding:.7rem 1rem;font-size:.9rem;font-weight:500;transition:all .25s;display:block}.Navbar-module__I5bVQG__dropdownItem:hover{color:#fff;text-shadow:0 0 10px #fffc;background:#a855f726;transform:translate(6px)}.Navbar-module__I5bVQG__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__I5bVQG__btnPrimary{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%);border-radius:50px;padding:.7rem 1.8rem;font-size:.9rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 0 15px #a855f780,0 4px 20px #734c9d66}.Navbar-module__I5bVQG__btnPrimary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26,#0000);border-radius:50px;transition:opacity .3s;position:absolute;inset:0}.Navbar-module__I5bVQG__btnPrimary:hover:before{opacity:1}.Navbar-module__I5bVQG__btnPrimary:hover{filter:brightness(1.15);transform:translateY(-3px)scale(1.04);box-shadow:0 0 25px #c084fccc,0 0 60px #a855f780,0 8px 30px #0006}.Navbar-module__I5bVQG__mobileMenuBtn{color:#c084fc;cursor:pointer;filter:drop-shadow(0 0 6px #c084fc80);background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex}.Navbar-module__I5bVQG__mobileMenuBtn:hover{filter:drop-shadow(0 0 12px #c084fce6);transform:scale(1.1)}@media (min-width:1024px){.Navbar-module__I5bVQG__mobileMenuBtn{display:none}.Navbar-module__I5bVQG__btnPrimary{display:inline-block}}@media (max-width:1023px){.Navbar-module__I5bVQG__actions .Navbar-module__I5bVQG__btnPrimary{display:none}}.Navbar-module__I5bVQG__mobileMenu{z-index:999;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#050014f7;border-left:1px solid #a855f733;width:100%;height:100vh;padding:100px 5% 50px;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-10px 0 60px #734c9d4d}.Navbar-module__I5bVQG__mobileMenuContent{flex-direction:column;gap:1.5rem;display:flex}.Navbar-module__I5bVQG__mobileNavLink{color:#fff;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;transition:all .3s;display:inline-block}.Navbar-module__I5bVQG__mobileNavLink:hover{color:#fff;text-shadow:0 0 15px #ffffffe6,0 0 40px #c084fcb3;transform:translate(8px)}.Navbar-module__I5bVQG__mobileNavGroup{flex-direction:column;gap:.65rem;display:flex}.Navbar-module__I5bVQG__mobileSectionLabel{letter-spacing:.12em;text-transform:uppercase;color:#c084fcd9;padding-left:.15rem;font-size:.85rem;font-weight:700}.Navbar-module__I5bVQG__mobileSubItems{border-left:2px solid #a855f780;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-left:1rem;display:flex}.Navbar-module__I5bVQG__mobileSubLink{color:#fff;font-size:.95rem;transition:all .25s}.Navbar-module__I5bVQG__mobileSubLink:hover{color:#fff;text-shadow:0 0 10px #ffffffe6;display:inline-block;transform:translate(4px)}.Navbar-module__I5bVQG__mobileActions{margin-top:2rem}.Navbar-module__I5bVQG__mobileActions .Navbar-module__I5bVQG__btnPrimary{text-align:center;padding:1rem 2rem;font-size:1.1rem;display:block;box-shadow:0 0 30px #a855f799,0 0 80px #734c9d4d}
.Footer-module__MPE0dq__footer{background:#000;border-top:1px solid #ffffff0d;margin-top:0;padding:80px 5% 30px;position:relative;overflow:hidden}.Footer-module__MPE0dq__footer:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);width:100%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__MPE0dq__container{max-width:1400px;margin:0 auto}.Footer-module__MPE0dq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:60px;display:grid}.Footer-module__MPE0dq__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__MPE0dq__footerLogo{object-fit:contain;border-radius:8px;width:auto;height:100px}.Footer-module__MPE0dq__description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.Footer-module__MPE0dq__socials{gap:1rem;display:flex}.Footer-module__MPE0dq__socialLink{width:40px;height:40px;color:var(--primary);transition:var(--transition);border:1px solid var(--glass-border);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__MPE0dq__socialLink:hover{background:var(--primary);color:#fff;box-shadow:var(--purple-glow);transform:translateY(-3px)}.Footer-module__MPE0dq__heading{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600;position:relative}.Footer-module__MPE0dq__heading:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;bottom:-8px;left:0}.Footer-module__MPE0dq__linkList{flex-direction:column;gap:.8rem;display:flex}.Footer-module__MPE0dq__linkList a{color:#ffffffb3;transition:var(--transition);font-size:.95rem}.Footer-module__MPE0dq__linkList a:hover{color:var(--primary-light);padding-left:5px}.Footer-module__MPE0dq__contactCol{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__MPE0dq__contactItem{color:#ffffffb3;align-items:center;gap:.8rem;font-size:.95rem;display:flex}.Footer-module__MPE0dq__icon{color:var(--primary)}.Footer-module__MPE0dq__newsletter{margin-top:1rem}.Footer-module__MPE0dq__newsletter p{color:#fff;margin-bottom:.8rem;font-size:.9rem}.Footer-module__MPE0dq__inputGroup{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;padding:5px;display:flex}.Footer-module__MPE0dq__inputGroup input{color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;padding:.6rem .8rem;font-size:.9rem}.Footer-module__MPE0dq__inputGroup input::placeholder{color:#1a1a2e80}.Footer-module__MPE0dq__inputGroup button{background:var(--primary);color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition);border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.Footer-module__MPE0dq__inputGroup button:hover{background:var(--primary-light)}.Footer-module__MPE0dq__bottomBar{color:#fff9;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:30px;font-size:.85rem;display:flex}.Footer-module__MPE0dq__bottomLinks{gap:1.5rem;display:flex}.Footer-module__MPE0dq__bottomRight{align-items:center;gap:2rem;display:flex}.Footer-module__MPE0dq__bottomLinks a:hover{color:#fff}@media (max-width:768px){.Footer-module__MPE0dq__grid{gap:2rem}.Footer-module__MPE0dq__bottomBar{text-align:center;flex-direction:column;align-items:center}.Footer-module__MPE0dq__bottomRight{flex-direction:column;gap:1.5rem}}.Footer-module__MPE0dq__scrollTopBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 5px 15px #734c9d33}
