#bp_mini_modal_bg{background:transparent;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}#bp_mini_modal{left:40%;top:70px;width:450px;height:150px;font-family:source sans pro,sans-serif;position:absolute;z-index:99999;background:#fff;padding:5px}#bp_mini_modal[class*=bp_mini_arrow_]:after{content:" ";width:0;height:0;position:absolute;border-left:10px solid transparent;border-right:10px solid transparent}#bp_mini_modal[class*=bp_mini_arrow_up_]:after{top:-10px;border-bottom:10px solid #fff}#bp_mini_modal[class*=bp_mini_arrow_down_]:after{bottom:-10px;border-top:10px solid #fff}#bp_mini_modal[class*=_left]:after{left:10px}#bp_mini_modal[class*=_right]:after{right:10px}#bp_mini_modal[class*=_up_right] a.bp_mini_modal_close{right:initial;left:0}#bp_mini_modal a.bp_mini_modal_close{position:absolute;top:-25px;right:0}.arrow-down{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid red}.arrow-right{width:0;height:0;border-top:60px solid transparent;border-bottom:60px solid transparent;border-left:60px solid green}.arrow-left{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid blue}

#bp_mini_modal {   left: 45%;   top: 93px; }
.chat-message--img img
{ max-width: 200px!important; max-height: 200px!important; }
.chat-message--img
{ padding: 0!important; }


