
/* ===== Auth (Login / Register) — ortak kart düzeni ===== */

.cc_ggwklva6_login .kombos-auth, .cc_ggwklva6_register .kombos-auth, .cc_ggwklva6_forgot_password .kombos-auth, .cc_ggwklva6_recover_password .kombos-auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 100vh;
  padding: 2rem 1rem;
}

/* Logo */
.cc_ggwklva6_login .kombos-auth__logo, .cc_ggwklva6_register .kombos-auth__logo, .cc_ggwklva6_forgot_password .kombos-auth__logo, .cc_ggwklva6_recover_password .kombos-auth__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.cc_ggwklva6_login .kombos-auth__logo-img, .cc_ggwklva6_register .kombos-auth__logo-img, .cc_ggwklva6_forgot_password .kombos-auth__logo-img, .cc_ggwklva6_recover_password .kombos-auth__logo-img {
  display: block;
  height: 3.25rem;
  width: auto;
}

.cc_ggwklva6_login .kombos-auth__logo-text, .cc_ggwklva6_register .kombos-auth__logo-text, .cc_ggwklva6_forgot_password .kombos-auth__logo-text, .cc_ggwklva6_recover_password .kombos-auth__logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  color: var(--lb-dark);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cc_ggwklva6_login .kombos-auth__logo-text-sub, .cc_ggwklva6_register .kombos-auth__logo-text-sub, .cc_ggwklva6_forgot_password .kombos-auth__logo-text-sub, .cc_ggwklva6_recover_password .kombos-auth__logo-text-sub {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--lb-green);
  letter-spacing: 0.06em;
}

/* Card */
.cc_ggwklva6_login .kombos-auth__card, .cc_ggwklva6_register .kombos-auth__card, .cc_ggwklva6_forgot_password .kombos-auth__card, .cc_ggwklva6_recover_password .kombos-auth__card {
  width: 100%;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--kombos-white);
  border: 1px solid var(--kombos-gray-200);
  border-radius: 10px;
}

/* Tab toggle (step 1) */
.cc_ggwklva6_login .kombos-auth__tabs, .cc_ggwklva6_register .kombos-auth__tabs, .cc_ggwklva6_forgot_password .kombos-auth__tabs, .cc_ggwklva6_recover_password .kombos-auth__tabs {
  display: flex;
  gap: 0.25rem;
  padding: 0.3125rem;
  background: var(--kombos-gray-100);
  border-radius: 8px;
}

.cc_ggwklva6_login .kombos-auth__tab, .cc_ggwklva6_register .kombos-auth__tab, .cc_ggwklva6_forgot_password .kombos-auth__tab, .cc_ggwklva6_recover_password .kombos-auth__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0.625rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--kombos-gray-500);
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.cc_ggwklva6_login .kombos-auth__tab:hover, .cc_ggwklva6_register .kombos-auth__tab:hover, .cc_ggwklva6_forgot_password .kombos-auth__tab:hover, .cc_ggwklva6_recover_password .kombos-auth__tab:hover {
  color: var(--lb-dark);
}

.cc_ggwklva6_login .kombos-auth__tab--active, .cc_ggwklva6_register .kombos-auth__tab--active, .cc_ggwklva6_forgot_password .kombos-auth__tab--active, .cc_ggwklva6_recover_password .kombos-auth__tab--active {
  background: var(--kombos-white);
  color: var(--lb-dark);
  border-color: var(--lb-green);
  cursor: default;
}

