/* ROOT — koyu arka plan, modern mavi vurgu (tipografi: Alanx / Inter; font head.tpl’de yüklenir) */
:root {
  --primary: #1e4bb8;
  --semi-primary: #3d63c8;
  --alanx-accent-soft: rgba(61, 99, 200, 0.14);
  --alanx-border-subtle: rgba(148, 163, 184, 0.16);
  --alanx-shadow-elevated: 0 10px 28px rgba(0, 0, 0, 0.22);
  --darkBlue: #030304;
  --semi-dark: #0f1118;
  --semi-dark-2: #141822;
  --semi-dark-3: #0c0e14;
  --surface-card: #111318;
  --surface-card-hover: #151a22;
  --register-field-bg: #12161f;
  --register-field-hover-bg: #1a2233;
  --register-field-focus-bg: #232d45;
  /* Şifre güçlülük çubuğu (koyu arayüz) */
  --pw-meter-track-bg: rgba(255, 255, 255, 0.065);
  --pw-meter-track-border: rgba(255, 255, 255, 0.1);
  --pw-meter-caption: rgba(226, 232, 240, 0.78);
  --pw-meter-weak: linear-gradient(90deg, #7f1d1d 0%, #dc2626 55%, #f87171 100%);
  --pw-meter-moderate: linear-gradient(90deg, #92400e 0%, #ea580c 50%, #fbbf24 100%);
  --pw-meter-strong: linear-gradient(90deg, #0c4a6e 0%, #0369a1 45%, #38bdf8 100%);
  --surface-muted: #0a0c10;
  --gray: #9aa3b2;
  --darkGray: #b4bcc8;
  --mint: #34d399;
  --border: rgba(255, 255, 255, 0.065);
  --border-strong: rgba(255, 255, 255, 0.1);
  --light: #ecf4fa;
  --tomato: #FF204E;
  --accent-muted: #8ba3c4;
  --radius-ui: 8px;
  --radius-card: 10px;
  --primary-font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --secondary-font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --third-font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* Hesap ikonu açılır menüsü — tetikleyicinin hemen altı */
  --navbar-dropdown-offset: 14px;
  /* Mağaza (Hizmetler) vb. ana menü — Popper + margin; küçük tutulur */
  --navbar-main-dropdown-gap: 6px;
  /* Ana sayfa: OS → planlar → bilgi → SSS — aynı taban, üstte hafif derinlik */
  --homepage-flow-shine: linear-gradient(
    180deg,
    rgba(15, 17, 24, 0.5) 0%,
    rgba(3, 3, 4, 0) min(280px, 44vw)
  );
}

html {
  background-color: var(--darkBlue);
}

body.primary-bg-color,
body {
  background-color: var(--darkBlue) !important;
  color: #fff;
  font-family: var(--secondary-font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

.main-header .title-1,
.operating-sys-section .title-1 {
  font-family: var(--primary-font);
}

p {
  font-size: 16px;
  font-weight: 400;
  color: var(--darkGray);
}
/* ----------------------------------- */

/* MAIN-BODY */
#main-body {
  padding-top: 30px;
  background-color: transparent;
}
#btnShowSidebar {
  margin-bottom: 20px;
}

/* İletişim + Kayıt (clientregister) — ana sayfadaki küre + gradient arka plan */
#main-body:has(.theme-contact-form),
#main-body:has(#registration) {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  background-color: #030304;
  background-image:
    linear-gradient(
      165deg,
      rgba(3, 3, 4, 0.85) 0%,
      rgba(3, 3, 4, 0.55) 42%,
      rgba(3, 3, 4, 0.82) 100%
    ),
    url(../images/home/bg-globe.svg);
  background-size: cover, cover;
  background-position: center, center bottom;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
  min-height: min(72vh, 820px);
}

#main-body:has(.theme-contact-form)::before,
#main-body:has(#registration)::before {
  content: "";
  position: absolute;
  inset: -18% -15% 44% -15%;
  background: radial-gradient(
    ellipse 58% 48% at 50% -2%,
    rgba(59, 130, 246, 0.42) 0%,
    rgba(37, 99, 235, 0.12) 45%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
  animation: none;
  opacity: 0.55;
}

@media (prefers-reduced-motion: reduce) {
  #main-body:has(.theme-contact-form)::before,
  #main-body:has(#registration)::before {
    animation: none;
  }
}

#main-body .primary-content:has(.theme-contact-form),
#main-body .primary-content:has(#registration) {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

#main-body:has(.theme-contact-form) > .container,
#main-body:has(#registration) > .container {
  position: relative;
  z-index: 1;
}

/* Kayıt — son adım: koşullar + captcha + Kayıt Ol (ortalanmış sütun, eşit boşluk) */
#registration .theme-register-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  width: 100%;
  max-width: 32rem;
  margin: 0.5rem auto 1.5rem;
  padding: 0 0.75rem;
}

#registration .theme-register-final__terms {
  width: 100%;
  display: flex;
  justify-content: center;
}

#registration .theme-register-final__terms .theme-register-terms {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#registration .theme-register-final .theme-register-terms__row {
  justify-content: center;
  align-items: flex-start;
}

#registration .theme-register-final .theme-register-terms__label {
  flex: 0 1 auto;
  max-width: 100%;
  text-align: left;
}

#registration .theme-register-final__captcha {
  width: 100%;
  display: flex;
  justify-content: center;
}

#registration .theme-register-final__captcha > .text-center {
  width: 100%;
  margin: 0 !important;
}

#registration .theme-register-final__captcha .recaptcha-container,
#registration .theme-register-final__captcha #google-recaptcha-domainchecker {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#registration .theme-register-final__submit {
  width: 100%;
  display: flex;
  justify-content: center;
}

#registration .theme-register-final__submit .theme-btn {
  min-width: 11.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Kayıt — kullanım koşulları onay kutusu (koyu tema; son blokta .theme-register-final ile ortalanır) */
#registration .theme-register-terms {
  text-align: left;
  max-width: 100%;
}

#registration .theme-register-terms__row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding-left: 0;
}

/* Native checkbox — theme .form-check-input kullanma (theme.css onları opacity:0 yapıyor) */
#registration .theme-register-terms__checkbox {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.2rem 0 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(12, 12, 14, 0.98);
  cursor: pointer;
  accent-color: #0060fe;
  opacity: 1 !important;
  position: static !important;
  -webkit-appearance: auto;
  appearance: auto;
  z-index: 1;
}

#registration .theme-register-terms__checkbox:focus-visible {
  outline: 2px solid rgba(0, 100, 255, 0.65);
  outline-offset: 2px;
}

#registration .theme-register-terms__label {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  flex: 1;
  min-width: 0;
}

#registration .theme-register-terms__link {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 0.25em;
  cursor: pointer;
  pointer-events: auto;
}

#registration .theme-register-terms__link:hover {
  color: #bfdbfe;
}

#registration .theme-register-terms--error .theme-register-terms__row {
  padding: 0.5rem 0.65rem;
  margin: 0 -0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.07);
}

/* Kayıt — kullanım koşulları modal (ana site koyu mavi yüzey + mavi vurgu, Kabul Et kaydırma sonuna kadar kapalı) */
body > .theme-register-tos-modal {
  z-index: 10050;
}

.theme-register-tos-modal .modal-content {
  background-color: #0f1118;
  background-image:
    linear-gradient(
      165deg,
      rgba(15, 17, 24, 0.92) 0%,
      rgba(3, 3, 4, 0.78) 45%,
      rgba(12, 14, 20, 0.94) 100%
    ),
    radial-gradient(
      ellipse 90% 70% at 50% -15%,
      rgba(0, 54, 226, 0.25) 0%,
      rgba(37, 99, 235, 0.08) 42%,
      transparent 68%
    ),
    url(../images/home/bg-globe.svg);
  background-size: cover, cover, cover;
  background-position: center, center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(0, 54, 226, 0.12),
    0 24px 56px rgba(0, 0, 0, 0.55);
}

.theme-register-tos-modal .modal-dialog {
  max-width: 640px;
}

.theme-register-tos-modal .modal-body {
  background: transparent !important;
  padding: 0 !important;
}

/* theme.css .modal .modal-header { background: #eee } — üstünde açık zemin + beyaz yazı kayboluyor; koyu başlık + okunur metin */
.theme-register-tos-modal.modal .modal-header.theme-register-tos-modal__header {
  background-color: rgba(8, 10, 16, 0.95) !important;
  background-image: linear-gradient(
    180deg,
    rgba(0, 54, 226, 0.2) 0%,
    rgba(3, 3, 4, 0.4) 100%
  ) !important;
  border-bottom: 1px solid rgba(0, 54, 226, 0.35) !important;
  padding: 0.85rem 1.25rem;
}

.theme-register-tos-modal .modal-header .modal-title,
.theme-register-tos-modal .modal-title.theme-register-tos-modal__kicker {
  color: #fff !important;
}

.theme-register-tos-modal .modal-header .close {
  color: #fff !important;
  opacity: 0.92 !important;
  text-shadow: none !important;
}

.theme-register-tos-modal .modal-header .close:hover {
  color: #bfdbfe !important;
  opacity: 1 !important;
}

.theme-register-tos-modal__kicker {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff !important;
  margin: 0;
  letter-spacing: 0.01em;
}

.theme-register-tos-modal__close {
  color: #fff !important;
  opacity: 0.92;
  text-shadow: none;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.theme-register-tos-modal__close:hover {
  color: #bfdbfe !important;
  opacity: 1;
}

.theme-register-tos-modal__scroll {
  max-height: min(62vh, 520px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(147, 197, 253, 0.35) rgba(255, 255, 255, 0.04);
  scrollbar-width: thin;
  background: rgba(3, 3, 4, 0.35);
  border-radius: 0 0 2px 2px;
}

.theme-register-tos-modal__scroll::-webkit-scrollbar {
  width: 8px;
}

.theme-register-tos-modal__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 54, 226, 0.35);
  border-radius: 8px;
}

.theme-register-tos-modal__scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(37, 99, 235, 0.5);
}

.theme-register-tos-modal__inner {
  padding: 1rem 1.25rem 1.25rem;
}

.theme-register-tos-modal__h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.theme-register-tos-modal__meta {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1rem;
}

.theme-register-tos-modal__prose {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.theme-register-tos-modal__prose p {
  margin: 0 0 0.75rem;
}

.theme-register-tos-modal__prose h4,
.theme-register-tos-modal__prose h5 {
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 1.1rem 0 0.45rem;
}

.theme-register-tos-modal__prose h5 {
  font-size: 0.875rem;
}

.theme-register-tos-modal .modal-footer.theme-register-tos-modal__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  background: rgba(3, 3, 4, 0.55) !important;
  border-top: 1px solid rgba(0, 54, 226, 0.28) !important;
}

/* Yalnızca kullanım koşulları modalı — arkada kayıt formu görünsün (tam opak küre = sayfa değişti hissi) */
body.modal-open .theme-register-tos-modal-backdrop.modal-backdrop,
.theme-register-tos-modal-backdrop.modal-backdrop {
  background-color: rgba(3, 4, 12, 0.38) !important;
  background-image: none !important;
  opacity: 1 !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.modal-open .theme-register-tos-modal-backdrop.modal-backdrop,
  .theme-register-tos-modal-backdrop.modal-backdrop {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background-color: rgba(3, 4, 12, 0.55) !important;
  }
}

.theme-register-tos-modal__dismiss {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4rem 0.5rem;
}

.theme-register-tos-modal__dismiss:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-register-tos-modal__accept {
  background: linear-gradient(180deg, #2563eb 0%, #0036e2 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  min-width: 7rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.theme-register-tos-modal__accept:hover:not(:disabled) {
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
}

.theme-register-tos-modal__accept:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Şifre oluştur modalı — Alanx koyu tema, mavi başlık, dünya dokunuşu, cam hissi */
.theme-modal-generate-pw.modal .modal-dialog {
  max-width: 440px;
}

.theme-modal-generate-pw .theme-modal-generate-pw__shell.modal-content {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0, 54, 226, 0.18),
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(0, 54, 226, 0.08);
  background-color: #0c0e14;
  background-image:
    linear-gradient(
      165deg,
      rgba(15, 17, 24, 0.92) 0%,
      rgba(3, 3, 4, 0.82) 48%,
      rgba(12, 14, 20, 0.94) 100%
    ),
    radial-gradient(ellipse 95% 70% at 50% -18%, rgba(0, 54, 226, 0.32) 0%, transparent 58%),
    url(../images/home/bg-globe.svg);
  background-size: cover, cover, cover;
  background-position: center, center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.theme-modal-generate-pw .theme-modal-generate-pw__header.modal-header {
  background: linear-gradient(125deg, #0036e2 0%, #2563eb 42%, #0f172a 100%) !important;
  padding: 1rem 1.25rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.theme-modal-generate-pw .theme-modal-generate-pw__title.modal-title {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.theme-modal-generate-pw .theme-modal-generate-pw__close.close {
  color: #fff !important;
  opacity: 0.9 !important;
  text-shadow: none !important;
  font-size: 1.5rem;
  font-weight: 300;
}

.theme-modal-generate-pw .theme-modal-generate-pw__close.close:hover {
  color: #bfdbfe !important;
  opacity: 1 !important;
}

.theme-modal-generate-pw .theme-modal-generate-pw__body.modal-body {
  background: rgba(3, 3, 4, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 1.25rem 1.35rem 1.1rem;
}

.theme-modal-generate-pw .theme-modal-generate-pw__label {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
  font-size: 0.875rem;
}

.theme-modal-generate-pw .theme-modal-generate-pw__input.form-control {
  background: rgba(8, 10, 16, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #f1f5f9 !important;
  border-radius: 8px;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-modal-generate-pw .theme-modal-generate-pw__input.form-control:focus {
  border-color: rgba(37, 99, 235, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(0, 54, 226, 0.22);
  outline: none;
}

.theme-modal-generate-pw .theme-modal-generate-pw__output.form-control {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.04em;
}

.theme-modal-generate-pw .theme-modal-generate-pw__row {
  margin-bottom: 0.85rem;
}

.theme-modal-generate-pw .theme-modal-generate-pw__alert.alert-danger {
  background: rgba(220, 38, 38, 0.18) !important;
  border: 1px solid rgba(248, 113, 113, 0.35) !important;
  color: #fecaca !important;
  border-radius: 8px;
  font-size: 0.875rem;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.15s ease;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-copy {
  background: linear-gradient(180deg, #22c55e 0%, #15803d 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  transition: filter 0.2s ease, transform 0.15s ease;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-copy:hover {
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.theme-modal-generate-pw .theme-modal-generate-pw__footer.modal-footer {
  background: rgba(3, 3, 4, 0.55);
  border-top: 1px solid rgba(0, 54, 226, 0.22) !important;
  padding: 0.9rem 1.25rem;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-dismiss {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-radius: 8px;
  font-weight: 600;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-dismiss:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-primary {
  border-radius: 8px;
  font-weight: 600;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  transition: filter 0.2s ease, transform 0.15s ease;
}

.theme-modal-generate-pw .theme-modal-generate-pw__btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* Kayıt — Ek Bilgiler: theme.css #registration .field / fatura adresi ile aynı tipografi ve placeholder (#6c757d, 13px, 36px satır) */
#registration #additionalInformation .theme-register-extra__field.prepend-icon {
  margin-bottom: 0;
}

#registration #additionalInformation .prepend-icon input.field,
#registration #additionalInformation .prepend-icon select.field,
#registration #additionalInformation .prepend-icon textarea.field,
#registration #additionalInformation .prepend-icon .form-control,
#registration #additionalInformation .prepend-icon select.form-control,
#registration #additionalInformation .prepend-icon textarea.form-control {
  background-color: var(--semi-dark-2) !important;
  border: 1px solid var(--border) !important;
  border-radius: 3px !important;
  color: #fff !important;
  font-size: 13px !important;
  height: 36px;
  min-height: 36px;
  padding-left: 36px !important;
  line-height: 1.4;
}

#registration #additionalInformation .prepend-icon textarea.form-control,
#registration #additionalInformation .prepend-icon textarea.field {
  height: auto;
  min-height: 72px;
  resize: vertical;
  padding-top: 8px;
  line-height: 1.45;
}

#registration #additionalInformation .prepend-icon .form-control::placeholder,
#registration #additionalInformation .prepend-icon textarea.form-control::placeholder,
#registration #additionalInformation .prepend-icon input.field::placeholder,
#registration #additionalInformation .prepend-icon textarea.field::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 13px;
  font-weight: 400;
}

#registration #additionalInformation .prepend-icon .field-icon {
  height: 36px;
  width: 42px;
  line-height: 36px;
}

#registration #additionalInformation .prepend-icon .field-icon i {
  font-size: 14px;
  color: #bbb;
}

#registration .theme-register-extra .theme-register-extra__hint {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
  line-height: 1.4;
}

#registration .theme-register-extra .theme-register-extra__grid {
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  #registration .theme-register-extra .theme-register-extra__grid {
    row-gap: 1rem;
  }
}

/* Kayıt — kişisel / fatura / ek bilgiler / hesap güvenliği: hover + focus (aynı ton) */
#registration #personalInformation .prepend-icon .field,
#registration #personalInformation .prepend-icon .form-control,
#registration #billingAddress .prepend-icon .field,
#registration #billingAddress .prepend-icon .form-control,
#registration #billingAddress .prepend-icon select,
#registration #additionalInformation .prepend-icon .field,
#registration #additionalInformation .prepend-icon .form-control,
#registration #additionalInformation .prepend-icon select,
#registration #additionalInformation .prepend-icon textarea.field,
#registration #additionalInformation .prepend-icon textarea.form-control,
#registration #containerNewUserSecurity .prepend-icon .field,
#registration #containerNewUserSecurity .prepend-icon .form-control,
#registration #containerNewUserSecurity select.field.form-control {
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#registration #personalInformation .prepend-icon .field:hover:not(:focus),
#registration #personalInformation .prepend-icon .form-control:hover:not(:focus),
#registration #billingAddress .prepend-icon .field:hover:not(:focus),
#registration #billingAddress .prepend-icon .form-control:hover:not(:focus),
#registration #billingAddress .prepend-icon select:hover:not(:focus),
#registration #additionalInformation .prepend-icon .field:hover:not(:focus),
#registration #additionalInformation .prepend-icon .form-control:hover:not(:focus),
#registration #additionalInformation .prepend-icon select:hover:not(:focus),
#registration #additionalInformation .prepend-icon textarea.field:hover:not(:focus),
#registration #additionalInformation .prepend-icon textarea.form-control:hover:not(:focus),
#registration #containerNewUserSecurity .prepend-icon .field:hover:not(:focus),
#registration #containerNewUserSecurity .prepend-icon .form-control:hover:not(:focus) {
  background-color: var(--register-field-hover-bg) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

#registration #personalInformation .prepend-icon .field:focus,
#registration #personalInformation .prepend-icon .form-control:focus,
#registration #billingAddress .prepend-icon .field:focus,
#registration #billingAddress .prepend-icon .form-control:focus,
#registration #billingAddress .prepend-icon select:focus,
#registration #additionalInformation .prepend-icon .field:focus,
#registration #additionalInformation .prepend-icon .form-control:focus,
#registration #additionalInformation .prepend-icon select:focus,
#registration #additionalInformation .prepend-icon textarea.field:focus,
#registration #additionalInformation .prepend-icon textarea.form-control:focus,
#registration #containerNewUserSecurity .prepend-icon .field:focus,
#registration #containerNewUserSecurity .prepend-icon .form-control:focus {
  background-color: var(--register-field-focus-bg) !important;
  border-color: rgba(147, 197, 253, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(0, 54, 226, 0.35);
  outline: none;
}

#registration #containerNewUserSecurity select.field.form-control:hover:not(:focus) {
  background-color: var(--register-field-hover-bg) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

#registration #containerNewUserSecurity select.field.form-control:focus {
  background-color: var(--register-field-focus-bg) !important;
  border-color: rgba(147, 197, 253, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(0, 54, 226, 0.35);
  outline: none;
}

/* Kayıt — şifre güçlülük göstergesi (Bootstrap açık gri iz yerine koyu tema + mavi/kırmızı/turuncu dolgu) */
#registration .password-strength-meter.theme-pw-strength-meter {
  margin-top: 0.25rem;
}

#registration .password-strength-meter.theme-pw-strength-meter .progress {
  height: 10px;
  margin-bottom: 0.5rem;
  background-color: var(--pw-meter-track-bg) !important;
  border: 1px solid var(--pw-meter-track-border);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

#registration .password-strength-meter.theme-pw-strength-meter #passwordStrengthMeterBar.progress-bar {
  min-width: 0;
  border-radius: 999px;
  transition:
    width 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

#registration .password-strength-meter.theme-pw-strength-meter #passwordStrengthMeterBar.bg-danger {
  background: var(--pw-meter-weak) !important;
  box-shadow: 0 0 14px rgba(220, 38, 38, 0.35);
}

#registration .password-strength-meter.theme-pw-strength-meter #passwordStrengthMeterBar.bg-warning {
  background: var(--pw-meter-moderate) !important;
  box-shadow: 0 0 14px rgba(234, 88, 12, 0.28);
}

#registration .password-strength-meter.theme-pw-strength-meter #passwordStrengthMeterBar.bg-success {
  background: var(--pw-meter-strong) !important;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.32);
}

#registration .password-strength-meter.theme-pw-strength-meter .theme-pw-strength-meter__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0;
}

#registration .password-strength-meter.theme-pw-strength-meter .theme-pw-strength-meter__ico {
  flex-shrink: 0;
  font-size: 0.8125rem;
  line-height: 1;
  color: rgba(147, 197, 253, 0.88);
  opacity: 0.95;
}

#registration .password-strength-meter.theme-pw-strength-meter .theme-pw-strength-meter__label {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0 !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--pw-meter-caption) !important;
}

/* Şifre sıfırlama — pwstrength.tpl çubuğu */
#main-body.main-body--pw-reset .using-password-strength #passwordStrengthBar.progress {
  height: 10px;
  background-color: var(--pw-meter-track-bg) !important;
  border: 1px solid var(--pw-meter-track-border);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

#main-body.main-body--pw-reset .using-password-strength #passwordStrengthBar .progress-bar {
  min-width: 0;
  border-radius: 999px;
  transition:
    width 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

#main-body.main-body--pw-reset .using-password-strength #passwordStrengthBar .progress-bar.bg-danger {
  background: var(--pw-meter-weak) !important;
  box-shadow: 0 0 14px rgba(220, 38, 38, 0.35);
}

#main-body.main-body--pw-reset .using-password-strength #passwordStrengthBar .progress-bar.bg-warning {
  background: var(--pw-meter-moderate) !important;
  box-shadow: 0 0 14px rgba(234, 88, 12, 0.28);
}

#main-body.main-body--pw-reset .using-password-strength #passwordStrengthBar .progress-bar.bg-success {
  background: var(--pw-meter-strong) !important;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.32);
}

#main-body .primary-content .theme-contact-form.card {
  max-width: 520px;
  margin: 1.5rem auto 3rem;
  background-color: transparent;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
  overflow: visible;
}

@media (min-width: 768px) {
  #main-body .primary-content .theme-contact-form.card {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
}

#main-body .primary-content .theme-contact-form .theme-contact-form__body {
  padding: 0.5rem 1rem 2rem;
}

@media (min-width: 576px) {
  #main-body .primary-content .theme-contact-form .theme-contact-form__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#main-body .primary-content .theme-contact-form .theme-contact-form__title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.875rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__subtitle {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.95rem;
  line-height: 1.45;
}

