/* =========================
   FOOTER PREMIUM V8 - EN
   ========================= */

.fbf8-footer,
.fbf8-footer * {
  box-sizing: border-box;
}

.fbf8-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at top left, rgba(212, 166, 42, 0.05) 0%, rgba(212, 166, 42, 0) 24%),
    linear-gradient(180deg, #17120f 0%, #110d0a 100%);
  color: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.fbf8-footer ul,
.fbf8-footer ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fbf8-footer ul>li,
.fbf8-footer ol>li,
.fbf8-footer .sp-module ul>li,
.fbf8-footer .sppb-addon-module ul>li,
.fbf8-footer .sp-module-content ul>li {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.fbf8-footer a {
  text-decoration: none !important;
}

.fbf8-footer .sp-module ul>li>a,
.fbf8-footer .sppb-addon-module ul>li>a,
.fbf8-footer .fbf8-footer__nav a {
  display: inline-block !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.84) !important;
  transition: color .2s ease, transform .2s ease !important;
}

.fbf8-footer .sp-module ul>li>a:hover,
.fbf8-footer .sppb-addon-module ul>li>a:hover,
.fbf8-footer .fbf8-footer__nav a:hover {
  color: #d4a62a !important;
  transform: translateX(2px);
}

.fbf8-footer__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 68px 28px 24px;
}

.fbf8-footer__top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 1.08fr;
  gap: 42px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fbf8-footer__title {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #d1a63a;
}

/* =========================
   BRAND
   ========================= */
.fbf8-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fbf8-footer__brand-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.fbf8-footer__brand-logo img {
  max-width: 220px;
  height: auto;
  display: block;
}

.fbf8-footer__brand-text {
  max-width: 360px;
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

/* social area centered under brand */
.fbf8-footer__social-wrap {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fbf8-footer__social-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fbf8-footer__social-title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #d1a63a;
  text-align: center;
}

.fbf8-footer__social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.fbf8-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.fbf8-footer__social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: all .25s ease;
}

.fbf8-footer__social a:hover {
  background: #d4a62a;
  border-color: #d4a62a;
  color: #1f1a17;
  transform: translateY(-1px);
}

.fbf8-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.fbf8-footer__dop-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fbf8-footer__dop-logo img {
  height: 66px;
  width: auto;
  display: block;
  opacity: 0.98;
}

/* =========================
   NAV
   ========================= */
.fbf8-footer__nav-col,
.fbf8-footer__contacts-col {
  text-align: left;
}

.fbf8-footer__nav-col .fbf8-footer__title,
.fbf8-footer__contacts-col .fbf8-footer__title {
  text-align: left;
}

.fbf8-footer__nav {
  text-align: left;
}

.fbf8-footer__nav li+li {
  margin-top: 9px !important;
}

.fbf8-footer__nav a {
  font-size: 15px !important;
}

/* =========================
   CONTACTS
   ========================= */
.fbf8-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.fbf8-footer__contact-item {
  text-align: left;
}

.fbf8-footer__contact-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d1a63a;
}

.fbf8-footer__contact-value,
.fbf8-footer__contact-value a {
  font-size: 15px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.88);
  text-align: left !important;
}

.fbf8-footer__contact-value a:hover {
  color: #d4a62a !important;
}

/* =========================
   NEWSLETTER
   ========================= */
.fbf8-footer__newsletter-col {
  min-height: 100%;
}

.fbf8-footer__newsletter-text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.72);
}

.fbf8-footer__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fbf8-footer__newsletter-input {
  width: 100%;
  min-height: 52px;
  height: 52px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 15px;
  outline: none;
  appearance: none;
}

.fbf8-footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.fbf8-footer__newsletter-input:focus {
  border-color: rgba(212, 166, 42, 0.65);
  box-shadow: 0 0 0 3px rgba(212, 166, 42, 0.12);
}

.fbf8-footer__newsletter-btn {
  width: 100%;
  min-height: 52px;
  height: 52px;
  border: 0;
  border-radius: 10px;
  background: #d4a62a;
  color: #1f1a17;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.fbf8-footer__newsletter-btn:hover {
  background: #e1b43d;
  transform: translateY(-1px);
}

.fbf8-footer__newsletter-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.50);
}

/* =========================
   LEGAL MIDDLE
   ========================= */
.fbf8-footer__middle {
  padding: 24px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fbf8-footer__legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fbf8-footer__legal-box {
  text-align: center;
  padding: 8px 10px;
}

.fbf8-footer__legal-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.fbf8-footer__legal-value {
  font-size: 15px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.88);
}

/* =========================
   BOTTOM
   ========================= */
.fbf8-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
}

.fbf8-footer__copyright {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.54);
}

.fbf8-footer__bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.fbf8-footer__bottom-right a,
.fbf8-footer__bottom-right span {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}

.fbf8-footer__bottom-right a:hover {
  color: #d4a62a !important;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1199px) {
  .fbf8-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .fbf8-footer__legal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fbf8-footer__inner {
    padding: 54px 16px 22px;
  }

  .fbf8-footer__legal-grid {
    gap: 4px;
  }

  .fbf8-footer__legal-box {
    padding: 4px 10px;
  }

  .fbf8-footer__legal-label {
    margin-bottom: 2px;
  }

  .fbf8-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .fbf8-footer__brand-text {
    text-align: center;
  }

  .fbf8-footer__social-wrap {
    align-items: center;
  }

  .fbf8-footer__social-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fbf8-footer__nav {
    padding-left: 0;
    list-style: none;
    text-align: center !important;
  }

  .fbf8-footer__nav li {
    text-align: center !important;
  }

  .fbf8-footer__title {
    text-align: center !important;
  }

  .fbf8-footer__nav-col,
  .fbf8-footer__contacts-col {
    text-align: center !important;
  }

  .fbf8-footer__nav-col .fbf8-footer__title,
  .fbf8-footer__contacts-col .fbf8-footer__title {
    text-align: center !important;
  }

  .fbf8-footer__contacts {
    align-items: center;
  }

  .fbf8-footer__contact-item {
    text-align: center;
  }

  .fbf8-footer__contact-value,
  .fbf8-footer__contact-value a {
    text-align: center !important;
  }

  .fbf8-footer__newsletter-text {
    text-align: center;
  }

  .fbf8-footer__dop-logo {
    display: flex;
    justify-content: center;
  }

  .fbf8-footer__dop-logo img {
    height: 54px;
  }

  .fbf8-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fbf8-footer__bottom-right {
    justify-content: center;
  }

  .fbf8-footer__brand-logo {
    display: flex;
    justify-content: center;
  }

  .fbf8-footer__brand-logo img {
    max-width: 180px;
  }
}