/* Step 2 header */
.cc_ggwklva6_login .kombos-auth__stephead, .cc_ggwklva6_register .kombos-auth__stephead, .cc_ggwklva6_forgot_password .kombos-auth__stephead, .cc_ggwklva6_recover_password .kombos-auth__stephead {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cc_ggwklva6_login .kombos-auth__stephead--center, .cc_ggwklva6_register .kombos-auth__stephead--center, .cc_ggwklva6_forgot_password .kombos-auth__stephead--center, .cc_ggwklva6_recover_password .kombos-auth__stephead--center {
  align-items: center;
  text-align: center;
}

.cc_ggwklva6_login .kombos-auth__back, .cc_ggwklva6_register .kombos-auth__back, .cc_ggwklva6_forgot_password .kombos-auth__back, .cc_ggwklva6_recover_password .kombos-auth__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  border-radius: 50%;
  background: var(--kombos-gray-100);
  color: var(--lb-dark);
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.cc_ggwklva6_login .kombos-auth__back:hover, .cc_ggwklva6_register .kombos-auth__back:hover, .cc_ggwklva6_forgot_password .kombos-auth__back:hover, .cc_ggwklva6_recover_password .kombos-auth__back:hover {
  background: var(--kombos-gray-200);
}

.cc_ggwklva6_login .kombos-auth__heading, .cc_ggwklva6_register .kombos-auth__heading, .cc_ggwklva6_forgot_password .kombos-auth__heading, .cc_ggwklva6_recover_password .kombos-auth__heading {
  margin: 0;
  color: var(--lb-dark);
}

.cc_ggwklva6_login .kombos-auth__subtitle, .cc_ggwklva6_register .kombos-auth__subtitle, .cc_ggwklva6_forgot_password .kombos-auth__subtitle, .cc_ggwklva6_recover_password .kombos-auth__subtitle {
  margin: 0;
  color: var(--kombos-gray-500);
}

.cc_ggwklva6_login .kombos-auth__subtitle p, .cc_ggwklva6_register .kombos-auth__subtitle p, .cc_ggwklva6_forgot_password .kombos-auth__subtitle p, .cc_ggwklva6_recover_password .kombos-auth__subtitle p {
  margin: 0;
}

/* Bilgi satırı (şifre sıfırlama / başarı) */
.cc_ggwklva6_login .kombos-auth__sent, .cc_ggwklva6_register .kombos-auth__sent, .cc_ggwklva6_forgot_password .kombos-auth__sent, .cc_ggwklva6_recover_password .kombos-auth__sent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.cc_ggwklva6_login .kombos-auth__sent-icon, .cc_ggwklva6_register .kombos-auth__sent-icon, .cc_ggwklva6_forgot_password .kombos-auth__sent-icon, .cc_ggwklva6_recover_password .kombos-auth__sent-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  color: var(--lb-green);
}

.cc_ggwklva6_login .kombos-auth__sent-text, .cc_ggwklva6_register .kombos-auth__sent-text, .cc_ggwklva6_forgot_password .kombos-auth__sent-text, .cc_ggwklva6_recover_password .kombos-auth__sent-text {
  margin: 0;
  color: var(--kombos-gray-600);
  line-height: 1.5;
}

.cc_ggwklva6_login .kombos-auth__email, .cc_ggwklva6_register .kombos-auth__email, .cc_ggwklva6_forgot_password .kombos-auth__email, .cc_ggwklva6_recover_password .kombos-auth__email {
  color: var(--lb-dark);
}

/* Form */
.cc_ggwklva6_login .kombos-auth__form, .cc_ggwklva6_register .kombos-auth__form, .cc_ggwklva6_forgot_password .kombos-auth__form, .cc_ggwklva6_recover_password .kombos-auth__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_ggwklva6_login .kombos-auth__row, .cc_ggwklva6_register .kombos-auth__row, .cc_ggwklva6_forgot_password .kombos-auth__row, .cc_ggwklva6_recover_password .kombos-auth__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
}

.cc_ggwklva6_login .kombos-auth__row > *, .cc_ggwklva6_register .kombos-auth__row > *, .cc_ggwklva6_forgot_password .kombos-auth__row > *, .cc_ggwklva6_recover_password .kombos-auth__row > * {
  min-width: 0;
}

.cc_ggwklva6_login .kombos-auth__error, .cc_ggwklva6_register .kombos-auth__error, .cc_ggwklva6_forgot_password .kombos-auth__error, .cc_ggwklva6_recover_password .kombos-auth__error {
  padding: 0.625rem 0.875rem;
  border-radius: 6px;
  background: #fdecec;
  border: 1px solid #f3c4c4;
  color: var(--kombos-error);
}