#main-body .primary-content .theme-contact-form .theme-contact-field {
  margin-bottom: 1.15rem;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__label {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__wrap {
  position: relative;
  display: block;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__wrap--textarea .theme-contact-field__icon {
  align-items: flex-start;
  padding-top: 0.78rem;
  bottom: auto;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__icon {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.9rem;
  z-index: 1;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__input,
#main-body .primary-content .theme-contact-form .theme-contact-field__textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid transparent;
  background-color: #141414;
  color: #f8fafc;
  padding: 0.7rem 0.85rem 0.7rem 2.55rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__textarea {
  min-height: 148px;
  resize: vertical;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__input::placeholder,
#main-body .primary-content .theme-contact-form .theme-contact-field__textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
  opacity: 1;
}

#main-body .primary-content .theme-contact-form .theme-contact-field__input:focus,
#main-body .primary-content .theme-contact-form .theme-contact-field__textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  background-color: #161616;
  color: #fff;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__captcha {
  margin: 1.25rem 0 1rem;
  display: flex;
  justify-content: center;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__actions {
  margin-top: 0.25rem;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__submit {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.85rem 1.1rem;
  border-radius: 9px;
  border: none;
  background-color: #fff;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__submit:hover {
  background-color: #f1f5f9;
  color: #000;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__submit:focus-visible {
  outline: 2px solid rgba(0, 100, 255, 0.65);
  outline-offset: 2px;
}

#main-body .primary-content .theme-contact-form .theme-contact-form__submit:active {
  transform: scale(0.99);
}

/* Uyarı kutuları — koyu sayfada okunaklı kalsın */
#main-body .primary-content .theme-contact-form .alert {
  border-radius: 9px;
}

/* ----------------------------------- */

/* CUSTOM */
.primary-color {
  color: var(--primary);
}
.primary-bg-color {
  background-color: var(--darkBlue) !important;
}
.bg-2 {
  background-color: var(--semi-dark-3);
}
.rounded {
  border-radius: 50px !important;
}

/* Kurumsal vurgu metni — sakin mavi ton, abartısız */
.hostx-text-gradient {
  color: #7a9ad4 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
}
/* ----------------------------------- */

/* BUTTON */
.theme-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  line-height: 1;
  padding: 0 20px;
  min-height: 48px;
  border-radius: var(--radius-ui);
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-family: var(--secondary-font);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

/* size */
.--btn-size-sm {
  padding: 0 20px;
  min-height: 40px;
  font-size: 14px;
}

.--btn-size-md {
  padding: 0 20px;
  min-height: 46px;
  font-size: 14px;
}

/* fill-primary */
.--fill-primary {
  background-color: var(--primary);
  color: #fff !important;
  border: 1px solid var(--primary);
}

.--fill-primary:hover {
  background-color: var(--semi-primary);
  border-color: var(--semi-primary);
}



/* fill-success */
.--fill-success {
  background-color: #15CD72;
  color: #fff;
  border: 1px solid #15CD72;
}

.--fill-success:hover {
  background-color: #13B966;
  border-color: #13B966;
}

/* outline-dark */
.--outline-dark {
  background-color: var(--semi-dark);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, .1);
}

.--outline-dark:hover {
  border-color: var(--border-strong);
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

/* circle-btn */
.--circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  min-height: unset;
}

.--circle-btn img {
  width: 20px;
}

.--circle-btn.--size-md {
  width: 46px;
  height: 46px;
}

/* has-counter */
.--has-counter {
  position: relative;
}

.--has-counter::before {
  position: absolute;
  content: attr(data-count);
  top: -4px;
  right: -4px;
  background-color: var(--tomato);
  min-width: 20px;
  min-height: 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  padding: 4px;
}

/* ----------------------------------- */

/* SECTION HEAD */
.se-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 75px;
}

.se-head .se-title-1 {
  font-size: 16px;
  color: var(--primary);
  font-family: var(--third-font);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.se-head .se-title-2,
.header-lined h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.se-head .se-para {
  font-size: 16px;
  color: var(--darkGray);
  margin-top: 25px;
}

@media only screen and (max-width: 1199.98px) {
  .se-head .se-title-2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .se-head {
    margin: 0 auto 45px;
  }

  .se-head .se-title-2 {
    font-size: 26px;
  }
}
/* ---------------------------- */

/* PRODUCTS-HEADLINE */
.products-headline {
  margin-bottom: 45px;
  text-align: center;
}
.products-headline .title-1 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.products-headline .title-2 {
  margin: 0 auto;
  font-size: 16px;
  font-family: var(--third-font);
  font-weight: 400;
  color: var(--gray);
  max-width: 700px;
  line-height: 1.6;
}
/* ---------------------------- */

/* : Main Container : */
.main-container {
  padding-bottom: 60px;
}
/* ---------------------------- */

/* :: TOPBAR :: — giriş yapılmış üst şerit: ana sayfa / navbar ile uyumlu koyu şerit */
header.header .topbar {
  margin: 0;
  padding: 10px 0;
  background: linear-gradient(180deg, var(--semi-dark-2) 0%, var(--semi-dark-3) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 600;
}

/* input-group */
header.header .topbar .input-group,
header.header .topbar .btn-group {
  align-items: center;
}

header.header .topbar .btn {
  line-height: 1;
  color: #fff;
  padding: 0;
}

header.header .topbar .btn i {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

/* active-client */
header.header .topbar .active-client {
  line-height: 1;
}

header.header .topbar .active-client .input-group-text {
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  cursor: default;
}

header.header .topbar .active-client .btn {
  color: #fff;
  padding: 0;
  margin-right: 10px;
}

header.header .topbar .active-client .btn.btn-active-client:hover span {
  text-decoration: underline;
}

header.header .topbar .active-client .btn.header-topbar-credit {
  margin-right: 12px;
  padding: 6px 12px;
  border-radius: var(--radius-ui);
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.2;
  text-decoration: none;
}
header.header .topbar .active-client .btn.header-topbar-credit:hover,
header.header .topbar .active-client .btn.header-topbar-credit:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

/* ---------------------------- */

header.header .logo-img {
  max-width: 200px;
  max-height: 60px;
  width: 80px;
}

/* ---------------------------- */

/* :: NEWS-AREA :: */
.news-area {
  padding: 6px 0;
  background-color: var(--mint);
}

.news-area .news .badge {
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.news-area .news.new .badge {
  background-color: var(--primary);
}

.news-area .news.hot .badge {
  background-color: var(--tomato);
  color: #fff;
}

.news-area .news .link {
  position: relative;
  font-size: 14px;
  color: var(--darkBlue);
  font-weight: 600;
  max-width: 370px;
}

.news-area .news .link:hover {
  text-decoration: underline;
}

/* links */
.news-area .links .item a {
  font-size: 14px;
  color: var(--darkBlue);
  font-weight: 600;
}

.news-area .links .item a:hover {
  text-decoration: underline;
}

/* Üst mint/yeşil duyuru şeridi — kaldırıldı / gizli */
.news-area {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* ----------------------------------- */

/* Ana sayfa — alan adı sorgulama (tek satır / pill bar) */
.homepage-domain-search-form {
  margin-bottom: 0;
}

.homepage-domain-search {
  position: relative;
  z-index: 2;
  padding: 1.35rem 0 1.65rem;
  background: transparent;
}

.main-header .homepage-domain-search {
  padding: 0.35rem 0 0.55rem;
  width: 100%;
}

.main-header .homepage-domain-search-card {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-domain-search-card {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.2rem 1.25rem 1.2rem;
  background-color: rgba(17, 19, 26, 0.65);
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .homepage-domain-search-card {
    padding: 1.35rem 1.75rem 1.35rem;
  }
}

.homepage-domain-lead {
  font-size: 13px;
  line-height: 1.5;
  color: var(--gray);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.homepage-domain-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.homepage-domain-toolbar .domain-search-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .homepage-domain-toolbar .homepage-domain-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .homepage-domain-toolbar {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 4px;
    background-color: var(--surface-muted);
    border: 1px solid var(--border);
    border-radius: 999px;
  }

  .homepage-domain-toolbar .domain-search-input {
    flex: 1;
    min-width: 0;
    min-height: 42px;
    margin: 0 8px 0 14px;
    padding: 0 8px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff;
    font-size: 15px;
    box-shadow: none !important;
  }

  .homepage-domain-toolbar .domain-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .homepage-domain-toolbar .domain-search-actions {
    flex-direction: row;
    flex-shrink: 0;
    gap: 8px;
    padding-right: 4px;
  }

  .homepage-domain-toolbar .homepage-domain-btn {
    border-radius: 999px !important;
    min-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
  }

  .homepage-domain-toolbar .domain-search-actions {
    min-height: 44px;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.homepage-domain-toolbar .domain-search-input::placeholder {
  color: rgba(154, 163, 178, 0.85);
}

.homepage-domain-search-form__captcha {
  margin-top: 0.85rem;
}

@media (max-width: 767.98px) {
  .homepage-domain-search .domain-search-input {
    flex: 1;
    min-height: 48px;
    border-radius: var(--radius-ui);
    border: 1px solid var(--border);
    background-color: var(--surface-muted);
    color: #fff;
    padding: 0 16px;
    font-size: 16px;
  }

  .homepage-domain-search .domain-search-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(0, 54, 226, 0.2);
  }
}

/* Domain arama — sade çerçeve, kurumsal hosting tonu */
.homepage-domain-spotlight {
  position: relative;
  width: 100%;
  max-width: 860px;
  padding: 1px;
  border-radius: 14px;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  background: var(--alanx-border-subtle);
  animation: none;
  box-shadow: var(--alanx-shadow-elevated);
}

.homepage-domain-spotlight__ambient {
  display: none;
}

/* Koyu kart spotlight içini doldurur; form/toolbar dikey ortada (çerçeve büyük kaldığında da) */
.homepage-domain-spotlight .homepage-domain-search-card,
.main-header .homepage-domain-spotlight .homepage-domain-search-card {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 16px;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0.85rem 1.2rem;
}

@media (min-width: 768px) {
  .homepage-domain-spotlight {
    min-height: 0;
  }

  .homepage-domain-spotlight .homepage-domain-search-card,
  .main-header .homepage-domain-spotlight .homepage-domain-search-card {
    padding: 0.75rem 1.5rem;
  }
}

.homepage-domain-spotlight .homepage-domain-search-form,
.main-header .homepage-domain-spotlight .homepage-domain-search-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-height: 0;
}

.homepage-domain-spotlight:focus-within {
  animation: none;
  box-shadow:
    0 0 0 1px rgba(61, 99, 200, 0.35),
    var(--alanx-shadow-elevated);
}

@keyframes homepage-domain-spotlight-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes homepage-domain-spotlight-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(59, 130, 246, 0.4),
      0 0 32px rgba(59, 130, 246, 0.45),
      0 0 64px rgba(37, 99, 235, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(59, 130, 246, 0.65),
      0 0 52px rgba(59, 130, 246, 0.62),
      0 0 100px rgba(37, 99, 235, 0.42);
  }
}

@keyframes homepage-domain-spotlight-ambient {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-domain-spotlight,
  .homepage-domain-spotlight__ambient {
    animation: none;
  }

  .homepage-domain-spotlight {
    background-position: 50% 50%;
    box-shadow:
      0 0 0 1px rgba(59, 130, 246, 0.4),
      0 0 32px rgba(59, 130, 246, 0.45),
      0 0 64px rgba(37, 99, 235, 0.28);
  }
}

/* ----------------------------------- */

/* :: THEME-NAVBAR :: */
.theme-navbar {
  position: relative;
  z-index: 1030;
  background-color: rgba(5, 6, 8, 0.94);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Alt kenar — ince mavi ışık şeridi (SS’teki gibi) */
.theme-navbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(59, 130, 246, 0.15) 18%,
    rgba(96, 165, 250, 0.75) 50%,
    rgba(59, 130, 246, 0.15) 82%,
    transparent 100%
  );
  box-shadow: 0 0 18px 1px rgba(59, 130, 246, 0.35);
}

/* Üst şerit — logo + kısayollar */
.theme-navbar .nav-top {
  position: relative;
  z-index: 3;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 767.98px) {
  .theme-navbar .nav-top {
    padding: 12px 0;
  }
}

.theme-navbar .nav-top .menu-icon {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .theme-navbar .nav-top .menu-icon {
    display: block;
    min-width: 24px;
    width: 24px;
    margin-right: 10px;
    cursor: pointer;
  }
}

.theme-navbar .nav-top .brand {
  color: inherit;
}

.theme-navbar .nav-top .brand:hover,
.theme-navbar .nav-top .brand:focus {
  text-decoration: none;
}

.theme-navbar .nav-top .brand img {
  height: 32px;
}

@media only screen and (max-width: 991.98px) {
  .theme-navbar .nav-top .brand img {
    height: 28px;
  }
}

/* Metin logosu: ALANX — düz beyaz */
.theme-navbar .nav-top .brand .navbar-brand-mark {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 575.98px) {
  .theme-navbar .nav-top .brand .navbar-brand-mark {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}

@media only screen and (min-width: 1200px) {
  .theme-navbar .nav-top {
    flex-wrap: nowrap;
  }

  .theme-navbar .nav-top .links.theme-navbar-main-links {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0.75rem;
    position: static !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .theme-navbar .nav-top .links > .close-links-btn {
    display: none !important;
  }

  .theme-navbar .nav-top .links .link {
    position: relative;
  }
}

/* Üst şeritte telefon (logo ile menü arası; menü sağda) */
.theme-navbar .nav-top .info .item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.theme-navbar .nav-top .info .item img {
  min-width: 14px;
  width: 14px;
  margin-right: 8px;
  opacity: 0.9;
}

.theme-navbar .nav-top .info .item .text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

/* options — dropdown menüleri kırpmasın */
.theme-navbar .nav-top .options,
.theme-navbar-options {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 0 auto;
  overflow: visible;
  gap: 0.5rem;
}

.theme-navbar-options .buttons {
  margin-left: 0;
}

.theme-navbar .options .c-link {
  display: flex;
  align-items: center;
  transition: all .15s ease;
}

.theme-navbar .options .c-link:not(:last-of-type) {
  margin-right: 30px;
}

.theme-navbar .options .c-link .icon {
  width: 24px;
  margin-right: 10px;
}

.theme-navbar .options .c-link .text {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.theme-navbar .options .c-link:hover .text {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
}

@media only screen and (max-width: 991.98px) {
  .theme-navbar .options .c-link {
    display: none;
  }
}

/* buttons */
.theme-navbar .buttons {
  margin-left: 20px;
}

/* Navbar — giriş / kayıt / araçlar */
.theme-navbar-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.theme-navbar-auth-link,
.theme-navbar-auth-btn {
  white-space: nowrap;
  flex-shrink: 0;
}

.theme-navbar-auth {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem;
  padding-right: 0.75rem;
  margin-right: 0.15rem;
  border-right: 1px solid var(--border);
}

.theme-navbar-auth-link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.theme-navbar-auth-link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

/* Giriş — dikkat çekici, kurumsal mavi vurgu */
.theme-navbar-auth-link--login {
  position: relative;
  isolation: isolate;
  gap: 0.5rem;
  padding: 0.52rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.42) 0%,
    rgba(30, 64, 175, 0.28) 50%,
    rgba(15, 23, 42, 0.55) 100%
  );
  border: 1px solid rgba(96, 165, 250, 0.5);
  border-radius: 10px;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.15) inset,
    0 4px 18px rgba(37, 99, 235, 0.38),
    0 0 28px rgba(59, 130, 246, 0.18);
  overflow: hidden;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
  animation: theme-navbar-login-glow 3.2s ease-in-out infinite;
}

.theme-navbar-auth-link--login::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0.15),
    rgba(147, 197, 253, 0.9),
    rgba(59, 130, 246, 0.15)
  );
  background-size: 220% 100%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: theme-navbar-login-border 4s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.theme-navbar-auth-link--login::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: theme-navbar-login-shine 5.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.theme-navbar-auth-link-ico {
  position: relative;
  z-index: 1;
  font-size: 0.82rem;
  color: #93c5fd;
  transition:
    color 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-navbar-auth-link-text {
  position: relative;
  z-index: 1;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 8px rgba(37, 99, 235, 0.35);
}

.theme-navbar-auth-link--login:hover,
.theme-navbar-auth-link--login:focus-visible {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.65) 0%,
    rgba(37, 99, 235, 0.5) 50%,
    rgba(30, 64, 175, 0.45) 100%
  );
  border-color: rgba(191, 219, 254, 0.75);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(191, 219, 254, 0.25) inset,
    0 10px 32px rgba(37, 99, 235, 0.55),
    0 0 40px rgba(59, 130, 246, 0.4);
  animation: none;
}

.theme-navbar-auth-link--login:hover .theme-navbar-auth-link-ico,
.theme-navbar-auth-link--login:focus-visible .theme-navbar-auth-link-ico {
  color: #fff;
  transform: translateX(3px);
}

@keyframes theme-navbar-login-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(59, 130, 246, 0.12),
      0 4px 16px rgba(37, 99, 235, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(96, 165, 250, 0.28),
      0 4px 22px rgba(37, 99, 235, 0.38),
      0 0 28px rgba(59, 130, 246, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
}

@keyframes theme-navbar-login-border {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes theme-navbar-login-shine {
  0%,
  72%,
  100% {
    left: -120%;
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  92% {
    left: 140%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-navbar-auth-link--login,
  .theme-navbar-auth-link--login::before,
  .theme-navbar-auth-link--login::after {
    animation: none;
  }

  .theme-navbar-auth-link--login:hover,
  .theme-navbar-auth-link--login:focus-visible {
    transform: none;
  }
}

.theme-navbar-auth-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--primary);
  border: 1px solid rgba(59, 130, 246, 0.45);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.28);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.theme-navbar-auth-btn:hover {
  color: #fff !important;
  background: var(--semi-primary);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

.theme-navbar-tools {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.theme-navbar-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.theme-navbar-icon-btn:hover,
.theme-navbar-icon-btn:focus-visible {
  color: #fff;
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.1);
  transform: translateY(-1px);
  text-decoration: none;
}

.theme-navbar-icon-btn .theme-navbar-head-ico {
  font-size: 1rem;
  line-height: 1;
}

.theme-navbar-icon-btn.header-account-icon-toggle::after {
  display: none;
}

.theme-navbar-cart.--has-counter::before {
  top: -5px;
  right: -5px;
  min-width: 17px;
  min-height: 17px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background: var(--primary);
  border: 2px solid rgba(5, 6, 8, 0.95);
  box-shadow: none;
}

.theme-navbar-cart.theme-navbar-cart--empty::before,
.theme-navbar-cart[data-count="0"]::before,
.theme-navbar-cart:not(.--has-counter)::before {
  display: none !important;
  content: none !important;
}

.theme-navbar-options .lang {
  margin-left: 0;
}

.theme-navbar .buttons .theme-btn {
  padding: 0 16px;
  min-height: 40px;
  font-size: 13px;
}

/* lang */
.theme-navbar .lang {
  position: relative;
  margin-left: 20px;
  z-index: 97;
  -webkit-user-select: none;
  user-select: none;
}

.theme-navbar .lang .current {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all .15s ease;
}

.theme-navbar .lang .current:hover,
.theme-navbar .lang.open .current {
  text-decoration: none;
  opacity: 0.92;
}

.theme-navbar .lang .current img {
  min-width: 10px;
  width: 10px;
  margin-left: 4px;
}

.theme-navbar .lang .lang-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.theme-navbar .lang .lang-icon-btn i {
  font-size: 18px;
  line-height: 1;
  opacity: 0.95;
}

.theme-navbar .lang .lang-icon-btn:focus {
  outline: none;
  box-shadow: none;
}

.theme-navbar .lang .lang-icon-btn:focus-visible {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
}

.theme-navbar .header-account-dropdown .header-account-icon-toggle::after {
  display: none;
}

.theme-navbar .header-account-dropdown .header-account-icon-toggle {
  padding: 0;
  min-width: 46px;
}

.theme-navbar .header-account-dropdown .header-account-icon-toggle i.theme-navbar-head-ico {
  font-size: 1.25rem;
  line-height: 1;
}

.theme-navbar .header-account-dropdown .header-account-icon-toggle:focus,
.theme-navbar .header-account-dropdown .header-account-icon-toggle.dropdown-toggle:focus {
  outline: none !important;
}

.theme-navbar .header-account-dropdown.show > .header-account-icon-toggle,
.theme-navbar .header-account-dropdown .header-account-icon-toggle:active {
  border-color: rgba(147, 197, 253, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35),
    0 0 28px rgba(59, 130, 246, 0.28) !important;
}

.theme-navbar .header-account-dropdown .header-account-icon-toggle:focus-visible {
  box-shadow:
    0 0 0 2px rgba(59, 130, 246, 0.45),
    0 0 20px rgba(59, 130, 246, 0.2) !important;
}

/* Hesap menüsü: tetikleyiciye göre sağa hizalı (Popper/transform sapmasını sıfırla) */
.theme-navbar .nav-top .options .header-account-dropdown.position-relative {
  position: relative !important;
}

.theme-navbar .header-account-dropdown .dropdown-menu.theme-navbar-account-menu {
  position: absolute !important;
  float: none !important;
  transform: none !important;
  top: 100% !important;
  margin-top: var(--navbar-dropdown-offset) !important;
  left: auto !important;
  right: 0 !important;
  min-width: 232px;
  padding: 8px 0 10px;
  background: linear-gradient(165deg, rgba(22, 24, 32, 0.97) 0%, rgba(10, 12, 18, 0.99) 100%) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(147, 197, 253, 0.22),
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 22px 50px rgba(0, 0, 0, 0.55),
    0 0 42px rgba(59, 130, 246, 0.14);
  z-index: 1080 !important;
}

.theme-navbar .theme-navbar-account-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.theme-navbar .theme-navbar-account-menu .dm-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.94) !important;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.theme-navbar .theme-navbar-account-menu .dm-link .dm-link-ico {
  flex-shrink: 0;
  width: 1.125rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
  color: rgba(147, 197, 253, 0.95);
  opacity: 0.95;
}

/* Bootstrap varsayılanı (#f8f9fa hover + koyu yazı) — koyu menüde “Kayıt” vb. okunaksız oluyor; tüm navbar dropdown satırları */
.theme-navbar .dropdown-menu .dropdown-item:hover,
.theme-navbar .dropdown-menu .dropdown-item:focus,
.theme-navbar .dropdown-menu .dropdown-item:active {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.09) !important;
}

.theme-navbar .dropdown-menu .dropdown-item.active {
  color: #ffffff !important;
  background-color: rgba(0, 54, 226, 0.22) !important;
}

.theme-navbar .dropdown-menu .dropdown-item:hover > .dm-link,
.theme-navbar .dropdown-menu .dropdown-item:focus > .dm-link,
.theme-navbar .dropdown-menu .dropdown-item:active > .dm-link,
.theme-navbar .dropdown-menu .dropdown-item.active > .dm-link {
  color: #ffffff !important;
  background-color: transparent !important;
}

/* Üst sağ — hesap / sepet / dil: cam + mavi hover; squircle + vektör ikonlar */
.theme-navbar .buttons .theme-btn.--circle-btn.--outline-dark,
.theme-navbar .lang .lang-icon-btn.--circle-btn.--outline-dark {
  position: relative;
  border-radius: 14px !important;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(17, 19, 28, 0.72) 55%, rgba(10, 12, 18, 0.88) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 4px 16px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.theme-navbar .buttons .theme-btn.--circle-btn.--outline-dark:hover,
.theme-navbar .buttons .theme-btn.--circle-btn.--outline-dark:focus-visible,
.theme-navbar .lang .lang-icon-btn.--circle-btn.--outline-dark:hover,
.theme-navbar .lang .lang-icon-btn.--circle-btn.--outline-dark:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.5) !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35),
    0 8px 26px rgba(0, 0, 0, 0.48),
    0 0 32px rgba(59, 130, 246, 0.28);
  background: linear-gradient(155deg, rgba(96, 165, 250, 0.18) 0%, rgba(17, 24, 42, 0.82) 50%, rgba(10, 14, 24, 0.92) 100%) !important;
}

.theme-navbar .lang.open .lang-icon-btn.--circle-btn.--outline-dark {
  border-color: rgba(147, 197, 253, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35),
    0 0 30px rgba(59, 130, 246, 0.28);
}

.theme-navbar .buttons .theme-btn.--outline-dark.--has-counter::before {
  border: 2px solid rgba(12, 14, 20, 0.95);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 4px 14px rgba(255, 32, 78, 0.5);
  font-weight: 700;
  font-size: 10px;
  min-width: 18px;
  min-height: 18px;
  padding: 2px 6px;
  top: -3px;
  right: -3px;
}

.theme-navbar .theme-navbar-account-menu .dm-link:hover,
.theme-navbar .theme-navbar-account-menu .dm-link:focus {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.12), rgba(255, 255, 255, 0.06)) !important;
  box-shadow: inset 3px 0 0 rgba(96, 165, 250, 0.85);
}

