.site-header.nb-07__bar{
  top:18px;
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:min(calc(100% - 40px),1160px);
  height:68px;
  padding:0 12px;
  gap:12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:rgba(21,23,25,.46)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(20px) saturate(1.1);
  -webkit-backdrop-filter:blur(20px) saturate(1.1);
}

.site-header.nb-07__bar .nb-07__brand{
  min-width:170px;
  padding:10px 14px;
  border-radius:13px;
  transition:background .2s ease;
}
.site-header.nb-07__bar .nb-07__brand:hover{background:rgba(255,255,255,.08)}
.site-header.nb-07__bar .nb-07__nav{
  position:static;
  left:auto;
  transform:none;
  margin:0;
  gap:3px;
}
.site-header.nb-07__bar .nb-07__link{
  font-size:13px!important;
  padding:10px 16px;
  border:1px solid transparent;
  border-radius:11px;
  color:rgba(245,246,243,.7);
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.site-header.nb-07__bar .nb-07__link:hover,
.site-header.nb-07__bar .nb-07__link.nav-active{
  color:#f5f6f3;
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.1);
}
.site-header.nb-07__bar .nb-07__cta{
  min-height:44px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:13px;
  background:rgba(255,255,255,.08);
  color:#f1f2ef;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.site-header.nb-07__bar .nb-07__cta:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.28);
  transform:translateY(-1px);
}
.site-header.nb-07__bar .header-actions{margin-left:0;justify-self:end}

@media(max-width:850px){
  .site-header.nb-07__bar{top:10px;width:calc(100% - 24px);height:62px;padding:0 8px}
  .site-header.nb-07__bar .nb-07__brand{min-width:130px;padding-inline:10px}
  .site-header.nb-07__bar .nb-07__nav{display:none}
}
