.Navbar-module__cJzEcG__header{z-index:100;background:0 0;border-bottom:1px solid #0000;width:100%;padding:1.2rem 0;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,padding .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(14px);background:#ffffffe6;border-bottom:1px solid #0000000f;padding:.8rem 0;box-shadow:0 4px 30px #0000000f}.Navbar-module__cJzEcG__nav{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.5px;color:var(--primary);font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__links{gap:2rem;display:flex}.Navbar-module__cJzEcG__links a{color:var(--primary);opacity:.8;font-size:.95rem;font-weight:500;transition:opacity .2s,color .2s;position:relative}.Navbar-module__cJzEcG__links a:after{content:"";background:var(--accent);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-3px;left:0}.Navbar-module__cJzEcG__links a:hover:after,.Navbar-module__cJzEcG__links a.Navbar-module__cJzEcG__active:after{width:100%}.Navbar-module__cJzEcG__links a:hover,.Navbar-module__cJzEcG__links a.Navbar-module__cJzEcG__active{opacity:1;color:var(--accent)}.Navbar-module__cJzEcG__lang{gap:.8rem;display:flex}.Navbar-module__cJzEcG__lang a{color:var(--secondary);opacity:.6;font-size:.8rem;font-weight:600;transition:opacity .2s}.Navbar-module__cJzEcG__lang a:hover{opacity:1;color:var(--primary)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__bar{background:var(--primary);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.Navbar-module__cJzEcG__barTop{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__barMid{opacity:0}.Navbar-module__cJzEcG__barBot{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border-top:1px solid #0000000f;flex-direction:column;padding:0 1.5rem;display:flex;overflow:hidden}.Navbar-module__cJzEcG__mobileLink{color:var(--primary);border-bottom:1px solid #0000000d;padding:1rem 0;font-size:1.05rem;font-weight:600;transition:color .2s;display:block}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLink.Navbar-module__cJzEcG__active{color:var(--accent)}.Navbar-module__cJzEcG__mobileLang{gap:1.5rem;padding:1rem 0;display:flex}.Navbar-module__cJzEcG__mobileLang a{color:var(--secondary);opacity:.6;font-size:.9rem;font-weight:700;transition:opacity .2s}.Navbar-module__cJzEcG__mobileLang a:hover{opacity:1}@media (max-width:768px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__lang{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
:root{--background:#f8fafc;--foreground:#0f172a;--primary:#1e293b;--accent:#d97706;--accent-hover:#b45309;--black:#000;--white:#fff;--radius:8px;--transition:all .3s ease}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}
