/**
 * Giriş / kayıt modalı ve üyelik (landing) formları
 */
.auth-modal {
  padding: 28px 32px 36px !important;
  text-align: center;
}

.auth-modal__close.closer {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: #f1f5f9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  padding: 0;
  color: #64748b;
}

.auth-modal__close.closer:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.auth-modal__title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
}

.auth-modal__lead {
  display: block;
  color: #64748b !important;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.auth-modal .form-group {
  margin-bottom: 14px;
  text-align: left;
}

.auth-modal .form-control {
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 12px 16px !important;
  height: auto !important;
  font-size: 15px;
  box-shadow: none;
}

.auth-modal .form-control:focus {
  border-color: #0fa5e2 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 165, 226, 0.15);
}

.auth-modal .btn-primary {
  background: #0fa5e2;
  border-color: #0fa5e2;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
}

.auth-modal .btn-primary:hover {
  background: #1a5f8a;
  border-color: #1a5f8a;
}

.auth-modal .btn-success {
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
}

.auth-modal .btn-link {
  color: #1a5f8a;
  font-weight: 500;
}

.auth-modal .btn-facebook {
  border-radius: 10px;
}

.auth-modal .usercheck:empty {
  display: none;
}

.auth-modal .usercheck .alert {
  border-radius: 10px;
  margin-top: 12px;
  text-align: center;
}

#login .modal-dialog,
#register .modal-dialog {
  max-width: 420px;
  margin: 30px auto;
}

#login .login__content,
#register .login__content {
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 20px 50px rgba(15, 52, 96, 0.18);
}

/* Üyelik sayfası */
body.landing.site-modern .hero.hero__landing {
  padding: 32px 0 64px;
  min-height: 0;
}

body.landing.site-modern .hero.hero__landing:before {
  height: 100%;
  min-height: 420px;
  background: linear-gradient(135deg, #0d3d5c 0%, #1a5f8a 45%, #1e7ab5 100%);
}

body.landing.site-modern .landing__form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(15, 52, 96, 0.12);
  padding: 28px 32px 32px;
  position: relative;
  z-index: 1;
}

body.landing.site-modern .landing__form .form-control {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

body.landing.site-modern .uyelik-type-btn {
  border-radius: 12px !important;
  border: 2px solid #e2e8f0 !important;
  font-weight: 600;
  color: #334155;
}

body.landing.site-modern .uyelik-type-btn:hover,
body.landing.site-modern .uyelik-type-btn:focus {
  border-color: #0fa5e2 !important;
  color: #0fa5e2;
  background: #f0f9ff;
}

body.landing.site-modern .m-t-header {
  margin-top: 24px;
}

body.landing.site-modern .landing__form label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.04em;
}

body.landing.site-modern .landing__form .btn-lg {
  border-radius: 10px;
  font-weight: 600;
}

body.landing.site-modern .landing__form > .text-center .btn-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* Yardım / soru-cevap — hero kaldırıldı, kısa başlık */
body.site-modern .page-subhead {
  padding: 20px 15px 8px;
  max-width: 720px;
}

body.site-modern .page-subhead h1 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
}

body.site-modern .page-subhead .text-muted {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b !important;
}

body.site-modern.yardim .yardim-container,
body.site-modern.page-questions .questions-subhead + .questions-main {
  margin-top: 0;
  padding-top: 0;
}

/* Soru-cevap: navbar altı boşluk / çift container */
body.site-modern.page-questions .page-subhead.questions-subhead {
  padding: 12px 15px 4px;
  margin-bottom: 0;
}

body.site-modern.page-questions section.container.m-t-header {
  margin-top: 0 !important;
  padding-top: 8px;
}

body.site-modern.page-questions .header .header__sub {
  padding-bottom: 10px;
}

body.site-modern.page-questions .question__form {
  margin-top: 0;
}
