/* Shared navigation styles (site-wide) */
@font-face{font-family:'Rubik';src:url('../fonts/Rubik.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}


:root {
  --vk-nav-bg: rgba(0, 0, 0, 0.5);
  --vk-nav-border: rgba(255, 255, 255, 0.06);
  --vk-nav-text: #ffffff;
  --vk-nav-gold: #C5A044;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.hero__nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 50px;
  height: 120px;
  background: var(--vk-nav-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--vk-nav-border);
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo__img {
  height: 60px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 52px;
  list-style: none;
}

.nav-links a {
  color: var(--vk-nav-text);
  font-family:Rubik;
  text-decoration: none;
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.3s;
  letter-spacing: 0;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--vk-nav-gold);
}


.nav-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-cta-wrap a{
  text-decoration: none;
}

.nav-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 32px;
  border-radius: 50px;
  border: none;
  margin-top: 5px;
  font-family: 'UNCAGE', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
  line-height: 140%;
}

.nav-btn:hover {
  background: #e0e0e0;
}

.nav-cta__sub {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: center;
  margin-top: 3px;
  font-family: 'Manrope', sans-serif;
}

.burger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3001;
  padding: 4px;
}

.burger-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: #ffffff;
  transition: 0.3s ease;
}

.mobile-menu {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: all;


}

.mobile-menu__content {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
  width: 100%;
}

.mobile-menu__list a {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  color: #F2F2F2;
  text-decoration: none;
  line-height: 140%;
  font-weight: 500;
  text-transform: none;
  transition: color 0.3s;
  display: inline-block;
  letter-spacing: 0%;
}

.mobile-menu__list a:hover,
.mobile-menu__list a.active {
  color: var(--vk-nav-gold);
}

.mobile-menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.97);
}

.mobile-menu-footer p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #767676;
  text-align: left;
}

.mobile-menu-footer__legal {
  margin-bottom: 40px;
  margin-right: 20px;
}

.mobile-menu-footer__top {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
  background: none;
  color: #9CA3AF;
  flex-shrink: 0;
  border: none;
  padding: 0;
}

.mobile-menu-footer__top:hover {
  opacity: 0.8;
}

.mobile-menu-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8px;
  margin-bottom: 24px;
}

.mobile-menu-footer__inner_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 960px) {
  .hero__nav {
    padding: 6px 28px 6px 16px;
    height: auto;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
  }

  .nav-btn {
    padding: 0;
    background: transparent;
    border: none;
    color: #F4F4F4;
    font-family: 'Manrope', sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none;
    box-shadow: none;
    line-height: 140% !important;
    letter-spacing: 0;
  }

  .nav-cta__sub {
    font-size: 10px;
    color: #AAAAAA;
    margin-top: -4px;
    font-weight: 400;
    text-transform: lowercase;
    text-decoration: none;
    line-height: 140% !important;
    letter-spacing: 0;
  }

  .burger-btn {
    display: flex;
    margin-top: 6px;
  }

  .burger-btn span{
    width: 16px;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .hero__nav{
    gap: 3px;
  }

  .nav-cta-wrap {
    margin-top: 8px;
    margin-right: 12px;
  }

  .nav-cta-wrap a {
    text-decoration: none;
  }
  .logo__img {
    height: 36px;
  }
  .hero__nav {
    /*gap: 30px;*/
  }
  .hero__nav .logo {
    flex: 1;
  }
}



@media(max-width:480px){
  .container{padding:0 12px}
}
