@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#f59e0b;--primary-light:#fbbf24;--primary-dark:#d97706;--bg:#09090b;--bg-card:#ffffff0a;--bg-card-hover:#ffffff12;--text:#f4f4f5;--text-sub:#a1a1aa;--text-dim:#71717a;--border:#ffffff12;--border-hover:#f59e0b4d;--glass:#ffffff08;--glass-border:#ffffff14;--glow:0 0 30px #f59e0b1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto}.main-content{flex-direction:column;flex:1;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
.Navbar-module__cJzEcG__nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#09090b80;border-bottom:1px solid #0000;transition:all .35s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{border-bottom-color:var(--glass-border);background:#09090bd9;box-shadow:0 2px 20px #0000004d}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:.5rem 1.5rem;display:flex}.Navbar-module__cJzEcG__logoLink{flex-shrink:0}.Navbar-module__cJzEcG__logoGlow{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__logoGlow:before{content:"";z-index:-1;filter:blur(10px);opacity:.8;background:radial-gradient(circle,#ffffff59 0%,#0000 60%);border-radius:50%;animation:3s ease-in-out infinite alternate Navbar-module__cJzEcG__glowPulse;position:absolute;inset:-10px}@keyframes Navbar-module__cJzEcG__glowPulse{0%{opacity:.6;transform:scale(.9)}to{opacity:.9;transform:scale(1.1)}}.Navbar-module__cJzEcG__logoImg{object-fit:contain;filter:drop-shadow(0 0 8px #ffffff80);display:block}.Navbar-module__cJzEcG__links{align-items:center;gap:1.75rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-sub);padding:.2rem 0;font-size:.83rem;font-weight:500;transition:color .25s;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--primary);border-radius:1px;width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-2px;left:0}.Navbar-module__cJzEcG__link:hover{color:#fff}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__cta{background:var(--primary);color:#000;white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:.42rem 1.1rem;font-size:.8rem;font-weight:700;transition:all .25s;display:inline-flex}.Navbar-module__cJzEcG__cta:hover{background:var(--primary-dark);box-shadow:0 4px 18px #f59e0b4d}.Navbar-module__cJzEcG__ico{font-size:1.05rem}.Navbar-module__cJzEcG__icoLg{font-size:1.15rem}.Navbar-module__cJzEcG__burger{z-index:110;flex-direction:column;gap:5px;padding:6px;display:none}.Navbar-module__cJzEcG__burger span{background:#fff;border-radius:1px;width:22px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__burgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__burgerOpen span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__burgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#00000080;position:fixed;inset:0}.Navbar-module__cJzEcG__drawer{z-index:95;border-left:1px solid var(--glass-border);background:linear-gradient(#141416,#09090b);flex-direction:column;width:80%;max-width:320px;height:100%;padding:1.25rem;display:flex;position:fixed;top:0;right:0}.Navbar-module__cJzEcG__drawerHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:40px;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Navbar-module__cJzEcG__drawerLink{color:var(--text-sub);border-bottom:1px solid #ffffff0a;padding:.75rem .25rem;font-size:1rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__cJzEcG__drawerLink:hover{color:var(--primary);padding-left:.5rem}.Navbar-module__cJzEcG__drawerCta{background:var(--primary);color:#000;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:.85rem;font-size:.95rem;font-weight:700;display:flex}@media (max-width:900px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__burger{display:flex}}@media (max-width:640px){.Navbar-module__cJzEcG__inner{padding:.25rem 1rem}.Navbar-module__cJzEcG__logoImg{width:auto;max-height:45px}.Navbar-module__cJzEcG__nav{-webkit-backdrop-filter:blur(24px)}.Navbar-module__cJzEcG__logoGlow:before{filter:blur(6px);inset:-6px}}
.Footer-module__S6Hkya__footer{color:#fff;background:#06060a;border-top:1px solid #ffffff0f;padding:3.5rem 1.5rem 1.25rem}.Footer-module__S6Hkya__container{max-width:1300px;margin:0 auto}.Footer-module__S6Hkya__top{border-bottom:1px solid #ffffff0f;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logoGlow{align-items:center;width:fit-content;display:inline-flex;position:relative}.Footer-module__S6Hkya__logoGlow:before{content:"";z-index:-1;filter:blur(8px);background:radial-gradient(circle,#fff3 0%,#0000 60%);border-radius:50%;position:absolute;inset:-8px}.Footer-module__S6Hkya__brand p{color:#ffffff59;max-width:300px;font-size:.82rem;line-height:1.6}.Footer-module__S6Hkya__logo{object-fit:contain;filter:drop-shadow(0 0 6px #fff6)}.Footer-module__S6Hkya__socials{gap:.5rem;display:flex}.Footer-module__S6Hkya__socials a{color:#ffffffb3;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__socials a:hover{color:var(--primary);background:#f59e0b26;transform:translateY(-2px)}.Footer-module__S6Hkya__col{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__col h4{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;font-size:.75rem;font-weight:700}.Footer-module__S6Hkya__col a{color:#ffffff59;font-size:.82rem;transition:all .2s}.Footer-module__S6Hkya__col a:hover{color:var(--primary);padding-left:3px}.Footer-module__S6Hkya__bottom{text-align:center;color:#fff3;font-size:.72rem}@media (max-width:968px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.Footer-module__S6Hkya__top{grid-template-columns:1fr}.Footer-module__S6Hkya__footer{padding:2.5rem 1.25rem 1rem}}