.theme-navbar .theme-navbar-account-menu .dm-link:hover .dm-link-ico,
.theme-navbar .theme-navbar-account-menu .dm-link:focus .dm-link-ico {
  color: #e8f1ff;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .theme-navbar .buttons .theme-btn.--circle-btn.--outline-dark:hover,
  .theme-navbar .buttons .theme-btn.--circle-btn.--outline-dark:focus-visible,
  .theme-navbar .lang .lang-icon-btn.--circle-btn.--outline-dark:hover,
  .theme-navbar .lang .lang-icon-btn.--circle-btn.--outline-dark:focus-visible,
  .theme-navbar .second-options a.o-link:not(.user-link):hover,
  .theme-navbar .second-options a.o-link:not(.user-link):focus-visible,
  .theme-navbar .second-options .o-link.user-link:hover,
  .theme-navbar .second-options .o-link.user-link:focus-within {
    transform: none;
  }

  .theme-navbar .second-options .user-dropdown-menu .uddm-link-parent .uddm-link:hover {
    transform: none;
  }
}

.theme-navbar .second-options .user-menu-trigger {
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  color: #fff;
}

.theme-navbar .second-options .user-menu-trigger-icon {
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.94;
}

.theme-navbar .second-options .user-menu-trigger:focus,
.theme-navbar .second-options .user-menu-trigger:focus-visible {
  outline: none;
}

.theme-navbar .second-options .user-menu-trigger:focus-visible .user-menu-trigger-icon {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
  border-radius: 14px;
}

.theme-navbar .theme-navbar-head-ico {
  display: block;
  font-size: 1.15rem;
  line-height: 1;
  opacity: 0.94;
}

.theme-navbar .buttons .theme-btn.--circle-btn .theme-navbar-head-ico {
  font-size: 1.2rem;
}

.theme-navbar .second-options .theme-navbar-head-ico {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.93);
}

.theme-navbar .second-options .user-menu-trigger-icon.theme-navbar-head-ico {
  opacity: 1;
}

/* second-options — mobil: dairesel cam ikonlar + parlayan menü */
.theme-navbar .second-options a.o-link:not(.user-link) {
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 14px !important;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.07) 0%, rgba(17, 19, 28, 0.72) 55%, rgba(10, 12, 18, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 4px 14px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.theme-navbar .second-options a.o-link:not(.user-link):hover,
.theme-navbar .second-options a.o-link:not(.user-link):focus-visible {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.45);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.3),
    0 6px 22px rgba(0, 0, 0, 0.45),
    0 0 26px rgba(59, 130, 246, 0.22);
}

.theme-navbar .second-options .o-link.user-link {
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 14px !important;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.07) 0%, rgba(17, 19, 28, 0.72) 55%, rgba(10, 12, 18, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 4px 14px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.theme-navbar .second-options .o-link.user-link:hover,
.theme-navbar .second-options .o-link.user-link:focus-within {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.45);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.3),
    0 6px 22px rgba(0, 0, 0, 0.45),
    0 0 26px rgba(59, 130, 246, 0.22);
}

.theme-navbar .second-options .icon {
  width: 24px;
  cursor: pointer;
}

.theme-navbar .second-options .o-link-cart.theme-navbar-cart {
  position: relative;
}

.theme-navbar .second-options .o-link-cart.theme-navbar-cart.--has-counter::before {
  top: -4px;
  right: -4px;
  min-width: 18px;
  min-height: 18px;
  font-size: 10px;
  font-weight: 700;
  background: var(--primary);
  border: 2px solid rgba(5, 6, 8, 0.95);
}

.theme-navbar .second-options .o-link-cart.has-items:not(.--has-counter)::after {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: var(--tomato);
  border-radius: 50%;
}

/* user-dropdown-menu */
.theme-navbar .second-options .user-dropdown-menu {
  position: absolute;
  display: none;
  top: 48px;
  right: -12px;
  width: min(300px, calc(100vw - 32px));
  padding: 18px 16px 22px;
  background: linear-gradient(165deg, rgba(22, 24, 32, 0.97) 0%, rgba(10, 12, 18, 0.99) 100%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(147, 197, 253, 0.18),
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 22px 50px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(59, 130, 246, 0.12);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 99;
}

.theme-navbar .second-options .user-dropdown-menu::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, rgba(22, 24, 32, 0.97) 0%, rgba(14, 16, 22, 0.99) 100%);
  border-left: 1px solid rgba(96, 165, 250, 0.22);
  border-top: 1px solid rgba(96, 165, 250, 0.22);
  border-right: none;
  border-bottom: none;
  top: -6px;
  right: 22px;
  transform: rotate(45deg);
}

.theme-navbar .second-options .open .user-dropdown-menu {
  display: block;
}

/* uddm-link-parent */
.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent:not(:first-of-type) {
  padding-top: 16px;
}

.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent:not(:last-of-type) {
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
}

.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent .title-2 {
  font-family: var(--primary-font);
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent .para-2 {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(154, 163, 178, 0.95);
  margin-bottom: 12px;
  line-height: 1.45;
}

.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent .uddm-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95), rgba(37, 99, 235, 0.92));
  border: 1px solid rgba(147, 197, 253, 0.35);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  text-decoration: none !important;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}

.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent .uddm-link .uddm-link-ico {
  flex-shrink: 0;
  font-size: 0.8125rem;
  line-height: 1;
  opacity: 0.95;
}

.theme-navbar .second-options .user-dropdown-menu .uddm-link-parent .uddm-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
  filter: brightness(1.05);
  text-decoration: none !important;
}

/* Ana menü linkleri */
.theme-navbar .nav-top .links .link > a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: var(--radius-ui);
  border: 1px solid transparent;
  background-color: transparent;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .theme-navbar .nav-top .links .link > a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 8px;
  }

  .theme-navbar .nav-top .links .link > a:hover,
  .theme-navbar .nav-top .links .link > a:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.88);
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 22px rgba(59, 130, 246, 0.14);
  }

  .theme-navbar .nav-top .links .link.dropdown.show > a,
  .theme-navbar .nav-top .links .link.dropdown.show > a.dropdown-toggle,
  .theme-navbar .nav-top .links .link.active > a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: rgba(12, 14, 20, 0.55);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 26px rgba(59, 130, 246, 0.22);
  }

  /* Bootstrap ok — beyaz */
  .theme-navbar .nav-top .links .link > a.dropdown-toggle::after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    opacity: 0.95;
    margin-left: 0.35em;
    vertical-align: 0.15em;
  }
}

.theme-navbar .nav-top .links .link > a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1199.98px) {
  .theme-navbar .nav-top .links .link > a:hover,
  .theme-navbar .nav-top .links .link.dropdown.show > a {
    background-color: rgba(255, 255, 255, 0.06);
  }
}

.theme-navbar .nav-top .links .link:not(:last-of-type) {
  margin-right: 5px;
}

/* Üst menü + mobil çekmece: Duyurular, Bilgi Bankası, Sunucu/Ağ Durumu (WHMCS menü adları + URL yedekleri) */
.theme-navbar .nav-top .links > .link[menuitemname="Announcements"],
.theme-navbar .nav-top .links > .link[menuItemName="Announcements"],
.theme-navbar .nav-top .links > .link[menuitemname="Knowledgebase"],
.theme-navbar .nav-top .links > .link[menuItemName="Knowledgebase"],
.theme-navbar .nav-top .links > .link[menuitemname="Knowledge Base"],
.theme-navbar .nav-top .links > .link[menuItemName="Knowledge Base"],
.theme-navbar .nav-top .links > .link[menuitemname="Network Status"],
.theme-navbar .nav-top .links > .link[menuItemName="Network Status"],
.theme-navbar .nav-top .links > .link:has(> a[href*="knowledgebase"]),
.theme-navbar .nav-top .links > .link:has(> a[href*="Knowledgebase"]),
.theme-navbar .nav-top .links > .link:has(> a[href*="serverstatus"]),
.theme-navbar .nav-top .links > .link:has(> a[href*="networkissues"]),
.theme-navbar .nav-top .links > .link:has(> a[href*="announcements"]),
.theme-navbar .nav-top .links > .link:has(> a[href*="announcement-index"]),
.theme-navbar .nav-top .links > .link:has(> a[href*="rp=/announcements"]) {
  display: none !important;
}

@media only screen and (max-width: 1199.98px) {
  .theme-navbar .nav-top .links {
    position: fixed;
    top: 0;
    left: -390px;
    bottom: 0;
    width: min(390px, 92vw);
    padding: 60px 0 50px;
    background-color: #12141a;
    border-right: 1px solid var(--border-strong);
    transition: left 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1100;
  }

  .theme-navbar .nav-top .links.open-links {
    left: 0;
    max-width: min(390px, 92vw);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35) !important;
  }

  .theme-navbar .nav-top .links::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .theme-navbar .nav-top .links::-webkit-scrollbar-thumb {
    width: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
  }

  .theme-navbar .nav-top .links .link>a {
    padding: 10px 20px;
    min-width: 380px;
  }

  .theme-navbar .nav-top .links .link:hover>a,
  .theme-navbar .nav-top .links .link.active>a,
  .theme-navbar .nav-top .links .link.open-dropdown-menu>a {
    background-color: rgba(255, 255, 255, 0.07);
    opacity: 1;
  }

  .theme-navbar .nav-top .links .link:not(:last-of-type) {
    margin-right: unset;
  }
}

/* close-links-btn */
.theme-navbar .nav-top .links .close-links-btn {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .theme-navbar .nav-top .links .close-links-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .theme-navbar .nav-top .links .close-links-btn img {
    width: 18px;
  }

  .theme-navbar .nav-top .links .close-links-btn:hover {
    opacity: .7;
  }
}

/* lines */
.theme-navbar .nav-top .links .link .lines {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 22px;
  height: 12px;
  margin-right: 6px;
}

.theme-navbar .nav-top .links .link .lines span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
}

.theme-navbar .dropdown-divider {
  border-color: rgba(255, 255, 255, .1);
}

/* has-dropdown-menu — PNG ok; Bootstrap caret ile çakışmasın */
.theme-navbar .nav-top .links .link.has-dropdown-menu > a::after,
.theme-navbar .nav-top .links .link.has-mega-menu > a::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  border: none !important;
  vertical-align: middle;
  background-image: url(../images/navbar/icons/down-chevron-light.png);
  background-size: contain;
  background-position: center 2px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199.98px) {

  .theme-navbar .nav-top .links .link.has-dropdown-menu > a::after,
  .theme-navbar .nav-top .links .link.has-mega-menu > a::after {
    margin-left: auto;
    transform: rotate(-90deg);
  }
}

/* th-dropdown-menu — yüksek kontrast, üstte kalsın (z-index) */
.theme-navbar .nav-top .links .link .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  margin-top: var(--navbar-main-dropdown-gap) !important;
  background-color: rgba(20, 22, 28, 0.96) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  min-width: 240px;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(59, 130, 246, 0.12),
    0 0 32px rgba(59, 130, 246, 0.16);
  overflow-y: auto;
  z-index: 1080 !important;
}

.theme-navbar .nav-top .links .link .dropdown-menu::-webkit-scrollbar {
  width: 2px;
}

.theme-navbar .nav-top .links .link .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

@media only screen and (max-width: 1199.98px) {
  .theme-navbar .nav-top .links .link .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: none;
    box-shadow: none !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 4px 0 12px 12px !important;
    width: 100%;
    margin-top: 0 !important;
    background-color: rgba(20, 21, 23, 0.92) !important;
  }

  .theme-navbar .nav-top .links .link .dropdown-menu .dm-link {
    color: #eef2f9 !important;
  }
}

