@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";
:root{--bg-primary:#080a0f;--bg-secondary:#0d1017;--bg-card:#111520;--bg-glass:#0d1017b3;--accent-primary:#6c63ff;--accent-secondary:#00d4ff;--accent-tertiary:#ff6584;--accent-green:#00e5a0;--text-primary:#f0f2f7;--text-secondary:#8a96b0;--text-muted:#4a5568;--border:#ffffff12;--border-hover:#6c63ff80;--glow-primary:#6c63ff26;--glow-secondary:#00d4ff1a;--gradient-primary:linear-gradient(135deg, #6c63ff, #00d4ff);--gradient-hero:linear-gradient(135deg, #6c63ff 0%, #ff6584 50%, #00d4ff 100%);--gradient-card:linear-gradient(135deg, #6c63ff1a, #00d4ff0d);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-card:0 4px 32px #00000080;--shadow-glow:0 0 40px #6c63ff26;--font-body:"Inter", sans-serif;--font-display:"Space Grotesk", sans-serif;--max-width:1280px;--section-padding:7rem 0;--nav-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);cursor:default;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.15}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.25rem}}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-hero{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 24px #6c63ff66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #6c63ff8c}.btn-outline{border:1.5px solid var(--border-hover);color:var(--text-primary);background:0 0}.btn-outline:hover{background:var(--glow-primary);border-color:var(--accent-primary);transform:translateY(-2px)}.btn-ghost{color:var(--accent-secondary);font-size:.9rem}.btn-ghost:hover{text-decoration:underline}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-primary);background:#6c63ff1f;border:1px solid #6c63ff40;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-subtitle{color:var(--text-secondary);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.7}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all .35s;position:relative;overflow:hidden}.card:before{content:"";background:var(--gradient-card);opacity:0;pointer-events:none;transition:opacity .35s;position:absolute;inset:0}.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow);transform:translateY(-5px)}.card:hover:before{opacity:1}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.section{padding:var(--section-padding)}.section-alt{background:var(--bg-secondary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#6c63ff66;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}::selection{color:#fff;background:#6c63ff59}.icon-box{border-radius:var(--radius-md);background:#6c63ff1f;border:1px solid #6c63ff33;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;transition:all .3s;display:flex}.icon-box svg{width:24px;height:24px;color:var(--accent-primary)}.card:hover .icon-box{border-color:var(--accent-primary);background:#6c63ff40;box-shadow:0 0 20px #6c63ff4d}.tag{color:var(--accent-primary);background:#6c63ff1f;border:1px solid #6c63ff33;border-radius:50px;padding:.3rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #6c63ff33}50%{box-shadow:0 0 50px #6c63ff73}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mesh-bg{z-index:-1;background:radial-gradient(ellipse 80% 50% at 20% 0%, #6c63ff14 0%, transparent 60%), radial-gradient(ellipse 60% 40% at 80% 20%, #00d4ff0d 0%, transparent 60%), var(--bg-primary);pointer-events:none;position:fixed;inset:0}.divider{background:var(--gradient-primary);border-radius:2px;width:60px;height:3px;margin:1.25rem auto}.badge{letter-spacing:.05em;color:var(--accent-green);background:#00e5a01a;border:1px solid #00e5a033;border-radius:50px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.badge:before{content:"";background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
.Navbar-module__cRh5nW__navbar{z-index:1000;height:var(--nav-height);background:0 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__navbar.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#080a0fd9;box-shadow:0 4px 30px #0000004d}.Navbar-module__cRh5nW__nav{height:var(--nav-height);justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-display);flex-shrink:0;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoIcon{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 16px #6c63ff80}.Navbar-module__cRh5nW__logoText{color:var(--text-primary);letter-spacing:-.01em}.Navbar-module__cRh5nW__links{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.Navbar-module__cRh5nW__link{color:var(--text-secondary);border-radius:8px;padding:.5rem .9rem;font-size:.9rem;font-weight:500;transition:all .2s;position:relative}.Navbar-module__cRh5nW__link:hover,.Navbar-module__cRh5nW__link.Navbar-module__cRh5nW__active{color:var(--text-primary);background:#ffffff0f}.Navbar-module__cRh5nW__link.Navbar-module__cRh5nW__active{color:var(--accent-primary)}.Navbar-module__cRh5nW__actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Navbar-module__cRh5nW__hamburger{width:40px;height:40px;color:var(--text-primary);border:1px solid var(--border);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:none}.Navbar-module__cRh5nW__hamburger:hover{background:#ffffff1a}.Navbar-module__cRh5nW__mobileMenu{opacity:0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#080a0ff7;max-height:0;transition:max-height .4s,opacity .3s;display:none;overflow:hidden}.Navbar-module__cRh5nW__mobileMenuOpen{opacity:1;max-height:500px}.Navbar-module__cRh5nW__mobileLinks{flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.Navbar-module__cRh5nW__mobileLink{color:var(--text-secondary);border-radius:10px;padding:.85rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__cRh5nW__mobileLink:hover,.Navbar-module__cRh5nW__mobileLink.Navbar-module__cRh5nW__active{color:var(--text-primary);background:#6c63ff1f}.Navbar-module__cRh5nW__mobileLink.Navbar-module__cRh5nW__active{color:var(--accent-primary)}@media (max-width:900px){.Navbar-module__cRh5nW__links,.Navbar-module__cRh5nW__actions .Navbar-module__cRh5nW__btn{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}.Navbar-module__cRh5nW__mobileMenu{display:block}}
.Footer-module__3hUVsW__footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:6rem;padding:5rem 0 2rem;position:relative;overflow:hidden}.Footer-module__3hUVsW__topGradient{background:var(--gradient-primary);opacity:.6;width:600px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr 1.6fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__3hUVsW__logo{font-family:var(--font-display);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.Footer-module__3hUVsW__logoIcon{background:var(--gradient-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Footer-module__3hUVsW__tagline{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.Footer-module__3hUVsW__socials{gap:.6rem;display:flex}.Footer-module__3hUVsW__social{width:38px;height:38px;color:var(--text-secondary);border:1px solid var(--border);background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;transition:all .25s;display:flex}.Footer-module__3hUVsW__social:hover{color:var(--accent-primary);background:#6c63ff1f;border-color:#6c63ff4d;transform:translateY(-2px)}.Footer-module__3hUVsW__groupTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.Footer-module__3hUVsW__link{color:var(--text-secondary);padding:.3rem 0;font-size:.9rem;transition:color .2s;display:block}.Footer-module__3hUVsW__link:hover{color:var(--text-primary)}.Footer-module__3hUVsW__newsletterText{color:var(--text-secondary);margin-bottom:1rem;font-size:.88rem;line-height:1.6}.Footer-module__3hUVsW__form{flex-direction:column;gap:.6rem;display:flex}.Footer-module__3hUVsW__input{border:1px solid var(--border);color:var(--text-primary);background:#ffffff0a;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.Footer-module__3hUVsW__input:focus{border-color:var(--accent-primary)}.Footer-module__3hUVsW__input::placeholder{color:var(--text-muted)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__3hUVsW__madeWith{align-items:center;gap:.35rem;display:flex}.Footer-module__3hUVsW__madeWith strong{color:var(--text-secondary)}@media (max-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__brand,.Footer-module__3hUVsW__newsletter{grid-column:1/-1}.Footer-module__3hUVsW__form{flex-direction:row}}@media (max-width:640px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}.Footer-module__3hUVsW__brand,.Footer-module__3hUVsW__newsletter{grid-column:auto}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:.5rem}.Footer-module__3hUVsW__form{flex-direction:column}}
