:root {
  --nexa-navy: #07163d;
  --nexa-blue: #1d7cff;
  --nexa-slate: #6f7a94;
}

.topbar {
  background: linear-gradient(90deg, #081739 0%, #0b2458 100%);
}

.topbar__brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-header__logo img,
.footer-logo img,
.logo-box img {
  width: 220px;
  max-width: 100%;
  height: auto;
}

.main-menu .main-menu__list > li > a {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-slider-one__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(6, 18, 48, 0.35);
  backdrop-filter: blur(8px);
}

.main-slider-one__thumb img {
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.28));
}

.product__item__price {
  color: var(--nexa-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-carousel__top__text {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nexa-contact-panel {
  padding: 60px 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, #07163d 0%, #15439a 100%);
  text-align: center;
}

.nexa-contact-panel img {
  width: 260px;
  max-width: 100%;
  margin-bottom: 24px;
}

.nexa-contact-panel h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
}

.nexa-contact-panel p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.82);
}

.nexa-contact-panel .espartyox-btn {
  background: #fff;
  color: var(--nexa-navy);
}

.nexa-contact-panel .espartyox-btn__icon {
  color: var(--nexa-navy);
}

@media (max-width: 1199px) {
  .topbar__brand-badge {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-slider-one__thumb {
    min-height: auto;
    padding: 24px;
  }

  .nexa-contact-panel {
    padding: 40px 20px;
  }

  .nexa-contact-panel h3 {
    font-size: 28px;
  }
}