/* dropdown satırları — bootstrap ile uyumlu, okunur metin */
.theme-navbar .nav-top .links .link .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* dm-link — tek tanım (çift kural çakışması kaldırıldı) */
.theme-navbar .nav-top .links .link .dropdown-menu .dm-link {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #f8fafc !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.theme-navbar .nav-top .links .link .dropdown-menu .dm-link:hover,
.theme-navbar .nav-top .links .link .dropdown-menu .dm-link:focus {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.theme-navbar .nav-top .links .link .dropdown-menu .dm-link.st-soon::after {
  position: relative;
  content: attr(data-st);
  font-size: 10px;
  background-color: rgba(255, 183, 48, 0.1);
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: auto;
  width: 43px;
  text-align: center;
  text-transform: uppercase;
}

.theme-navbar .nav-top .links .link .dropdown-menu .dm-link.st-new::after {
  position: relative;
  content: attr(data-st);
  font-size: 10px;
  color: #15CD72;
  background-color: rgba(21, 205, 113, 0.1);
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: auto;
  width: 43px;
  text-align: center;
  text-transform: uppercase;
}

/* ----------------------------------- */

/* :: HOME PAGE :: */

/* Hero + popüler TLD — kurumsal gradient + hafif küre */
.homepage-hero-backdrop {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background-color: #030304;
  background-image:
    radial-gradient(ellipse 95% 65% at 50% -8%, rgba(61, 99, 200, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 48% 38% at 88% 8%, rgba(30, 75, 184, 0.07) 0%, transparent 52%),
    radial-gradient(ellipse 42% 32% at 12% 12%, rgba(30, 75, 184, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, rgba(3, 3, 4, 0) 0%, rgba(3, 3, 4, 0.55) 72%, #030304 100%),
    url(../images/home/bg-globe.svg);
  background-size: cover, cover, cover, cover, cover;
  background-position: center top, center, center, center, center bottom;
  background-repeat: no-repeat;
}

.homepage-hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 18%, rgba(3, 3, 4, 0.35) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.homepage-hero-backdrop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  background: linear-gradient(0deg, #030304 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.main-header {
  position: relative;
  padding: 52px 0 48px;
  overflow: visible;
  background: none;
}

.main-header .container {
  position: relative;
  z-index: 1;
}

/* title-1 & para-1 — Alanx: belirgin ama abartısız boyut */
.main-header .title-1 {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1.22;
  max-width: 38rem;
  margin-bottom: 0.75rem !important;
}

/* “Alan Adını” — aynı kurumsal mavi geçiş, bir tık daha kalın */
.main-header .title-1 .hostx-text-gradient {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.main-header .para-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--gray);
  max-width: 34rem;
  letter-spacing: -0.01em;
}

.main-header .title-1,
.main-header .para-1 {
  margin-left: auto;
  margin-right: auto;
}

.main-header .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

@media only screen and (max-width: 991.98px) {
  .main-header .title-1 {
    font-size: clamp(1.45rem, 2.8vw, 2rem);
  }
}

@media only screen and (max-width: 767px) {
  .main-header {
    padding: 40px 0 36px;
  }

  .main-header .title-1 {
    font-size: clamp(1.35rem, 5vw, 1.65rem);
  }

  .main-header .para-1 {
    font-size: 13px;
  }
}

/* notify */
.main-header .notify {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--border);
  background-color: var(--surface-muted);
  border-radius: 50px;
  cursor: default;
  margin-top: 0.5rem;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.light-theme .main-header .notify {
  border: 1px solid var(--border);
  background-color: #FFFFFF;
}

.main-header .notify .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50px;
  width: 54px;
  min-width: 54px;
  height: 54px;
}

.main-header .notify .icon img {
  width: 20px;
  transform: rotate(45deg);
}

.light-theme .main-header .notify .icon {
  background-color: var(--light);
}

.main-header .notify .text {
  padding: 0 25px 0 20px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.light-theme .main-header .notify .text {
  color: var(--darkGray);
}

@media only screen and (max-width: 767px) {
  .main-header .notify .icon {
    display: none;
  }

  .main-header .notify .text {
    padding: 15px 30px;
    font-size: 14px;
  }
}

/* header-form */
.main-header .header-form {
  position: relative;
  background-color: var(--semi-dark);
  border: 1px solid var(--border);
  padding: 60px 40px 40px;
  text-align: center;
  border-radius: 16px;
  max-width: 480px;
}

/* form-title */
.main-header .form-title {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--secondary-font);
}

/* form-label */
.main-header .form-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-header .form-label:not(:last-child) {
  margin-bottom: 15px;
}

.main-header .form-label input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 52px;
  padding: 0 20px;
  background-color: #282a3f;
  border: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-family: var(--primary-font);
  font-weight: 500;
  outline: none;
  transition: background-color .2s ease;
}

.main-header .form-label input:hover {
  background-color: #2f3146;
}

.main-header .form-label input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

/* form-comment */
.main-header .form-comment {
  font-size: 12px;
  font-weight: 500;
  color: var(--darkGray);
}

.main-header .form-comment a {
  color: var(--primary);
}

.main-header .form-comment a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .main-header .form-title {
    font-size: 17px;
  }
}

/* ---------------------------------- */

/* HOMEPAGE-FEATURES-SECTION */
.homepage-features-section {
  padding-bottom: 80px;
  background-color: transparent;
}

/* box */
.homepage-features-section .box {
  padding: 28px 22px;
  background-color: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.homepage-features-section .box:hover {
  border-color: var(--border-strong);
  background-color: var(--surface-card-hover);
}

.homepage-features-section .box-icon {
  width: 48px;
  margin-bottom: 20px;
}

.homepage-features-section .box-title {
  font-size: 17px;
  font-family: var(--third-font);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .homepage-features-section .box-icon {
    width: 38px;
  }

  .homepage-features-section .box-title {
    font-size: 14px;
  }
}

/* ---------------------------------- */

/* OPERATING-SYS-SECTION */
.operating-sys-section {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.operating-sys-section.bg-2 {
  background-color: var(--darkBlue) !important;
  background-image: var(--homepage-flow-shine);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.operating-sys-section__glow {
  pointer-events: none;
  position: absolute;
  inset: 20% auto auto 0;
  width: min(28rem, 70vw);
  height: 14rem;
  background: radial-gradient(ellipse at left center, rgba(37, 99, 235, 0.14) 0%, transparent 72%);
}

.operating-sys-layout {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 1200px) {
  .operating-sys-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: 2.75rem;
  }
}

.operating-sys-head {
  text-align: center;
  max-width: 26rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .operating-sys-head {
    text-align: left;
    margin: 0;
    max-width: none;
  }
}

.operating-sys-section .operating-sys-title,
.operating-sys-section .title-1 {
  font-size: clamp(1.625rem, 3.6vw, 2.375rem);
  font-family: var(--third-font);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 0.85rem;
}

.operating-sys-section .operating-sys-title span,
.operating-sys-section .title-1 span {
  line-height: inherit;
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
}

.operating-sys-title__mid {
  color: #fff;
}

.operating-sys-title__end {
  color: var(--primary);
}

.operating-sys-lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(186, 198, 216, 0.95);
  max-width: 22rem;
}

@media (min-width: 1200px) {
  .operating-sys-lead {
    max-width: 24rem;
  }
}

.operating-sys-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
}

@media (min-width: 576px) {
  .operating-sys-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1200px) {
  .operating-sys-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

.operating-sys-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 7.5rem;
  padding: 1.15rem 0.75rem;
  text-align: center;
  background: rgba(17, 18, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.operating-sys-card:hover {
  transform: translateY(-3px);
  background-color: rgba(22, 26, 38, 0.98);
}

.operating-sys-card[data-brand="linux"]:hover {
  border-color: rgba(252, 198, 36, 0.45);
  box-shadow: 0 0 24px rgba(252, 198, 36, 0.14), 0 12px 32px rgba(0, 0, 0, 0.34);
}

.operating-sys-card[data-brand="directadmin"]:hover,
.operating-sys-card[data-brand="php"]:hover,
.operating-sys-card[data-brand="mysql"]:hover,
.operating-sys-card[data-brand="litespeed"]:hover {
  border-color: rgba(59, 130, 246, 0.42);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.16), 0 12px 32px rgba(0, 0, 0, 0.34);
}

.operating-sys-card[data-brand="ssl"]:hover {
  border-color: rgba(21, 205, 113, 0.45);
  box-shadow: 0 0 24px rgba(21, 205, 113, 0.14), 0 12px 32px rgba(0, 0, 0, 0.34);
}

.operating-sys-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(30, 33, 42, 0.95) 0%, rgba(16, 18, 24, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.12);
}

.operating-sys-card[data-brand="linux"] .operating-sys-card__icon {
  box-shadow: 0 0 18px rgba(252, 198, 36, 0.16);
}

.operating-sys-card[data-brand="ssl"] .operating-sys-card__icon {
  box-shadow: 0 0 18px rgba(21, 205, 113, 0.16);
}

.operating-sys-card__icon .hosting-stack-img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.operating-sys-section .hosting-stack-fa {
  font-size: 2rem;
  line-height: 1;
}

.operating-sys-section .hosting-stack-fa--linux {
  color: #fcc624;
}

.operating-sys-section .hosting-stack-fa--php {
  color: #8892bf;
}

.operating-sys-section .hosting-stack-fa--mysql {
  color: #38bdf8;
}

.operating-sys-section .hosting-stack-fa--ssl {
  color: #15cd71;
}

.operating-sys-section .hosting-stack-fa--litespeed {
  color: #5dade2;
}

.operating-sys-card__label {
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.25;
}

.operating-sys-card:hover .operating-sys-card__label {
  color: #fff;
}

/* Eski sınıflar — geriye dönük uyumluluk */
.operating-sys-section .item {
  background-color: rgba(17, 18, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 18px;
  border-radius: var(--radius-card);
}

.operating-sys-section .operating-sys-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 20px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  min-width: 3.5rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(30, 33, 42, 0.95) 0%, rgba(16, 18, 24, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width: 1199.98px) {
  .operating-sys-section {
    padding: clamp(2.75rem, 5vw, 3.5rem) 0;
  }
}

/* ---------------------------------- */

/* Ana sayfa hosting planları — OS / bilgi / SSS ile aynı zemin akışı */
section.homepage-hosting-plans.theme-plans-i {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background-color: var(--darkBlue) !important;
  background-image: var(--homepage-flow-shine) !important;
  border-top: none;
  border-bottom: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  /* py-90 yerine: blok yüksekliği orta — başlık + kartlar dengeli */
  padding-top: clamp(2.5rem, 5vw, 3.75rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem) !important;
}

section.homepage-hosting-plans.theme-plans-i > .container {
  position: relative;
  z-index: 1;
}

/* Bu bölümde container: geniş ekranda yan siyah boşluk azalsın, kenarda hâlâ nefes kalsın */
@media (min-width: 992px) {
  section.homepage-hosting-plans.theme-plans-i > .container {
    max-width: min(1560px, calc(100vw - 1.5rem));
    padding-left: clamp(12px, 1.75vw, 24px);
    padding-right: clamp(12px, 1.75vw, 24px);
  }
}

/* Ana sayfa planlar — USD / TRY: iki hücre, üst üste binme yok, tıklamada sade görünüm */
.homepage-plans-currency-toggle {
  display: inline-flex;
  align-items: stretch;
  gap: 6px;
  padding: 4px;
  border-radius: 12px;
  background: var(--surface-muted);
  border: 1px solid var(--border-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.homepage-plans-currency-btn {
  position: relative;
  z-index: 0;
  min-width: 52px;
  height: 40px;
  padding: 0 16px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.homepage-plans-currency-btn:hover {
  color: rgba(255, 255, 255, 0.92);
  background-color: rgba(255, 255, 255, 0.05);
}

.homepage-plans-currency-btn.is-active {
  z-index: 1;
  background: var(--primary);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 54, 226, 0.35);
}

.homepage-plans-currency-btn:active {
  transform: scale(0.98);
}

.homepage-plans-currency-btn:focus {
  outline: none;
}

.homepage-plans-currency-btn:focus-visible {
  outline: 2px solid rgba(0, 54, 226, 0.65);
  outline-offset: 2px;
}

.theme-plans-i .plans .plan-price-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-muted);
  margin-bottom: 10px;
}

.theme-plans-i .plans .plan-price--dual .plan-price-dual-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.theme-plans-i .plans .plan-price--dual .plan-price-row .price {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: -0.02em;
}

.theme-plans-i .plans .plan-price--dual .plan-price-row.is-emphasis .price {
  font-size: 28px;
  color: #fff;
}

/* THEME-PLANS-I — separated cards (gutter via .row.g-4); 2.ss düzeni: üst blok + özellikler */
.theme-plans-i .plans {
  border-radius: unset;
  background-color: transparent;
  border: none;
  overflow: visible;
}
.theme-plans-i .plans .row {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}

/* Kart aralığı yalnızca mobil; xl masaüstünde 4 kart tek satırda kalsın */
@media (max-width: 767.98px) {
  .theme-plans-i .plans .row {
    row-gap: 1.35rem;
  }
}

.theme-plans-i .plans .homepage-plan-card {
  display: flex;
  flex-direction: column;
}

.theme-plans-i .plans .homepage-plan-card__hero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

@keyframes hostx-plan-shine {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes hostx-plan-popular-pulse {
  0%,
  100% {
    box-shadow:
      0 26px 56px rgba(0, 0, 0, 0.48),
      0 0 0 2px rgba(0, 110, 255, 0.65),
      0 0 40px rgba(0, 100, 255, 0.42),
      0 0 90px rgba(0, 80, 220, 0.22);
    border-color: rgba(80, 150, 255, 0.85);
  }
  50% {
    box-shadow:
      0 32px 64px rgba(0, 0, 0, 0.52),
      0 0 0 2px rgba(120, 185, 255, 0.98),
      0 0 56px rgba(80, 150, 255, 0.65),
      0 0 120px rgba(40, 120, 255, 0.38);
    border-color: rgba(160, 205, 255, 1);
  }
}

@keyframes hostx-popular-badge-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 2px rgba(0, 100, 255, 0.55),
      0 0 20px rgba(0, 130, 255, 0.5),
      0 0 40px rgba(0, 90, 255, 0.25);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(140, 200, 255, 0.95),
      0 0 32px rgba(100, 175, 255, 0.85),
      0 0 56px rgba(60, 140, 255, 0.45);
  }
}

/* plan */
.theme-plans-i .plans .plan {
  position: relative;
  padding: 36px 32px 32px;
  background-color: var(--surface-card);
  height: 100%;
  z-index: 2;
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.28s ease,
    background-color 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s ease;
}
.theme-plans-i .plans .plan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(255, 255, 255, 0.06) 44%,
    rgba(130, 185, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.2) 51%,
    rgba(130, 185, 255, 0.35) 52%,
    rgba(255, 255, 255, 0.06) 60%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
.theme-plans-i .plans .plan:hover {
  border-color: rgba(100, 165, 255, 0.85);
  background-color: var(--surface-card-hover);
  transform: translateY(-12px);
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(100, 165, 255, 0.35),
    0 0 48px rgba(0, 100, 255, 0.35),
    0 0 100px rgba(0, 80, 220, 0.18);
}
.theme-plans-i .plans .plan:hover::before {
  animation: hostx-plan-shine 0.65s ease-out forwards;
}
.theme-plans-i .plans .plan.popular-plan {
  border-color: rgba(90, 160, 255, 0.95);
  animation: hostx-plan-popular-pulse 2.4s ease-in-out infinite;
}
.theme-plans-i .plans .plan.popular-plan:hover {
  animation: none;
  border-color: rgba(180, 215, 255, 1);
  transform: translateY(-12px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 2px rgba(140, 200, 255, 0.9),
    0 0 64px rgba(80, 150, 255, 0.55),
    0 0 120px rgba(40, 120, 255, 0.3);
}
@media (prefers-reduced-motion: reduce) {
  .theme-plans-i .plans .plan,
  .theme-plans-i .plans .plan.popular-plan {
    animation: none !important;
    transition: none !important;
  }
  .theme-plans-i .plans .plan:hover {
    transform: none;
  }
  .theme-plans-i .plans .plan:hover::before {
    animation: none !important;
  }
  .theme-plans-i .plans .popular-box {
    animation: none !important;
  }
  .theme-plans-i .plans .plan:hover .plan-icon {
    transform: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .theme-plans-i .plans .plan {
    border-radius: 12px;
  }
}

/* plan ikon — mağaza ürün kartlarına yakın: koyu daire, beyaz Font Awesome */
.theme-plans-i .plans .plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgba(32, 34, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.28s ease;
}
.theme-plans-i .plans .plan:hover .plan-icon {
  transform: scale(1.12) translateY(-4px);
  border-color: rgba(120, 185, 255, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 2px rgba(80, 150, 255, 0.5),
    0 16px 36px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(0, 120, 255, 0.55),
    0 0 80px rgba(0, 100, 255, 0.25);
}
.theme-plans-i .plans .plan-icon i {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.theme-plans-i .plans .plan:hover .plan-icon i {
  filter: drop-shadow(0 0 10px rgba(140, 200, 255, 0.85));
}
.theme-plans-i .plans .plan.popular-plan .plan-icon {
  border-color: rgba(100, 170, 255, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 2px rgba(0, 100, 255, 0.35),
    0 0 28px rgba(0, 110, 255, 0.4);
}
.theme-plans-i .plans .plan.popular-plan:hover .plan-icon {
  border-color: rgba(180, 220, 255, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 2px rgba(140, 200, 255, 0.75),
    0 18px 40px rgba(0, 0, 0, 0.48),
    0 0 56px rgba(80, 160, 255, 0.65),
    0 0 100px rgba(60, 130, 255, 0.35);
}

/* plan-head */
.theme-plans-i .plans .plan-head {
  padding-bottom: 18px;
  text-align: left;
}
.theme-plans-i .plans .plan-name {
  font-size: 22px;
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.theme-plans-i .plans .plan-para {
  font-size: 14px;
  line-height: 1.45;
  color: var(--accent-muted);
  margin-bottom: 0;
}

/* plan-price — fiyat bloğu ile CTA arasında çizgi yok (2.ss) */
.theme-plans-i .plans .plan-price {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.theme-plans-i .plans .plan-price .price {
  font-size: 30px;
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
  position: relative;
  z-index: 1;
  transition: text-shadow 0.3s ease;
}
.theme-plans-i .plans .plan:hover .plan-price .price {
  text-shadow:
    0 0 24px rgba(255, 255, 255, 0.35),
    0 0 48px rgba(120, 185, 255, 0.55),
    0 0 90px rgba(0, 100, 255, 0.35);
}
.theme-plans-i .plans .plan-price .price-comment {
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--gray);
}

/* CTA — site gövdesi (#030304) ile kontrast: beyaz düğme */
.theme-plans-i .plans .actions {
  padding-top: 18px;
  padding-bottom: 0;
}
.theme-plans-i .plans .homepage-plan-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  padding: 13px 18px;
  border-radius: var(--radius-ui);
  color: var(--darkBlue) !important;
  background-color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.theme-plans-i .plans .homepage-plan-cta:hover {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%) !important;
  color: #031a4a !important;
  transform: translateY(-5px);
  box-shadow:
    0 16px 40px rgba(0, 90, 255, 0.38),
    0 8px 24px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(130, 185, 255, 0.45),
    0 0 0 1px rgba(180, 210, 255, 0.6);
}
.theme-plans-i .plans .homepage-plan-cta:focus-visible {
  outline: 2px solid rgba(0, 54, 226, 0.65);
  outline-offset: 2px;
}

/* Özellikler — üstten ince ayırıcı */
.theme-plans-i .plans .homepage-plan-card__features {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  position: relative;
  z-index: 1;
}
.theme-plans-i .plans .group {
  margin-top: 0;
}
.theme-plans-i .plans .group .title-4 {
  font-size: 15px;
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 16px;
}
.theme-plans-i .plans .group .list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  padding-right: 0;
}
.theme-plans-i .plans .group .list li + li {
  margin-top: 12px;
}
.theme-plans-i .plans .homepage-plan-feature-text {
  flex: 1;
  min-width: 0;
}
.theme-plans-i .plans .homepage-plan-feature-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../images/icons/check-circle-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: none;
  position: relative;
  transition: none;
}
.theme-plans-i .plans .plan:hover .homepage-plan-feature-check {
  box-shadow: none;
}
.theme-plans-i .plans .group .list li:hover .homepage-plan-feature-check {
  transform: none;
}
.theme-plans-i .plans .homepage-plan-feature-check::after {
  display: none;
  content: none;
}

/* float-box */
.theme-plans-i .plans .group .list li .float-box {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
}
.theme-plans-i .plans .group .list li .float-box::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: '?';
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--semi-dark-2);
  border-radius: 50%;
  font-size: 11px;
  font-family: var(--secondary-font);
  font-weight: 600;
  line-height: 1;
  transition: all .15s ease-in-out;
}
.theme-plans-i .plans .group .list li .float-box:hover::before {
  background-color: rgba(0, 0, 0, .2);
}
.theme-plans-i .plans .group .list li .float-box::after {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 280px;
  background-color: var(--semi-dark);
  box-shadow: 0 10px 45px 0 rgba(0, 0, 0, .4);
  white-space: normal;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--darkGray);
  border: 1px solid var(--border);
  border-radius: 4px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all .15s ease-in-out;
}
.theme-plans-i .plans .group .list li .float-box:hover::after {
  visibility: visible;
  opacity: 1;
}

/* se-footer — kartların altı ile güven şeridi arasında nefes */
.theme-plans-i .se-footer {
  margin-top: clamp(1.75rem, 4.5vw, 3rem);
}

.theme-plans-i .se-footer .line {
  margin: 6px 12px;
}
.theme-plans-i .se-footer .line .icon {
  min-width: 20px;
  width: 20px;
  margin-right: 10px;
}
.theme-plans-i .se-footer .line .text {
  font-size: 14px;
  color: var(--darkGray);
}

/* Ana sayfa hosting planları — ortalanmış içerik, okunaklı tipografi (orta ölçek) */
section.homepage-hosting-plans.theme-plans-i .se-head {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1.5rem, 3.2vw, 2rem);
}

section.homepage-hosting-plans.theme-plans-i .se-head .se-title-1 {
  font-size: 15px;
  margin-bottom: 8px;
}

section.homepage-hosting-plans.theme-plans-i .se-head .se-title-2 {
  font-size: clamp(1.65rem, 3vw + 0.55rem, 2.35rem);
  line-height: 1.2;
}

section.homepage-hosting-plans.theme-plans-i .homepage-plans-currency-toggle-wrap {
  margin-bottom: clamp(1.35rem, 3vw, 1.9rem) !important;
}

section.homepage-hosting-plans.theme-plans-i .homepage-plans-currency-btn {
  min-width: 54px;
  height: 42px;
  padding: 0 17px;
  font-size: 18px;
}

section.homepage-hosting-plans.theme-plans-i .plans.mb-xl-4.mb-2 {
  margin-bottom: clamp(1.35rem, 2.8vw, 1.9rem) !important;
}

section.homepage-hosting-plans.theme-plans-i .plans .row.g-4 {
  --bs-gutter-x: 1.1rem;
  --bs-gutter-y: 1.1rem;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan {
  padding: clamp(1.5rem, 2.8vw, 1.85rem) clamp(1.2rem, 2.2vw, 1.5rem) clamp(1.25rem, 2.4vw, 1.55rem);
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-icon i {
  font-size: 1.22rem;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-head {
  padding-bottom: 12px;
  text-align: center;
  width: 100%;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-name {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-para {
  font-size: 14px;
  line-height: 1.4;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-price-kicker {
  margin-bottom: 6px;
  font-size: 11px;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-price .price {
  font-size: clamp(1.45rem, 1.05rem + 1.5vw, 1.85rem);
  line-height: 1.14;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-price .price-comment {
  font-size: 13px;
  margin-top: 5px;
}

section.homepage-hosting-plans.theme-plans-i .plans .actions {
  padding-top: 14px;
}

section.homepage-hosting-plans.theme-plans-i .plans .homepage-plan-cta {
  font-size: 15px;
  padding: 11px 16px;
}

section.homepage-hosting-plans.theme-plans-i .plans .homepage-plan-card__hero {
  align-items: center;
  text-align: center;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-price,
section.homepage-hosting-plans.theme-plans-i .plans .plan-price-kicker,
section.homepage-hosting-plans.theme-plans-i .plans .plan-price .price,
section.homepage-hosting-plans.theme-plans-i .plans .plan-price .price-comment {
  text-align: center;
}

section.homepage-hosting-plans.theme-plans-i .plans .plan-price--dual .plan-price-dual-rows {
  align-items: center;
}

section.homepage-hosting-plans.theme-plans-i .plans .homepage-plan-card__features {
  margin-top: 18px;
  padding-top: 16px;
}

section.homepage-hosting-plans.theme-plans-i .plans .group .title-4 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
}

section.homepage-hosting-plans.theme-plans-i .plans .group .list li {
  justify-content: center;
  font-size: 13.5px;
  line-height: 1.42;
}

section.homepage-hosting-plans.theme-plans-i .plans .group .list li + li {
  margin-top: 8px;
}

section.homepage-hosting-plans.theme-plans-i .se-footer {
  margin-top: clamp(1.5rem, 3.2vw, 2.15rem);
  gap: 0.55rem 1.2rem;
  justify-content: center;
}

section.homepage-hosting-plans.theme-plans-i .se-footer .line {
  justify-content: center;
  margin: 6px 11px;
}

section.homepage-hosting-plans.theme-plans-i .se-footer .line .text {
  font-size: 14px;
}

/* ---------------------------------- */

/* PRODUCTS-GROUP-I */
.products-group-i .box {
  background-color: var(--surface-card);
  border-radius: var(--radius-card);
  padding: 35px 30px 10px;
  border: 1px solid var(--border);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.products-group-i .box:hover {
  background-color: var(--surface-card-hover);
  border-color: var(--border-strong);
}
.products-group-i .box-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  color: transparent;
}
.products-group-i .box .icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.products-group-i .box .icon::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--primary);
  opacity: 0.065;
}
.products-group-i .box .icon img {
  width: 34px;
}
.products-group-i .box-title {
  color: #FFFFFF;
  font-size: 18px;
  font-family: var(--secondary-font);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 160px;
}
.products-group-i .box-para {
  font-size: 14px;
  font-weight: 500;
  color: var(--darkGray);
  line-height: 1.7;
  max-height: 70px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.products-group-i .arrow {
  margin-top: 20px;
}
.products-group-i .arrow img {
  width: 24px;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.products-group-i .box:hover .arrow img {
  opacity: 0.85;
}
/* ---------------------------------- */

/* DOMAIN-CARD */
.domain-card {
  background-color: var(--surface-card);
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 20px 30px;
}
.domain-card .domain-card-link {
  background-color: var(--primary);
  height: 80px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.domain-card .domain-card-link img {
  width: 30px;
}
.domain-card .domain-card-link:hover {
  background-color: var(--semi-primary);
}
.domain-card .domain-card-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.domain-card .domain-card-text {
  font-size: 16px;
  color: var(--darkGray);
}
@media only screen and (max-width: 991.98px) {
  .domain-card {
    padding: 40px 30px;
  }
  .domain-card .domain-card-link {
    height: 60px;
  }
  .domain-card .domain-card-link img {
    width: 20px;
  }
}
/* ---------------------------------- */

/* ACTION-BOX */
.action-box {
  position: relative;
  padding: 30px;
  border-radius: var(--radius-card);
  background-color: var(--surface-card);
  border: 1px solid var(--border);
  transition: border-color 0.2s ease, background-color 0.2s ease;
  height: 100%;
}
.action-box .box-img {
  width: 70px;
  margin-bottom: 15px;
}
.action-box .box-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.action-box:hover {
  border-color: var(--border-strong);
  background-color: var(--surface-card-hover);
}
.action-box .box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* ---------------------------------- */

/* :: FOOTER :: — ana sayfa akışı ile aynı palet (darkBlue + üstte yumuşak geçiş) */
.theme-footer {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background-color: var(--darkBlue);
  background-image: linear-gradient(
    180deg,
    rgba(10, 12, 18, 0.5) 0%,
    rgba(3, 3, 4, 0) min(200px, 45vw),
    rgba(3, 3, 4, 1) 100%
  );
}

.theme-footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: var(--border);
  z-index: 1;
}

/* footer-top — üst kenara yapışmayı giderir; alt blokla mesafe dengeli */
.theme-footer .footer-top {
  padding: clamp(4.75rem, 9vw, 6.25rem) 0 clamp(2rem, 4vw, 2.75rem);
}

/* footer-list-group */
.theme-footer .footer-list-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.theme-footer .footer-list-group.footer-list-group--four {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 5.5vw, 4.25rem);
  row-gap: 2rem;
  align-items: start;
  width: 100%;
}

.theme-footer .footer-list-group--four > .footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.theme-footer .footer-list-group--four > .footer-list .list-title {
  margin: 0 0 0.5rem;
  padding: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-footer .footer-list-group--four > .footer-list .list-link {
  margin: 0;
}

.theme-footer .footer-list-group--four > .footer-list .list-link:nth-child(2) {
  margin-top: 0;
}

.theme-footer .footer-list-group--four > .footer-list .list-link > a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(186, 198, 216, 0.88);
  transition: color 0.2s ease;
}

.theme-footer .footer-list-group--four > .footer-list .list-link > a:hover {
  color: #fff;
  text-decoration: none;
}

/* footer-list */
.theme-footer .footer-list {
  padding-bottom: 1.25rem;
}
.theme-footer .footer-list .list-title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.theme-footer .footer-list .list-link:nth-child(2) {
  margin-top: 22px;
}
.theme-footer .footer-list .list-link:not(:last-of-type) {
  margin-bottom: 13px;
}
.theme-footer .footer-list .list-link > a {
  font-size: 15px;
  font-weight: 400;
  color: var(--gray);
}
.theme-footer .footer-list .list-link > a:hover {
  text-decoration: none;
  color: #fff;
}

/* Footer — veri merkezi sütunu */
.theme-footer .footer-list--datacenters .list-link:nth-child(2) {
  margin-top: 18px;
}

.theme-footer .footer-dc-city {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}

@media only screen and (max-width: 1199.98px) {
  .theme-footer .footer-list-group {
    justify-content: flex-start;
  }
  .theme-footer .footer-list-group.footer-list-group--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.75rem, 4vw, 3rem);
    row-gap: 2.25rem;
  }
  .theme-footer .footer-list {
    min-width: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-footer .footer-list-group.footer-list-group--four {
    column-gap: 1.75rem;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-footer .footer-list-group.footer-list-group--four {
    display: block;
  }
  .theme-footer .footer-list-group--four > .footer-list {
    min-width: 100%;
    padding: 0 0 0.25rem;
    margin-bottom: 0.35rem;
  }
  .theme-footer .footer-list-group--four > .footer-list .list-title {
    padding-bottom: 0.65rem;
    margin-bottom: 0.35rem;
  }
  .theme-footer .footer-list {
    min-width: 100%;
    padding-bottom: 0;
  }
  .theme-footer .footer-list .list-title::before,
  .theme-footer .footer-list .list-title::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
  }
  .theme-footer .footer-list .list-title::before {
    width: 10px;
    height: 2px;
  }
  .theme-footer .footer-list .list-title::after {
    height: 10px;
    width: 2px;
    right: 4px;
  }
  .theme-footer .footer-list.open-list .list-title::after {
    display: none;
  }
  .theme-footer .footer-list .list-link {
    display: none;
  }
  .theme-footer .footer-list.open-list .list-link {
    display: block;
  }
}

/* reg-bar */
.theme-footer .reg-bar {
  padding: 28px 36px;
  background-color: var(--surface-card);
  background-image: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}
.theme-footer .reg-bar .title-4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 15px;
}
.theme-footer .reg-bar .para-2 {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}
@media only screen and (max-width: 767.98px) {
  .theme-footer .reg-bar .title-4 {
    font-size: 22px;
  }
  .theme-footer .reg-bar .para-2 {
    font-size: 14px;
  }
}

/* footer-bottom — üst link alanına daha yakın; altta orantılı boşluk */
.theme-footer .footer-bottom {
  padding: 2.5rem 0 clamp(3.25rem, 8vw, 5rem);
}

/* content */
@media only screen and (max-width: 991.98px) {
  .theme-footer .footer-bottom .content {
    flex-wrap: wrap;
  }
}

/* logo */
.theme-footer .footer-bottom .logo {
  margin-right: 40px;
}
.theme-footer .footer-bottom .logo img {
  min-width: 120px;
  width: 120px;
}

/* links */
.theme-footer .footer-bottom .links {
  margin-bottom: 4px;
}
.theme-footer .footer-bottom .links li {
  position: relative;
}
.theme-footer .footer-bottom .links li:not(:last-of-type) {
  margin-right: 20px;
}
.theme-footer .footer-bottom .links li:not(:last-of-type)::after {
  position: absolute;
  content: '';
  right: -11px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: rgba(255, 255, 255, .3);
}
.theme-footer .footer-bottom .links li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.theme-footer .footer-bottom .links li a:hover {
  text-decoration: underline;
}

/* para-3 */
.theme-footer .footer-bottom .para-3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
}
.theme-footer .footer-bottom .para-3 a {
  color: #ffffff;
  font-weight: 500;
}
.theme-footer .footer-bottom .para-3 a:hover {
  text-decoration: underline;
}

/* social-list */
.theme-footer .footer-bottom .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.theme-footer .footer-bottom .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.theme-footer .footer-bottom .social-list a:hover {
  opacity: .7;
}
.theme-footer .footer-bottom .social-list a img {
  min-width: 28px;
  width: 28px;
}
/* ----------------------------------- */

/* CUSTOM-FEA-TLDS */
.custom-fea-tlds .custom-fea-tld {
  padding: 30px 15px 30px 15px;
  background-color: var(--semi-dark);
  border-radius: 4px;
}
.custom-fea-tlds .custom-fea-tld-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.custom-fea-tlds .custom-fea-tld-title>span {
  font-size: 26px;
  font-weight: 600;
  color: var(--mint);
}
.custom-fea-tlds .price .text {
  color: var(--darkGray);
  font-size: 14px;
  margin-bottom: 5px;
}
.custom-fea-tlds .price {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-family: var(--third-font);
}
/* ----------------------------------- */

/* SPOTLIGHT-TLDS */
.spotlight-tlds {
  background-color: var(--semi-dark) !important;
}
.spotlight-tlds .spotlight-tld {
  background-color: var(--semi-dark-2) !important;
  border-color: var(--border) !important;
  color: #fff !important;
}
.spotlight-tld .btn:not(.domain-contact-support) {
  background-color: var(--primary) !important;
}
.spotlight-tld .btn:not(.domain-contact-support):not(.unavailable):hover {
  background-color: var(--semi-primary) !important;
}
/* ----------------------------------- */

/* FILTER-TAB */
a.filter-tab {
  color: #fff;
  font-size: 14px;
  border: 1px solid var(--border);
  padding: 14px 28px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  background-color: var(--semi-dark-3);
  transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
a.filter-tab.--sm-tab {
  padding: 8px 14px;
}
a.filter-tab.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #FFFFFF;
}
a.filter-tab:not(.active):hover {
  background-color: var(--semi-dark-2);
}
/* ----------------------------------- */

/* CUSTOM-TABLE */
.custom-table-container {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow-x: auto;
}
.custom-th-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background-color: var(--semi-dark);
  border-radius: 12px;
}
.custom-th-table::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  z-index: -1;
}


/* table-title-1 */
.custom-th-table .custom-thead .tab-content .table-title-1 {
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.custom-th-table .custom-thead .tab-content .table-title-1 .coin {
  position: relative;
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
}
.custom-th-table .custom-thead .tab-content .table-title-1 .sm-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  color: var(--darkGray);
}

/* thead */
.custom-th-table thead th {
  padding: 30px 30px 40px;
}
.custom-th-table thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.custom-th-table thead th:not(:last-child) {
  border-right: 1px solid var(--border);
}

/* top-left-corner */
.custom-th-table thead th.top-left-corner {
  min-width: 300px;
  width: 300px;
  text-align: left;
  vertical-align: top;
}
.custom-th-table thead th.top-left-corner .table-title-head {
  display: block;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  font-family: var(--primary-font);
  font-weight: bold;
}
.custom-th-table thead th.top-left-corner .table-title-head span {
  letter-spacing: -9px;
  display: inline-block;
}
@media only screen and (max-width: 1199.98px) {
  .custom-th-table thead th.top-left-corner {
    min-width: 200px;
    width: 200px;
  }
  .custom-th-table thead th.top-left-corner .table-title-head {
    font-size: 22px;
  }
}

/* top-right-corner */
.custom-th-table thead th.top-right-corner {
  min-width: 25%;
  width: 25%;
  text-align: center;
}

/* table-title-3 */
.custom-th-table thead th.top-right-corner .table-title-3 {
  display: block;
  color: #fff;
  font-size: 17px;
  font-family: var(--primary-font);
  font-weight: bold;
}
@media only screen and (max-width: 1199.98px) {
  .custom-th-table thead th.top-right-corner .table-title-3 {
    font-size: 16px;
    font-weight: 600;
  }
}

/* table-title-4 */
.custom-th-table thead th.top-right-corner .table-title-4 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

/* highlighted */
.custom-th-table tbody tr.highlighted {
  background-color: var(--semi-dark-3);
}
.custom-th-table tbody tr.highlighted td {
  border-bottom: 0;
  border-right: 1px solid var(--border) !important;
  font-weight: 500;
}
.custom-th-table tbody tr.highlighted td:last-child {
  border-right: 0 !important;
}

/* t-space */
.custom-th-table tbody tr.t-space {
  border: 0 !important;
}
.custom-th-table tbody tr.t-space td {
  border: 0 !important;
}

/* tbody > tr > td */
.custom-th-table tbody tr td {
  position: relative;
  padding: 15px 30px;
  color: var(--darkGray);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}
.custom-th-table tbody tr td.left-corner {
  color: #fff;
}
.custom-th-table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--border);
}

/* left-corner */
.custom-th-table tbody .left-corner {
  min-width: 300px;
  width: 300px;
  font-weight: 600;
}
@media only screen and (max-width: 1199.98px) {
  .custom-th-table tbody .left-corner {
    min-width: 200px;
    width: 200px;
  }
}

/* td-small */
.custom-th-table tbody .td-small {
  font-weight: 600;
}
/* right-corner */
.custom-th-table tbody .right-corner {
  min-width: 25%;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .custom-th-table tbody .right-corner {
    min-width: 200px;
    width: 200px;
  }
}

/* no-tlds-div */
.no-tlds-div {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: 600;
}
.spotlight-tlds {
  border: 1px solid var(--border) !important;
  background-color: var(--semi-dark-3) !important;
  border-radius: 4px;
}
.spotlight-tld .btn:not(.domain-contact-support) {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}
/* ----------------------------------- */

/* DOMAIN-PROMO-BOX */
.domain-promo-box {
  background-color: var(--semi-dark) !important;
  border-color: var(--border) !important;
  color: var(--darkGray) !important;
}
.domain-promo-box h3 {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold !important;
}
.domain-promo-box i {
  color: var(--primary);
}
/* ----------------------------------- */

/* ANNOUNCEMENTS */
.announcements .announcement {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.announcements .announcement article {
  background-color: var(--semi-dark-2);
}
/* ----------------------------------- */

/* PAFINATION */
.pagination .page-item .page-link {
  background-color: var(--semi-dark);
  border: 1px solid var(--border);
}
.page-item.active .page-link {
  background-color: var(--primary);
}
.page-item.disabled .page-link {
  opacity: .5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--border);
}
.list-group-item {
  background-color: var(--semi-dark);
}
/* ----------------------------------- */

/* Form sarmalayıcı layout’da “fazladan kutu” oluşturmasın (#modalChooseLanguage position:fixed) */
.theme-localisation-form {
  display: contents;
}

/* LOCALISATION — dil / para birimi modalı (Hizmetler menüsü ile aynı nötr #141517) */
/* Bootstrap .modal-open .modal { overflow-y: auto } tam ekran boyalı alan gibi şerit çıkarabiliyor */
#modalChooseLanguage.theme-modal-localisation.modal {
  background: transparent !important;
  overflow: hidden !important;
}

