nav{

background:white;

position:sticky;

top:0;

z-index:500;

box-shadow:0 2px 18px rgba(0,0,0,.05);

}

.nav-inner{

display:flex;

justify-content:space-between;

align-items:center;

height:78px;

}

.logo{

font-size:30px;

font-weight:900;

letter-spacing:.5px;

}

.logo span{

color:var(--green-500);

}

.menu{

display:flex;

gap:36px;

font-weight:600;

}
