/* Auth v2 — split layout (app-only, no marketing bridge) */

html:has(body.planish-auth-v2-body) {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  background: #ffffff;
}

body.planish-auth-v2-body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  background: #ffffff !important;
  background-image: none !important;
  --app-font-family-museo: "Museo Sans", "Museo Sans Rounded";
  --bs-body-font-family: var(--app-font-family-museo);
  --app-font-hero: "Museo Sans Rounded", "Museo Sans";
  /* Cookie bar açık/kapalı fark etmesin — tagline her zaman aynı dikey konumda */
  --auth-v2-tagline-cookie-reserve: 3.5rem;
  font-family: var(--app-font-family-museo);
}

body.planish-auth-v2-body .planish-site-footer,
body.planish-auth-v2-body #headerFixedMount {
  display: none !important;
}

/* Çerez şeridi sabit overlay — scroll sağ kenarda (html); sol form akışta kayar, sağ banner fixed */
html.planish-cookie-bar-visible body.planish-auth-v2-body {
  --auth-v2-tagline-cookie-reserve: var(--planish-cookie-bar-offset, 3.5rem);
}

html.planish-cookie-bar-visible body.planish-auth-v2-body .auth-v2-form-panel__inner::after {
  display: none !important;
}

html.planish-cookie-bar-visible body.planish-auth-v2-body .auth-v2-form-panel {
  box-sizing: border-box;
  min-height: 100svh;
  padding-bottom: calc(
    var(--planish-cookie-bar-offset, 3.5rem) + env(safe-area-inset-bottom, 0px)
  );
}

@media (min-width: 992px) {
  html.planish-cookie-bar-visible body.planish-auth-v2-body .auth-v2-form-panel {
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 991.98px) {
  html.planish-cookie-bar-visible body.auth-v2-shell--kayit.planish-auth-v2-body .auth-v2-form-panel {
    min-height: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  html:has(body.planish-auth-v2-body),
  body.planish-auth-v2-body {
    touch-action: manipulation;
  }

  body.planish-auth-v2-body .auth-v2-layout,
  body.planish-auth-v2-body .auth-v2-form-panel,
  body.planish-auth-v2-body .auth-v2-form-card,
  body.planish-auth-v2-body .auth-v2-form-card input,
  body.planish-auth-v2-body .auth-v2-form-card textarea,
  body.planish-auth-v2-body .auth-v2-form-card select,
  body.planish-auth-v2-body .auth-v2-form-card button,
  body.planish-auth-v2-body .auth-v2-form-card a,
  body.planish-auth-v2-body #planishCookieBar {
    touch-action: manipulation;
  }
}

.auth-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 0;
  animation: planish-auth-v2-page-fade-in 0.82s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

html.auth-v2-same-shell-nav .auth-v2-layout {
  opacity: 1 !important;
  animation: none !important;
}

html.auth-v2-same-shell-nav .auth-v2-form-panel__header,
html.auth-v2-same-shell-nav .auth-v2-visual-panel,
html.auth-v2-same-shell-nav #planishCookieBar {
  animation: none !important;
}

html.auth-v2-same-shell-nav .auth-v2-form-panel__main {
  animation: auth-v2-form-nav-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

@keyframes auth-v2-form-nav-in {
  from {
    opacity: 0;
    transform: translateY(0.3rem) scale(0.994);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.planish-auth-v2-body.auth-v2-nav-leaving .auth-v2-form-panel__header,
body.planish-auth-v2-body.auth-v2-nav-leaving .auth-v2-visual-panel,
body.planish-auth-v2-body.auth-v2-nav-leaving #planishCookieBar {
  pointer-events: none;
}

body.planish-auth-v2-body .auth-v2-form-panel__main.auth-v2-form-main--nav-out {
  opacity: 0 !important;
  transform: translateY(-0.28rem) scale(0.994);
  transition:
    opacity 0.34s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.34s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (max-width: 991.98px) {
  body.planish-auth-v2-body .auth-v2-form-panel__main.auth-v2-form-main--nav-out {
    transition-duration: 0.2s !important;
  }
}

.auth-v2-spa-extras:empty {
  display: none !important;
}

/* SPA: kabuk zaten yüklü — geçişte giriş animasyonlarını tekrarlama */
html.auth-v2-spa-active .auth-v2-layout {
  opacity: 1 !important;
  animation: none !important;
}

html.auth-v2-spa-swapping .auth-v2-form-panel__header,
html.auth-v2-spa-swapping .auth-v2-form-panel__main,
html.auth-v2-spa-swapping .auth-v2-visual-panel,
html.auth-v2-spa-swapping #planishCookieBar,
html.auth-v2-spa-active body.auth-v2-shell--kayit .auth-v2-logo-host,
html.auth-v2-spa-active body.auth-v2-shell--kayit .auth-v2-mobile-header__title {
  animation: none !important;
  transition: none !important;
}

html.auth-v2-spa-active .auth-v2-form-panel__main {
  animation: none !important;
}

body.planish-auth-v2-body .auth-login-surface.auth-login-surface--animate-in,
body.planish-auth-v2-body #loginAuthSurface.auth-login-surface--animate-in {
  animation: auth-login-surface-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

@media (min-width: 992px) {
  .auth-v2-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    align-items: start;
  }

  .auth-v2-form-panel {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.planish-auth-v2-body .auth-v2-form-panel {
    position: relative;
    z-index: 1;
  }
}

.auth-v2-form-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100vh;
  min-height: 100svh;
  padding:
    clamp(1.5rem, 3vw, 2.25rem)
    clamp(1.5rem, 4vw, 3rem);
  background: #ffffff;
  order: 1;
}

@media (min-width: 992px) {
  .auth-v2-form-panel {
    padding:
      clamp(2rem, 3.5vw, 2.75rem)
      clamp(2.5rem, 5vw, 4.5rem);
  }
}

.auth-v2-form-panel__header {
  flex: 0 0 auto;
  width: 100%;
  max-width: 31rem;
}

.auth-v2-form-panel__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
  padding-block: clamp(1.25rem, 3vh, 2rem) clamp(1.5rem, 4vh, 3rem);
}

@media (min-width: 992px) {
  .auth-v2-form-panel__header,
  .auth-v2-form-panel__inner {
    max-width: 31rem;
    margin-inline: 0;
    width: 100%;
  }

  .auth-v2-form-panel__main {
    padding-top: clamp(1.25rem, 3vh, 1.85rem);
  }
}

.auth-v2-form-panel__inner {
  width: 100%;
  max-width: 31rem;
  margin-inline: auto;
}

.auth-v2-logo-host {
  margin: 0;
}

.auth-v2-logo-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  max-width: 100%;
}

