/* ══════════════════════════════
   2X CLUB — Tilda Popup Dark Tema
   ══════════════════════════════ */

/* Popup container */
.t-popup__container {
  background-color: #111111 !important;
  border: 1px solid rgba(201,168,76,0.2) !important;
  border-radius: 4px !important;
}

/* Sarlavha */
.t-popup__title,
.t-popup__title *,
.t-form__title,
.t-form__title * {
  color: #F0EDE6 !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
}

/* Barcha matn elementlari */
.t-popup .tn-atom,
.t-popup .tn-atom__field,
.t-popup p,
.t-popup div,
.t-popup span,
.t730 .tn-atom,
.t730__title {
  color: #F0EDE6 !important;
}

/* Inputlar */
.t-input {
  background-color: #181818 !important;
  border: 1px solid #2e2e2e !important;
  border-radius: 2px !important;
  color: #e8e8e8 !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 14px !important;
  height: 50px !important;
}

.t-input::placeholder {
  color: #444 !important;
}

.t-input:focus {
  border-color: #C9A84C !important;
  background-color: #0f0f0f !important;
  outline: none !important;
}

/* Input label */
.t-input-title {
  color: #888 !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-family: 'Sora', sans-serif !important;
}

/* Telefon input */
.t-input-phonefield {
  border: 1px solid #2e2e2e !important;
  background: #181818 !important;
}

.t-input-phonefield input {
  background: #181818 !important;
  color: #e8e8e8 !important;
}

.t-input-phonefield input::placeholder {
  color: #444 !important;
}

.t-input-phonefield__flag-wrap {
  background-color: #181818 !important;
  border-right: 1px solid #2e2e2e !important;
}

.t-input-phonefield__flag-wrap select {
  background-color: #181818 !important;
  color: #888 !important;
}

/* Submit tugma */
.t-submit {
  background-color: #C9A84C !important;
  color: #0A0A0A !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  height: 52px !important;
  transition: all .3s !important;
}

.t-submit:hover {
  background-color: #E8C97A !important;
  color: #0A0A0A !important;
  box-shadow: 0 8px 24px rgba(201,168,76,0.3) !important;
  transform: translateY(-2px) !important;
}

/* Pastki matn */
.t-form__bottom-text,
.t-form__bottom-text *,
.t730__text,
.t730__text * {
  color: #555 !important;
}

/* Yopish tugmasi */
.t-popup__close-icon {
  fill: #555 !important;
  transition: fill .2s !important;
}

.t-popup__close:hover .t-popup__close-icon {
  fill: #C9A84C !important;
}

/* Overlay fon */
.t-popup__overlay {
  background: rgba(0,0,0,0.88) !important;
  backdrop-filter: blur(10px) !important;
}

/* Tilda brending yashirish */
.t-form__powered {
  display: none !important;
}