@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.landing-root{--l-bg:#0b0c10;--l-surface:#ffffff08;--l-border:#ffffff1a;--l-text:#fff;--l-text-muted:#aaa;--l-green:#39ff14;--l-purple:#b200ff;--l-cyan:#00f0ff;--l-font:"Inter", system-ui, -apple-system, sans-serif;font-family:var(--l-font);background-color:var(--l-bg);color:var(--l-text);flex-direction:column;min-height:100dvh;line-height:1.6;display:flex;overflow-x:hidden}.landing-root .glass-panel{background:var(--l-surface);-webkit-backdrop-filter:blur(12px);border:1px solid var(--l-border);border-radius:16px}.landing-root .text-gradient{background:linear-gradient(90deg, var(--l-green), var(--l-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .text-gradient-purple{background:linear-gradient(90deg, var(--l-purple), var(--l-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .cta-button{background:var(--l-green);color:#000;cursor:pointer;border:none;border-radius:30px;padding:12px 24px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 0 15px #39ff144d}.landing-root .cta-button:hover{color:#000;transform:translateY(-2px);box-shadow:0 0 25px #39ff1499}.landing-root section{padding:100px 5%}.landing-root .section-title{text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.landing-root{scroll-behavior:smooth}.landing-root .text-green{color:var(--l-green)}@keyframes landing-float{0%{transform:translate(0)scale(1)}to{transform:translate(5%,-5%)scale(1.1)}}@keyframes landing-pulse{0%{transform:scale(.95);box-shadow:0 0 #39ff14b3}70%{transform:scale(1);box-shadow:0 0 0 10px #39ff1400}to{transform:scale(.95);box-shadow:0 0 #39ff1400}}
.LandingNav-module__MhMF5q__nav{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#0b0c1080;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:80px;padding:0 5%;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.LandingNav-module__MhMF5q__nav.LandingNav-module__MhMF5q__scrolled{background:#0b0c10d9;border-bottom-color:#ffffff1a}.LandingNav-module__MhMF5q__logoContainer{letter-spacing:-.5px;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.LandingNav-module__MhMF5q__logo{object-fit:contain;border-radius:8px;width:40px;height:40px}.LandingNav-module__MhMF5q__navLinks{gap:2rem;display:flex}.LandingNav-module__MhMF5q__navLinks a{color:#aaa;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.LandingNav-module__MhMF5q__navLinks a:hover{color:#fff}.LandingNav-module__MhMF5q__navCta{padding:10px 22px;font-size:.95rem}@media (max-width:768px){.LandingNav-module__MhMF5q__nav{padding:0 20px}.LandingNav-module__MhMF5q__navLinks{display:none}.LandingNav-module__MhMF5q__navCta{padding:8px 16px;font-size:.9rem}}
.Footer-module__DaFM4q__footer{z-index:10;background:#000c;border-top:1px solid #ffffff1a;margin-top:auto;padding:80px 5% 40px;position:relative}.Footer-module__DaFM4q__content{justify-content:space-between;gap:60px;max-width:1200px;margin:0 auto 60px;display:flex}.Footer-module__DaFM4q__brand{flex:1;max-width:400px}.Footer-module__DaFM4q__logoRow{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Footer-module__DaFM4q__logoImg{object-fit:contain;border-radius:10px}.Footer-module__DaFM4q__logoText{font-size:1.8rem;font-weight:800}.Footer-module__DaFM4q__brand p{color:#aaa;line-height:1.6}.Footer-module__DaFM4q__links{gap:80px;display:flex}.Footer-module__DaFM4q__linkGroup h4{color:#fff;margin-bottom:20px;font-size:1.1rem}.Footer-module__DaFM4q__linkGroup a{color:#aaa;margin-bottom:12px;text-decoration:none;transition:color .3s;display:block}.Footer-module__DaFM4q__linkGroup a:hover{color:#00f0ff}.Footer-module__DaFM4q__bottom{color:#aaa;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:30px;font-size:.9rem;display:flex}.Footer-module__DaFM4q__social{gap:20px;display:flex}.Footer-module__DaFM4q__social a{color:#aaa;text-decoration:none;transition:color .3s}.Footer-module__DaFM4q__social a:hover{color:#39ff14}@media (max-width:900px){.Footer-module__DaFM4q__content{flex-direction:column;gap:40px}.Footer-module__DaFM4q__links{flex-wrap:wrap;justify-content:space-between;gap:40px}.Footer-module__DaFM4q__bottom{text-align:center;flex-direction:column;gap:20px}}
