/* =========================================================
   Veeri Auth — Giriş / Kayıt / Parola sıfırlama
   auth-modern.css üzerine; site temasıyla uyumlu açık panel
   ========================================================= */

.auth-page {
  --veeri-yellow: #ffb800;
  --veeri-yellow-dark: #e6a500;
  --veeri-yellow-soft: #fff6db;
  --veeri-navy: #0f2744;
  --veeri-navy-soft: #1a3557;
  --veeri-blue: #2f6fed;
  --veeri-text: #334155;
  --veeri-muted: #94a3b8;
  --veeri-placeholder: #94a3b8;
  --veeri-border: #e8edf3;
  --veeri-surface: #ffffff;
  --veeri-bg: #f7f9fc;
  --veeri-radius: 16px;
  --veeri-radius-sm: 12px;
  --veeri-shadow: 0 12px 40px rgba(15, 39, 68, 0.1);

  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
  color: var(--veeri-text);
  background: transparent;
}

.auth-page.auth-with-layout {
  background: transparent;
}

/* Sayfa zemin */
.auth-page .register-page {
  background: var(--veeri-bg) !important;
  min-height: auto;
}

.auth-page.auth-with-layout .register-page > .overlay {
  padding: 28px 0 72px;
}

/* Ana kart */
.auth-page .register-wrap {
  background: var(--veeri-surface) !important;
  border: 1px solid var(--veeri-border) !important;
  border-radius: 22px !important;
  box-shadow: var(--veeri-shadow) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: hidden;
}

.auth-page .register-inner {
  background: #fff !important;
  padding: 40px 44px !important;
  color: var(--veeri-text);
}

/* Başlıklar */
.auth-page .register-inner .heading h3,
.auth-page .register-inner h3,
.auth-page .c-form h3 {
  color: var(--veeri-navy) !important;
  font-weight: 800 !important;
  font-size: 1.55rem !important;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px !important;
}

.auth-page .register-inner .heading h3 svg path,
.auth-page .c-form h3 svg path {
  fill: var(--veeri-navy) !important;
}

.auth-page .register-inner .heading p,
.auth-page .c-form > p,
.auth-page .register-inner p {
  color: var(--veeri-muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin-bottom: 22px !important;
}

/* ---------- Placeholder (koyu ipucu düzeltmesi) ---------- */
.auth-page input::placeholder,
.auth-page textarea::placeholder,
.auth-page select::placeholder,
.auth-page .c-input input::placeholder,
.auth-page .clean-theme-signup-box input::placeholder,
.auth-page .clean-theme-signup-box textarea::placeholder,
.auth-page .clean-theme-signup-box select::placeholder,
.auth-page .captchainput::placeholder,
.auth-page #uyelik input::placeholder,
.auth-page #Signin_Form input::placeholder,
.auth-page #Signforget_Form input::placeholder,
.auth-page #Signup_Form input::placeholder {
  color: var(--veeri-placeholder) !important;
  opacity: 1 !important;
}

.auth-page input::-webkit-input-placeholder,
.auth-page textarea::-webkit-input-placeholder,
.auth-page .c-input input::-webkit-input-placeholder,
.auth-page .clean-theme-signup-box input::-webkit-input-placeholder,
.auth-page .captchainput::-webkit-input-placeholder {
  color: var(--veeri-placeholder) !important;
  opacity: 1 !important;
}

.auth-page input::-moz-placeholder,
.auth-page textarea::-moz-placeholder,
.auth-page .c-input input::-moz-placeholder,
.auth-page .clean-theme-signup-box input::-moz-placeholder {
  color: var(--veeri-placeholder) !important;
  opacity: 1 !important;
}

.auth-page input:-ms-input-placeholder,
.auth-page .c-input input:-ms-input-placeholder {
  color: var(--veeri-placeholder) !important;
  opacity: 1 !important;
}

/* ---------- Login inputs ---------- */
.auth-page .c-input {
  margin-bottom: 16px;
}

.auth-page .c-input input {
  background: #f8fafc !important;
  border: 1.5px solid var(--veeri-border) !important;
  border-radius: var(--veeri-radius-sm) !important;
  color: var(--veeri-navy) !important;
  min-height: 54px;
  font-size: 0.975rem !important;
  box-shadow: none !important;
}