/* Consent (register step 2) */
.cc_ggwklva6_login .kombos-auth__consent-row, .cc_ggwklva6_register .kombos-auth__consent-row, .cc_ggwklva6_forgot_password .kombos-auth__consent-row, .cc_ggwklva6_recover_password .kombos-auth__consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.cc_ggwklva6_login .kombos-auth__consent-row > .kombos-checkbox, .cc_ggwklva6_register .kombos-auth__consent-row > .kombos-checkbox, .cc_ggwklva6_forgot_password .kombos-auth__consent-row > .kombos-checkbox, .cc_ggwklva6_recover_password .kombos-auth__consent-row > .kombos-checkbox {
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.cc_ggwklva6_login .kombos-auth__consent, .cc_ggwklva6_register .kombos-auth__consent, .cc_ggwklva6_forgot_password .kombos-auth__consent, .cc_ggwklva6_recover_password .kombos-auth__consent {
  color: var(--kombos-gray-500);
  line-height: 1.6;
}

.cc_ggwklva6_login .kombos-auth__consent-link, .cc_ggwklva6_register .kombos-auth__consent-link, .cc_ggwklva6_forgot_password .kombos-auth__consent-link, .cc_ggwklva6_recover_password .kombos-auth__consent-link {
  padding: 0;
  border: 0;
  background: none;
  color: var(--lb-green);
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cc_ggwklva6_login .kombos-auth__consent-link:hover, .cc_ggwklva6_register .kombos-auth__consent-link:hover, .cc_ggwklva6_forgot_password .kombos-auth__consent-link:hover, .cc_ggwklva6_recover_password .kombos-auth__consent-link:hover {
  color: var(--lb-green-dark);
}

/* Rıza Metni modal içeriği */
.cc_ggwklva6_login .kombos-auth__rizamodal, .cc_ggwklva6_register .kombos-auth__rizamodal, .cc_ggwklva6_forgot_password .kombos-auth__rizamodal, .cc_ggwklva6_recover_password .kombos-auth__rizamodal {
  color: var(--kombos-gray-600);
  font-size: 0.875rem;
  line-height: 1.65;
}

.cc_ggwklva6_login .kombos-auth__rizamodal h3, .cc_ggwklva6_register .kombos-auth__rizamodal h3, .cc_ggwklva6_forgot_password .kombos-auth__rizamodal h3, .cc_ggwklva6_recover_password .kombos-auth__rizamodal h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--lb-dark);
}

.cc_ggwklva6_login .kombos-auth__rizamodal h3:first-child, .cc_ggwklva6_register .kombos-auth__rizamodal h3:first-child, .cc_ggwklva6_forgot_password .kombos-auth__rizamodal h3:first-child, .cc_ggwklva6_recover_password .kombos-auth__rizamodal h3:first-child {
  margin-top: 0;
}

.cc_ggwklva6_login .kombos-auth__rizamodal p, .cc_ggwklva6_register .kombos-auth__rizamodal p, .cc_ggwklva6_forgot_password .kombos-auth__rizamodal p, .cc_ggwklva6_recover_password .kombos-auth__rizamodal p {
  margin: 0 0 0.75rem;
}

.cc_ggwklva6_login .kombos-auth__rizamodal ol, .cc_ggwklva6_register .kombos-auth__rizamodal ol, .cc_ggwklva6_forgot_password .kombos-auth__rizamodal ol, .cc_ggwklva6_recover_password .kombos-auth__rizamodal ol {
  margin: 0 0 0.75rem;
  padding-left: 1.5rem;
}

.cc_ggwklva6_login .kombos-auth__rizamodal li, .cc_ggwklva6_register .kombos-auth__rizamodal li, .cc_ggwklva6_forgot_password .kombos-auth__rizamodal li, .cc_ggwklva6_recover_password .kombos-auth__rizamodal li {
  margin-bottom: 0.25rem;
}

