@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap";
.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff0d;border-radius:16px;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:1rem;left:1.5rem;right:1.5rem}.Navbar-module__cJzEcG__scrolled{background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);opacity:.98;border-radius:0;top:0;left:0;right:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1440px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.6rem;font-size:1.3rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--accent-primary);font-size:1.5rem}.Navbar-module__cJzEcG__links{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navItem{justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__activeIndicator{background:var(--accent-primary);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0;box-shadow:0 0 10px #ff6d4080}.Navbar-module__cJzEcG__links a{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.9rem;font-weight:500}.Navbar-module__cJzEcG__links a:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__active{color:var(--text-primary)!important}.Navbar-module__cJzEcG__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__themeToggle{color:var(--text-secondary);transition:var(--transition-smooth);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem;font-size:1.2rem}.Navbar-module__cJzEcG__themeToggle:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module__cJzEcG__cta{background:var(--text-primary);color:var(--bg-primary);transition:var(--transition-smooth);border-radius:8px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:700}.Navbar-module__cJzEcG__cta:hover{background:var(--text-secondary);transform:translateY(-1px)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-primary);width:24px;height:2px;transition:all .3s}.Navbar-module__cJzEcG__hamburgerActive .Navbar-module__cJzEcG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerActive .Navbar-module__cJzEcG__bar:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerActive .Navbar-module__cJzEcG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-primary);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:999;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Navbar-module__cJzEcG__mobileMenuOpen{transform:translate(0)}.Navbar-module__cJzEcG__mobileMenuContent{text-align:center;width:100%;padding:2rem}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;gap:2rem;margin-bottom:4rem;list-style:none;display:flex}.Navbar-module__cJzEcG__mobileLinks a{color:var(--text-secondary);transition:var(--transition-smooth);letter-spacing:-.04em;font-size:2rem;font-weight:800}.Navbar-module__cJzEcG__mobileLinks a:hover,.Navbar-module__cJzEcG__activeMobile{color:var(--text-primary)!important}.Navbar-module__cJzEcG__mobileActions{border-top:1px solid var(--border);padding-top:2rem}.Navbar-module__cJzEcG__mobileCta{background:var(--text-primary);width:100%;max-width:300px;color:var(--bg-primary);transition:var(--transition-smooth);border-radius:12px;margin:0 auto;padding:1.2rem;font-size:1.1rem;font-weight:800;display:block}.Navbar-module__cJzEcG__mobileCta:hover{background:var(--text-secondary);transform:scale(1.02)}@media (max-width:992px){.Navbar-module__cJzEcG__desktopOnly{display:none!important}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:4rem;padding:6rem 2rem 3rem}.Footer-module__S6Hkya__container{justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto 4rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--accent-primary)}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__linksGrid{gap:4rem;display:flex}.Footer-module__S6Hkya__linkCol h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-primary);margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.Footer-module__S6Hkya__linkCol ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkCol a{color:var(--text-secondary);transition:var(--transition-smooth);font-size:.9rem}.Footer-module__S6Hkya__linkCol a:hover{color:var(--accent-primary);padding-left:5px}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);max-width:1200px;color:var(--text-muted);justify-content:space-between;align-items:center;margin:0 auto;padding-top:3rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__socials{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socials a{color:var(--text-secondary);transition:var(--transition-bounce);font-size:1.1rem}.Footer-module__S6Hkya__socials a:hover{color:var(--accent-primary);transform:translateY(-3px)}@media (max-width:768px){.Footer-module__S6Hkya__container{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__linksGrid{flex-wrap:wrap;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
.CustomCursor-module__scj-aG__cursor{pointer-events:none;z-index:9999;transition:transform .15s ease-out,opacity .3s;position:fixed;transform:translate(-50%,-50%)}.CustomCursor-module__scj-aG__dot{background:var(--text-primary);border-radius:50%;width:5px;height:5px}.CustomCursor-module__scj-aG__outline{border:1px solid #ffffff4d;border-radius:50%;width:28px;height:28px;transition:width .2s,height .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomCursor-module__scj-aG__pointer .CustomCursor-module__scj-aG__outline{border-color:#ffffff80;width:44px;height:44px}@media (max-width:1024px){.CustomCursor-module__scj-aG__cursor{display:none}}
:root{--bg-primary:#000;--bg-secondary:#0a0a0a;--surface:#111;--border:#262626;--text-primary:#fff;--text-secondary:#a1a1aa;--text-muted:#71717a;--accent-primary:#ff6d40;--accent-primary-rgb:255, 109, 64;--accent-secondary:#60a5fa;--accent-secondary-rgb:96, 165, 250;--accent-glow:#ff6d4026;--glass-blur:16px;--glass-border:#ffffff1a;--glass-bg:#0009;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .5s cubic-bezier(.175, .885, .32, 1.275)}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8fafc;--surface:#fafafa;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--accent-primary:#ff6d40;--accent-secondary:#2563eb;--accent-glow:#b453091a;--glass-bg:#fffc;--glass-border:#0000000d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border)}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