#modalChooseLanguage.theme-modal-localisation.modal.fade .modal-dialog,
#modalChooseLanguage.theme-modal-localisation.modal .modal-dialog.theme-modal-localisation__dialog,
.theme-modal-localisation.modal.fade .modal-dialog,
.theme-modal-localisation.modal .modal-dialog.theme-modal-localisation__dialog {
  background: transparent !important;
  box-shadow: none !important;
}

/*
 * BS4 .modal-dialog-centered varsayılan flex-direction: row + ::before — bazen geniş koyu “şerit” görünümü verir.
 * Tek sütunda ortala; ::before’u tamamen öldür.
 */
#modalChooseLanguage .modal-dialog.modal-dialog-centered,
.theme-modal-localisation .modal-dialog.modal-dialog-centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: min(100vh, 100%) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 1.25rem 12px !important;
  pointer-events: none;
  background: transparent !important;
}

#modalChooseLanguage .modal-dialog.modal-dialog-centered::before,
#modalChooseLanguage .modal-dialog.theme-modal-localisation__dialog::before,
.theme-modal-localisation .modal-dialog.modal-dialog-centered::before,
.theme-modal-localisation .modal-dialog.theme-modal-localisation__dialog::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  flex: 0 !important;
  visibility: hidden !important;
}

.theme-modal-localisation .modal-dialog.modal-dialog-centered .modal-content,
#modalChooseLanguage .modal-content {
  pointer-events: auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 440px;
  box-shadow: none !important;
  filter: none !important;
}

.theme-modal-localisation .modal-content.theme-modal-localisation__content {
  background: linear-gradient(165deg, rgba(26, 28, 38, 0.96) 0%, rgba(12, 14, 20, 0.98) 55%, rgba(8, 10, 16, 0.99) 100%) !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(96, 165, 250, 0.22) !important;
  border-radius: 14px !important;
  box-shadow:
    inset 0 1px 0 rgba(147, 197, 253, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(59, 130, 246, 0.12) !important;
  filter: none !important;
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  overflow: hidden;
}

#modalChooseLanguage .modal-content.theme-modal-localisation__content::before,
#modalChooseLanguage .modal-content.theme-modal-localisation__content::after {
  content: none !important;
  display: none !important;
}

/* Tema .modal .modal-header { background:#eee } — başlık şeridi tek parça koyu */
#modalChooseLanguage.modal .modal-header.theme-modal-localisation__header,
.theme-modal-localisation.modal .modal-header {
  background: linear-gradient(180deg, rgba(32, 36, 48, 0.55) 0%, rgba(18, 20, 28, 0.25) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.theme-modal-localisation .theme-modal-localisation__header {
  padding: 1.15rem 1.35rem 1.05rem;
  align-items: flex-start;
}

.theme-modal-localisation .theme-modal-localisation__title {
  font-family: var(--primary-font);
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  padding-right: 2rem;
}

.theme-modal-localisation .theme-modal-localisation__close {
  margin: 0;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  opacity: 0.65;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
  line-height: 1;
  text-shadow: none;
  transition:
    opacity 0.15s ease,
    color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.theme-modal-localisation .theme-modal-localisation__close:hover {
  opacity: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.25);
}

.theme-modal-localisation .theme-modal-localisation__close:focus {
  outline: none;
}

.theme-modal-localisation .theme-modal-localisation__close:focus-visible {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
}

.theme-modal-localisation .theme-modal-localisation__body {
  padding: 0.65rem 1.35rem 1.15rem;
  max-width: 100%;
  overflow-x: hidden;
}

.theme-modal-localisation .theme-modal-localisation__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(154, 163, 178, 0.88);
  margin-bottom: 0.7rem;
}

.theme-modal-localisation .theme-modal-localisation__footer {
  padding: 0 1.35rem 1.4rem;
}

.theme-modal-localisation .theme-modal-localisation__chips .item {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: -0.01em;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.92) !important;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(14, 16, 22, 0.75) 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.theme-modal-localisation .theme-modal-localisation__chips .item:hover {
  border-color: rgba(147, 197, 253, 0.35);
  background: linear-gradient(160deg, rgba(96, 165, 250, 0.12) 0%, rgba(18, 22, 32, 0.85) 100%);
  color: #fff !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.2),
    0 6px 18px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.theme-modal-localisation .theme-modal-localisation__chips .item.active {
  border-color: rgba(147, 197, 253, 0.55) !important;
  background: linear-gradient(160deg, rgba(59, 130, 246, 0.22) 0%, rgba(15, 23, 42, 0.92) 100%) !important;
  color: #fff !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35),
    0 0 28px rgba(59, 130, 246, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.theme-modal-localisation .theme-modal-localisation__footer .theme-btn.--fill-primary {
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  min-height: 50px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 55%, #1e40af 100%) !important;
  border: 1px solid rgba(147, 197, 253, 0.35) !important;
  box-shadow:
    0 4px 18px rgba(37, 99, 235, 0.45),
    0 0 24px rgba(59, 130, 246, 0.2);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}

.theme-modal-localisation .theme-modal-localisation__footer .theme-btn.--fill-primary:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%) !important;
  border-color: rgba(191, 219, 254, 0.45) !important;
  filter: brightness(1.03);
  box-shadow:
    0 6px 22px rgba(37, 99, 235, 0.5),
    0 0 32px rgba(59, 130, 246, 0.28);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .theme-modal-localisation .theme-modal-localisation__chips .item:hover,
  .theme-modal-localisation .theme-modal-localisation__chips .item.active,
  .theme-modal-localisation .theme-modal-localisation__footer .theme-btn.--fill-primary:hover {
    transform: none;
  }
}

.modal-localisation .modal-content:not(.theme-modal-localisation__content) {
  background-color: #141517 !important;
}

.modal-localisation .modal-body {
  background: none !important;
}

.theme-modal-localisation .modal-body.theme-modal-localisation__body {
  background: transparent !important;
}

body.modal-open .modal-backdrop {
  background-color: rgba(3, 3, 4, 0.82);
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.modal-open .modal-backdrop + .modal-backdrop {
  display: none;
}

/*
 * Kullanım koşulları modalı (#registerTosModal): backdrop’a özel sınıf bazen show.bs.modal anında eklenemediği için
 * genel kural (üstte %82) uygulanıyordu — kayıt formu tamamen kayboluyordu. :has ile modal .show iken doğrudan hedefle.
 */
body.modal-open:has(#registerTosModal.show) .modal-backdrop {
  background-color: rgba(3, 4, 12, 0.38) !important;
  background-image: none !important;
  opacity: 1 !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.modal-open:has(#registerTosModal.show) .modal-backdrop {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background-color: rgba(3, 4, 12, 0.55) !important;
  }
}
/* ----------------------------------- */

/* AlanX — modern ana sayfa blokları (TLD şeridi, bilgi kartları, SSS) */
.modern-section {
  padding: 72px 0;
  position: relative;
}

.modern-section-head {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}

.modern-section-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--accent-muted);
  margin-bottom: 10px;
  font-family: var(--secondary-font);
}

.modern-section-title {
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}

.modern-section-lead {
  font-size: 15px;
  font-weight: 400;
  color: var(--darkGray);
  margin: 0;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.homepage-popular-tlds-section {
  position: relative;
  z-index: 2;
  background-color: transparent;
  border-top: none;
  border-bottom: 1px solid var(--border);
}

/* Başlık yok: hero ile alt bölüm arasında nefes alanı */
.homepage-popular-tlds-section--compact.modern-section {
  padding-top: 1.5rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .homepage-popular-tlds-section--compact.modern-section {
    padding-top: 1.75rem;
    padding-bottom: 4.25rem;
  }
}

.homepage-popular-tlds-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

@media (min-width: 768px) {
  .homepage-popular-tlds-grid {
    gap: 28px;
  }
}

@media (min-width: 1200px) {
  .homepage-popular-tlds-grid {
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .homepage-popular-tlds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .homepage-popular-tlds-grid {
    grid-template-columns: 1fr;
  }
}

.homepage-popular-tld-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 24px 20px;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  background-color: var(--surface-card);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.homepage-popular-tld-card:hover {
  border-color: var(--border-strong);
  background-color: var(--surface-card-hover);
}

.homepage-popular-tld-card:focus {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.homepage-popular-tld-card--minimal {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 26px 20px;
  min-height: 100px;
  background-color: rgba(17, 18, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.homepage-popular-tld-card--minimal:hover {
  border-color: rgba(59, 130, 246, 0.55);
  background-color: rgba(20, 24, 34, 0.96);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.2),
    0 0 28px rgba(59, 130, 246, 0.28),
    0 12px 32px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.homepage-popular-tld-card--minimal .homepage-popular-tld-name {
  margin-bottom: 0;
}

.homepage-popular-tld-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
  font-family: var(--secondary-font);
}

.homepage-popular-tld-name {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
  font-family: var(--primary-font);
}

/* .com / .net / .org / .io — anasayfa: yalnızca beyaz metin */
.homepage-popular-tld-name.hostx-text-gradient {
  display: inline-block;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  color: #ffffff !important;
}

.homepage-popular-tld-desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--darkGray);
  line-height: 1.45;
  margin-bottom: 20px;
  flex-grow: 1;
}

.homepage-popular-tld-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-muted);
  font-family: var(--secondary-font);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.homepage-popular-tld-cta::after {
  content: '\2192';
  font-size: 14px;
  opacity: 0.7;
}

/* Bilgi kartları — ana sayfa dikey akış (darkBlue + --homepage-flow-shine) */
.homepage-info-cards-section {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  background-color: var(--darkBlue);
  background-image: var(--homepage-flow-shine);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.homepage-info-cards-section > .container {
  position: relative;
  z-index: 1;
}

.homepage-info-cards-section .modern-section-head {
  position: relative;
  z-index: 1;
}

.homepage-info-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 992px) {
  .homepage-info-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .homepage-info-cards-grid {
    grid-template-columns: 1fr;
  }
}

.homepage-info-card {
  position: relative;
  padding: 26px 20px;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  background-color: var(--surface-card);
  background-image: none;
  height: 100%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.homepage-info-card:hover {
  border-color: rgba(59, 130, 246, 0.28);
  background-color: var(--surface-card-hover);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.homepage-info-card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-ui);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.homepage-info-card:hover .homepage-info-card-icon {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.1);
  color: #fff;
}

.homepage-info-card-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--primary-font);
}

.homepage-info-card-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--darkGray);
  line-height: 1.55;
  margin: 0;
}

.homepage-info-card-link {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--semi-primary);
}

.homepage-info-card-link--muted {
  color: var(--gray);
  cursor: default;
}

/* SSS — bilgi kartlarıyla aynı zemin değişkeni */
.homepage-faq-section {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  background-color: var(--darkBlue);
  background-image: var(--homepage-flow-shine);
  padding-bottom: 88px;
  border-top: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.homepage-faq-section > .container {
  position: relative;
  z-index: 1;
}

.homepage-faq-section .modern-section-head {
  position: relative;
  z-index: 1;
}

.homepage-faq-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 800px;
  margin: 0 auto 1.75rem;
  padding: 0;
  list-style: none;
}

.homepage-faq-topic {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-muted);
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 999px;
}

.homepage-faq-topic i {
  font-size: 11px;
  opacity: 0.9;
}

.homepage-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-faq-list {
  max-width: none;
  margin: 0;
}

.modern-faq-summary__label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.modern-faq-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--primary);
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 10px;
}

.modern-faq-body a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.modern-faq-body a:hover {
  color: #93c5fd;
}

.homepage-faq-sidebar {
  position: sticky;
  top: 6rem;
  padding: 1.25rem;
  border-radius: var(--radius-card);
  border: 1px solid rgba(59, 130, 246, 0.2);
  background:
    linear-gradient(165deg, rgba(30, 41, 59, 0.5) 0%, rgba(15, 17, 23, 0.92) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.homepage-faq-sidebar__title {
  margin: 0 0 0.85rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.homepage-faq-quicklinks {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.homepage-faq-quicklinks li {
  margin-bottom: 0.35rem;
}

.homepage-faq-quicklinks a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 10px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.homepage-faq-quicklinks a i {
  width: 1.25rem;
  text-align: center;
  font-size: 13px;
  color: var(--primary);
}

.homepage-faq-quicklinks a:hover {
  background: rgba(59, 130, 246, 0.1);
  color: #fff;
}

.homepage-faq-cta {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.homepage-faq-cta__title {
  margin: 0 0 0.35rem;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.homepage-faq-cta__text {
  margin: 0 0 1rem;
  font-size: 13px;
  line-height: 1.55;
  color: var(--darkGray);
}

.homepage-faq-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.homepage-faq-cta__actions .theme-btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .homepage-faq-layout {
    grid-template-columns: 1fr;
  }

  .homepage-faq-sidebar {
    position: static;
  }

  .homepage-faq-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .homepage-faq-cta__actions .theme-btn {
    width: auto;
    flex: 1 1 auto;
    min-width: 10rem;
  }
}

@media (max-width: 575.98px) {
  .homepage-faq-cta__actions {
    flex-direction: column;
  }

  .homepage-faq-cta__actions .theme-btn {
    width: 100%;
  }
}

.modern-faq-details {
  position: relative;
  background-color: var(--surface-card);
  background-image: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.32);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

.modern-faq-details:hover {
  border-color: rgba(59, 130, 246, 0.28);
  background-color: var(--surface-card-hover);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.1),
    0 10px 32px rgba(0, 0, 0, 0.38);
  transform: translateY(-1px);
}

.modern-faq-details[open] {
  border-color: rgba(59, 130, 246, 0.35);
  background-color: var(--surface-card-hover);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.14),
    0 10px 36px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}

.modern-faq-details[open]:hover {
  transform: translateY(-2px);
}

.modern-faq-summary {
  list-style: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #fff;
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background-color 0.15s ease;
  user-select: none;
}

.modern-faq-summary::-webkit-details-marker {
  display: none;
}

.modern-faq-summary:hover,
.modern-faq-summary:focus {
  background-color: rgba(255, 255, 255, 0.03);
  outline: none;
}

.modern-faq-details[open] .modern-faq-summary {
  background: linear-gradient(
    180deg,
    rgba(59, 130, 246, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

.modern-faq-chevron-fa {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--accent-muted);
  transition: transform 0.2s ease;
}

.modern-faq-details[open] .modern-faq-chevron-fa {
  transform: rotate(180deg);
}

.modern-faq-body {
  padding: 0 22px 18px;
  font-size: 14px;
  font-weight: 400;
  color: var(--darkGray);
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .homepage-info-card {
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }

  .homepage-info-card:hover {
    transform: none;
  }

  .homepage-info-card-icon {
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }

  .modern-faq-details {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .modern-faq-details:hover,
  .modern-faq-details[open],
  .modern-faq-details[open]:hover {
    transform: none;
  }

  .modern-faq-chevron-fa {
    transition: none;
  }
}

/* =============================================================================
   Sepet (cart.php / standard_cart) + Müşteri paneli — ana sayfa ile aynı palet
   ============================================================================= */

/* — Breadcrumb: ana sayfa / navbar ile aynı düz koyu zemin, şerit görünümü yok — */
.master-breadcrumb {
  background-color: var(--darkBlue) !important;
  border-bottom: none !important;
  border-top: none !important;
  box-shadow: none;
}

.master-breadcrumb .breadcrumb {
  background: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.master-breadcrumb .breadcrumb-item,
.master-breadcrumb .breadcrumb-item a {
  color: var(--gray);
}

.master-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.88);
}

.master-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--accent-muted);
}

/* — standard_cart: genel tipografi — */
#order-standard_cart {
  color: rgba(255, 255, 255, 0.9);
  padding-top: 28px;
  padding-bottom: 48px;
}

#order-standard_cart label,
#order-standard_cart .field-help-text,
#order-standard_cart p.domain-renewal-desc {
  color: var(--darkGray) !important;
  font-weight: 500;
}

/* Alan adı transferi — label koyu metin rengi Yardım linkini gömüyordu */
#order-standard_cart label a.transfer-auth-help,
#order-standard_cart .transfer-domain-form-container label a.transfer-auth-help {
  color: rgba(255, 255, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  border-bottom: 1px dashed rgba(165, 200, 255, 0.55) !important;
  text-decoration: none !important;
}

#order-standard_cart label a.transfer-auth-help i {
  color: rgba(186, 220, 255, 0.98) !important;
  opacity: 1 !important;
}

#order-standard_cart label a.transfer-auth-help:hover,
#order-standard_cart label a.transfer-auth-help:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-bottom-color: rgba(186, 220, 255, 0.9) !important;
}

#order-standard_cart .header-lined h1,
#order-standard_cart h1.font-size-36 {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* — Sepet yan sütun panelleri — */
#order-standard_cart .custom-sidebar.card,
#order-standard_cart .panel.card-sidebar {
  background-color: var(--surface-card) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card) !important;
  overflow: hidden;
}

#order-standard_cart .custom-sidebar .panel-heading,
#order-standard_cart .custom-sidebar .card-header {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-bottom: 1px solid var(--border) !important;
  color: #fff !important;
}

#order-standard_cart .custom-sidebar .panel-title,
#order-standard_cart .custom-sidebar .card-title {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 600;
}

#order-standard_cart .custom-sidebar .list-group-item,
#order-standard_cart .custom-sidebar .list-group-item-action {
  background-color: transparent !important;
  border-color: var(--border) !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

#order-standard_cart .custom-sidebar .list-group-item-action:hover,
#order-standard_cart .custom-sidebar .list-group-item-action:focus {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}

#order-standard_cart .custom-sidebar .list-group-item.active {
  background-color: rgba(0, 54, 226, 0.18) !important;
  border-color: rgba(0, 54, 226, 0.35) !important;
  color: #fff !important;
}

#order-standard_cart .custom-sidebar .card-body,
#order-standard_cart .custom-sidebar .collapsable-card-body {
  background-color: var(--surface-card) !important;
  color: var(--darkGray);
}

/* — Sepet tablo gövdesi — */
#order-standard_cart .view-cart-items-header {
  background: linear-gradient(180deg, rgba(0, 54, 226, 0.95) 0%, rgba(0, 43, 184, 0.98) 100%) !important;
  color: #fff !important;
  border-radius: var(--radius-card) var(--radius-card) 0 0 !important;
  padding: 12px 18px !important;
  font-weight: 600;
  border: 1px solid rgba(0, 54, 226, 0.35);
  border-bottom: none;
}

#order-standard_cart .view-cart-items {
  border: 1px solid var(--border-strong) !important;
  border-top: none !important;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  /* overflow:hidden menüyü kırpar; süre fiyat dropdown üstte görünsün */
  overflow: visible;
  margin-bottom: 24px !important;
  background-color: var(--surface-card);
}

#order-standard_cart .view-cart-items .item {
  background-color: rgba(255, 255, 255, 0.02) !important;
  border-color: var(--border) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.875rem !important;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

#order-standard_cart .view-cart-items .item-title {
  color: #fff !important;
  font-size: 1.05rem !important;
}

#order-standard_cart .view-cart-items .item-group {
  color: var(--gray) !important;
  font-size: 0.9rem !important;
}

#order-standard_cart .view-cart-items .item-domain {
  color: var(--accent-muted) !important;
}

#order-standard_cart .view-cart-items .item-price span {
  color: #fff !important;
}

#order-standard_cart .view-cart-items .item-price .cycle {
  color: var(--gray) !important;
}

/* Sepet — adet Güncelle (yalnızca .btn.btn-xs; varsayılan düşük kontrast) */
#order-standard_cart .view-cart-items .item-qty .btn.btn-xs[type='submit'] {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--accent-muted) !important;
  padding: 0.35rem 0 !important;
  margin-top: 0.15rem;
  font-weight: 600;
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#order-standard_cart .view-cart-items .item-qty .btn.btn-xs[type='submit']:hover,
#order-standard_cart .view-cart-items .item-qty .btn.btn-xs[type='submit']:focus {
  color: #fff !important;
  text-decoration: underline;
}

/* Sepet — alan adı süre fiyatı (Bootstrap dropdown; native select değil) */
#order-standard_cart .view-cart-items .item-price .dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#order-standard_cart .view-cart-items .item-price .dropdown.open,
#order-standard_cart .view-cart-items .item-price .dropdown.show {
  z-index: 1060;
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu {
  background-color: var(--surface-card) !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: var(--radius-ui) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5) !important;
  padding: 0.35rem 0 !important;
  min-width: 12rem;
  margin-top: 4px !important;
  z-index: 1060 !important;
}
/* BS .dropdown-item <li> üzerinde: padding + açık hover li'de; <a> dar kalıyor — kenar şeritleri */
#order-standard_cart .view-cart-items .item-price .dropdown-menu > li.dropdown-item {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu > li.dropdown-item:hover,
#order-standard_cart .view-cart-items .item-price .dropdown-menu > li.dropdown-item:focus {
  background-color: transparent !important;
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu > li > a,
#order-standard_cart .view-cart-items .item-price .dropdown-menu li.dropdown-item > a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 0.45rem 0.9rem !important;
  font-size: 0.9rem;
  clear: both;
  white-space: nowrap;
  border-radius: 0 !important;
}
#order-standard_cart .view-cart-items .item-price .dropdown-menu > li > a:hover,
#order-standard_cart .view-cart-items .item-price .dropdown-menu > li > a:focus,
#order-standard_cart .view-cart-items .item-price .dropdown-menu li.dropdown-item > a:hover,
#order-standard_cart .view-cart-items .item-price .dropdown-menu li.dropdown-item > a:focus {
  background-color: rgba(0, 54, 226, 0.45) !important;
  color: #fff !important;
}
#order-standard_cart .view-cart-items .item-price .dropdown-toggle.btn-default {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid var(--border-strong) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  border-radius: var(--radius-ui) !important;
}
#order-standard_cart .view-cart-items .item-price .dropdown-toggle.btn-default:hover,
#order-standard_cart .view-cart-items .item-price .dropdown-toggle.btn-default:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}
#order-standard_cart .view-cart-items .item-price .dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.85) !important;
}