/* Submit */
.cc_ggwklva6_login .kombos-auth__submit, .cc_ggwklva6_register .kombos-auth__submit, .cc_ggwklva6_forgot_password .kombos-auth__submit, .cc_ggwklva6_recover_password .kombos-auth__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1rem;
  border: 0;
  border-radius: 8px;
  background: var(--lb-green);
  color: var(--kombos-white);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.cc_ggwklva6_login .kombos-auth__submit:hover:not(:disabled), .cc_ggwklva6_register .kombos-auth__submit:hover:not(:disabled), .cc_ggwklva6_forgot_password .kombos-auth__submit:hover:not(:disabled), .cc_ggwklva6_recover_password .kombos-auth__submit:hover:not(:disabled) {
  background: var(--lb-green-dark);
}

.cc_ggwklva6_login .kombos-auth__submit:disabled, .cc_ggwklva6_register .kombos-auth__submit:disabled, .cc_ggwklva6_forgot_password .kombos-auth__submit:disabled, .cc_ggwklva6_recover_password .kombos-auth__submit:disabled {
  background: var(--kombos-gray-300);
  cursor: not-allowed;
}

/* İkincil "Anasayfaya Dön" butonu */
.cc_ggwklva6_login .kombos-auth__home-btn, .cc_ggwklva6_register .kombos-auth__home-btn, .cc_ggwklva6_forgot_password .kombos-auth__home-btn, .cc_ggwklva6_recover_password .kombos-auth__home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid var(--kombos-gray-900);
  border-radius: 8px;
  background: var(--kombos-white);
  color: var(--kombos-gray-900);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.cc_ggwklva6_login .kombos-auth__home-btn:hover, .cc_ggwklva6_register .kombos-auth__home-btn:hover, .cc_ggwklva6_forgot_password .kombos-auth__home-btn:hover, .cc_ggwklva6_recover_password .kombos-auth__home-btn:hover {
  background: var(--kombos-gray-50);
}

/* Links */
.cc_ggwklva6_login .kombos-auth__link, .cc_ggwklva6_register .kombos-auth__link, .cc_ggwklva6_forgot_password .kombos-auth__link, .cc_ggwklva6_recover_password .kombos-auth__link {
  align-self: flex-start;
  padding: 0;
  border: 0;
  background: none;
  color: var(--lb-green);
  cursor: pointer;
}

.cc_ggwklva6_login .kombos-auth__link:hover, .cc_ggwklva6_register .kombos-auth__link:hover, .cc_ggwklva6_forgot_password .kombos-auth__link:hover, .cc_ggwklva6_recover_password .kombos-auth__link:hover {
  text-decoration: underline;
}

.cc_ggwklva6_login .kombos-auth__link--center, .cc_ggwklva6_register .kombos-auth__link--center, .cc_ggwklva6_forgot_password .kombos-auth__link--center, .cc_ggwklva6_recover_password .kombos-auth__link--center {
  align-self: center;
}

.cc_ggwklva6_login .kombos-auth__link--muted, .cc_ggwklva6_register .kombos-auth__link--muted, .cc_ggwklva6_forgot_password .kombos-auth__link--muted, .cc_ggwklva6_recover_password .kombos-auth__link--muted {
  color: var(--lb-dark);
}

/* Secure footer */
.cc_ggwklva6_login .kombos-auth__secure, .cc_ggwklva6_register .kombos-auth__secure, .cc_ggwklva6_forgot_password .kombos-auth__secure, .cc_ggwklva6_recover_password .kombos-auth__secure {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--lb-green);
}

.cc_ggwklva6_login .kombos-auth__secure-icon, .cc_ggwklva6_register .kombos-auth__secure-icon, .cc_ggwklva6_forgot_password .kombos-auth__secure-icon, .cc_ggwklva6_recover_password .kombos-auth__secure-icon {
  font-size: 1.125rem;
}
