@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--bg-color:#0a0a0a;--bg-color-light:#171717;--text-color:#f5f5f5;--text-muted:#a3a3a3;--accent-color:#d4af37;--accent-hover:#f1c40f;--glass-bg:#ffffff08;--glass-border:#ffffff0d;--font-sans:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);max-width:100vw;color:var(--text-color);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border)}.btn{cursor:pointer;border:none;border-radius:4px;padding:.8rem 1.5rem;font-family:inherit;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--accent-color);color:#000}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.btn-outline{color:var(--text-color);border:1px solid var(--text-muted);background-color:#0000}.btn-outline:hover{border-color:var(--accent-color);color:var(--accent-color)}
.Navbar-module__cJzEcG__navbar{z-index:1000;align-items:center;height:80px;padding:0 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid var(--glass-border);height:70px;box-shadow:0 4px 30px #0000001a}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:1px;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__logo span{color:var(--accent-color);margin:0 4px}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{font-weight:500;transition:color .3s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--accent-color)}.Navbar-module__cJzEcG__link:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--text-color);width:25px;height:2px;transition:all .3s}.Navbar-module__cJzEcG__barOpen1{transform:rotate(45deg)translate(5px,6px)}.Navbar-module__cJzEcG__barOpen2{opacity:0}.Navbar-module__cJzEcG__barOpen3{transform:rotate(-45deg)translate(5px,-6px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{background:var(--bg-color);border-left:1px solid var(--glass-border);flex-direction:column;justify-content:center;width:250px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active{right:0;box-shadow:-5px 0 30px #00000080}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-color-light);border-top:1px solid var(--glass-border);margin-top:4rem;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__S6Hkya__brand h3{margin-bottom:1rem;font-size:1.5rem}.Footer-module__S6Hkya__brand span{color:var(--accent-color)}.Footer-module__S6Hkya__brand p{color:var(--text-muted)}.Footer-module__S6Hkya__footer h4{color:var(--text-color);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__links ul{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.8rem}.Footer-module__S6Hkya__links a{color:var(--text-muted);transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--accent-color)}.Footer-module__S6Hkya__contact p{color:var(--text-muted);margin-bottom:.5rem}.Footer-module__S6Hkya__socials{gap:1rem;margin-top:1.5rem;display:flex}.Footer-module__S6Hkya__socials a{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__socials a:hover{background:var(--accent-color);color:#000;transform:translateY(-3px)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-muted);margin-top:4rem;padding-top:2rem;font-size:.9rem}