/* Aynı tema — domain seçenekleri sayfasındaki ek seçenek dropdown */
#order-standard_cart .dropdown-toggle.btn-default.additional-options {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid var(--border-strong) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  border-radius: var(--radius-ui) !important;
}
#order-standard_cart .dropdown-toggle.btn-default.additional-options:hover,
#order-standard_cart .dropdown-toggle.btn-default.additional-options:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}
#order-standard_cart .dropdown-menu {
  background-color: var(--surface-card) !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: var(--radius-ui) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5) !important;
  padding: 0.35rem 0 !important;
  z-index: 1060 !important;
}
#order-standard_cart .dropdown-menu > li.dropdown-item {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
#order-standard_cart .dropdown-menu > li.dropdown-item:hover,
#order-standard_cart .dropdown-menu > li.dropdown-item:focus {
  background-color: transparent !important;
}
#order-standard_cart .dropdown-menu > li > a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 0 !important;
}
#order-standard_cart .dropdown-menu > li > a:hover,
#order-standard_cart .dropdown-menu > li > a:focus {
  background-color: rgba(0, 54, 226, 0.45) !important;
  color: #fff !important;
}

#order-standard_cart .view-cart-empty {
  color: var(--gray);
  padding: 2rem 1rem;
  text-align: center;
}

#order-standard_cart .btn-remove-from-cart {
  color: rgba(255, 255, 255, 0.55) !important;
}

#order-standard_cart .btn-remove-from-cart:hover {
  color: var(--tomato) !important;
}

#order-standard_cart .empty-cart .btn {
  background: rgba(0, 54, 226, 0.25) !important;
  color: #fff !important;
  border-radius: 0 0 var(--radius-ui) var(--radius-ui) !important;
}

/* — Sipariş özeti — */
#order-standard_cart .order-summary {
  /* Tek kutu: köşe radius + overflow ile alt köşe kırpması düzelir */
  background-color: var(--surface-card) !important;
  border-radius: var(--radius-card);
  overflow: hidden !important;
  box-shadow: none !important;
  border: 1px solid var(--border-strong) !important;
}

#order-standard_cart #scrollingPanelContainer.secondary-cart-sidebar {
  background: transparent !important;
}

#order-standard_cart .order-summary h2 {
  margin: 0 !important;
  background: linear-gradient(180deg, rgba(0, 54, 226, 0.95) 0%, rgba(0, 43, 184, 0.98) 100%) !important;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 12px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#order-standard_cart .summary-container {
  margin: 0 !important;
  padding: 14px 14px 18px !important;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.88) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Ara toplam / KDV / Toplam — okunaklı boyut + satır aralığı */
#order-standard_cart .order-summary .subtotal {
  font-size: 1.02rem !important;
  line-height: 1.5 !important;
  padding: 0 0 12px !important;
  margin: 0 0 12px !important;
  border-bottom: 1px solid var(--border) !important;
}

#order-standard_cart .order-summary .bordered-totals {
  font-size: 1.02rem !important;
  line-height: 1.5 !important;
  padding: 4px 0 12px !important;
  margin: 0 0 12px !important;
  border-bottom: 1px solid var(--border) !important;
}

#order-standard_cart .order-summary .bordered-totals .clearfix + .clearfix {
  margin-top: 10px;
}

#order-standard_cart .order-summary .recurring-totals {
  font-size: 1.02rem !important;
  line-height: 1.55 !important;
  padding: 4px 0 8px !important;
  margin: 0 0 6px !important;
}

#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .bordered-totals,
#order-standard_cart .order-summary .summary-totals {
  border-color: var(--border) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

#order-standard_cart .order-summary .recurring-charges {
  color: var(--gray) !important;
  font-size: 0.95em !important;
}

#order-standard_cart .order-summary .total-due-today {
  margin: 14px 0 16px !important;
}

#order-standard_cart .order-summary .total-due-today .amt {
  color: #fff !important;
  display: block;
  text-align: right;
  line-height: 1.15;
}

#order-standard_cart .order-summary .btn-continue-shopping {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.25rem;
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 1.4;
  color: var(--accent-muted) !important;
}

#order-standard_cart .order-summary .btn-continue-shopping:hover {
  color: #fff !important;
}

#order-standard_cart .btn-success.btn-lg.btn-checkout,
#order-standard_cart a.btn-success.btn-checkout {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  border-radius: var(--radius-ui) !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 54, 226, 0.35);
}

#order-standard_cart .btn-success.btn-lg.btn-checkout:hover,
#order-standard_cart a.btn-success.btn-checkout:hover {
  background-color: var(--semi-primary) !important;
  border-color: var(--semi-primary) !important;
  color: #fff !important;
}

/* — Promosyon sekmesi — */
#order-standard_cart .view-cart-tabs .nav-tabs {
  border-bottom-color: var(--border) !important;
  padding-left: 0 !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs .nav-link {
  color: var(--gray);
  border: 1px solid transparent;
  border-radius: var(--radius-ui) var(--radius-ui) 0 0;
}

#order-standard_cart .view-cart-tabs .nav-tabs .nav-link.active,
#order-standard_cart .view-cart-tabs .nav-tabs a.active {
  color: #fff !important;
  background-color: var(--surface-card) !important;
  border-color: var(--border-strong) !important;
  border-bottom-color: var(--surface-card) !important;
}

#order-standard_cart .view-cart-tabs .tab-content {
  background-color: var(--surface-card) !important;
  border: 1px solid var(--border-strong);
  border-top: none;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  padding: 1.25rem !important;
}

#order-standard_cart .view-cart-tabs .form-control {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid var(--border-strong) !important;
  color: #fff !important;
  border-radius: var(--radius-ui) !important;
}

#order-standard_cart .view-cart-tabs .btn-default {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid var(--border-strong) !important;
  color: #fff !important;
  border-radius: var(--radius-ui) !important;
}

#order-standard_cart .view-cart-tabs .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

#order-standard_cart .view-cart-promotion-code {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--border-strong) !important;
  color: var(--darkGray) !important;
}

/* İndirim / kupon — site genelinde kapalı */
.alanx-promo-bar,
.alanx-exit-modal,
#order-standard_cart .view-cart-tabs,
#order-standard_cart .alanx-cart-promo,
#order-standard_cart .view-cart-promotion-code {
  display: none !important;
}

body.has-promo-bar .theme-navbar--sticky {
  top: 0 !important;
}

/* — Sepet formları (checkout vb.) — */
#order-standard_cart .field,
#order-standard_cart .form-control {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid var(--border-strong) !important;
  color: #fff !important;
  border-radius: var(--radius-ui) !important;
}

#order-standard_cart .form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 2px rgba(0, 54, 226, 0.2) !important;
}

#order-standard_cart .apply-credit-container,
#order-standard_cart .cc-input-container {
  background-color: var(--surface-muted) !important;
  border: 1px solid var(--border) !important;
  color: var(--darkGray);
  border-radius: var(--radius-card);
}

/*
 * Kredi bakiyesi seçenekleri: iCheck (.iradio_square-blue) varsayılan olarak blue.png sprite
 * kullanır; sprite yüklenmez veya koyu zeminde görünmezse radyo “yok” gibi görünür.
 * Burada görünür dairesel kontrol + seçili durum (tıklanabilir alan korunur).
 */
#order-standard_cart .apply-credit-container label.radio {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.88) !important;
}
#order-standard_cart .apply-credit-container label.radio:last-of-type {
  margin-bottom: 0 !important;
}
#order-standard_cart .apply-credit-container .iradio_square-blue {
  flex-shrink: 0;
  margin-top: 2px !important;
  margin-right: 0 !important;
  background-image: none !important;
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 18px;
  box-sizing: border-box;
}
#order-standard_cart .apply-credit-container .iradio_square-blue.hover {
  border-color: rgba(255, 255, 255, 0.6);
}
#order-standard_cart .apply-credit-container .iradio_square-blue.checked {
  border-color: var(--semi-primary);
  background-color: var(--semi-primary) !important;
  box-shadow: inset 0 0 0 3px rgba(10, 15, 25, 0.92);
}
#order-standard_cart .apply-credit-container > p {
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 14px;
}

#order-standard_cart .cc-input-container .existing-cc-grid {
  color: var(--gray) !important;
}

/* — Mobil sepet üst şerit — */
#order-standard_cart .sidebar-collapsed select.form-control {
  background-color: var(--surface-card);
  border-color: var(--border-strong);
  color: #fff;
}

/* =============================================================================
   Müşteri alanı (clientarea.php ve alt sayfalar) — kartlar, yan menü, tablolar
   ============================================================================= */

#main-body .primary-content .card:not(.theme-contact-form) {
  background-color: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  color: rgba(255, 255, 255, 0.92);
}

#main-body .primary-content .card-header {
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--border);
  color: #fff;
}

#main-body .primary-content .card-title,
#main-body .primary-content .card-header h3,
#main-body .primary-content .card-header h2 {
  color: #fff;
}

#main-body .primary-content .card-body {
  color: rgba(255, 255, 255, 0.88);
}

/* ----- Giriş — ana sayfa ile aynı küre + mavi üst ışık (#main-body.main-body--login-hero) ----- */
html.page-login-html {
  background-color: #030304;
}

body.page-login {
  background-color: #030304 !important;
}

body.page-login #main-body {
  background-color: transparent;
}

#main-body .primary-content .login-page-shell {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
  padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}

.login-page-shell__header {
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .login-page-shell__header {
    margin-bottom: 1.5rem;
  }
}

.login-page-shell__logo-link {
  display: inline-block;
  text-decoration: none !important;
  outline: none;
}

.login-page-shell__logo-link:focus-visible {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
  border-radius: 8px;
}

.login-page-shell__logo {
  display: block;
  max-height: 40px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .login-page-shell__logo {
    max-height: 44px;
  }
}

/* Giriş kartı — kutu arka planı yok (sayfa zeminiyle birleşir) */
#main-body .primary-content .login-form.login-form--panel .login-form-card.card {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#main-body .primary-content .login-form.login-form--panel .login-form-card .card-body {
  background: transparent !important;
}

.login-hero__title {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1.2;
}

.login-hero__lead {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .login-hero__lead {
    margin-left: 0;
    margin-right: 0;
  }
}

.login-field-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 0.4rem;
}

.login-field-control {
  height: 48px;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  font-size: 0.9375rem;
}

.login-field-control::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.login-field-control:focus {
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.login-pw-group .login-field-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.login-pw-group .input-group-append .login-reveal-pw {
  height: 48px;
  border-radius: 0 10px 10px 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 0 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.login-captcha-wrap {
  display: flex;
  justify-content: center;
}

.login-options-row {
  padding-top: 0.15rem;
}

.login-options-row .login-remember-check {
  margin-right: auto;
}

.login-form .login-remember-check {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  padding: 4px 0;
}

.login-form .login-remember-check .form-check-label {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 0.55rem;
  line-height: 1.35;
}

.login-form .login-remember-check .checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  width: 22px;
  min-height: 22px;
  height: 22px;
  margin-top: 0;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 6px !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.login-form .login-remember-check:hover .checkmark {
  border-color: rgba(191, 219, 254, 0.75) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.25),
    0 0 14px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.login-form .login-remember-check:focus-within .checkmark {
  border-color: rgba(147, 197, 253, 0.85) !important;
  box-shadow:
    0 0 0 2px rgba(59, 130, 246, 0.45),
    0 0 18px rgba(59, 130, 246, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.login-form .login-remember-check .form-check-input:checked + .checkmark {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  border-color: rgba(191, 219, 254, 0.85) !important;
  box-shadow:
    0 0 0 1px rgba(37, 99, 235, 0.5),
    0 0 16px rgba(59, 130, 246, 0.35);
}

.login-form .login-remember-check .form-check-input:checked + .checkmark::after {
  color: #ffffff !important;
}

.login-forgot-link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.login-forgot-link:hover,
.login-forgot-link:focus {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: underline !important;
}

.login-submit-btn {
  height: 52px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0a0a0a !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.login-submit-btn:hover,
.login-submit-btn:focus {
  color: #000 !important;
  background: #f4f4f5 !important;
  filter: brightness(1.02);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

#main-body .primary-content .login-form-card .card-footer.login-form-card-footer {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.login-footer-line__text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.login-footer-line__accent {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-left: 0.2rem;
}

.login-footer-line__accent:hover,
.login-footer-line__accent:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

@media (prefers-reduced-motion: reduce) {
  #main-body.main-body--pw-reset::before,
  #main-body.main-body--login-hero::before {
    animation: none;
  }

  .pw-reset-page-shell__glow {
    filter: blur(14px);
    opacity: 0.32;
  }

  .login-submit-btn:hover,
  .login-submit-btn:focus {
    transform: none;
  }
}

html.page-pw-reset-html {
  background-color: #030304;
}

body.page-pw-reset {
  background-color: #030304 !important;
}

/* ----- Şifre sıfırlama + giriş kahramanı — küre (--auth-hero-globe, head.tpl) ----- */
#main-body.main-body--pw-reset,
#main-body.main-body--login-hero {
  position: relative;
  padding-top: clamp(0.35rem, 2vw, 1rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
  min-height: min(calc(100vh - 160px), 900px);
  background-color: #030304;
  background-image:
    linear-gradient(
      165deg,
      rgba(3, 3, 4, 0.93) 0%,
      rgba(3, 3, 4, 0.78) 40%,
      rgba(3, 3, 4, 0.94) 100%
    ),
    var(--auth-hero-globe, url(../images/home/bg-globe.svg));
  background-size: cover, cover;
  background-position: center, center bottom;
  background-repeat: no-repeat;
  overflow-x: clip;
}

#main-body.main-body--pw-reset::before,
#main-body.main-body--login-hero::before {
  content: "";
  position: absolute;
  inset: -10% -15% auto -15%;
  height: 50%;
  background: radial-gradient(
    ellipse 58% 48% at 50% 0%,
    rgba(59, 130, 246, 0.4) 0%,
    rgba(37, 99, 235, 0.14) 46%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
  animation: homepage-hero-blue-pulse 7s ease-in-out infinite;
}

#main-body.main-body--pw-reset .container,
#main-body.main-body--pw-reset .row,
#main-body.main-body--pw-reset .primary-content,
#main-body.main-body--login-hero .container,
#main-body.main-body--login-hero .row,
#main-body.main-body--login-hero .primary-content {
  position: relative;
  z-index: 1;
}

#main-body.main-body--pw-reset .primary-content,
#main-body.main-body--login-hero .primary-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

#main-body .primary-content .pw-reset-page-shell {
  position: relative;
  isolation: isolate;
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
  padding: clamp(0.75rem, 3vw, 1.5rem) 0 clamp(1.5rem, 5vw, 3rem);
}

.pw-reset-page-shell__glow {
  position: absolute;
  inset: -14% -18% auto -18%;
  height: 48%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  background: radial-gradient(
    ellipse 58% 48% at 50% 0%,
    rgba(59, 130, 246, 0.35) 0%,
    rgba(37, 99, 235, 0.1) 48%,
    transparent 72%
  );
  filter: blur(22px);
}

.pw-reset-page-shell__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .pw-reset-page-shell__header {
    margin-bottom: 1.5rem;
  }
}

.pw-reset-page-shell__logo-link {
  display: inline-block;
  text-decoration: none !important;
  outline: none;
}

.pw-reset-page-shell__logo-link:focus-visible {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
  border-radius: 8px;
}

.pw-reset-page-shell__logo {
  display: block;
  max-height: 40px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .pw-reset-page-shell__logo {
    max-height: 44px;
  }
}

.pw-reset-page-shell > *:not(.pw-reset-page-shell__glow) {
  position: relative;
  z-index: 1;
}

#main-body .primary-content .pw-reset-form-card.card {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#main-body .primary-content .pw-reset-form-card .card-body {
  background: transparent !important;
}

.pw-reset-hero__title {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1.2;
}

.pw-reset-hero__lead {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  max-width: 28rem;
}

.pw-reset-success-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}

.pw-reset-captcha-wrap {
  display: flex;
  justify-content: center;
}

.pw-reset-email-group .pw-reset-input-addon {
  height: 48px;
  border-radius: 10px 0 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-right: 0 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.pw-reset-email-group .pw-reset-email-input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.pw-reset-back-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
}

.pw-reset-back-link:hover,
.pw-reset-back-link:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.pw-reset-btn-secondary {
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
}

.pw-reset-btn-secondary:hover,
.pw-reset-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

#main-body .sidebar .card-sidebar {
  background-color: var(--surface-card);
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: var(--radius-card);
  overflow: hidden;
}

#main-body .sidebar .card-sidebar .card-header {
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

#main-body .sidebar .card-sidebar .card-title {
  color: #fff;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

#main-body .sidebar .card-sidebar .card-sidebar-title-leading {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
  flex: 1 1 auto;
}

#main-body .sidebar .card-sidebar .card-sidebar-title-leading .badge {
  margin-left: 0.25rem;
  flex-shrink: 0;
}

#main-body .sidebar .card-sidebar .list-group-item,
#main-body .sidebar .card-sidebar .list-group-item-action {
  background-color: transparent;
  border-color: var(--border);
  color: rgba(255, 255, 255, 0.88);
}

#main-body .sidebar .card-sidebar .list-group-item-action:hover,
#main-body .sidebar .card-sidebar .list-group-item-action:focus {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

#main-body .sidebar .card-sidebar .list-group-item.active {
  background-color: rgba(255, 255, 255, 0.055);
  border-color: var(--border-strong);
  color: #fff;
  box-shadow: inset 3px 0 0 var(--semi-primary);
}

/* Kayıt — yan panel: ana form adım kartları (.card.mb-4 + .card-body.p-4) ile aynı düzen kuralları */
#main-body:has(#registration) .sidebar .mc-promo-login,
#main-body:has(#registration) .sidebar .card-sidebar.mc-promo-login,
#main-body:has(#registration) #mc-promo-widgets .mc-promo-login,
#main-body:has(#registration) .sidebar .card-sidebar {
  border-radius: var(--radius-card) !important;
  margin-bottom: 1.5rem !important;
  background: var(--surface-card) !important;
  border: 1px solid var(--border) !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
}

/* Adım 1 — başlık satırı (ana sütundaki h3.card-title hiyerarşisi) */
#main-body:has(#registration) .mc-promo-login .panel-heading,
#main-body:has(#registration) .sidebar .card-sidebar .card-header {
  margin: 0;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--border);
}

#main-body:has(#registration) .mc-promo-login .panel-heading h3 {
  margin: 0 !important;
  padding: 0;
  font-size: 1.125rem !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #fff !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

#main-body:has(#registration) .sidebar .card-sidebar .card-title {
  margin: 0 !important;
  padding: 0;
  font-size: clamp(0.74rem, 0.52rem + 0.85vw, 0.9rem) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
}

#main-body:has(#registration) .sidebar .card-sidebar .card-sidebar-title-leading {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.55rem;
  overflow: hidden;
}

#main-body:has(#registration) .mc-promo-login .panel-heading h3 > i:first-child {
  width: 2rem;
  height: 2rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem !important;
  line-height: 1;
  color: rgba(147, 197, 253, 0.95) !important;
  flex-shrink: 0;
}

#main-body:has(#registration) .sidebar .card-sidebar .card-sidebar-title-leading > i:first-of-type {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem !important;
  line-height: 1;
  color: rgba(147, 197, 253, 0.95) !important;
  flex-shrink: 0;
}

#main-body:has(#registration) .sidebar .card-sidebar .card-minimise {
  margin-left: auto;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem !important;
  line-height: 1;
  color: rgba(147, 197, 253, 0.85) !important;
  float: none !important;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    transform 0.2s ease;
}

#main-body:has(#registration) .sidebar .card-sidebar .card-header:hover .card-minimise {
  color: #e8f1ff !important;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(147, 197, 253, 0.28);
}

/* Adım 2 — açıklama (theme-register-extra hint tonu) */
#main-body:has(#registration) .mc-promo-login .content,
#main-body:has(#registration) .sidebar .card-sidebar .card-body {
  padding: 1rem 1.5rem 1.25rem !important;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.78) !important;
  border-bottom: 1px solid var(--border);
}

#main-body:has(#registration) .mc-promo-login .content p {
  margin: 0;
  color: inherit !important;
}

#main-body:has(#registration) .mc-promo-login > hr {
  display: none;
}

/* Adım 3 — aksiyon linkleri */
#main-body:has(#registration) .mc-promo-login > .list-group,
#main-body:has(#registration) .sidebar .card-sidebar .list-group {
  border-radius: 0;
}

#main-body:has(#registration) .mc-promo-login .list-group-item-action,
#main-body:has(#registration) .mc-promo-login a.list-group-item-action,
#main-body:has(#registration) .sidebar .card-sidebar a.list-group-item-action {
  padding: 0.85rem 1.5rem !important;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
  border-color: var(--border) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-left: 0;
  border-right: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

#main-body:has(#registration) .sidebar .card-sidebar a.list-group-item-action .sidebar-menu-item-wrapper {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}

#main-body:has(#registration) .sidebar .card-sidebar .sidebar-menu-item-icon-wrapper {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#main-body:has(#registration) .sidebar .card-sidebar .sidebar-menu-item-icon {
  font-size: 0.8125rem !important;
  line-height: 1;
  color: rgba(147, 197, 253, 0.95) !important;
}

#main-body:has(#registration) .mc-promo-login a.list-group-item-action > i:first-child {
  width: 2rem;
  height: 2rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem !important;
  line-height: 1;
  color: rgba(147, 197, 253, 0.95) !important;
  flex-shrink: 0;
}

#main-body:has(#registration) .mc-promo-login .list-group-item-action:hover,
#main-body:has(#registration) .mc-promo-login .list-group-item-action:focus,
#main-body:has(#registration) .mc-promo-login a.list-group-item-action:hover,
#main-body:has(#registration) .mc-promo-login a.list-group-item-action:focus,
#main-body:has(#registration) .sidebar .card-sidebar .list-group-item-action:hover,
#main-body:has(#registration) .sidebar .card-sidebar .list-group-item-action:focus {
  background-color: var(--register-field-hover-bg) !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 rgba(96, 165, 250, 0.95);
}

#main-body:has(#registration) .mc-promo-login a.list-group-item-action[href*="pwreset"] i::before,
#main-body:has(#registration) .mc-promo-login a.list-group-item-action[href*="password-reset"] i::before,
#main-body:has(#registration) .mc-promo-login a.list-group-item-action[href*="/password/"] i::before {
  content: "\f084" !important; /* fa-key */
}

#main-body:has(#registration) .sidebar .card-sidebar a.list-group-item-action[href*="pwreset"] .sidebar-menu-item-icon::before,
#main-body:has(#registration) .sidebar .card-sidebar a.list-group-item-action[href*="password-reset"] .sidebar-menu-item-icon::before,
#main-body:has(#registration) .sidebar .card-sidebar a.list-group-item-action[href*="/password/"] .sidebar-menu-item-icon::before {
  content: "\f084" !important;
}

#main-body:has(#registration) .sidebar .card-sidebar .list-group-item-action:last-child,
#main-body:has(#registration) .mc-promo-login a.list-group-item-action:last-child {
  border-bottom: 0 !important;
}

/* DataTables .table-list — başlık şeridi ve satırlar kart yüzeyiyle aynı palet (üst üste lacivert katman yok) */
#main-body .primary-content .dataTables_wrapper table.table-list thead th {
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--border-strong) !important;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

#main-body .primary-content .dataTables_wrapper table.table-list thead th.sorting_asc,
#main-body .primary-content .dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: rgba(255, 255, 255, 0.07);
}

#main-body .primary-content table.table-list thead th {
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--border-strong);
  color: rgba(255, 255, 255, 0.95);
}

#main-body .primary-content .table-list > tbody > tr > td {
  background-color: transparent;
  border-color: var(--border);
  color: rgba(255, 255, 255, 0.9);
}