/*** HIZLI ISLEM ***/
.tt-hizli {
  z-index: 50;
  width: 150px;
  position: fixed;
  bottom: 0px;
  right: 200px;
}
/* Modal açıkken gizle */
.tt-hizli.tt-hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.tt-hizli-ackapa {
  position: relative;
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  border-radius: 5px;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  border: 2px solid #c0392b;
  box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4), 0 0 20px rgba(192, 57, 43, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tt-hizli-ackapa:hover {
  box-shadow: 0 6px 20px rgba(192, 57, 43, 0.5), 0 0 30px rgba(192, 57, 43, 0.3);
  border-color: #e74c3c;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.tt-hizli-ackapa:active {
  transform: translateY(0);
}

.tt-hizli-ackapa i {
  color: #fff;
  font-size: 12px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.tt-hizli-menu {
  position: absolute;
  background: linear-gradient(145deg, #1e2d3d 0%, #151f2b 100%);
  color: #fff;
  border-radius: 16px;
  bottom: 42px;
  width: 210px;
  left: 30%;
  transform: translateX(-50%);
  display: none;
  border: 1px solid rgba(192, 57, 43, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 60px rgba(192, 57, 43, 0.15);
  padding: 8px;
  overflow: hidden;
}

.tt-hizli-menu::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #151f2b;
  border-right: 1px solid rgba(192, 57, 43, 0.3);
  border-bottom: 1px solid rgba(192, 57, 43, 0.3);
}

.tt-hizli-acik {
  background: linear-gradient(135deg, #a93226 0%, #8b2a22 100%);
  color: #fff;
  border-color: #a93226;
}

.tt-hizli-acik:hover {
  border-color: #c0392b;
}

.tt-hizli-acik i {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(45deg);
}

.tt-hizli-menu a {
  display: flex;
  text-align: left;
  text-decoration: none;
  color: #fff;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 4px;
  transition: all 0.25s ease;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.tt-hizli-menu a:last-child {
  margin-bottom: 0;
}

.tt-hizli-menu a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #c0392b;
  transform: scaleY(0);
  transition: transform 0.25s ease;
  border-radius: 0 3px 3px 0;
}

.tt-hizli-menu a:hover {
  background: rgba(192, 57, 43, 0.15);
  color: #e74c3c;
  padding-left: 18px;
}

.tt-hizli-menu a:hover::before {
  transform: scaleY(1);
}

.tt-hizli-menu a:active {
  background: rgba(192, 57, 43, 0.2);
}

.tt-hizli-menu a img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 6px;
  object-fit: contain;
  transition: transform 0.25s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.tt-hizli-menu a:hover img {
  transform: scale(1.1);
}

.tt-hizli-menu a svg {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  stroke: #c0392b;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.tt-hizli-menu a:hover svg {
  stroke: #e74c3c;
  transform: scale(1.1);
}

.tt-hizli-menu a span {
  flex: 1;
} 

/* new fixes */
.tt-news {
  background-color: #f9b900;
  color: #fff;
}
/* #content #slider{
    height: 640px;
} */
#content #slider .item .box .btn a,
#content #index .content a.button,
.content .btn a {
  border-radius: 40px !important;
}

.tt-news-btns span {
  border-radius: 20px;
  background: white;
  padding: 3px 15px;
  color: black;
}
.tt-news-btns .fa {
  color: #000;
}
.tt-news-btns .fa-chevron-down,
.tt-news-btns .fa-chevron-up {
  padding-top: 4px;
}
.tt-news-new {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}
.tt-news-bullhorn {
  font-size: 22px;
  transform: rotate(344deg);
  margin-right: 10px;
}
.tt-news-btns {
  align-self: center;
  flex-basis: 200px;
  display: flex;
}
.tt-bullhorn-img{
  height: 25px;
  width: auto;
  margin: 1px 10px 0 0;
  transform: rotate(345deg);
}
.container .box .btn {
    background: transparent;
}

.modal {
  max-width: 1200px;
  width: 1200px;
}

.modal img {
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  max-width: 100%;
}

/* SMS Doğrulama Banner - 1024px ve üzeri (Sidebar 281px sabit solda) */
.tt-sms {
  display: block !important;
  width: calc(100% - 281px) !important;
  max-width: calc(100% - 281px) !important;
  position: relative !important;
  left: 281px !important;
  right: 0 !important;
  margin: 0 !important;
  /*z-index: 999999 !important;*/
  padding: 12px 15px !important;
  text-align: center !important;
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  cursor: pointer !important;
  background-color: #39be2d !important;
  box-sizing: border-box !important;
  /* Yeni stacking context oluştur */
  isolation: isolate !important;
  transform: translateZ(0) !important;
}

.tt-sms span {
  display: inline-block !important;
  border-radius: 3px !important;
  padding: 5px 20px !important;
  font-size: 16px !important;
  margin-left: 15px !important;
  background-color: #fff !important;
  color: #000 !important;
  vertical-align: middle !important;
}

/* 1024px altı - Sidebar yok, tam ekran genişliği */
@media (max-width: 1023px) {
  .tt-sms {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    font-size: 16px !important;
    padding: 10px 12px !important;
  }
  
  .tt-sms span {
    font-size: 14px !important;
    padding: 4px 15px !important;
    margin-left: 10px !important;
  }
}

/* Responsive - Mobil */
@media (max-width: 768px) {
  .tt-sms {
    font-size: 14px !important;
    padding: 10px 10px !important;
    line-height: 1.4 !important;
  }
  
  .tt-sms span {
    display: block !important;
    margin: 8px auto 0 auto !important;
    width: fit-content !important;
    font-size: 14px !important;
    padding: 6px 20px !important;
  }
}

@media (max-width: 1023px) {
  .tt-hizli {
    bottom: 75px !important;
    right: 10px !important;
  }
  
  .tg-marketing {
    bottom: 333px !important;
    right: 10px !important;
  }
}

/* Responsive - Küçük Mobil */
@media (max-width: 480px) {
  .tt-sms {
    font-size: 13px !important;
    padding: 8px 8px !important;
  }
  
  .tt-sms span {
    font-size: 13px !important;
    padding: 5px 15px !important;
  }
}

/* ============================================
   SWEETALERT2 MODERN MODAL STİLLERİ
   ============================================ */

/* Modal Backdrop */
.swal2-container {
  z-index: 9999999 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 9999999 !important;
}

/* Modal Popup */
.swal2-popup {
  border-radius: 20px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
              0 0 0 1px rgba(255, 255, 255, 0.1) !important;
  padding: 2rem 2.5rem 1.5rem !important;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
  animation: swalPopIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 9999999 !important;
}

/* SMS Seçim Modal Buton Container */
.swal2-html-container {
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Modal Header - Kapatma butonu için alan */
.swal2-popup .swal2-close {
  z-index: 100 !important;
}

/* Butonların yan yana durması için */
.swal2-html-container .ttSmsButton,
.swal2-html-container .ttSmsVazgec {
  display: inline-flex !important;
  vertical-align: top !important;
}

@keyframes swalPopIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Modal Başlık */
.swal2-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #1a283d !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.02em !important;
}

/* Modal İçerik */
.swal2-html-container,
.swal2-content {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #4a5568 !important;
  margin-top: 0.5rem !important;
}

/* Modal İkon */
.swal2-icon {
  border-width: 3px !important;
  margin: 1.5rem auto !important;
}

.swal2-icon.swal2-success {
  border-color: #6db744 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(109, 183, 68, 0.3) !important;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #6db744 !important;
}

.swal2-icon.swal2-error {
  border-color: #b52427 !important;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background-color: #b52427 !important;
}

.swal2-icon.swal2-info {
  border-color: #f1bb16 !important;
  color: #f1bb16 !important;
}

/* Kapatma Butonu */
.swal2-close {
  position: absolute !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #f3f4f6 !important;
  color: #6b7280 !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  transition: all 0.2s ease !important;
  top: 12px !important;
  right: 12px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  z-index: 10 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  outline: none !important;
}

.swal2-close:hover {
  background: #e5e7eb !important;
  color: #374151 !important;
  transform: rotate(90deg) !important;
}

.swal2-close:focus {
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.3) !important;
  outline: none !important;
}

/* Butonlar Genel */
.swal2-actions {
  margin-top: 1.5rem !important;
  gap: 12px !important;
}

.swal2-styled {
  padding: 12px 28px !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
              0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  border: none !important;
  min-width: 120px !important;
}

.swal2-styled:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15),
              0 4px 6px -2px rgba(0, 0, 0, 0.1) !important;
}

.swal2-styled:active {
  transform: translateY(0) !important;
}

.swal2-styled:focus {
  box-shadow: 0 0 0 3px rgba(241, 187, 22, 0.4) !important;
}

/* Onay Butonu */
.swal2-confirm {
  background: linear-gradient(135deg, #6db744 0%, #5ca038 100%) !important;
  color: #fff !important;
}

.swal2-confirm:hover {
  background: linear-gradient(135deg, #7cc752 0%, #6db744 100%) !important;
}

/* İptal Butonu */
.swal2-cancel {
  background: linear-gradient(135deg, #b52427 0%, #9a1f21 100%) !important;
  color: #fff !important;
}

.swal2-cancel:hover {
  background: linear-gradient(135deg, #c93033 0%, #b52427 100%) !important;
}

/* Sarı/Altın Butonlar */
.swal2-styled[style*="background-color: rgb(241, 187, 22)"],
.swal2-styled[style*="background-color:#f1bb16"],
.swal2-styled[style*="f1bb16"] {
  background: linear-gradient(135deg, #f1bb16 0%, #d9a614 100%) !important;
  color: #1a283d !important;
}

.swal2-styled[style*="background-color: rgb(241, 187, 22)"]:hover,
.swal2-styled[style*="background-color:#f1bb16"]:hover,
.swal2-styled[style*="f1bb16"]:hover {
  background: linear-gradient(135deg, #f5c635 0%, #f1bb16 100%) !important;
}

/* Input Alanları */
.swal2-input,
.swal2-textarea,
.swal2-select {
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.swal2-input:focus,
.swal2-textarea:focus,
.swal2-select:focus {
  border-color: #f1bb16 !important;
  box-shadow: 0 0 0 3px rgba(241, 187, 22, 0.2) !important;
  outline: none !important;
}

.swal2-input::placeholder {
  color: #9ca3af !important;
}

/* Input Label */
.swal2-input-label {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #374151 !important;
  margin-bottom: 8px !important;
}

/* Validation Mesajı */
.swal2-validation-message {
  background: #fef2f2 !important;
  color: #b52427 !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  font-size: 0.9rem !important;
  margin-top: 12px !important;
  border: 1px solid #fecaca !important;
}

/* Loading Spinner */
.swal2-loading .swal2-styled.swal2-confirm {
  background: linear-gradient(135deg, #6db744 0%, #5ca038 100%) !important;
}

/* Timer Progress Bar */
.swal2-timer-progress-bar {
  background: linear-gradient(90deg, #f1bb16, #6db744) !important;
  height: 4px !important;
}

/* SMS Modal Özel Stilleri */
.smsDesc {
  padding-top: 10px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important;
  color: #374151 !important;
}

.smsDesc span {
  display: block !important;
  font-weight: 800 !important;
  color: #1a283d !important;
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
  margin-bottom: 0.25rem !important;
}

/* SMS Resmi - Düzeltilmiş Pozisyon */
.smsKutu {
  position: relative !important;
  left: auto !important;
  max-width: 220px !important;
  width: 220px !important;
  height: auto !important;
  margin: 0 auto 20px auto !important;
  display: block !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* SMS Butonları - Düzeltilmiş */
.ttSmsButton,
.ttSmsVazgec,
.ttSmsButton2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 140px !important;
  max-width: 200px !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  margin: 8px 6px !important;
  line-height: 1.3 !important;
  text-align: center !important;
  white-space: normal !important;
  vertical-align: top !important;
}

.ttSmsButton {
  background: linear-gradient(135deg, #6db744 0%, #5ca038 100%) !important;
  color: #fff !important;
}

.ttSmsButton:hover {
  background: linear-gradient(135deg, #7cc752 0%, #6db744 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 15px -3px rgba(109, 183, 68, 0.3) !important;
}

.ttSmsVazgec {
  background: linear-gradient(135deg, #f1bb16 0%, #d9a614 100%) !important;
  color: #1a283d !important;
}

.ttSmsVazgec:hover {
  background: linear-gradient(135deg, #f5c635 0%, #f1bb16 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 15px -3px rgba(241, 187, 22, 0.3) !important;
}

/* Popup Input */
.popuptelno,
.popupsmsno {
  width: 100% !important;
  max-width: 280px !important;
  padding: 14px 18px !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  font-size: 1.1rem !important;
  text-align: center !important;
  margin: 10px auto !important;
  display: block !important;
  transition: all 0.2s ease !important;
}

.popuptelno:focus,
.popupsmsno:focus {
  border-color: #f1bb16 !important;
  box-shadow: 0 0 0 3px rgba(241, 187, 22, 0.2) !important;
  outline: none !important;
}

/* Uyarı Mesajı */
.ttSmsUyari {
  background: #fef2f2 !important;
  color: #b52427 !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  font-size: 0.9rem !important;
  margin-top: 12px !important;
  border: 1px solid #fecaca !important;
}

/* Giriş/Kayıt Butonları */
.ttPopUpGiris,
.ttPopUpKayit {
  display: inline-block !important;
  padding: 12px 24px !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  margin: 8px 6px !important;
}

.ttPopUpGiris {
  background: linear-gradient(135deg, #f1bb16 0%, #d9a614 100%) !important;
  color: #1a283d !important;
}

.ttPopUpGiris:hover {
  background: linear-gradient(135deg, #f5c635 0%, #f1bb16 100%) !important;
  transform: translateY(-2px) !important;
}

.ttPopUpKayit {
  background: linear-gradient(135deg, #1b2c43 0%, #152233 100%) !important;
  color: #fff !important;
}

.ttPopUpKayit:hover {
  background: linear-gradient(135deg, #243a56 0%, #1b2c43 100%) !important;
  transform: translateY(-2px) !important;
}

/* Bonus Talep Dropdown */
.tt-bonusTalep select {
  width: 100% !important;
  padding: 14px 45px 14px 16px !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
  background-color: #fff !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px !important;
}

.tt-bonusTalep select:focus {
  border-color: #f1bb16 !important;
  box-shadow: 0 0 0 3px rgba(241, 187, 22, 0.2) !important;
  outline: none !important;
}

.tt-bonusTalep select:hover {
  border-color: #d1d5db !important;
}

/* Duyurular Accordion */
.tt-news-acc {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
  color: #fff !important;
  cursor: pointer !important;
  padding: 16px 20px !important;
  border: none !important;
  text-align: left !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.tt-news-acc:first-of-type {
  border-radius: 12px 12px 0 0 !important;
}

.tt-news-acc:hover {
  background: linear-gradient(135deg, #f1bb16 0%, #d9a614 100%) !important;
}

.tt-news-acc-active {
  background: linear-gradient(135deg, #1b2c43 0%, #152233 100%) !important;
}

.tt-news-acc:after {
  content: "+" !important;
  color: #fff !important;
  font-weight: 400 !important;
  float: right !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  transition: transform 0.3s ease !important;
}

.tt-news-acc-active:after {
  content: "−" !important;
  transform: rotate(180deg) !important;
}

.tt-news-acc-panel {
  padding: 20px !important;
  background-color: #f9fafb !important;
  text-align: left !important;
  border-radius: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-top: none !important;
}

.tt-news-acc-panel:last-of-type {
  border-radius: 0 0 12px 12px !important;
}

.tt-news-acc-panel img {
  border-radius: 8px !important;
  margin-bottom: 12px !important;
}

/* Mobil Modal Responsive */
@media (max-width: 768px) {
  .swal2-popup {
    padding: 1.5rem 1.25rem 1.25rem !important;
    border-radius: 16px !important;
    margin: 10px !important;
    max-width: calc(100vw - 20px) !important;
  }
  
  .swal2-title {
    font-size: 1.4rem !important;
  }
  
  .swal2-styled {
    padding: 10px 20px !important;
    font-size: 0.95rem !important;
    min-width: 100px !important;
  }
  
  .smsDesc span {
    font-size: 2.5rem !important;
  }
  
  .smsKutu {
    max-width: 150px !important;
    width: 150px !important;
    margin-bottom: 10px !important;
  }
  
  .ttSmsButton,
  .ttSmsVazgec {
    display: inline-flex !important;
    width: auto !important;
    min-width: 120px !important;
    max-width: 160px !important;
    padding: 12px 15px !important;
    font-size: 0.85rem !important;
    margin: 6px 4px !important;
  }
}

@media (max-width: 400px) {
  .ttSmsButton,
  .ttSmsVazgec {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 !important;
  }
  
  .smsKutu {
    max-width: 120px !important;
    width: 120px !important;
  }
}

/* ============================================
   SMS DOĞRULAMA MODAL V2 - YENİ TASARIM
   ============================================ */

/* Overlay */
.sms-v2-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 15, 30, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sms-v2-overlay.show {
  opacity: 1;
  visibility: visible;
  background: rgba(10, 15, 30, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Modal */
.sms-v2-modal {
  background: linear-gradient(145deg, #1a283d 0%, #0f1824 100%);
  border-radius: 24px;
  width: 100%;
  max-width: 480px;
  padding: 0;
  position: relative;
  box-shadow: 
    0 25px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: scale(0.9) translateY(30px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.sms-v2-overlay.show .sms-v2-modal {
  transform: scale(1) translateY(0);
}

/* Kapatma Butonu */
.sms-v2-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  z-index: 10;
}

.sms-v2-close:hover {
  background: rgba(181, 36, 39, 0.8);
  color: #fff;
  transform: rotate(90deg);
}

/* Header */
.sms-v2-header {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  padding: 32px 24px 40px;
  text-align: center;
  position: relative;
}

.sms-v2-header::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(145deg, #1a283d 0%, #0f1824 100%);
  border-radius: 24px 24px 0 0;
}

.sms-v2-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #fff;
}

.sms-v2-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.sms-v2-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Progress Bar */
.sms-v2-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 16px;
  gap: 0;
  position: relative;
  z-index: 1;
}

.sms-v2-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.sms-v2-progress-step.active {
  opacity: 1;
}

.sms-v2-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.sms-v2-progress-step.active .sms-v2-step-number {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  border-color: #c0392b;
  color: #fff;
  box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4);
}

.sms-v2-progress-step.completed .sms-v2-step-number {
  background: linear-gradient(135deg, #6db744 0%, #5ca038 100%);
  border-color: #6db744;
  color: #fff;
}

.sms-v2-progress-step span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.sms-v2-progress-step.active span {
  color: #c0392b;
}

.sms-v2-progress-line {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin: 0 8px 24px;
  transition: all 0.3s ease;
}

.sms-v2-progress-line.active {
  background: linear-gradient(90deg, #f85e5e, #c0392b);
}

/* Content Area */
.sms-v2-content {
  padding: 8px 24px 32px;
}

.sms-v2-step {
  animation: smsV2FadeIn 0.4s ease;
}

@keyframes smsV2FadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Step 1 - Bonus Seçimi */
.sms-v2-bonus-info {
  text-align: center;
  margin-bottom: 24px;
}

.sms-v2-bonus-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.2) 0%, rgba(192, 57, 43, 0.1) 100%);
  border: 1px solid rgba(192, 57, 43, 0.3);
  border-radius: 16px;
  padding: 12px 24px;
  margin-bottom: 12px;
}

.sms-v2-bonus-amount {
  font-size: 48px;
  font-weight: 800;
  color: #c0392b;
  line-height: 1;
}

.sms-v2-bonus-currency {
  font-size: 18px;
  font-weight: 600;
  color: #c0392b;
}

.sms-v2-bonus-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 0;
}

.sms-v2-bonus-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sms-v2-bonus-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sms-v2-bonus-card:hover {
  background: rgba(192, 57, 43, 0.1);
  border-color: rgba(192, 57, 43, 0.5);
  transform: translateX(4px);
}

.sms-v2-bonus-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6db744 0%, #5ca038 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.sms-v2-bonus-card-icon.freespin {
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.sms-v2-bonus-card-content {
  flex: 1;
}

.sms-v2-bonus-card-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.sms-v2-bonus-card-content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.sms-v2-bonus-card-arrow {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.sms-v2-bonus-card:hover .sms-v2-bonus-card-arrow {
  color: #c0392b;
  transform: translateX(4px);
}

/* Step 2 - Telefon */
.sms-v2-phone-icon {
  text-align: center;
  margin-bottom: 16px;
  color: #c0392b;
}

.sms-v2-step-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 8px;
}

.sms-v2-step-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 24px;
}

.sms-v2-input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sms-v2-input-group:focus-within {
  border-color: #c0392b;
  box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.15);
}

.sms-v2-input-prefix {
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sms-v2-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  outline: none;
}

.sms-v2-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

/* Step 3 - Doğrulama Kodu */
.sms-v2-verify-icon {
  text-align: center;
  margin-bottom: 16px;
  color: #6db744;
}

.sms-v2-code-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.sms-v2-code-input {
  width: 52px;
  height: 64px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
  caret-color: #c0392b;
}

.sms-v2-code-input:focus {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.1);
  box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.15);
}

.sms-v2-code-input:not(:placeholder-shown) {
  border-color: #ce0909;
}

.sms-v2-remaining {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.sms-v2-remaining strong {
  color: #c0392b;
}

/* Error Message */
.sms-v2-error {
  background: rgba(181, 36, 39, 0.15);
  border: 1px solid rgba(181, 36, 39, 0.3);
  border-radius: 10px;
  padding: 12px 16px;
  margin: 16px 0;
  font-size: 13px;
  color: #ff6b6b;
  text-align: center;
  display: none;
}

.sms-v2-error.success {
  background: rgba(109, 183, 68, 0.15);
  border-color: rgba(109, 183, 68, 0.3);
  color: #6db744;
}

.sms-v2-error:not(:empty) {
  display: block;
}

/* Buttons */
.sms-v2-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.sms-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.sms-v2-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

.sms-v2-btn-primary {
  flex: 1;
  background: linear-gradient(135deg, #b50808 0%, #ff0000 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.sms-v2-btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
}

.sms-v2-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sms-v2-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

.sms-v2-btn-link {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 14px 16px;
}

.sms-v2-btn-link:hover {
  color: #c0392b;
}

.sms-v2-btn-full {
  width: 100%;
}

/* Success State */
.sms-v2-success {
  text-align: center;
  padding: 20px 0;
}

.sms-v2-success-icon {
  color: #6db744;
  margin-bottom: 16px;
  animation: smsV2SuccessPop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes smsV2SuccessPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.sms-v2-success-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}

.sms-v2-success-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 24px;
}

.sms-v2-success-bonus {
  background: linear-gradient(135deg, rgba(192, 57, 43, 0.2) 0%, rgba(192, 57, 43, 0.1) 100%);
  border: 1px solid rgba(192, 57, 43, 0.3);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
}

.sms-v2-success-bonus span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 4px;
}

.sms-v2-success-bonus small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.sms-v2-success-warning {
  font-size: 12px;
  color: #ff6b6b;
  margin: 0 0 20px;
  padding: 12px;
  background: rgba(181, 36, 39, 0.1);
  border-radius: 10px;
}

/* Spinner */
.sms-v2-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: smsV2Spin 0.8s linear infinite;
}

@keyframes smsV2Spin {
  to {
    transform: rotate(360deg);
  }
}

/* Confetti */
.sms-v2-confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  top: -10px;
  animation: smsV2ConfettiFall linear forwards;
  pointer-events: none;
}

@keyframes smsV2ConfettiFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(500px) rotate(720deg);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 520px) {
  .sms-v2-overlay {
    padding: 12px;
  }
  
  .sms-v2-modal {
    border-radius: 20px;
  }
  
  .sms-v2-header {
    padding: 24px 20px 36px;
  }
  
  .sms-v2-title {
    font-size: 20px;
  }
  
  .sms-v2-content {
    padding: 8px 20px 24px;
  }
  
  .sms-v2-progress {
    padding: 20px 16px 12px;
  }
  
  .sms-v2-progress-line {
    width: 30px;
  }
  
  .sms-v2-progress-step span {
    font-size: 10px;
  }
  
  .sms-v2-bonus-amount {
    font-size: 36px;
  }
  
  .sms-v2-bonus-card {
    padding: 14px 16px;
  }
  
  .sms-v2-bonus-card-icon {
    width: 48px;
    height: 48px;
  }
  
  .sms-v2-code-input {
    width: 44px;
    height: 56px;
    font-size: 24px;
  }
  
  .sms-v2-buttons {
    flex-direction: column;
  }
  
  .sms-v2-btn-secondary {
    order: 2;
  }
}

/* ==================== TT Phone Change Modal ==================== */
.tt-phone-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.tt-phone-overlay.active {
  opacity: 1;
  visibility: visible;
}

.tt-phone-modal {
  background: linear-gradient(145deg, #1e2d3d 0%, #151f2b 100%);
  border-radius: 20px;
  padding: 40px;
  width: 90%;
  max-width: 420px;
  position: relative;
  border: 1px solid rgba(192, 57, 43, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 100px rgba(192, 57, 43, 0.1);
  transform: scale(0.9) translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tt-phone-overlay.active .tt-phone-modal {
  transform: scale(1) translateY(0);
}

.tt-phone-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tt-phone-close:hover {
  background: rgba(181, 36, 39, 0.8);
  transform: rotate(90deg);
}

.tt-phone-close svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-phone-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
}

.tt-phone-icon svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-phone-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.tt-phone-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.5;
}

.tt-phone-input-group {
  position: relative;
  margin-bottom: 24px;
}

.tt-phone-input {
  width: 100%;
  padding: 16px 20px;
  padding-left: 52px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
  outline: none;
}

.tt-phone-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.tt-phone-input:focus {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.05);
  box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.1);
}

.tt-phone-input.error {
  border-color: #b52427;
  background: rgba(181, 36, 39, 0.05);
}

.tt-phone-input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 2;
  transition: stroke 0.3s ease;
}

.tt-phone-input:focus + .tt-phone-input-icon,
.tt-phone-input:focus ~ .tt-phone-input-icon {
  stroke: #c0392b;
}

.tt-phone-error {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 8px;
  display: none;
  align-items: center;
  gap: 6px;
}

.tt-phone-error.show {
  display: flex;
}

.tt-phone-error svg {
  width: 14px;
  height: 14px;
  stroke: #ff6b6b;
  flex-shrink: 0;
}

.tt-phone-btn {
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tt-phone-btn-primary {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(192, 57, 43, 0.3);
}

.tt-phone-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(192, 57, 43, 0.4);
}

.tt-phone-btn-primary:active {
  transform: translateY(0);
}

.tt-phone-btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.tt-phone-btn-primary svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-phone-btn-cancel {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
}

.tt-phone-btn-cancel:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* Code Input Step */
.tt-phone-code-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}

.tt-phone-code-input {
  width: 52px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  outline: none;
}

.tt-phone-code-input:focus {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.05);
  box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.1);
}

.tt-phone-code-input.error {
  border-color: #b52427;
  animation: shake 0.5s ease-in-out;
}

.tt-phone-code-input.filled {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.1);
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

.tt-phone-timer {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 20px;
}

.tt-phone-timer span {
  color: #c0392b;
  font-weight: 600;
}

.tt-phone-resend {
  color: #c0392b;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.tt-phone-resend:hover {
  opacity: 0.8;
}

.tt-phone-resend.disabled {
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  text-decoration: none;
}

/* Success State */
.tt-phone-success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
}

.tt-phone-success-icon svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 3;
}

/* Error State */
.tt-phone-error-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #b52427 0%, #8a1c1e 100%);
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(181, 36, 39, 0.3);
}

.tt-phone-error-icon svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  stroke-width: 3;
}

/* Loading State */
.tt-phone-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 480px) {
  .tt-phone-modal {
    padding: 32px 24px;
    margin: 16px;
    width: calc(100% - 32px);
  }
  
  .tt-phone-title {
    font-size: 20px;
  }
  
  .tt-phone-code-input {
    width: 46px;
    height: 54px;
    font-size: 20px;
  }
  
  .tt-phone-icon,
  .tt-phone-success-icon,
  .tt-phone-error-icon {
    width: 70px;
    height: 70px;
  }
  
  .tt-phone-icon svg,
  .tt-phone-success-icon svg,
  .tt-phone-error-icon svg {
    width: 34px;
    height: 34px;
  }
}

/* ==================== TT Bonus Talep Modal ==================== */
.tt-bonus-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

.tt-bonus-overlay.active {
  opacity: 1;
  visibility: visible;
}

.tt-bonus-modal {
  background: linear-gradient(145deg, #1e2d3d 0%, #151f2b 100%);
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  position: relative;
  border: 1px solid rgba(192, 57, 43, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 100px rgba(192, 57, 43, 0.15);
  transform: scale(0.9) translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tt-bonus-overlay.active .tt-bonus-modal {
  transform: scale(1) translateY(0);
}

.tt-bonus-header {
  padding: 24px 24px 0;
  position: relative;
}

.tt-bonus-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.tt-bonus-close:hover {
  background: rgba(181, 36, 39, 0.8);
  transform: rotate(90deg);
}

.tt-bonus-close svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-bonus-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
}

.tt-bonus-icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-bonus-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 6px;
}

.tt-bonus-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.tt-bonus-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.tt-bonus-select-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.tt-bonus-select {
  width: 100%;
  padding: 14px 45px 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  outline: none;
}

.tt-bonus-select:focus {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.05);
}

.tt-bonus-select option {
  background: #1a283d;
  color: #fff;
  padding: 12px;
}

.tt-bonus-select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  stroke: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.tt-bonus-select:focus ~ .tt-bonus-select-arrow {
  stroke: #c0392b;
}

.tt-bonus-info-box {
  background: rgba(192, 57, 43, 0.08);
  border: 1px solid rgba(192, 57, 43, 0.2);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  display: none;
}

.tt-bonus-info-box.show {
  display: block;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tt-bonus-info-title {
  color: #c0392b;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tt-bonus-info-title svg {
  width: 18px;
  height: 18px;
  stroke: #c0392b;
}

.tt-bonus-info-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.tt-bonus-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.tt-bonus-btn {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tt-bonus-btn-primary {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(192, 57, 43, 0.3);
}

.tt-bonus-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(192, 57, 43, 0.4);
}

.tt-bonus-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.tt-bonus-btn-secondary {
  background: rgba(181, 36, 39, 0.2);
  color: #ff6b6b;
  border: 1px solid rgba(181, 36, 39, 0.3);
}

.tt-bonus-btn-secondary:hover {
  background: rgba(181, 36, 39, 0.3);
}

.tt-bonus-btn svg {
  width: 18px;
  height: 18px;
}

.tt-bonus-btn-primary svg {
  stroke: #fff;
}

.tt-bonus-btn-secondary svg {
  stroke: #ff6b6b;
}

/* Divider */
.tt-bonus-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  margin: 24px 0;
}

/* Status Section */
.tt-bonus-status-section {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 16px;
}

.tt-bonus-status-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tt-bonus-status-title svg {
  width: 20px;
  height: 20px;
  stroke: #c0392b;
}

.tt-bonus-status-btn {
  width: 100%;
  padding: 12px 20px;
  background: rgba(192, 57, 43, 0.15);
  border: 1px solid rgba(192, 57, 43, 0.3);
  border-radius: 10px;
  color: #c0392b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tt-bonus-status-btn:hover {
  background: rgba(192, 57, 43, 0.25);
}

.tt-bonus-status-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tt-bonus-status-btn svg {
  width: 18px;
  height: 18px;
  stroke: #c0392b;
}

.tt-bonus-status-result {
  margin-top: 16px;
  display: none;
}

.tt-bonus-status-result.show {
  display: block;
  animation: fadeInUp 0.3s ease;
}

.tt-bonus-status-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tt-bonus-status-item:last-child {
  border-bottom: none;
}

.tt-bonus-status-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.tt-bonus-status-value {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  max-width: 60%;
}

.tt-bonus-status-value.success {
  color: #6db744;
}

.tt-bonus-status-value.pending {
  color: #c0392b;
}

.tt-bonus-status-value.error {
  color: #ff6b6b;
}

/* Login Required */
.tt-bonus-login {
  text-align: center;
  padding: 20px 0;
}

.tt-bonus-login-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.tt-bonus-login-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.tt-bonus-login-btn {
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tt-bonus-login-btn-primary {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  color: #fff;
}

.tt-bonus-login-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(192, 57, 43, 0.3);
  color: #fff;
}

.tt-bonus-login-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.tt-bonus-login-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* Loading Spinner */
.tt-bonus-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Responsive */
@media (max-width: 520px) {
  .tt-bonus-modal {
    max-height: 85vh;
    border-radius: 16px;
  }
  
  .tt-bonus-header {
    padding: 20px 20px 0;
  }
  
  .tt-bonus-body {
    padding: 20px;
  }
  
  .tt-bonus-title {
    font-size: 20px;
  }
  
  .tt-bonus-icon {
    width: 60px;
    height: 60px;
  }
  
  .tt-bonus-icon svg {
    width: 30px;
    height: 30px;
  }
  
  .tt-bonus-actions {
    flex-direction: column;
  }
  
  .tt-bonus-login-btns {
    flex-direction: column;
  }
}

/* ==================== TT Promo Code Modal ==================== */
.tt-promo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

.tt-promo-overlay.active {
  opacity: 1;
  visibility: visible;
}

.tt-promo-modal {
  background: linear-gradient(145deg, #1e2d3d 0%, #151f2b 100%);
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  position: relative;
  border: 1px solid rgba(192, 57, 43, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 100px rgba(192, 57, 43, 0.15);
  transform: scale(0.9) translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tt-promo-overlay.active .tt-promo-modal {
  transform: scale(1) translateY(0);
}

.tt-promo-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.tt-promo-close:hover {
  background: rgba(181, 36, 39, 0.8);
  transform: rotate(90deg);
}

.tt-promo-close svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-promo-header {
  padding: 28px 24px 0;
  text-align: center;
}

.tt-promo-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
}

.tt-promo-icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-promo-icon.processing {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.tt-promo-icon.success {
  background: linear-gradient(135deg, #6db744 0%, #5a9c3a 100%);
  box-shadow: 0 10px 30px rgba(109, 183, 68, 0.3);
}

.tt-promo-icon.error {
  background: linear-gradient(135deg, #b52427 0%, #8a1c1e 100%);
  box-shadow: 0 10px 30px rgba(181, 36, 39, 0.3);
}

.tt-promo-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
}

.tt-promo-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.tt-promo-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

/* Code Input Step */
.tt-promo-input-group {
  margin-bottom: 20px;
}

.tt-promo-input {
  width: 100%;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-sizing: border-box;
  outline: none;
}

.tt-promo-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  text-transform: none;
}

.tt-promo-input:focus {
  border-color: #c0392b;
  background: rgba(192, 57, 43, 0.05);
  box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.1);
}

.tt-promo-error {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tt-promo-error.show {
  display: flex;
}

.tt-promo-error svg {
  width: 14px;
  height: 14px;
  stroke: #ff6b6b;
}

/* Details Section */
.tt-promo-details {
  display: none;
}

.tt-promo-details.show {
  display: block;
  animation: fadeInUp 0.3s ease;
}

.tt-promo-detail-item {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tt-promo-detail-icon {
  width: 36px;
  height: 36px;
  background: rgba(192, 57, 43, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tt-promo-detail-icon svg {
  width: 18px;
  height: 18px;
  stroke: #c0392b;
}

.tt-promo-detail-content {
  flex: 1;
}

.tt-promo-detail-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 4px;
}

.tt-promo-detail-value {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* Checkbox */
.tt-promo-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(192, 57, 43, 0.08);
  border: 1px solid rgba(192, 57, 43, 0.2);
  border-radius: 12px;
  margin-top: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tt-promo-checkbox:hover {
  background: rgba(192, 57, 43, 0.12);
}

.tt-promo-checkbox input {
  display: none;
}

.tt-promo-checkbox-mark {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.tt-promo-checkbox-mark svg {
  width: 14px;
  height: 14px;
  stroke: transparent;
  stroke-width: 3;
  transition: all 0.3s ease;
}

.tt-promo-checkbox input:checked + .tt-promo-checkbox-mark {
  background: #c0392b;
  border-color: #c0392b;
}

.tt-promo-checkbox input:checked + .tt-promo-checkbox-mark svg {
  stroke: #fff;
}

.tt-promo-checkbox-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
}

/* Buttons */
.tt-promo-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.tt-promo-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.tt-promo-btn-primary {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(192, 57, 43, 0.3);
}

.tt-promo-btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(192, 57, 43, 0.4);
}

.tt-promo-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.tt-promo-btn-primary svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2;
}

.tt-promo-btn-success {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(192, 57, 43, 0.3);
}

.tt-promo-btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(192, 57, 43, 0.4);
}

.tt-promo-btn-success svg {
  stroke: #fff;
}

.tt-promo-btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  margin-top: 8px;
}

.tt-promo-btn-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* Processing State */
.tt-promo-processing {
  text-align: center;
  padding: 20px 0;
}

.tt-promo-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #c0392b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

.tt-promo-processing-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tt-promo-processing-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

/* Result Messages */
.tt-promo-result {
  text-align: center;
  padding: 10px 0;
}

.tt-promo-result-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.tt-promo-result-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 520px) {
  .tt-promo-modal {
    max-height: 85vh;
    border-radius: 16px;
  }
  
  .tt-promo-header {
    padding: 24px 20px 0;
  }
  
  .tt-promo-body {
    padding: 20px;
  }
  
  .tt-promo-title {
    font-size: 20px;
  }
  
  .tt-promo-icon {
    width: 60px;
    height: 60px;
  }
  
  .tt-promo-icon svg {
    width: 30px;
    height: 30px;
  }
  
  .tt-promo-detail-item {
    padding: 12px 14px;
  }
}