.auth-page .c-input input:focus {
  background: #fff !important;
  border-color: var(--veeri-yellow) !important;
  box-shadow: 0 0 0 4px rgba(255, 184, 0, 0.2) !important;
  color: var(--veeri-navy) !important;
}

.auth-page .c-input .auth-field-icon,
.auth-page .c-input img {
  color: var(--veeri-muted) !important;
  opacity: 1 !important;
}

.auth-page .c-input span {
  color: var(--veeri-muted) !important;
}

.auth-page .c-input span:hover {
  color: var(--veeri-navy) !important;
}

.auth-page .c-input input:-webkit-autofill,
.auth-page .c-input input:-webkit-autofill:hover,
.auth-page .c-input input:-webkit-autofill:focus,
.auth-page .clean-theme-signup-box input:-webkit-autofill {
  -webkit-text-fill-color: var(--veeri-navy) !important;
  -webkit-box-shadow: 0 0 0 1000px #f8fafc inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* Checkbox */
.auth-page .checkbox-custom-label,
.auth-page .checkbox-custom-label .checktext {
  color: var(--veeri-text) !important;
  font-size: 0.9rem !important;
}

.auth-page .checktext a {
  color: var(--veeri-blue) !important;
}

.auth-page .checktext a:hover {
  color: var(--veeri-navy) !important;
}

/* Primary buttons */
.auth-page .signin-signup-foot-btn .yesilbtn,
.auth-page .signin-signup-foot-btn .gonderbtn,
.auth-page .c-form .mio-ajax-submit,
.auth-page .yesilbtn.gonderbtn,
.auth-page .gonderbtn {
  background: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  border: none !important;
  border-radius: var(--veeri-radius-sm) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  box-shadow: 0 8px 20px rgba(255, 184, 0, 0.35) !important;
  min-height: 52px;
}

.auth-page .signin-signup-foot-btn .yesilbtn:hover,
.auth-page .signin-signup-foot-btn .gonderbtn:hover,
.auth-page .c-form .mio-ajax-submit:hover,
.auth-page .yesilbtn.gonderbtn:hover {
  background: var(--veeri-yellow-dark) !important;
  color: var(--veeri-navy) !important;
  filter: none !important;
  transform: translateY(-1px);
}

.auth-page a[onclick*="login"],
.auth-page .c-form a {
  color: var(--veeri-blue) !important;
  font-weight: 600;
}

/* Captcha */
.auth-page .captchainput {
  background: #f8fafc !important;
  border: 1.5px solid var(--veeri-border) !important;
  color: var(--veeri-navy) !important;
  border-radius: var(--veeri-radius-sm) !important;
}

.auth-page .captchainput:focus {
  border-color: var(--veeri-yellow) !important;
  box-shadow: 0 0 0 4px rgba(255, 184, 0, 0.2) !important;
}

/* Hata / başarı */
.auth-page #FormOutput.error {
  background: #fff5f5 !important;
  border: 1px solid #fecaca !important;
  color: #b91c1c !important;
  backdrop-filter: none !important;
}

.auth-page #Success_div,
.auth-page #forget_success {
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 16px !important;
  color: var(--veeri-navy);
}

.auth-page #Success_div h4,
.auth-page #forget_success h4 {
  color: var(--veeri-navy) !important;
}

.auth-page #Success_div h5,
.auth-page #forget_success h5 {
  color: var(--veeri-muted) !important;
}

.auth-page #Success_div .fa-check,
.auth-page #forget_success .fa-check {
  color: #16a34a !important;
  text-shadow: none !important;
}

/* ---------- Kayıt formu kutuları ---------- */
.auth-page .clean-theme-signup-box {
  background: #f8fafc !important;
  border: 1px solid var(--veeri-border) !important;
  border-radius: 18px !important;
  padding: 32px 18px 18px !important;
}

.auth-page .clean-theme-signup-box:hover {
  border-color: #d5dee9 !important;
  transform: none;
}

.auth-page .clean-theme-signup-box-title {
  background: #fff !important;
  color: var(--veeri-navy) !important;
  border: 1px solid var(--veeri-border) !important;
  box-shadow: 0 4px 12px rgba(15, 39, 68, 0.06) !important;
  backdrop-filter: none !important;
}