#main-body .primary-content .table-list > tbody > tr:hover > td {
  background-color: rgba(255, 255, 255, 0.045);
}

#main-body .primary-content .list-group-item,
#main-body .primary-content .list-group-item-action {
  background-color: transparent;
  border-color: var(--border);
  color: rgba(255, 255, 255, 0.88);
}

#main-body .primary-content .list-group-item-action:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* Hesap seçimi (/user/accounts) — theme.css #ddd / #f6f6f6 yerine koyu tema */
#main-body .primary-content .select-account {
  margin: 1.25rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-ui);
  overflow: hidden;
  background: transparent;
}

#main-body .primary-content .select-account a {
  display: block;
  margin: 0;
  padding: 12px 14px;
  background-color: #141517 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#main-body .primary-content .select-account a:last-child {
  border-bottom: none;
}

#main-body .primary-content .select-account a:hover,
#main-body .primary-content .select-account a:focus {
  background-color: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
}

#main-body .primary-content .select-account a.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#main-body .primary-content .select-account .label.label-info {
  background-color: rgba(0, 54, 226, 0.28);
  color: #c8d9ff;
  margin-left: 6px;
  font-weight: 600;
  border-radius: 4px;
  padding: 3px 8px;
  vertical-align: middle;
}

#main-body .primary-content .select-account .label.label-default {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  margin-left: 6px;
}

#main-body .primary-content .table {
  color: rgba(255, 255, 255, 0.9);
}

#main-body .primary-content .table thead th {
  background-color: rgba(0, 54, 226, 0.12);
  border-color: var(--border-strong);
  color: #fff;
  font-weight: 600;
}

#main-body .primary-content .table td,
#main-body .primary-content .table th {
  border-color: var(--border);
}

#main-body .primary-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}

#main-body .primary-content .table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

#main-body .primary-content .form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-strong);
  color: #fff;
  border-radius: var(--radius-ui);
  transition: none !important;
}

/* Müşteri paneli — theme.css .form-control:focus !important (primary + mavi shadow); tıklama/odak:active ile aynı görünüm */
#main-body .primary-content .form-control:focus,
#main-body .primary-content .form-control:focus:not(:disabled),
#main-body .primary-content input.form-control:focus,
#main-body .primary-content textarea.form-control:focus,
#main-body .primary-content select.form-control:focus {
  border-color: var(--border-strong) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  transition: none !important;
}

#main-body .primary-content .form-control:active,
#main-body .primary-content input.form-control:active,
#main-body .primary-content textarea.form-control:active,
#main-body .primary-content select.form-control:active {
  border-color: var(--border-strong) !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}

#main-body .primary-content .form-control:focus-visible {
  border-color: var(--border-strong) !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  transition: none !important;
}

#main-body .primary-content .form-control:hover,
#main-body .primary-content input.form-control:hover,
#main-body .primary-content textarea.form-control:hover,
#main-body .primary-content select.form-control:hover {
  border-color: var(--border-strong) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

#main-body .primary-content .input-group-text {
  background-color: var(--surface-muted);
  border-color: var(--border-strong);
  color: var(--darkGray);
}

#main-body .primary-content .tiles .tile {
  background-color: var(--surface-card);
  border-right: none !important;
  border-bottom: none !important;
  border-radius: var(--radius-card);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

#main-body .primary-content .tiles .tile .stat {
  color: #fff;
}

#main-body .primary-content .tiles .tile .title {
  color: var(--accent-muted);
}

#main-body .primary-content .tiles .tile i {
  color: rgba(255, 255, 255, 0.12);
}

#main-body .primary-content .tiles .tile:hover {
  background-color: var(--surface-card-hover);
}

#main-body .primary-content .tiles .tile:hover i {
  color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1199.98px) {
  #main-body .primary-content .tiles .row > div:nth-child(1) > .tile,
  #main-body .primary-content .tiles .row > div:nth-child(2) > .tile {
    border-bottom: none !important;
  }

  #main-body .primary-content .tiles .row > div:nth-child(2) > .tile {
    border: none !important;
  }
}

#main-body .primary-content .tiles .row > div:last-child .tile {
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* İstatistik kutuları arası boşluk (eski no-gutters yerine) */
#main-body .primary-content .tiles.client-area-tiles-wrap .client-area-tiles-row {
  margin-left: -8px;
  margin-right: -8px;
}

#main-body .primary-content .tiles.client-area-tiles-wrap .client-area-tiles-row > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  #main-body .primary-content .tiles.client-area-tiles-wrap .client-area-tiles-row > [class*='col-'] {
    margin-bottom: 0;
  }
}

/* Ana sayfa kart ızgarası — sütunlar ve kartlar arası nefes */
#main-body .primary-content .client-home-cards {
  margin-top: 0.35rem;
}

#main-body .primary-content .client-home-cards .card {
  margin-bottom: 1.35rem;
}

#main-body .primary-content .client-home-cards > .row {
  margin-left: -10px;
  margin-right: -10px;
}

#main-body .primary-content .client-home-cards > .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

/* Kartlarda sırıtan açık çizgileri yumuşat (üst renk şeridi hariç) */
#main-body .primary-content .card:not(.theme-contact-form) {
  border-color: rgba(255, 255, 255, 0.045) !important;
}

#main-body .primary-content .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.055) !important;
}

#main-body .primary-content .card-footer {
  background-color: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#main-body .primary-content .card-body hr,
#main-body .primary-content .card hr,
#main-body .primary-content hr {
  border-top-color: rgba(255, 255, 255, 0.06) !important;
  opacity: 1;
}

#main-body .primary-content .list-group-item,
#main-body .primary-content .list-group-item-action {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

/* Vurgulu kart üst şeridi — biraz daha ince */
#main-body .primary-content .card[class*='card-accent-'] {
  border-top-width: 2px !important;
}

/* Alan adı / transfer vb. açık gri butonlar */
#main-body .primary-content .btn-default,
#main-body .sidebar .btn-default {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

#main-body .primary-content .btn-default:hover,
#main-body .sidebar .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* intl-tel-input — ülke listesi ve bayrak alanı koyu tema */
.intl-tel-input .iti__selected-flag {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.intl-tel-input .iti__selected-flag:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.intl-tel-input .iti__arrow {
  border-top-color: rgba(255, 255, 255, 0.55) !important;
}

.iti__country-list,
.intl-tel-input .iti__country-list {
  background-color: var(--surface-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.iti__country-list .iti__country-name,
.iti__country-list .iti__dial-code {
  color: rgba(255, 255, 255, 0.88) !important;
}

.iti__country-list .iti__country.iti__highlight {
  background-color: rgba(0, 54, 226, 0.22) !important;
}

.iti__country-list .iti__divider {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

/* intl-tel-input v12 — WHMCS all.css: .country-list (iti__ değil); beyaz açılır listeyi koyu yap */
.intl-tel-input .country-list {
  background-color: #1a1a1f !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.65) !important;
  color: #f1f5f9 !important;
  border-radius: 10px !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(280px, 52vh) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) rgba(255, 255, 255, 0.06);
}

.intl-tel-input .country-list::-webkit-scrollbar {
  width: 8px;
}

.intl-tel-input .country-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}

.intl-tel-input .country-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 4px;
}

.intl-tel-input .country-list .country {
  color: rgba(255, 255, 255, 0.92) !important;
}

.intl-tel-input .country-list .country .country-name {
  color: rgba(255, 255, 255, 0.92) !important;
}

.intl-tel-input .country-list .country .dial-code {
  color: rgba(255, 255, 255, 0.62) !important;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 54, 226, 0.28) !important;
}

.intl-tel-input .country-list .country.active {
  background-color: rgba(0, 96, 254, 0.16) !important;
  position: relative;
  padding-right: 2.25rem !important;
}

.intl-tel-input .country-list .country.active::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("../images/icons/check-circle-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.intl-tel-input .country-list .divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: none !important;
  padding-bottom: 6px !important;
  margin-bottom: 6px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-top-color: rgba(255, 255, 255, 0.55) !important;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none !important;
  border-bottom-color: rgba(255, 255, 255, 0.55) !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code,
.intl-tel-input.separate-dial-code .iti__selected-dial-code {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.iti-mobile .intl-tel-input .country-list {
  background-color: #1a1a1f !important;
  color: #f1f5f9 !important;
}

.iti-mobile .intl-tel-input .country-list .country .dial-code {
  color: rgba(255, 255, 255, 0.62) !important;
}

/* Bootstrap popover (bildirimler vb.) — açık kutu yerine koyu */
body.primary-bg-color .popover {
  background-color: var(--surface-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.primary-bg-color .popover .popover-body {
  color: rgba(255, 255, 255, 0.9);
}

/* Bildirimler popover (#accountNotifications) — koyu kutu, ok ve liste (theme header.tpl yapısı: li > a > i + .message) */
.popover-user-notifications ul.client-alerts {
  padding-top: 0.25rem;
  margin: 0;
  list-style: none;
}
.popover-user-notifications ul.client-alerts > li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.popover-user-notifications ul.client-alerts > li:not(:last-child) {
  margin-bottom: 0.35rem;
}
.popover-user-notifications ul li.none {
  color: var(--gray);
  padding: 0.5rem 0;
  min-height: 0 !important;
  border-bottom: 0 !important;
}
body .popover.popover-user-notifications,
body .popover.popover-user-notifications .popover-inner,
body .popover.popover-user-notifications .popover-body {
  border-radius: var(--radius-ui);
  color: #fafafa;
}
body .popover.popover-user-notifications {
  min-width: min(100vw - 2rem, 320px);
  max-width: min(100vw - 2rem, 420px);
  padding: 0.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  background-color: #141517 !important;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  overflow: hidden;
  box-sizing: border-box;
}
body .popover.popover-user-notifications .popover-inner {
  background-color: transparent !important;
  border: 0 !important;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
body .popover.popover-user-notifications .popover-body {
  padding: 0;
  border: 0 !important;
  background-color: transparent !important;
}
body .popover.popover-user-notifications .popover-header:empty {
  display: none !important;
  margin: 0;
  padding: 0;
  border: 0;
}
body .popover.popover-user-notifications .popover-header::before,
body .popover.popover-user-notifications.bs-popover-bottom .popover-header::before,
body .popover.popover-user-notifications.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  display: none !important;
  border: 0 !important;
  content: none !important;
}
body .popover.popover-user-notifications ul.client-alerts > li > a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  text-decoration: none;
  border-radius: var(--radius-ui);
  background-color: #141517 !important;
  color: #d4d4d4 !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}
body .popover.popover-user-notifications ul.client-alerts > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fafafa !important;
}
body .popover.popover-user-notifications ul.client-alerts > li > a .message {
  flex: 1;
  color: inherit;
  margin-left: 0 !important;
  min-width: 0;
  word-break: break-word;
}
body .popover.popover-user-notifications ul.client-alerts > li > a i.fas,
body .popover.popover-user-notifications ul.client-alerts > li > a i.far {
  float: none !important;
  flex-shrink: 0;
  padding-top: 0.12em;
}
body .popover.popover-user-notifications ul li {
  min-height: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body .popover.popover-user-notifications ul li:last-child {
  border-bottom: none;
}
body .popover.popover-user-notifications > .arrow::before,
body .popover.popover-user-notifications > .arrow::after {
  display: block !important;
  border-bottom-color: #141517 !important;
}
body .popover.popover-user-notifications.bs-popover-bottom > .arrow::before,
body .popover.popover-user-notifications.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.35) !important;
}
body .popover.popover-user-notifications.bs-popover-bottom > .arrow::after,
body .popover.popover-user-notifications.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #141517 !important;
}
body .popover.popover-user-notifications.bs-popover-top > .arrow::before,
body .popover.popover-user-notifications.bs-popover-top > .arrow::after,
body .popover.popover-user-notifications.bs-popover-auto[x-placement^="top"] > .arrow::before,
body .popover.popover-user-notifications.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #141517 !important;
  border-bottom-color: transparent !important;
}

/* Üst çubuk bayrak: .btn hover’da beyaz halka / arka plan — nötr */
header.header .topbar #accountNotifications.btn:hover,
header.header .topbar #accountNotifications.btn:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}
header.header .topbar #accountNotifications.btn:hover i,
header.header .topbar #accountNotifications.btn:focus i {
  background-color: rgba(255, 255, 255, 0.07) !important;
}
header.header .topbar #accountNotifications.btn:focus-visible i {
  outline: 2px solid rgba(255, 255, 255, 0.22);
  outline-offset: 2px;
}

#main-body .primary-content .intl-tel-input input.form-control,
#main-body .primary-content .intl-tel-input.allow-dropdown input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#main-body .primary-content h1,
#main-body .primary-content h2,
#main-body .primary-content > h3,
#main-body .primary-content .h3 {
  color: #fff;
}

#main-body .primary-content .text-muted {
  color: var(--gray) !important;
}

#main-body .primary-content .nav-tabs {
  border-bottom-color: var(--border);
}

#main-body .primary-content .nav-tabs .nav-link {
  color: var(--gray);
}

#main-body .primary-content .nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--surface-card);
  border-color: var(--border-strong);
  border-bottom-color: var(--surface-card);
}

#main-body .primary-content .alert {
  border-radius: var(--radius-ui);
  border-width: 1px;
}

#main-body .primary-content .alert-info {
  background-color: rgba(0, 54, 226, 0.12);
  border-color: rgba(0, 54, 226, 0.35);
  color: var(--darkGray);
}

#main-body .primary-content .alert-warning {
  background-color: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #fde68a;
}

#main-body .primary-content .alert-danger {
  background-color: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

#main-body .primary-content .alert-success {
  background-color: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.35);
  color: #a7f3d0;
}

/*
 * Müşteri alanı — kalan “beyaz” çizgiler:
 * theme.css .list-group-item (#f5f5f5), .card-header (rgba siyah = açık çizgi),
 * .table thead th (#dee2e6 2px). border-color yetmez; tam border kuralı gerekir.
 */
#main-body .primary-content .card .card-header,
#main-body .primary-content .card-header {
  border-bottom: 0 !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05);
}

#main-body .primary-content .card .card-footer {
  border-top: 0 !important;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
  background-color: transparent !important;
}

#main-body .primary-content .card .list-group-item,
#main-body .primary-content .card .list-group-item-action,
#main-body .primary-content .card a.list-group-item,
#main-body .primary-content .card button.list-group-item,
#main-body .primary-content .card div.list-group-item {
  border: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

#main-body .primary-content .card .list-group .list-group-item + .list-group-item,
#main-body .primary-content .card .list-group .list-group-item-action + .list-group-item-action {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#main-body .primary-content .card > .list-group-flush .list-group-item {
  border: 0 !important;
}

#main-body .primary-content .card > hr,
#main-body .primary-content .card .card-body > hr {
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
  opacity: 1;
}

#main-body .primary-content .table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#main-body .primary-content .table tbody + tbody {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#main-body .primary-content .table-bordered,
#main-body .primary-content .table-bordered th,
#main-body .primary-content .table-bordered td {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Yardımcı sınıflar (border-top vb.) — panel içi HTML */
#main-body .primary-content .card .border-top {
  border-top-color: rgba(255, 255, 255, 0.06) !important;
}

#main-body .primary-content .card .border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

/* =============================================================================
   Ürün detayı — tab alanı, DirectAdmin/modül çıktısı, ürün ikon kutusu (theme #fff)
   ============================================================================= */

#main-body .primary-content .product-details-tab-container {
  background-color: var(--surface-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 255, 255, 0.92);
}

#main-body .primary-content .product-details-tab-container .tab-pane,
#main-body .primary-content .product-details-tab-container .tab-pane .row {
  color: rgba(255, 255, 255, 0.9);
}

#main-body .primary-content .product-details-tab-container strong {
  color: rgba(255, 255, 255, 0.78);
}

#main-body .primary-content ul.nav-tabs.responsive-tabs-sm {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

#main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-link {
  color: var(--gray);
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

#main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-link:hover,
#main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

#main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-link.active,
#main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-item.show .nav-link {
  color: #fff !important;
  background-color: var(--surface-card) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-bottom-color: var(--surface-card) !important;
}

#main-body .primary-content div.product-details div.product-icon {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#main-body .primary-content div.product-details div.product-icon h3,
#main-body .primary-content div.product-details div.product-icon h4 {
  color: #fff !important;
}

#main-body .primary-content .module-client-area {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.92);
}

#main-body .primary-content .module-client-area table,
#main-body .primary-content .module-client-area .table {
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: transparent !important;
}

#main-body .primary-content .module-client-area td,
#main-body .primary-content .module-client-area th {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Modül HTML’de bg-white / açık zemin */
#main-body .primary-content .module-client-area .bg-white,
#main-body .primary-content .module-client-area .bg-light {
  background-color: rgba(17, 19, 24, 0.92) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

#main-body .primary-content .module-client-area div[style*='background-color: #fff'],
#main-body .primary-content .module-client-area div[style*='background-color:#fff'],
#main-body .primary-content .module-client-area div[style*='background: #fff'],
#main-body .primary-content .module-client-area div[style*='background:#fff'] {
  background-color: rgba(17, 19, 24, 0.95) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

#main-body .primary-content .module-client-area iframe {
  background-color: var(--surface-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-ui);
}

@media (max-width: 767.98px) {
  #main-body .primary-content ul.nav-tabs.responsive-tabs-sm {
    background: var(--surface-card) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  #main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-item {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  }

  #main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.06) !important;
  }

  #main-body .primary-content ul.nav-tabs.responsive-tabs-sm .nav-item a.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }

  #main-body .primary-content .responsive-tabs-sm-connector .channel {
    background: var(--surface-card) !important;
    border-right-color: rgba(255, 255, 255, 0.1) !important;
  }

  #main-body .primary-content .responsive-tabs-sm-connector .bottom-border {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

/* Üst özet kartı — tab dışı .tab-content.margin-bottom */
#main-body .primary-content > .tab-content.margin-bottom > .tab-pane > .card {
  border-color: rgba(255, 255, 255, 0.07) !important;
}

/* Yan sütun kartları primary-content dışında — beyaz çizgi aynı mantık */
#main-body .sidebar .card .card-header {
  border-bottom: 0 !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05);
}

#main-body .sidebar .card .card-footer {
  border-top: 0 !important;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
}

#main-body .sidebar .card .list-group-item,
#main-body .sidebar .card .list-group-item-action,
#main-body .sidebar .card a.list-group-item {
  border: 0 !important;
}

#main-body .sidebar .card .list-group .list-group-item + .list-group-item,
#main-body .sidebar .card .list-group a.list-group-item + a.list-group-item {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* ----------------------------------- */

/* ===== PAGE PRELOADER ===== */
#nt-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #09090b;
  opacity: 1;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: visible;
}
#nt-preloader.nt-preloader-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nt-preloader-inner {
  width: 64px;
  height: 64px;
}
.nt-preloader-icon {
  width: 100%;
  height: 100%;
}
.nt-pl-g1 path,
.nt-pl-g2 path,
.nt-pl-g3 path,
.nt-pl-g4 path {
  fill: #0036e2;
  transform-origin: 351.77px 347.31px;
}
.nt-pl-g1 path { animation: nt-spin 1.2s cubic-bezier(0.4,0,0.6,1) infinite 0s; }
.nt-pl-g2 path { animation: nt-spin 1.2s cubic-bezier(0.4,0,0.6,1) infinite 0.15s; }
.nt-pl-g3 path { animation: nt-spin 1.2s cubic-bezier(0.4,0,0.6,1) infinite 0.3s; }
.nt-pl-g4 path { animation: nt-spin 1.2s cubic-bezier(0.4,0,0.6,1) infinite 0.45s; }
@keyframes nt-spin {
  0%   { opacity: 1;    transform: rotate(0deg) scale(1); }
  25%  { opacity: 0.35; transform: rotate(90deg) scale(0.85); }
  50%  { opacity: 1;    transform: rotate(180deg) scale(1); }
  75%  { opacity: 0.35; transform: rotate(270deg) scale(0.85); }
  100% { opacity: 1;    transform: rotate(360deg) scale(1); }
}

/* ===== DOMAIN CHECKER CART INPUT FIX ===== */
.domain-checker-bg .form-control,
.domain-checker-container .form-control,
#inputDomain {
  background-color: #ffffff !important;
  color: #0f1117 !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
}
.domain-checker-bg .form-control::placeholder,
#inputDomain::placeholder {
  color: rgba(15, 17, 23, 0.45) !important;
}
.domain-checker-bg .form-control:focus,
#inputDomain:focus {
  background-color: #ffffff !important;
  color: #0f1117 !important;
  box-shadow: 0 0 0 2px rgba(0, 54, 226, 0.25) !important;
  border-color: #0036e2 !important;
}

/* ===== STORE PRODUCTS PAGE — ORDERFORM PLAN CARDS ===== */
/* Ana tema kart CSS'ini (theme-plans-i) orderform sayfasına uygula */
.sp-orderform-plans .plans .plan,
.sp-orderform-plans .plan {
  position: relative;
  padding: 36px 32px 32px;
  background-color: var(--surface-card);
  height: 100%;
  z-index: 2;
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.28s ease,
    background-color 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.38s ease;
  display: flex;
  flex-direction: column;
}
.sp-orderform-plans .plans .plan::before,
.sp-orderform-plans .plan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(255, 255, 255, 0.06) 44%,
    rgba(130, 185, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.2) 51%,
    rgba(130, 185, 255, 0.35) 52%,
    rgba(255, 255, 255, 0.06) 60%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
