.navbar{z-index:1000;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:2px;color:var(--color-forest);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-highlight{color:var(--color-sage);font-weight:300}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{font-weight:500;transition:color .3s}.nav-link:hover{color:var(--color-sage)}.nav-cta{padding:.5rem 1.5rem}.lang-switcher{position:relative}.lang-btn{cursor:pointer;color:var(--color-text);background:#ffffff80;border:1px solid #0000001a;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem .8rem;font-family:inherit;font-weight:500;transition:all .3s;display:flex}.lang-btn:hover{background:#fff}.lang-flag{font-size:1.2rem}.lang-dropdown{background:#fff;border-radius:12px;flex-direction:column;gap:.25rem;min-width:140px;padding:.5rem;display:flex;position:absolute;top:120%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001a}.lang-dropdown-item{text-align:left;cursor:pointer;color:var(--color-text);background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem 1rem;font-family:inherit;font-weight:500;transition:background .2s;display:flex}.lang-dropdown-item:hover{background:#8da99a26}.burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;display:none}.burger-line{background-color:var(--color-forest);border-radius:3px;width:100%;height:3px;transition:all .3s;display:block}.burger.open .burger-line:first-child{transform:translateY(9px)rotate(45deg)}.burger.open .burger-line:nth-child(2){opacity:0}.burger.open .burger-line:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (max-width:768px){.burger{display:flex}.nav-links{background-color:var(--color-cream);flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:280px;height:100vh;transition:all .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links.active{right:0}}