.auth-v2-logo-progress {
  width: 100%;
  min-height: 0.45rem;
}

.auth-v2-logo-progress--reserve {
  pointer-events: none;
}

body.planish-auth-v2-body .auth-v2-logo-progress .auth-heading-progress.d-none {
  display: block !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.planish-auth-v2-body .auth-v2-form-panel__header {
  min-height: calc(
    clamp(1.68rem, 3.35vw, 2.26rem) * 1.08
    + 0.55rem
    + 0.45rem
  );
}

body.planish-auth-v2-body .auth-v2-form-card .auth-form-crosslink-row,
body.planish-auth-v2-body #loginRegisterMeta.auth-form-crosslink-row {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}

body.planish-auth-v2-body .auth-v2-logo-progress .auth-heading-progress {
  width: 100%;
  min-width: 0;
}

body.planish-auth-v2-body .auth-v2-logo-host .planish-brand-wordmark-wrap {
  display: inline-block;
  vertical-align: middle;
  /* MuseoModerno "P" vs Museo Sans başlık harfi optik hizası (footer wordmark ile aynı mantık) */
  margin-inline-start: -0.09em;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-form-heading {
  letter-spacing: -0.03em;
  font-size: clamp(1.75rem, 3.2vw, 2.05rem);
  line-height: 1.22;
  text-align: center;
  width: 100%;
  -webkit-user-select: text;
  user-select: text;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-heading-row {
  justify-content: center;
  text-align: center;
  margin-top: clamp(0.75rem, 2vh, 1.35rem);
}

body.planish-auth-v2-body .auth-v2-form-card .auth-heading-text-block {
  text-align: center;
}

/* Başlık altı bilgilendirme / adım metinleri — ortalı, tek tipografi */
body.planish-auth-v2-body .auth-v2-form-card .auth-forgot-flow-lead {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--bs-secondary-color, #6c757d);
}

body.planish-auth-v2-body .auth-v2-form-card #loginForm[data-auth-mode="forgot"] .auth-forgot-flow-lead {
  margin-top: 0.75rem;
}

body.planish-auth-v2-body .auth-v2-form-card #loginForgotSuccessInline .auth-forgot-flow-lead,
body.planish-auth-v2-body .auth-v2-form-card #passwordResetResultInline .auth-forgot-flow-lead,
body.planish-auth-v2-body .auth-v2-form-card #registerApplicationSuccessInline .auth-forgot-flow-lead {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-register-basvuru-bilgi {
  margin-bottom: 1.25rem;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-register-basvuru-bilgi .auth-forgot-flow-lead {
  margin-top: 0.75rem;
  margin-bottom: 0 !important;
}

body.planish-auth-v2-body .auth-v2-form-card #registerApplicationForm > .mb-3:first-child {
  margin-top: 0.35rem;
}

body.planish-auth-v2-body .auth-v2-form-card #passwordResetResultInline.auth-forgot-success-inline {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-align: center;
}

body.planish-auth-v2-body .auth-v2-form-card #passwordResetResultInline .auth-form-submit-row {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

body.planish-auth-v2-body .auth-v2-form-card #destekCozumOnayResultInline.auth-forgot-success-inline {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-align: center;
}