.sp-orderform-plans .plan:hover {
  border-color: rgba(100, 165, 255, 0.85);
  background-color: var(--surface-card-hover);
  transform: translateY(-12px);
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(100, 165, 255, 0.35),
    0 0 48px rgba(0, 100, 255, 0.35),
    0 0 100px rgba(0, 80, 220, 0.18);
}
.sp-orderform-plans .plan:hover::before {
  animation: hostx-plan-shine 0.65s ease-out forwards;
}
.sp-orderform-plans .plan.popular-plan {
  border-color: rgba(90, 160, 255, 0.95);
  animation: hostx-plan-popular-pulse 2.4s ease-in-out infinite;
}
.sp-orderform-plans .plan.popular-plan:hover {
  animation: none;
  border-color: rgba(180, 215, 255, 1);
  transform: translateY(-12px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 2px rgba(140, 200, 255, 0.9),
    0 0 64px rgba(80, 150, 255, 0.55),
    0 0 120px rgba(40, 120, 255, 0.3);
}
.sp-orderform-plans .plan.popular-plan .plan-icon {
  border-color: rgba(100, 170, 255, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 2px rgba(0, 100, 255, 0.35),
    0 0 28px rgba(0, 110, 255, 0.4);
}
.sp-orderform-plans .plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgba(32, 34, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.28s ease;
}
.sp-orderform-plans .plan:hover .plan-icon {
  transform: scale(1.12) translateY(-4px);
  border-color: rgba(120, 185, 255, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 2px rgba(80, 150, 255, 0.5),
    0 16px 36px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(0, 120, 255, 0.55),
    0 0 80px rgba(0, 100, 255, 0.25);
}
.sp-orderform-plans .plan.popular-plan:hover .plan-icon {
  border-color: rgba(180, 220, 255, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 2px rgba(140, 200, 255, 0.75),
    0 18px 40px rgba(0, 0, 0, 0.48),
    0 0 56px rgba(80, 160, 255, 0.65),
    0 0 100px rgba(60, 130, 255, 0.35);
}
.sp-orderform-plans .plan-icon i {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.92);
  transition: filter 0.3s ease;
}
.sp-orderform-plans .plan:hover .plan-icon i {
  filter: drop-shadow(0 0 10px rgba(140, 200, 255, 0.85));
}
.sp-orderform-plans .plan-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.sp-orderform-plans .plan-para {
  font-size: 14px;
  color: var(--accent-muted);
  margin-bottom: 0;
}
.sp-orderform-plans .plan-price-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
.sp-orderform-plans .plan-price .price {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
  position: relative;
  z-index: 1;
  transition: text-shadow 0.3s ease;
}
.sp-orderform-plans .plan:hover .plan-price .price {
  text-shadow:
    0 0 24px rgba(255, 255, 255, 0.35),
    0 0 48px rgba(120, 185, 255, 0.55),
    0 0 90px rgba(0, 100, 255, 0.35);
}
.sp-orderform-plans .plan-price .homepage-plan-price__cycle {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--darkGray);
}
.sp-orderform-plans .plan-price .homepage-plan-price__amount {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.sp-orderform-plans .plan-price .price-comment {
  font-size: 13px;
  margin-top: 8px;
  color: var(--gray);
}
.sp-orderform-plans .actions {
  padding-top: 18px;
}
.sp-orderform-plans .homepage-plan-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  padding: 13px 18px;
  border-radius: var(--radius-ui);
  color: var(--darkBlue) !important;
  background-color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    background-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.sp-orderform-plans .homepage-plan-cta:hover {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%) !important;
  transform: translateY(-5px);
  box-shadow:
    0 16px 40px rgba(0, 90, 255, 0.38),
    0 8px 24px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(130, 185, 255, 0.45),
    0 0 0 1px rgba(180, 210, 255, 0.6);
}
.sp-orderform-plans .homepage-plan-card__features {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  flex: 1;
}
.sp-orderform-plans .group .title-4 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.sp-orderform-plans .group .list li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}
.sp-orderform-plans .group .list li + li {
  margin-top: 12px;
}
.sp-orderform-plans .homepage-plan-feature-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../images/icons/check-circle-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  box-shadow: none;
  transition: none;
}
.sp-orderform-plans .plan:hover .homepage-plan-feature-check {
  box-shadow: none;
}
.sp-orderform-plans .group .list li:hover .homepage-plan-feature-check {
  transform: none;
}
.sp-orderform-plans .homepage-plan-feature-check::after {
  display: none;
  content: none;
}
.sp-orderform-plans .homepage-plan-feature-text {
  flex: 1;
}
.sp-orderform-plans .se-footer {
  gap: 8px 24px;
  padding-bottom: 0;
  margin-top: clamp(1.75rem, 4.5vw, 3rem);
}
.sp-orderform-plans .se-footer .line {
  gap: 8px;
}
.sp-orderform-plans .se-footer .icon {
  width: 20px;
  min-width: 20px;
}
.sp-orderform-plans .se-footer .text {
  font-size: 14px;
  color: var(--gray);
}
/* popular-box — ana sayfa plan kartları + mağaza */
.theme-plans-i .plans .popular-box,
.sp-orderform-plans .popular-box {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.theme-plans-i .plans .popular-box {
  animation: hostx-popular-badge-glow 2.5s ease-in-out infinite;
}
.sp-orderform-plans .popular-box {
  animation: hostx-popular-badge-glow 2.5s ease-in-out infinite;
}
.theme-plans-i .plans .popular-box img,
.sp-orderform-plans .popular-box img {
  width: 17px;
}

@media (prefers-reduced-motion: reduce) {
  .sp-orderform-plans .plan,
  .sp-orderform-plans .plan.popular-plan {
    animation: none !important;
    transition: none !important;
  }
  .sp-orderform-plans .plan:hover {
    transform: none;
  }
  .sp-orderform-plans .plan:hover::before {
    animation: none !important;
  }
  .sp-orderform-plans .popular-box {
    animation: none !important;
  }
  .sp-orderform-plans .plan:hover .plan-icon {
    transform: none;
  }
}

/* ===== DOMAIN CHECKER — BG COLOR + INPUT TEXT FIX (HIGH SPECIFICITY) ===== */
/* Koyu arka plan — mavi gradyanı siteyle uyumlu koyu tona düşür */
.domain-checker-container {
  background: linear-gradient(135deg, rgba(15,17,35,0.97) 0%, rgba(20,25,60,0.95) 100%) !important;
  border: 1px solid rgba(0,54,226,0.18) !important;
}

/* Yazı rengi düzeltmesi — #order-standard_cart .form-control (1,1,0) üstü için (2,0,0) */
#order-standard_cart #inputDomain,
#order-standard_cart .domain-checker-container .form-control,
#order-standard_cart .domain-checker-bg .form-control {
  background-color: #ffffff !important;
  color: #0f1117 !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  -webkit-text-fill-color: #0f1117 !important;
}
#order-standard_cart #inputDomain::placeholder,
#order-standard_cart .domain-checker-container .form-control::placeholder {
  color: rgba(15, 17, 23, 0.42) !important;
  -webkit-text-fill-color: rgba(15, 17, 23, 0.42) !important;
}
#order-standard_cart #inputDomain:focus,
#order-standard_cart .domain-checker-container .form-control:focus {
  background-color: #ffffff !important;
  color: #0f1117 !important;
  -webkit-text-fill-color: #0f1117 !important;
  box-shadow: 0 0 0 2px rgba(0,54,226,0.35) !important;
  border-color: rgba(0,54,226,0.6) !important;
}
/* Webkit autofill override */
#order-standard_cart #inputDomain:-webkit-autofill,
#order-standard_cart #inputDomain:-webkit-autofill:hover,
#order-standard_cart #inputDomain:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f1117 !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* ===== SELECT DROPDOWN OPTIONS — DARK THEME FIX ===== */
#main-body select.form-control option,
#order-standard_cart select.form-control option,
#order-standard_cart .custom-sidebar select option,
#main-body .sidebar select.form-control option {
  background-color: #1a1d27 !important;
  color: #e8eaf0 !important;
}
#main-body select.form-control option:hover,
#main-body select.form-control option:checked,
#order-standard_cart select.form-control option:checked,
#order-standard_cart select.form-control option:hover,
#main-body .sidebar select.form-control option:checked {
  background-color: #2a3050 !important;
  color: #ffffff !important;
}

/* ===== DOMAIN SPOTLIGHT — UNAVAILABLE BUTTONS GRAY ===== */
#order-standard_cart .spotlight-tld .btn.unavailable,
#order-standard_cart .spotlight-tld .btn.invalid,
#order-standard_cart .domain-lookup-result .btn.unavailable {
  background: #5f6777 !important;
  border-color: #5f6777 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  opacity: 0.95;
}

#order-standard_cart .spotlight-tld .btn.unavailable:hover,
#order-standard_cart .spotlight-tld .btn.invalid:hover,
#order-standard_cart .domain-lookup-result .btn.unavailable:hover {
  background: #565e6d !important;
  border-color: #565e6d !important;
}

/* ===== CONTACT — E-POSTA TERCİHLERİ (tema checkmark + iki sütun) ===== */
.email-preferences-grid label.form-check {
  display: flex;
  margin-bottom: 0;
}
.email-preferences-grid .form-check {
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-ui);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}
.email-preferences-grid .form-check-label {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.45;
  font-weight: 400;
  color: var(--gray);
}
.email-preferences-grid .checkmark {
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* ===== SİSTEM AJAX MODALI (#modalAjax — 2FA kurulumu vb.) =====
   theme.css .modal .modal-header { background:#eee } + gövde koyu tema => başlık beyaz yazı kayboluyor */
#modalAjax.system-modal .modal-header {
  background-color: var(--surface-card) !important;
  border-bottom: 1px solid var(--border) !important;
}
#modalAjax.system-modal .modal-header .modal-title,
#modalAjax.system-modal .modal-header h4,
#modalAjax.system-modal .modal-header h5 {
  color: #fff !important;
}
#modalAjax.system-modal .modal-header .close {
  color: #fff !important;
  opacity: 0.88;
  text-shadow: none;
}
#modalAjax.system-modal .modal-header .close:hover {
  opacity: 1;
}

/* ===== DOSYA YÜKLEME — koyu tema + TR "Gözat" (Bootstrap custom-file) ===== */
#main-body .custom-file-label {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-strong);
  color: #fff;
  border-radius: var(--radius-ui);
}

#main-body .custom-file-label::after {
  background-color: var(--surface-muted);
  border-left: 1px solid var(--border-strong);
  color: var(--darkGray);
}

#main-body .custom-file:focus-within .custom-file-label {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(0, 54, 226, 0.2);
  background-color: rgba(255, 255, 255, 0.07);
  color: #fff;
}

#main-body .custom-file:focus-within .custom-file-label::after {
  border-left-color: var(--border-strong);
  color: #ecf4fa;
  background-color: rgba(255, 255, 255, 0.08);
}

#main-body .custom-file:has(.custom-file-input:disabled) .custom-file-label,
#main-body .custom-file:has(.custom-file-input[disabled]) .custom-file-label {
  background-color: rgba(255, 255, 255, 0.03);
  color: var(--gray);
  opacity: 0.75;
}

html[lang="tr"] #main-body .custom-file-label::after {
  content: "Gözat";
}

/* ===== ÜRÜN DETAYI — aktif kart (menü / Bilgi satırı ile uyumlu mavi vurgu) ===== */
.product-status.product-status-active,
.product-details .product-status-active {
  background-color: color-mix(in srgb, var(--semi-primary) 11%, var(--surface-card)) !important;
  border: 1px solid color-mix(in srgb, var(--semi-primary) 28%, transparent) !important;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.product-status.product-status-active:hover,
.product-details .product-status-active:hover {
  background-color: color-mix(in srgb, var(--semi-primary) 15%, var(--surface-card)) !important;
  border-color: color-mix(in srgb, var(--semi-primary) 44%, transparent) !important;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--semi-primary) 14%, transparent) !important;
}

.product-status-active div.product-icon {
  background-color: color-mix(in srgb, var(--light) 6%, var(--surface-card)) !important;
}

.product-status-active div.product-icon h3,
.product-status-active div.product-icon h4 {
  color: var(--light) !important;
}

.product-status-active .product-status-text {
  background-color: color-mix(in srgb, var(--semi-primary) 20%, var(--surface-muted)) !important;
  color: color-mix(in srgb, var(--accent-muted) 55%, var(--light)) !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.product-status-active:hover .product-status-text {
  background-color: color-mix(in srgb, var(--semi-primary) 28%, var(--surface-muted)) !important;
  color: color-mix(in srgb, #dbeafe 45%, var(--light)) !important;
}

#main-body .primary-content .product-status-active div.product-icon .fa-stack-2x {
  color: color-mix(in srgb, var(--semi-primary) 58%, var(--surface-muted)) !important;
}

#main-body .primary-content .product-status-active div.product-icon .fa-stack-1x,
#main-body .primary-content .product-status-active div.product-icon .fa-inverse {
  color: #f8fafc !important;
}

/* ===== ÜRÜN ÖZETİ — tek kart yatay grid (clientareaproductdetails) ===== */
.custom-product-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  border-radius: var(--radius-card);
  background-color: var(--surface-card);
  border: 1px solid var(--border);
  overflow: hidden;
}

.custom-product-status .main-info-se {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border);
}

.custom-product-status .main-info-se .product-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.custom-product-status .main-info-se .product-subtitle {
  margin-bottom: 0;
  flex: 1 1 160px;
  min-width: 0;
  font-size: 0.875rem;
  color: var(--darkGray);
}

.custom-product-status .main-info-se .label.status {
  margin-bottom: 0;
}

.custom-product-status .details-se {
  display: flex;
  width: 100%;
  min-width: 0;
  border-right: 1px solid var(--border);
}

.custom-product-status .details-se.last-details-se {
  border-right: none;
}

.custom-product-status .text-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}

.custom-product-status .text-bar .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 50%;
  padding: 15px;
  min-width: 0;
  row-gap: 4px;
}

.custom-product-status .text-bar .text:not(:last-of-type) {
  border-bottom: 1px solid var(--border);
}

.custom-product-status .product-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--border);
}

@media (max-width: 991.98px) {
  .custom-product-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-product-status .details-se {
    border-top: 1px solid var(--border);
  }

  .custom-product-status .details-se:nth-child(2),
  .custom-product-status .details-se:nth-child(4) {
    border-right: 1px solid var(--border);
  }

  .custom-product-status .details-se:nth-child(3),
  .custom-product-status .details-se.last-details-se {
    border-right: none;
  }

  .custom-product-status .details-se:nth-child(4),
  .custom-product-status .details-se.last-details-se {
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 575.98px) {
  .custom-product-status {
    grid-template-columns: 1fr;
  }

  .custom-product-status .details-se,
  .custom-product-status .details-se.last-details-se {
    border-right: none !important;
  }

  .custom-product-status .details-se {
    border-top: 1px solid var(--border);
  }
}

.product-details .product-status:not(.custom-product-status) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.product-details .product-status:not(.custom-product-status) .product-icon .fa-stack {
  display: none !important;
}

.product-details .product-status:not(.custom-product-status) .product-icon {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.75rem 1rem !important;
  flex: 1 1 200px !important;
  text-align: left !important;
}

.product-details .product-status:not(.custom-product-status) .product-icon h3 {
  margin: 0 !important;
  font-size: 1.125rem;
}

.product-details .product-status:not(.custom-product-status) .product-icon h4 {
  margin: 0 !important;
  font-size: 0.875rem;
  opacity: 0.88;
}

.product-details .product-status:not(.custom-product-status) .product-status-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  padding: 10px 14px !important;
  min-width: 100px;
}

.custom-product-status .label.status-active {
  --status-color: var(--semi-primary) !important;
}

/* ===== Satış ortaklığı (theme şablonu — alanx ile aynı düzen) ===== */
.affiliate-stat-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 1rem 1.15rem;
  background-color: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.affiliate-stat-card__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: 1rem;
  color: var(--semi-primary);
  background-color: color-mix(in srgb, var(--semi-primary) 14%, var(--surface-card));
}

.affiliate-stat-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.15rem;
  min-width: 0;
}

.affiliate-stat-card__value {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
}

.affiliate-stat-card__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--darkGray);
  line-height: 1.35;
}

.affiliate-referral-card,
.affiliate-commission-card {
  margin-top: 1.25rem;
  background-color: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.affiliate-referral-card .card-body,
.affiliate-commission-card .card-body {
  padding: 1.15rem 1.25rem;
}

.affiliate-referral-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.65rem;
}

.affiliate-referral-input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  background-color: var(--surface-muted);
  border: 1px solid var(--border-strong);
  color: #fff;
}

.affiliate-commission-summary {
  display: flex;
  flex-direction: column;
}

.affiliate-commission-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}

.affiliate-commission-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.affiliate-commission-row:first-child {
  padding-top: 0;
}

.affiliate-commission-row__label {
  font-size: 0.875rem;
  color: var(--gray);
  flex: 1;
  min-width: 0;
}

.affiliate-commission-row__value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.affiliate-withdraw-panel {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--border);
  text-align: center;
}

.affiliate-dashboard .affiliate-withdraw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--semi-primary) 25%, #fff);
  background-color: color-mix(in srgb, var(--semi-primary) 12%, var(--surface-card));
  border: 1px solid color-mix(in srgb, var(--semi-primary) 35%, transparent);
  border-radius: var(--radius-card);
}

.affiliate-dashboard .affiliate-withdraw-btn:hover:not(:disabled):not([disabled]) {
  color: color-mix(in srgb, var(--semi-primary) 25%, #fff);
  background-color: color-mix(in srgb, var(--semi-primary) 12%, var(--surface-card));
  border-color: color-mix(in srgb, var(--semi-primary) 35%, transparent);
}

.affiliate-dashboard .affiliate-withdraw-btn:disabled,
.affiliate-dashboard .affiliate-withdraw-btn[disabled] {
  opacity: 0.48;
  cursor: not-allowed;
}

.affiliate-withdraw-hint {
  margin-top: 0.85rem;
  margin-bottom: 0;
  max-width: 28rem;
  margin-inline: auto;
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.45;
}

.affiliate-section-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}

.affiliate-dashboard .table-container {
  margin-top: 0.5rem;
}

.affiliate-dashboard .table-list thead th {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gray);
}

/* Müşteri paneli ana sayfa — theme (alanx ile aynı işaretler; yardımcı sınıflar) */
#main-body .primary-content .font-weight-semibold {
  font-weight: 600 !important;
}

#main-body .primary-content .small-gutters {
  margin-inline-end: -0.5rem;
  margin-inline-start: -0.5rem;
}

#main-body .primary-content .small-gutters > .col,
#main-body .primary-content .small-gutters > [class*='col-'] {
  padding-inline-end: 0.5rem;
  padding-inline-start: 0.5rem;
}

#main-body .primary-content .mb-10 {
  margin-bottom: 2.5rem !important;
}

#main-body .primary-content .row-gap-4 {
  row-gap: 1rem;
}

#main-body .primary-content .col-gap-4 {
  column-gap: 1rem;
}

#main-body .primary-content .gap-3 {
  gap: 0.75rem !important;
}

#main-body .primary-content .rounded-md {
  border-radius: var(--radius-card) !important;
}

#main-body .primary-content .bg-card {
  background-color: var(--surface-card) !important;
}

#main-body .primary-content .text-card-foreground {
  color: #fff;
}

#main-body .primary-content .title-3 {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
}

#main-body .primary-content .title-6 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}

#main-body .primary-content .text-base {
  font-size: 1rem;
  line-height: 1.5;
}

#main-body .primary-content .size-6 {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
}

[dir='rtl'] #main-body .primary-content .rtl-rotate {
  transform: scaleX(-1);
}

/* Müşteri ana istatistik kutuları — referans: #1a1a1a kart, sol beyaz sayı, açık mavi-gri etiket, sağ üst filigran, altta düz renk şerit */
#main-body .primary-content .client-home-stats .client-home-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-card);
  background-color: #1a1a1a;
}

#main-body .primary-content .client-home-stats .client-home-stat-card .title-3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

#main-body .primary-content .client-home-stats .client-home-stat-card__label {
  margin-top: 0.35rem !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

/* Filigran — sağ üst köşe, büyük soluk gri çizgi ikon */
#main-body .primary-content .client-home-stats .client-home-stat-card__watermark {
  position: absolute;
  top: 0.5rem;
  inset-inline-end: 0.25rem;
  transform: none;
  width: min(44%, 7.25rem);
  min-width: 4.5rem;
  max-height: 4.5rem;
  pointer-events: none;
  color: rgba(148, 163, 184, 0.22);
  transition: color 0.15s ease;
  z-index: 0;
}

#main-body .primary-content .client-home-stats .client-home-stat-card__watermark svg {
  width: 100%;
  height: auto;
  max-height: 4.5rem;
  display: block;
  stroke: currentColor;
  fill: none;
}

#main-body .primary-content .client-home-stats a.client-home-stat-card--link:hover .client-home-stat-card__watermark,
#main-body .primary-content .client-home-stats a.client-home-stat-card--link:focus .client-home-stat-card__watermark {
  color: rgba(148, 163, 184, 0.32);
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 0 0 calc(var(--radius-card) - 1px) calc(var(--radius-card) - 1px);
  pointer-events: none;
  z-index: 2;
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent-services::after {
  background: #38bdf8;
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent-domains::after {
  background: #4ade80;
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent-affiliates::after {
  background: #4ade80;
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent-quotes::after {
  background: #94a3b8;
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent-tickets::after {
  background: #fb7185;
}

#main-body .primary-content .client-home-stats .client-home-stat-card--accent-invoices::after {
  background: #fbbf24;
}

#main-body .primary-content .client-home-panels .card.shadow-sm {
  box-shadow: none !important;
}

#main-body .primary-content .client-home-panels .card {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background-color: var(--surface-card);
}

#main-body .primary-content .client-home-panels .card-header {
  padding: 1rem 1.15rem;
  background-color: transparent;
  border-bottom: 1px solid var(--border);
}

#main-body .primary-content .client-home-panels .card-body {
  padding: 1rem 1.15rem;
}

#main-body .primary-content .client-home-panels .hover-accent:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#main-body .primary-content .client-home-panels .btn-success {
  background-color: color-mix(in srgb, var(--semi-primary) 16%, var(--surface-card));
  border: 1px solid color-mix(in srgb, var(--semi-primary) 38%, transparent);
  color: color-mix(in srgb, var(--semi-primary) 10%, #fff);
}

#main-body .primary-content .client-home-panels .btn-success:hover,
#main-body .primary-content .client-home-panels .btn-success:focus {
  background-color: color-mix(in srgb, var(--semi-primary) 22%, var(--surface-card));
  border-color: color-mix(in srgb, var(--semi-primary) 42%, transparent);
}

#main-body .primary-content .client-home-panels .btn-secondary {
  border-color: var(--border);
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--gray);
}

#main-body .primary-content .client-home-panels .btn-secondary:hover,
#main-body .primary-content .client-home-panels .btn-secondary:focus {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}

#main-body .primary-content .client-home-panel-header-btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--darkGray);
  background-color: transparent;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-ui);
}

#main-body .primary-content .client-home-panel-header-btn:hover,
#main-body .primary-content .client-home-panel-header-btn:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.05);
}

/* İstatistik kartları — tam alan <a>; metin filigranın üstünde */
#main-body .client-home-stats a.client-home-stat-card--link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0.85rem 0.75rem;
  min-height: 6rem;
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

#main-body .client-home-stats a.client-home-stat-card--link:hover,
#main-body .client-home-stats a.client-home-stat-card--link:focus {
  background-color: #1f1f1f;
  border-color: rgba(255, 255, 255, 0.1);
  outline: none;
}

#main-body .client-home-stats .client-home-stat-card {
  min-width: 0;
}

#main-body .client-home-stats .client-home-stat-card > .text {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 58%;
}

/* ===== PayTR taksit tablosu (#paytr_taksit_tablosu + paytr.com/odeme/taksit-tablosu/v2) =====
   Sayfadaki açık <style> bloğunu kaldırırsanız tema buradan uygulanır; !important PayTR renklerini ezer. */
#paytr_taksit_tablosu {
  font-family: var(--secondary-font) !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 100% !important;
}

#paytr_taksit_tablosu .taksit-tablosu-wrapper {
  margin: 8px 6px !important;
  background-color: var(--surface-card) !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: var(--radius-ui) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

#paytr_taksit_tablosu .taksit-logo img {
  filter: brightness(1.08);
}

#paytr_taksit_tablosu .taksit-tutari-text {
  color: var(--gray) !important;
}

#paytr_taksit_tablosu .taksit-tutar-wrapper {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: var(--radius-ui);
}

#paytr_taksit_tablosu .taksit-tutar-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

#paytr_taksit_tablosu .taksit-tutari {
  color: rgba(255, 255, 255, 0.92) !important;
  border: 2px solid transparent !important;
}

#paytr_taksit_tablosu .taksit-tutari-bold {
  color: #fff !important;
}

/* v2: tablo / satır listesi */
#paytr_taksit_tablosu table {
  width: 100% !important;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--surface-card) !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: var(--radius-ui) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
}

#paytr_taksit_tablosu table th,
#paytr_taksit_tablosu table td {
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: transparent !important;
  border-color: var(--border) !important;
  padding: 0.65rem 0.75rem !important;
  vertical-align: middle !important;
}

#paytr_taksit_tablosu table tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

#paytr_taksit_tablosu table tbody tr:hover td {
  background-color: rgba(0, 54, 226, 0.15) !important;
}

#paytr_taksit_tablosu a {
  color: var(--accent-muted) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

#paytr_taksit_tablosu a:hover,
#paytr_taksit_tablosu a:focus {
  color: #fff !important;
}

#paytr_taksit_tablosu input[type='radio'] {
  accent-color: var(--primary);
  width: 1rem;
  height: 1rem;
}

/* Destek talebi — markdown: tıklama/odakta çerçeve veya zemin rengi değişmesin */
#main-body .primary-content .md-editor,
#main-body .primary-content .md-editor.active,
#main-body .primary-content .md-editor:focus-within,
#main-body .primary-content .md-editor:active {
  border-color: var(--border) !important;
  outline: none !important;
  box-shadow: none !important;
}

#main-body div.md-editor.active,
#main-body .md-editor.active {
  border-color: var(--border) !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#main-body .md-editor:focus-within {
  border-color: var(--border) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Odakta zemin ve kenarlık değişmesin (theme markdown ile aynı zemin) */
#main-body .primary-content .md-editor > textarea.markdown-editor,
#main-body .primary-content .md-editor > textarea.markdown-editor:focus,
#main-body .primary-content .md-editor textarea.form-control:focus,
#main-body .primary-content .md-editor textarea.markdown-editor:focus,
#main-body .md-editor > textarea.markdown-editor:focus,
#main-body .md-editor textarea:focus {
  border-color: var(--border-strong) !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: var(--semi-dark-2) !important;
  color: #fff !important;
}

/* CLS — logo ve navbar görselleri sabit boyut */
.navbar-logo,
.theme-footer-logo {
  width: auto;
  height: auto;
  max-height: 36px;
}

.theme-footer .theme-footer-logo {
  max-height: 34px;
}

.theme-navbar .menu-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
