html,
body {
  min-width: 0 !important;
  margin: 0;
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
}
header .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  nav {
    display: flex;
    align-items: center;
    gap: 24px;
    a {
      background: rgb(151 148 155 / 50%);
      padding: 5px 5px;
      border-radius: 4px;
      display: flex;
      color: white;
      text-decoration: none;
      font-family: sans-serif;
    }
  }
}
.sb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header {
  z-index: 50;
  background: linear-gradient(
    180deg,
    rgba(5, 4, 10, 0.95),
    rgba(5, 4, 10, 0.4)
  );
  border-bottom: 1px solid rgba(245, 216, 150, 0.18);
  backdrop-filter: blur(6px);
  padding: 12px 0;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}
.site-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-header__logo img,
.site-header__logo .custom-logo {
  height: 90px;
  width: auto;
  display: block;
}
.site-header__logo-text {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 216, 150, 0.95);
}

.lang-switcher {
  display: inline-flex;
  gap: 8px;
}
.lang-switcher__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 25px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 216, 150, 0.45);
  font-family: Inter, sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: rgba(245, 216, 150, 1);
  text-transform: uppercase;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease,
    background 0.2s ease;
}
.lang-switcher__btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.lang-switcher__btn.is-active {
  background: linear-gradient(90.96deg, #f5d896 0.82%, #b8a271 58.59%);
  color: rgba(114, 99, 65, 1);
  border-color: transparent;
}

.site-footer {
  position: relative;
  z-index: 40;
  background: #05040a;
  border-top: 1px solid rgba(245, 216, 150, 0.18);
  backdrop-filter: blur(6px);
}
.site-footer__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.footer-nav__list a {
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(245, 216, 150, 0.82);
  transition:
    color 0.15s ease,
    opacity 0.15s ease;
}
.footer-nav__list a:hover {
  color: rgba(245, 216, 150, 1);
  opacity: 0.95;
}

.page-contact,
.page-legal {
  background: #05040a;
  color: #ffffff;
  padding-top: 70px;
}

.page-contact__hero,
.page-legal__hero {
  padding: clamp(48px, 7vw, 96px) 0 32px;
  background: radial-gradient(
    120% 120% at 30% 0%,
    rgba(245, 216, 150, 0.12),
    rgba(5, 4, 10, 0.2)
  );
}
.page-contact__eyebrow {
  font-family: Inter, sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245, 216, 150, 0.85);
  margin-bottom: 14px;
}
.page-contact__title,
.page-legal__title {
  margin: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.05;
  text-transform: uppercase;
  background-image: linear-gradient(90.91deg, #ffffff 13.64%, #a69dbd 79.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page-contact__intro {
  margin-top: 20px;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.page-contact__content,
.page-legal__content {
  padding: 40px 0 90px;
}
.page-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
}
.page-contact__col {
  min-width: 0;
}
.page-contact__body {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.contact-list__item {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(245, 216, 150, 0.16);
  background: rgba(8, 8, 14, 0.6);
}
.contact-list__label {
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 216, 150, 0.7);
}
.contact-list__value {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.contact-list__value:hover {
  color: rgba(245, 216, 150, 1);
}

.page-contact__form-title {
  margin: 0 0 18px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: rgba(245, 216, 150, 0.95);
}
.page-contact__form {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(245, 216, 150, 0.2);
  background: rgba(9, 9, 15, 0.7);
}
.page-contact__form input[type="text"],
.page-contact__form input[type="email"],
.page-contact__form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(245, 216, 150, 0.25);
  background: rgba(5, 4, 10, 0.7);
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  margin-top: 7px;
}
.page-contact__form textarea {
  min-height: 140px;
  resize: vertical;
}
.page-contact__form input[type="text"]::placeholder,
.page-contact__form input[type="email"]::placeholder,
.page-contact__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.page-contact__form input[type="text"]:focus,
.page-contact__form input[type="email"]:focus,
.page-contact__form textarea:focus {
  border-color: rgba(245, 216, 150, 0.6);
  box-shadow: 0 0 0 3px rgba(245, 216, 150, 0.12);
}
.page-contact__form input[type="submit"],
.page-contact__form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90.96deg, #f5d896 0.82%, #b8a271 58.59%);
  color: rgba(114, 99, 65, 1);
  font-family: Inter, sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}
.page-contact__form input[type="submit"]:hover,
.page-contact__form button[type="submit"]:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.page-legal__content {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 960px) {
  .page-contact__grid {
    grid-template-columns: 1fr;
  }
  .site-header__inner {
    min-height: 64px;
  }
}