.auth-page .clean-theme-signup-box input,
.auth-page .clean-theme-signup-box select,
.auth-page .clean-theme-signup-box textarea {
  background: #fff !important;
  border: 1.5px solid var(--veeri-border) !important;
  border-radius: var(--veeri-radius-sm) !important;
  color: var(--veeri-navy) !important;
}

.auth-page .clean-theme-signup-box input:focus,
.auth-page .clean-theme-signup-box select:focus,
.auth-page .clean-theme-signup-box textarea:focus {
  border-color: var(--veeri-yellow) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(255, 184, 0, 0.2) !important;
}

.auth-page .auth-kind-pills .radio-custom-label {
  background: #fff !important;
  border: 1.5px solid var(--veeri-border) !important;
  color: var(--veeri-muted) !important;
  backdrop-filter: none !important;
}

.auth-page .auth-kind-pills .radio-custom:checked + .radio-custom-label {
  background: var(--veeri-yellow-soft) !important;
  border-color: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  box-shadow: none !important;
}

.auth-page .signup-stage-line {
  background: var(--veeri-border) !important;
}

.auth-page .signup-stages-block {
  background: #fff !important;
  border: 2px solid var(--veeri-border) !important;
  color: var(--veeri-muted) !important;
  box-shadow: none !important;
}

.auth-page .signup-stages-block.active {
  background: var(--veeri-yellow) !important;
  color: var(--veeri-navy) !important;
  border-color: var(--veeri-yellow) !important;
  box-shadow: 0 6px 16px rgba(255, 184, 0, 0.35) !important;
}

.auth-page .level-block {
  color: var(--veeri-muted) !important;
}

.auth-page .sbtn {
  background: #eef4ff !important;
  color: var(--veeri-blue) !important;
}

.auth-page .sbtn:hover {
  background: #dbe7ff !important;
  color: var(--veeri-navy) !important;
}

.auth-page .selected-dial-code {
  color: var(--veeri-navy) !important;
}

.auth-page .intl-tel-input .country-list {
  background: #fff !important;
  border: 1px solid var(--veeri-border) !important;
  color: var(--veeri-text) !important;
}

.auth-page .intl-tel-input .country-list .country.highlight {
  background: #f4f7fb !important;
}

/* ---------- Sağ panel ---------- */
.auth-page .register-img {
  background:
    linear-gradient(165deg, rgba(15, 39, 68, 0.92) 0%, rgba(26, 53, 87, 0.85) 100%),
    url(../images/datacenter.png) center/cover no-repeat !important;
}

.auth-page .register-img::before {
  background: linear-gradient(135deg, rgba(255, 184, 0, 0.35), rgba(15, 39, 68, 0.2)) !important;
  mix-blend-mode: soft-light;
}

.auth-page .register-img > .overlay {
  background: transparent !important;
  backdrop-filter: none !important;
}

.auth-page .register-img .overlay h3 {
  color: #fff !important;
}

.auth-page .register-img .overlay p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.auth-page .register-img .overlay a {
  background: var(--veeri-yellow) !important;
  border: none !important;
  color: var(--veeri-navy) !important;
  font-weight: 800 !important;
}

.auth-page .register-img .overlay a:hover {
  background: var(--veeri-yellow-dark) !important;
  color: var(--veeri-navy) !important;
  box-shadow: 0 10px 22px rgba(255, 184, 0, 0.4) !important;
}

.auth-page .auth-trust-list li {
  color: rgba(255, 255, 255, 0.92) !important;
}

.auth-page .auth-trust-list li i {
  color: var(--veeri-yellow) !important;
  background: rgba(255, 184, 0, 0.15) !important;
}

/* Sosyal bağlantı butonları */
.auth-page .socialconnect {
  margin-bottom: 20px;
}

.auth-page .socialconnect a,
.auth-page .socialconnect button {
  border-radius: 10px !important;
}

/* Select2 (varsa) */
.auth-page .select2-container .select2-selection--single {
  height: 52px !important;
  border: 1.5px solid var(--veeri-border) !important;
  border-radius: var(--veeri-radius-sm) !important;
  background: #fff !important;
}

.auth-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
  color: var(--veeri-navy) !important;
}

.auth-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--veeri-placeholder) !important;
}

@media (max-width: 1024px) {
  .auth-page .register-inner {
    padding: 28px 20px !important;
  }

  .auth-page .register-wrap {
    border-radius: 18px !important;
  }
}