body.planish-auth-v2-body .auth-v2-form-card #destekCozumOnayResultInline .auth-form-submit-row {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .auth-form-submit-row {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-rating {
  text-align: center;
  width: 100%;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-stars-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star {
  color: var(--bs-secondary-color, #adb5bd);
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.12s ease;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star.is-active,
body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star:hover,
body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star:focus-visible {
  color: var(--bs-warning, #ffc107);
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star:hover,
body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star:focus-visible {
  transform: scale(1.06);
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .destek-cozum-kabul-star svg {
  width: 2.35rem;
  height: 2.35rem;
  pointer-events: none;
  display: block;
}

body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .js-planish-star-rating-submit:disabled,
body.planish-auth-v2-body .auth-v2-form-card #destekEmailCozumKabulForm .js-planish-star-rating-submit.is-awaiting-rating {
  opacity: 0.48;
  filter: grayscale(0.2);
  cursor: not-allowed;
  box-shadow: none;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}

body.planish-auth-v2-body .auth-v2-logo-host .auth-v2-brand-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

body.planish-auth-v2-body .auth-v2-logo-host .auth-v2-brand-logo {
  display: block;
  width: auto;
  height: clamp(2.15rem, 5.2vw, 2.75rem);
  max-width: min(14.75rem, 100%);
  object-fit: contain;
  transform: translateY(-0.15rem);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-link:focus-visible,
body.planish-auth-v2-body .auth-v2-logo-host .auth-v2-brand-logo-link:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
  border-radius: 2px;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark {
  font-family: var(--app-font-logo-wordmark, "MuseoModerno", "Museo Sans Rounded", "Museo Sans");
  font-weight: 600;
  color: #000 !important;
  line-height: 1.08;
  letter-spacing: -0.03em;
  user-select: none;
  display: inline-block;
  pointer-events: none;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark--header {
  font-size: clamp(1.68rem, 3.35vw, 2.26rem);
  font-weight: 600;
  padding: 0;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-shadow: none;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-i {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  position: static;
  letter-spacing: inherit;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-i__inner {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  max-width: none;
  width: auto;
  overflow: visible;
  line-height: inherit;
  letter-spacing: inherit;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-i__glyph {
  font: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
  display: inline;
  pointer-events: none;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-i__sparkles {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 0.52em);
  width: 1.05em;
  height: auto;
  aspect-ratio: 205 / 230;
  transform: translate(calc(-50% - 0.055em + 0.02em), 0);
  margin: 0;
  display: block;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

body.planish-auth-v2-body .auth-v2-logo-host .app-brand-monogram--header {
  display: none !important;
}

body.planish-auth-v2-body .auth-v2-logo-host .planish-env-badge--next {
  display: none !important;
}

@media (max-width: 991.98px) {
  body.auth-v2-shell--giris .auth-v2-form-panel {
    padding-top: clamp(2.25rem, 6.5vh, 3.25rem);
  }

  .auth-v2-form-panel__header {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .auth-v2-logo-host {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .auth-v2-logo-stack {
    align-items: center;
    width: auto;
    max-width: min(100%, 26rem);
  }

  body.planish-auth-v2-body .auth-v2-logo-host .planish-brand-wordmark-wrap {
    margin-inline-start: 0;
  }

  body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark-link,
  body.planish-auth-v2-body .auth-v2-logo-host .auth-v2-brand-logo-link {
    justify-content: center;
  }

  body.planish-auth-v2-body .auth-v2-logo-host .app-brand-wordmark--header {
    font-size: 3.5rem;
  }

  body.planish-auth-v2-body .auth-v2-logo-host .auth-v2-brand-logo {
    height: clamp(4rem, 17vw, 5rem);
    max-width: min(21rem, 98vw);
    transform: translateY(-0.24rem);
  }

  body.planish-auth-v2-body .auth-v2-logo-progress {
    width: min(100%, 16rem);
  }

  body.planish-auth-v2-body:not(.auth-v2-shell--kayit) .auth-v2-form-panel__header {
    min-height: calc(5rem * 1.08 + 0.55rem + 0.45rem);
  }

  body.planish-auth-v2-body.auth-v2-shell--kayit .auth-v2-form-panel__header,
  body.auth-v2-shell--kayit.planish-auth-v2-body .auth-v2-form-panel__header {
    min-height: calc(max(0.375rem, env(safe-area-inset-top, 0px)) + clamp(1.85rem, 6.2vw, 2.35rem) * 1.15 + 0.4rem + 0.45rem);
  }

  /* Kayıt: mobil header — logo sol, başlık sağ; üst bölüm viewport'a sabit, form kayar */
  html:has(body.auth-v2-shell--kayit.planish-auth-v2-body) {
    overflow: hidden !important;
    height: var(--auth-v2-mobile-vh, 100%);
    max-height: var(--auth-v2-mobile-vh, 100%);
    overscroll-behavior: none;
  }

  body.auth-v2-shell--kayit.planish-auth-v2-body {
    overflow: hidden !important;
    position: fixed;
    inset: 0;
    width: 100%;
    height: var(--auth-v2-mobile-vh, 100svh);
    height: var(--auth-v2-mobile-vh, 100dvh);
    min-height: 0 !important;
    max-height: var(--auth-v2-mobile-vh, 100dvh);
    overscroll-behavior: none;
  }

  body.auth-v2-shell--kayit .auth-v2-layout {
    height: 100%;
    min-height: 0 !important;
    max-height: var(--auth-v2-mobile-vh, 100%);
    overflow: hidden;
  }

  body.auth-v2-shell--kayit .auth-v2-form-panel {
    height: 100%;
    min-height: 0 !important;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 0;
  }

  body.auth-v2-shell--kayit .auth-v2-form-panel__header {
    --auth-v2-kayit-header-pad-top: max(0.375rem, env(safe-area-inset-top, 0px));
    --auth-v2-kayit-header-pad-x: clamp(1.5rem, 4vw, 3rem);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    z-index: 30;
    background: #ffffff;
    padding:
      var(--auth-v2-kayit-header-pad-top)
      var(--auth-v2-kayit-header-pad-x)
      0.2rem;
    max-width: none;
    box-sizing: border-box;
    overflow: hidden;
  }

  body.auth-v2-shell--kayit .auth-v2-form-panel__header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100vh;
    height: 100vh;
    background: #ffffff;
    pointer-events: none;
    z-index: -1;
  }

  body.auth-v2-shell--kayit .auth-v2-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
    min-width: 0;
  }

  body.auth-v2-shell--kayit .auth-v2-logo-host {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 62%;
    justify-content: flex-start;
    animation: auth-v2-mobile-register-logo-in 0.54s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  }

  body.auth-v2-shell--kayit .auth-v2-logo-stack--brand {
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  body.auth-v2-shell--kayit .auth-v2-logo-host .app-brand-wordmark-link,
  body.auth-v2-shell--kayit .auth-v2-logo-host .auth-v2-brand-logo-link {
    justify-content: flex-start;
  }

  body.auth-v2-shell--kayit .auth-v2-logo-host .app-brand-wordmark--header {
    font-size: clamp(1.85rem, 6.2vw, 2.35rem);
  }

  body.auth-v2-shell--kayit .auth-v2-logo-host .auth-v2-brand-logo {
    height: clamp(1.85rem, 6.2vw, 2.35rem);
    max-width: 100%;
    transform: translateY(-0.05rem);
  }

  body.auth-v2-shell--kayit .auth-v2-mobile-header__title {
    flex: 0 0 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    font-family: inherit;
    font-size: clamp(1.15rem, 4.2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #1e2228;
    -webkit-user-select: text;
    user-select: text;
    animation: auth-v2-mobile-register-title-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both !important;
  }

  body.auth-v2-shell--kayit .auth-v2-register-progress--header {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  body.auth-v2-shell--kayit .auth-v2-register-progress--header .auth-heading-progress {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.auth-v2-shell--kayit .auth-v2-register-progress--form {
    display: none !important;
  }

  body.auth-v2-shell--kayit .auth-v2-form-card .auth-v2-register-heading-row {
    display: none !important;
  }

  body.auth-v2-shell--kayit .auth-v2-form-panel__main {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow-y: hidden;
    overscroll-behavior: none;
    box-sizing: border-box;
    padding-inline: 0.25rem;
    padding-top: var(
      --auth-v2-kayit-mobile-main-offset,
      calc(max(0.375rem, env(safe-area-inset-top, 0px)) + clamp(1.85rem, 6.2vw, 2.35rem) * 1.15 + 0.4rem + 0.45rem + 0.2rem)
    );
    padding-bottom: clamp(1.5rem, 4vh, 3rem);
  }

  body.auth-v2-shell--kayit .auth-v2-form-panel__main.auth-v2-form-main--scrollable {
    overflow-y: auto;
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }

  html.planish-cookie-bar-visible body.auth-v2-shell--kayit .auth-v2-form-panel__main {
    padding-bottom: calc(
      clamp(1.5rem, 4vh, 3rem) + var(--auth-v2-kayit-cookie-reserve, var(--planish-cookie-bar-offset, 3.5rem))
    );
  }

  body.auth-v2-shell--kayit.auth-v2-kayit-keyboard-open .auth-v2-form-panel__main {
    padding-bottom: 0 !important;
  }

  body.auth-v2-shell--kayit.auth-v2-kayit-keyboard-open .auth-v2-form-panel {
    min-height: 0 !important;
  }

  body.auth-v2-shell--kayit.auth-v2-kayit-keyboard-open .auth-v2-layout {
    min-height: 0 !important;
  }

  /* Sektör seçici paneli: mobil kayıt kabuğundaki overflow:hidden listeyi kesiyordu */
  body.auth-v2-shell--kayit.planish-auth-v2-body:has(.js-bizcat-panel:not(.d-none)) .auth-v2-form-panel__main,
  body.auth-v2-shell--kayit.planish-auth-v2-body:has(.js-bizcat-panel:not(.d-none)) .auth-v2-form-panel__inner,
  body.auth-v2-shell--kayit.planish-auth-v2-body:has(.js-bizcat-panel:not(.d-none)) .marketing-auth-form-card {
    overflow: visible !important;
  }

  /* Input çerçeve / hover gölgesi scroll clip kenarında kesilmesin */
  body.planish-auth-v2-body .auth-v2-form-panel__main {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding-inline: 0.25rem;
  }

  body.planish-auth-v2-body .auth-v2-form-panel__main .auth-v2-form-panel__inner {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding-inline: 0.25rem;
  }

  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-name-row,
  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-contact-row,
  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-name-field,
  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-contact-field,
  body.planish-auth-v2-body .auth-v2-form-card .js-reg-phone-wrap {
    min-width: 0;
    max-width: 100%;
  }

  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating,
  body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating,
  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat,
  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-category-toggle {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }

  body.planish-auth-v2-body #formRegister .marketing-auth-name-row,
  body.planish-auth-v2-body #formRegisterGoogle .marketing-auth-name-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }

  body.planish-auth-v2-body #formRegister .marketing-auth-name-row > .marketing-auth-name-field,
  body.planish-auth-v2-body #formRegisterGoogle .marketing-auth-name-row > .marketing-auth-name-field {
    flex: 1 1 0;
    min-width: 0;
  }

  body.auth-v2-shell--kayit .auth-v2-form-card #formRegister > .marketing-auth-name-row:first-child,
  body.auth-v2-shell--kayit .auth-v2-form-card #formRegisterGoogle > .marketing-auth-name-row:first-child {
    margin-top: 0.25rem;
  }

  body.auth-v2-shell--kayit #authV2SpaExtras {
    display: none;
  }

  html.auth-v2-same-shell-nav body.auth-v2-shell--kayit .auth-v2-logo-host,
  html.auth-v2-same-shell-nav body.auth-v2-shell--kayit .auth-v2-mobile-header__title {
    animation: none !important;
  }
}

@keyframes auth-v2-mobile-register-logo-in {
  0% {
    opacity: 0.72;
    transform: translateY(2.25rem) scale(1.55);
    transform-origin: 50% 50%;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    transform-origin: 0% 50%;
  }
}

@keyframes auth-v2-mobile-register-title-in {
  from {
    opacity: 0;
    transform: translateX(0.35rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  body.auth-v2-shell--kayit .auth-v2-form-panel__header {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    max-width: 100%;
  }

  body.auth-v2-shell--kayit .auth-v2-mobile-header {
    display: flex;
    justify-content: flex-start;
    width: auto;
  }

  body.auth-v2-shell--kayit .auth-v2-mobile-header__title {
    display: none;
  }

  body.auth-v2-shell--kayit .auth-v2-logo-host {
    animation: none;
    width: auto;
    justify-content: flex-start;
  }

  body.auth-v2-shell--kayit .auth-v2-logo-stack--brand {
    align-items: stretch;
    width: auto;
    max-width: 100%;
  }

  body.auth-v2-shell--kayit .auth-v2-form-card #registerFormHeading {
    display: block !important;
  }

  body.auth-v2-shell--kayit .auth-v2-register-progress--header {
    display: none !important;
  }

  body.auth-v2-shell--kayit .auth-v2-form-card .auth-v2-register-heading-row {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  body.auth-v2-shell--kayit .auth-v2-register-progress--form {
    width: 100%;
    margin-top: 0.55rem;
  }

  body.auth-v2-shell--kayit .auth-v2-register-progress--form .auth-heading-progress {
    width: 100%;
  }
}

body.planish-auth-v2-body .marketing-auth-form-card.auth-v2-form-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
  min-height: 0 !important;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-heading-row.mb-3,
body.planish-auth-v2-body .auth-v2-form-card .auth-heading-row.mb-4 {
  margin-bottom: clamp(0.6rem, 1.2vw, 0.85rem) !important;
}

body.planish-auth-v2-body .auth-v2-form-card .mb-2 {
  margin-bottom: 0.35rem !important;
}

body.planish-auth-v2-body .auth-v2-form-card .mb-3 {
  margin-bottom: clamp(0.5rem, 1vw, 0.65rem) !important;
}

body.planish-auth-v2-body .auth-v2-form-card .mb-4 {
  margin-bottom: clamp(0.6rem, 1.2vw, 0.8rem) !important;
}

body.planish-auth-v2-body .auth-v2-form-card #formRegister .js-password-policy-block {
  margin-bottom: 0.15rem !important;
}

body.planish-auth-v2-body .auth-v2-form-card #formRegister .js-password-policy-block + .mb-2 {
  margin-top: 0;
}

body.planish-auth-v2-body .auth-v2-form-card #formRegister .password-policy-hints-panel.is-open {
  margin-top: 0.45rem;
  max-height: none;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-name-row,
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-contact-row {
  gap: 0.4rem;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating {
  --marketing-auth-field-floating-radius: 0.75rem;
  min-height: calc(3.85rem + 2px);
  border-radius: var(--marketing-auth-field-floating-radius);
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating__input {
  min-height: calc(3.85rem + 2px);
  padding: 1.15rem 0.875rem;
  font-size: 1rem;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating__label {
  font-size: 0.875rem;
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating {
  --marketing-auth-field-floating-radius: 0.75rem;
  min-height: calc(3.85rem + 2px);
  border-radius: var(--marketing-auth-field-floating-radius);
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating .js-app-phone {
  min-height: calc(3.85rem + 2px);
  padding-inline: 0.875rem;
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:focus-within .js-app-phone,
body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:has(.iti__tel-input:not(:placeholder-shown)) .js-app-phone {
  min-height: calc(3.85rem + 2px);
  padding-top: 1.15rem;
  padding-bottom: 0.5rem;
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating__label {
  font-size: 0.875rem;
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating .js-app-phone .iti {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating .js-app-phone .iti__tel-input,
body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating .js-app-phone input[type="tel"] {
  flex: 1 1 0%;
  width: 1% !important;
  max-width: 100%;
  min-width: 0;
  font-size: 1rem;
}

body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:not(:focus-within):not(:has(.iti__tel-input:not(:placeholder-shown))) .js-app-phone .iti__tel-input,
body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:not(:focus-within):not(:has(.iti__tel-input:not(:placeholder-shown))) .js-app-phone input[type="tel"] {
  padding-left: 0.875rem;
}

/* Hover: belirgin çerçeve (focus olsa da); yalnız focus: sade default */
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating:focus-within:not(:has(.marketing-auth-field-floating__input.is-invalid)):not(:hover),
body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:focus-within:not(:has(.js-app-phone-tel.is-invalid)):not(:hover) {
  border-color: #dee2e6;
  box-shadow: none;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating:not(:has(.marketing-auth-field-floating__input.is-invalid)):hover,
body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:not(:has(.js-app-phone-tel.is-invalid)):hover {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating:not(:has(.marketing-auth-field-floating__input.is-invalid)):hover,
  body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:not(:has(.js-app-phone-tel.is-invalid)):hover {
    box-shadow: none;
  }
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating:has(.marketing-auth-field-floating__input.is-invalid):focus-within:not(:hover),
body.planish-auth-v2-body .auth-v2-form-card .app-phone-form-floating:has(.js-app-phone-tel.is-invalid):focus-within:not(:hover) {
  border-color: #dc3545;
  box-shadow: none;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-category-toggle:focus:not(:hover),
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-category-toggle:focus-visible:not(:hover),
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-category-toggle.planish-dd-trigger[aria-expanded='true']:not(:hover) {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-category-toggle:hover {
  border-color: rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08) !important;
}
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat .marketing-auth-category-toggle:hover,
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat .marketing-auth-category-toggle:focus:not(:hover),
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat .marketing-auth-category-toggle:focus-visible:not(:hover),
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat .marketing-auth-category-toggle.planish-dd-trigger[aria-expanded='true']:not(:hover) {
  border-color: transparent !important;
  box-shadow: none !important;
}
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat:hover:not(:focus-within) {
  border-color: rgb(0 0 0 / 0.22);
}
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-field-floating--bizcat:focus-within {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}

body.planish-auth-v2-body .auth-v2-form-card .btn-primary,
body.planish-auth-v2-body .auth-v2-form-card .btn.btn-primary,
body.planish-auth-v2-body .auth-v2-form-card button.auth-form-submit,
body.planish-auth-v2-body .auth-v2-form-card a.marketing-auth-btn-google,
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-btn-google {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 3.25rem !important;
  min-height: 3.25rem !important;
  max-height: 3.25rem !important;
  box-sizing: border-box !important;
  border-radius: 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.1 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

body.planish-auth-v2-body .auth-v2-form-card a.marketing-auth-btn-google,
body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-btn-google {
  padding-left: 2.85rem !important;
  padding-right: 1rem !important;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-login-submit-oauth {
  gap: 0.4rem;
  margin-top: 0.5rem;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-login-submit-oauth > .auth-form-submit-row {
  padding-top: 0 !important;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-or-divider {
  margin: 0.5rem 0 0.45rem;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-login-submit-oauth .marketing-auth-or-divider {
  margin: 0.5rem 0 0.45rem;
}

body.planish-auth-v2-body .auth-v2-form-card .marketing-auth-or-divider__text {
  padding-block: 0.125rem;
}

body.planish-auth-v2-body .auth-v2-form-card .auth-form-submit-row {
  padding-top: clamp(0.5rem, 1vw, 0.75rem) !important;
}

.auth-v2-visual-panel {
  order: 2;
  min-width: 0;
  max-width: 100%;
  min-height: max(14rem, 32svh);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

body.planish-auth-v2-body .hero-stack.auth-v2-visual-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 0;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-bottom: calc(
    var(--auth-v2-tagline-cookie-reserve)
    + env(safe-area-inset-bottom, 0px)
  );
  /* planish.com.tr site.css — body.planish-marketing-auth-body .hero-stack ile aynı */
  background-color: #fafaf9 !important;
  background-image:
    radial-gradient(ellipse 110% 75% at 50% -25%, rgb(54 184 66 / 0.055) 0%, transparent 52%),
    radial-gradient(ellipse 85% 60% at 100% 12%, rgb(120 113 108 / 0.04) 0%, transparent 50%),
    linear-gradient(180deg, #fafaf9 0%, #f4f4f5 40%, #f4f4f5 70%, #fafaf9 100%) !important;
  background-size: auto, auto, auto !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center top, center top, 0 0 !important;
}

body.planish-auth-v2-body .hero-stack.auth-v2-visual-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  /* planish.com.tr site.css — .hero-stack::before ile aynı taş tonlu ızgara */
  background-image:
    linear-gradient(to right, rgb(231 229 228 / 0.3) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(231 229 228 / 0.3) 1px, transparent 1px),
    linear-gradient(to right, rgb(214 211 209 / 0.34) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(214 211 209 / 0.34) 1px, transparent 1px);
  background-size: 24px 24px, 24px 24px, 96px 96px, 96px 96px;
  background-repeat: repeat;
  background-position: 0 0;
}

@media (min-width: 992px) {
  body.planish-auth-v2-body .hero-stack.auth-v2-visual-stack {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }

  body.planish-auth-v2-body .hero-stack.auth-v2-visual-stack {
    background-image:
      linear-gradient(
        to right,
        #ffffff 0%,
        rgb(255 255 255 / 0.92) 6%,
        rgb(255 255 255 / 0.68) 12%,
        rgb(255 255 255 / 0.34) 18%,
        transparent 28%
      ),
      radial-gradient(ellipse 110% 75% at 50% -25%, rgb(54 184 66 / 0.055) 0%, transparent 52%),
      radial-gradient(ellipse 85% 60% at 100% 12%, rgb(120 113 108 / 0.04) 0%, transparent 50%),
      linear-gradient(180deg, #fafaf9 0%, #f4f4f5 40%, #f4f4f5 70%, #fafaf9 100%) !important;
  }

  body.planish-auth-v2-body .hero-stack.auth-v2-visual-stack::before {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgb(0 0 0 / 0.22) 8%,
      rgb(0 0 0 / 0.58) 14%,
      #000 24%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgb(0 0 0 / 0.22) 8%,
      rgb(0 0 0 / 0.58) 14%,
      #000 24%
    );
  }
}

body.planish-auth-v2-body .hero-stack.auth-v2-visual-stack::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(54 184 66 / 0.35) 22%,
    rgb(120 113 108 / 0.22) 52%,
    rgb(54 184 66 / 0.3) 78%,
    transparent 100%
  );
  opacity: 0.65;
}

.auth-v2-visual-panel__inner {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  padding-inline: 0.25rem;
  box-sizing: border-box;
  text-align: center;
}

.auth-v2-tagline {
  margin: 0;
  width: min(28rem, 100%);
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-family: var(--app-font-hero, "Museo Sans Rounded", "Museo Sans");
  font-size: clamp(1.65rem, 3.8vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #1e2228;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 991.98px) {
  body.planish-auth-v2-body .auth-v2-visual-panel {
    display: none !important;
  }
}

@keyframes planish-auth-v2-page-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Masaüstü: tarayıcı scroll'u (sağ kenar); yalnızca sol form akışta kayar, sağ banner fixed */
@media (min-width: 992px) {
  body.planish-auth-v2-body .auth-v2-form-panel {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  body.planish-auth-v2-body .auth-v2-visual-panel.hero-stack.auth-v2-visual-stack {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100svh;
    max-height: 100svh;
    min-height: 0;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-direction: column;
  }

  body.planish-auth-v2-body .auth-v2-visual-panel .auth-v2-visual-panel__inner {
    flex: 1 1 auto;
    min-height: 0;
    position: static;
  }

  /* Noktalar: sağ kenar + panel dikey merkezi (görsel olsa da aynı; fixed = transform’dan etkilenmez) */
  body.planish-auth-v2-body .auth-v2-visual-panel.hero-stack.auth-v2-visual-stack .auth-v2-banner-dots {
    position: fixed;
    top: calc(
      (100svh - var(--auth-v2-tagline-cookie-reserve) - env(safe-area-inset-bottom, 0px)) / 2
    );
    right: max(0.5rem, env(safe-area-inset-right, 0px));
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 4;
  }

  body.planish-auth-v2-body .auth-v2-visual-panel .auth-v2-banner-carousel {
    position: static;
    padding-inline-end: 2.25rem;
  }

  body.planish-auth-v2-body .auth-v2-visual-panel__inner:has(.auth-v2-banner-hero--has-image) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
    padding-inline: clamp(0.75rem, 2.5vw, 2rem);
    padding-top: clamp(0.75rem, 2vh, 1.5rem);
    padding-bottom: calc(var(--auth-v2-tagline-cookie-reserve) + clamp(0.5rem, 1.5vh, 1rem));
    box-sizing: border-box;
  }

  .auth-v2-banner-hero--has-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: min(44rem, 100%);
    max-width: 100%;
    min-height: 0;
    max-height: calc(
      100svh - var(--auth-v2-tagline-cookie-reserve) - env(safe-area-inset-bottom, 0px)
      - clamp(1.25rem, 3.5vh, 2.75rem)
    );
    margin-top: 0;
    gap: clamp(0.6rem, 1.4vw, 1rem);
    transform: none;
  }

  .auth-v2-banner-hero--has-image .auth-v2-banner-image-frame {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: clamp(22rem, 48vh, 38rem);
    max-height: clamp(26rem, 56vh, 44rem);
  }

  .auth-v2-banner-hero--has-image .auth-v2-banner-image {
    position: static;
    transform: none;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center bottom;
  }

  .auth-v2-banner-hero--has-image .auth-v2-banner-text {
    flex: 0 0 auto;
    width: 100%;
    max-width: min(36rem, 100%);
  }

  .auth-v2-banner-hero--has-image .auth-v2-banner-carousel {
    min-height: clamp(3rem, 8vw, 4.5rem);
    padding-inline: clamp(0.35rem, 1.5vw, 0.85rem) 2.25rem;
  }

  .auth-v2-banner-hero--has-image .auth-v2-tagline,
  .auth-v2-banner-hero--has-image .auth-v2-banner-slide {
    width: min(34rem, 100%);
    max-width: 100%;
    font-size: clamp(1.12rem, 2.15vw, 1.68rem);
    line-height: 1.32;
    letter-spacing: -0.03em;
  }
}

.auth-v2-banner-carousel {
  --auth-v2-banner-dot-green: #166b1f;
  --auth-v2-banner-dot-green-soft: rgb(22 107 31 / 0.28);
  --auth-v2-banner-dot-green-strong: rgb(22 107 31 / 0.52);
  position: static;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: clamp(4.5rem, 12vw, 7rem);
  box-sizing: border-box;
  padding-inline: clamp(1rem, 4vw, 2rem) 2.75rem;
}

.auth-v2-banner-carousel__viewport {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  touch-action: pan-y;
}

.auth-v2-banner-carousel__viewport.is-dragging {
  user-select: none;
  -webkit-user-select: none;
}

.auth-v2-banner-carousel__track {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
}

.auth-v2-banner-slide {
  grid-area: 1 / 1;
  margin: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  /* planish-no-motion.css sonrası: opacity crossfade korunur */
  transition: opacity 0.95s ease-in-out, transform 0.2s ease-out !important;
  pointer-events: none;
  will-change: opacity;
}

.auth-v2-banner-carousel__viewport.is-dragging .auth-v2-banner-slide {
  transition: opacity 0.95s ease-in-out !important;
}

.auth-v2-banner-slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.auth-v2-banner-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding-block: 0;
  z-index: 3;
}

.auth-v2-banner-dot {
  appearance: none;
  border: 0;
  padding: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--auth-v2-banner-dot-green-soft);
  cursor: pointer;
  transition:
    transform 0.35s ease,
    background-color 0.45s ease,
    height 0.45s ease !important;
}

.auth-v2-banner-dot:hover,
.auth-v2-banner-dot:focus-visible {
  background: var(--auth-v2-banner-dot-green-strong);
  transform: scale(1.15);
  outline: none;
}

.auth-v2-banner-dot.is-active {
  height: 1.35rem;
  background: var(--auth-v2-banner-dot-green);
}

html.auth-v2-same-shell-nav .auth-v2-banner-slide,
html.auth-v2-same-shell-nav .auth-v2-banner-dot {
  animation: none !important;
  transition: none !important;
}

/* Hareketi azalt: yalnızca opacity, daha kısa ve akıcı (keskin kesilme yok) */
@media (prefers-reduced-motion: reduce) {
  .auth-v2-banner-slide,
  .auth-v2-banner-carousel--reduce-motion .auth-v2-banner-slide {
    transition: opacity 0.45s ease !important;
  }

  .auth-v2-banner-dot,
  .auth-v2-banner-carousel--reduce-motion .auth-v2-banner-dot {
    transition:
      background-color 0.3s ease,
      height 0.3s ease !important;
  }

  .auth-v2-banner-dot:hover,
  .auth-v2-banner-dot:focus-visible,
  .auth-v2-banner-carousel--reduce-motion .auth-v2-banner-dot:hover,
  .auth-v2-banner-carousel--reduce-motion .auth-v2-banner-dot:focus-visible {
    transform: none !important;
  }
}

.auth-v2-banner-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 1.65rem);
  width: min(28rem, 100%);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.auth-v2-banner-hero--has-image {
  --auth-v2-banner-hero-gap: clamp(0.6rem, 1.4vw, 1rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(44rem, 100%);
  max-width: 100%;
  min-width: 0;
  gap: var(--auth-v2-banner-hero-gap);
  transform: none;
}

.auth-v2-banner-hero--has-image .auth-v2-banner-image-frame {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: clamp(18rem, 40vh, 32rem);
  max-height: clamp(26rem, 56vh, 44rem);
}

.auth-v2-banner-hero--has-image .auth-v2-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.auth-v2-banner-hero--has-image .auth-v2-banner-text {
  width: 100%;
  max-width: min(36rem, 100%);
  min-width: 0;
  position: relative;
  z-index: 1;
}

.auth-v2-banner-hero--has-image .auth-v2-banner-carousel {
  min-height: clamp(3rem, 8vw, 4.5rem);
  padding-inline: clamp(0.35rem, 1.5vw, 0.85rem) 2.25rem;
}

.auth-v2-banner-hero--has-image .auth-v2-tagline,
.auth-v2-banner-hero--has-image .auth-v2-banner-slide {
  width: min(34rem, 100%);
  max-width: 100%;
  font-size: clamp(1.12rem, 2.15vw, 1.68rem);
  line-height: 1.32;
  letter-spacing: -0.03em;
}

.auth-v2-banner-image {
  display: block;
  width: 100%;
  max-width: min(44rem, 100%);
  max-height: clamp(26rem, 56vh, 44rem);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Tanıtım sitesi #hizmetler .planish-laszlo-app-showcase__img ile aynı alt fade */
.auth-v2-banner-image--bottom-fade {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 58%,
    rgb(0 0 0 / 0.82) 74%,
    rgb(0 0 0 / 0.35) 86%,
    rgb(0 0 0 / 0.06) 95%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 58%,
    rgb(0 0 0 / 0.82) 74%,
    rgb(0 0 0 / 0.35) 86%,
    rgb(0 0 0 / 0.06) 95%,
    transparent 100%
  );
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
