


:root {
  --bs-primary:              #0796ba;
  --bs-primary-rgb:          7, 150, 186;
  --bs-link-color:           #0796ba;
  --bs-link-color-rgb:       7, 150, 186;
  --bs-link-hover-color:     #067a97;
  --bs-link-hover-color-rgb: 6, 122, 151;
  --bs-primary-bg-subtle:    #d9eef5;
  --planish-primary-hover:   #067a97;
  --planish-secondary-teal:  #3ab8d4;
  --bs-secondary-color:      #60697b;
  --app-font-logo-wordmark: "MuseoModerno", "Museo Sans Rounded", "Museo Sans";
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 7rem;
  
  scrollbar-gutter: stable;
}
.auth-scrollbar-soft {
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--bs-primary-rgb) / 0.38) transparent;
}
.auth-scrollbar-soft::-webkit-scrollbar {
  width: 10px;
}
.auth-scrollbar-soft::-webkit-scrollbar-track {
  background: transparent;
}
.auth-scrollbar-soft::-webkit-scrollbar-thumb {
  background: rgb(var(--bs-primary-rgb) / 0.38);
  border-radius: 9999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.auth-scrollbar-soft::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--bs-primary-rgb) / 0.55);
  background-clip: content-box;
}
.hero-blob { filter: blur(88px); opacity: 0.22; }

.hero-stack {
  position: relative;
  z-index: 1;
  background-color: #f8fafc;
  background-image:
    radial-gradient(ellipse 110% 75% at 50% -25%, rgba(var(--bs-primary-rgb), 0.055) 0%, transparent 52%),
    radial-gradient(ellipse 85% 60% at 100% 12%, rgba(58, 184, 212, 0.028) 0%, transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 42%, #f1f5f9 78%, #f8fafc 100%);
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center top, center top, 0 0;
}
.hero-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgb(226 232 240 / 0.34) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(226 232 240 / 0.34) 1px, transparent 1px),
    linear-gradient(to right, rgb(203 213 225 / 0.42) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(203 213 225 / 0.42) 1px, transparent 1px);
  background-size: 24px 24px, 24px 24px, 96px 96px, 96px 96px;
  background-repeat: repeat;
  background-position: 0 0;
}
.hero-stack > *:not(.hero-stack-bg-decor) {
  position: relative;
  z-index: 1;
}
.hero-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%,
    var(--bs-primary) 25%,
    var(--planish-secondary-teal) 55%,
    var(--bs-primary) 80%,
    transparent 100%
  );
  opacity: 0.9;
}
.planish-site-footer {
  --planish-footer-wave-h: 5rem;
  position: relative;
  z-index: 0;
  margin-top: calc(-1 * var(--planish-footer-wave-h));
  background: transparent !important;
}
@media (min-width: 640px) {
  .planish-site-footer {
    --planish-footer-wave-h: 7rem;
  }
}
body.planish-marketing-auth-body {
  --planish-footer-wave-h: 5rem;
}
@media (min-width: 640px) {
  body.planish-marketing-auth-body {
    --planish-footer-wave-h: 7rem;
  }
}
body.planish-marketing-auth-body .planish-site-footer {
  margin-top: calc(-1 * var(--planish-footer-wave-h));
  z-index: 2;
}
.planish-footer-wave-skin {
  background: transparent;
}
.planish-footer-wave-skin svg {
  display: block;
}

body.planish-marketing-auth-body {
  background-color: #f8fafc !important;
  background-image: none !important;
}
body.planish-marketing-auth-body .hero-stack {
  background-color: #f8fafc !important;
  background-image:
    radial-gradient(ellipse 110% 75% at 50% -25%, rgba(var(--bs-primary-rgb), 0.055) 0%, transparent 52%),
    radial-gradient(ellipse 85% 60% at 100% 12%, rgba(58, 184, 212, 0.028) 0%, transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 42%, #f1f5f9 70%, #f8fafc 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-marketing-auth-body .hero-stack.marketing-auth-hero-fill {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 5.5rem);
  min-height: calc(100vh - 5.5rem);
  padding-bottom: var(--planish-footer-wave-h);
}
body.planish-marketing-auth-body .hero-stack.marketing-auth-hero-fill > section.relative {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 18rem;
}
body.planish-marketing-auth-body .hero-stack.marketing-auth-hero-fill > section.relative > .marketing-hero-split {
  flex: 1 1 auto;
  align-items: flex-start;
  /* justify-items:center içeriği daraltıyordu; sütun tam genişlik, kart aşağıda ortalanır */
  justify-items: stretch;
  width: 100%;
}

body.planish-marketing-auth-body .marketing-hero-split > .relative.order-1 {
  display: flex;
  justify-content: center;
}

body.planish-marketing-auth-body .marketing-hero-split .marketing-auth-form-card {
  box-sizing: border-box;
  width: 100%;
  max-width: min(48rem, 100%) !important;
  margin-inline: auto;
  flex: 0 1 auto;
}
@media (max-width: 1023px) {
  body.planish-marketing-auth-body .hero-stack.marketing-auth-hero-fill {
    min-height: calc(100svh - 4.5rem);
    min-height: calc(100vh - 4.5rem);
  }
}
.hero-wave-divider {
  display: block;
  width: calc(100% + 4px);
  max-width: none;
  height: 2.25rem;
  margin-left: -2px;
}
@media (min-width: 640px) {
  .hero-wave-divider { height: 2.75rem; }
}
@media (min-width: 1024px) {
  .hero-wave-divider { height: 3.25rem; }
}
#headerFixedMount { transition: padding-top 0.22s ease-out; }
@media (max-width: 767.98px) {
  .site-header-chrome nav > a.app-brand-wordmark-link {
    flex-shrink: 0;
  }
  .planish-header-mobile-cta {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
  }
  .planish-header-mobile-cta__signup.planish-laszlo-why-cta--header,
  .planish-header-mobile-cta .planish-laszlo-why-cta--header-mobile-inline {
    flex: 0 1 auto;
    min-width: 0;
    padding: 0.3rem 0.45rem !important;
    font-size: clamp(0.5625rem, 2.35vw, 0.6875rem) !important;
    font-weight: 700;
    line-height: 1.15 !important;
    white-space: nowrap;
    box-shadow:
      0 4px 12px rgb(54 184 66 / 0.22),
      0 1px 0 rgb(255 255 255 / 0.16) inset;
  }
}
.site-header-chrome,
.site-header-chrome a,
.site-header-chrome button {
  -webkit-user-select: none;
  user-select: none;
}

#headerFixedMount,
#headerFixedMount * ,
footer#iletisim,
footer#iletisim * {
  box-sizing: border-box;
}
#headerFixedMount,
footer#iletisim {
  font-family: "Museo Sans", "Museo Sans Rounded";
}
#headerFixedMount h1,
#headerFixedMount h2,
#headerFixedMount h3,
#headerFixedMount h4,
#headerFixedMount h5,
#headerFixedMount h6,
#headerFixedMount p,
footer#iletisim h1,
footer#iletisim h2,
footer#iletisim h3,
footer#iletisim h4,
footer#iletisim h5,
footer#iletisim h6,
footer#iletisim p {
  margin: 0;
}
footer#iletisim .footer-copyright-row {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
}
footer#iletisim .footer-copyright-row p {
  margin: 0;
  line-height: 1.25;
}
#headerFixedMount ul,
#headerFixedMount ol,
footer#iletisim ul,
footer#iletisim ol {
  margin: 0;
  padding: 0;
}
#headerFixedMount button,
footer#iletisim button,
footer#iletisim input {
  font: inherit;
}

#siteHeader.site-header-chrome {
  background-color: rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 12px 40px rgba(30, 34, 40, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 1.0625rem !important;
}
#siteHeader.site-header-chrome > div {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(226, 232, 240, 0.5) !important;
  border-radius: 0.875rem !important;
}


#siteHeader .app-brand-wordmark-link {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#siteHeader .app-brand-wordmark-link--header {
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
}
#siteHeader .app-brand-wordmark-link:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
  border-radius: 2px;
}
#siteHeader .app-brand-wordmark {
  font-family: var(--app-font-logo-wordmark, "MuseoModerno", "Museo Sans Rounded", "Museo Sans") !important;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.05;
  letter-spacing: -0.02em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  pointer-events: none;
}
#siteHeader .app-brand-wordmark-link .app-brand-wordmark {
  pointer-events: none;
}
#siteHeader .app-brand-wordmark--header {
  font-size: clamp(1.42rem, 3.2vw, 1.92rem);
  padding: 0;
  letter-spacing: -0.03em;
  text-shadow: none;
}
body[data-accent-theme="default"] #siteHeader .app-brand-wordmark,
body[data-accent-theme="planish_new"] #siteHeader .app-brand-wordmark {
  color: #000 !important;
}
#siteHeader .app-brand-wordmark-i {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  position: static;
  letter-spacing: inherit;
}
#siteHeader .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;
}
#siteHeader .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;
}
#siteHeader .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);
  margin: 0;
  display: block;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}
#siteHeader .app-brand-monogram--header {
  display: none !important;
}
@media (min-width: 992px) {
  #siteHeader .app-brand-wordmark.app-brand-wordmark--header {
    font-size: clamp(1.48rem, 3.05vw, 2.02rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.08;
  }
}
@media (max-width: 991.98px) {
  #siteHeader .app-brand-wordmark-link--header {
    flex-shrink: 0;
    max-width: 100%;
    align-self: center;
    justify-content: flex-start !important;
  }
  body[data-accent-theme="default"] #siteHeader .app-brand-wordmark.app-brand-wordmark--header,
  body[data-accent-theme="planish_new"] #siteHeader .app-brand-wordmark.app-brand-wordmark--header {
    font-size: clamp(1.45rem, 5.2vw, 1.95rem);
    letter-spacing: -0.03em;
    line-height: 1.08;
    font-weight: 600;
    white-space: nowrap;
    color: #000 !important;
    text-shadow: none;
  }
}

#mobileNav {
  border-top: 1px solid rgba(226, 232, 240, 0.5) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;
}
#iletisim .footer-body-pull {
  margin-top: -10px;
}
@media (min-width: 640px) {
  #iletisim .footer-body-pull {
    margin-top: -14px;
  }
}

body.planish-marketing-auth-body #iletisim .footer-body-pull {
  margin-top: -2px;
}
@media (min-width: 640px) {
  body.planish-marketing-auth-body #iletisim .footer-body-pull {
    margin-top: -2px;
  }
}
footer#iletisim h3 {
  font-weight: 800;
  margin-bottom: 1.125rem !important;
}
footer#iletisim .footer-legal-link {
  cursor: pointer;
  font: inherit;
}
footer#iletisim .footer-legal-link:hover {
  color: #fff !important;
}
.footer-legal-modal-open {
  overflow: hidden;
}
.footer-legal-modal {
  position: fixed;
  inset: 0;
  z-index: 120000;
}
.footer-legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(2px);
}
.footer-legal-modal__dialog {
  position: relative;
  margin: clamp(1rem, 7vh, 4rem) auto 0;
  width: min(92vw, 52rem);
  max-height: min(84vh, 48rem);
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
  display: flex;
  flex-direction: column;
}
.footer-legal-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem 0.9rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}
.footer-legal-modal__title {
  margin: 0;
  color: #1f2937;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.3;
}
.footer-legal-modal__close {
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.1rem 0.3rem;
}
.footer-legal-modal__close:hover {
  color: #0f172a;
}
.footer-legal-modal__body {
  overflow: auto;
  padding: 1rem 1.25rem 1.3rem;
}

.footer-legal-modal__body .planish-legal-sablon-body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.footer-legal-modal__body .planish-legal-sablon-body p {
  margin: 0 0 0.75rem;
}
.footer-legal-modal__body .planish-legal-sablon-body p:last-child {
  margin-bottom: 0;
}
.footer-legal-modal__body .planish-legal-sablon-body b,
.footer-legal-modal__body .planish-legal-sablon-body strong {
  font-weight: 600;
}
.footer-legal-modal__body .planish-legal-sablon-body h2,
.footer-legal-modal__body .planish-legal-sablon-body h3,
.footer-legal-modal__body .planish-legal-sablon-body h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

footer#iletisim .max-w-6xl.grid {
  row-gap: 2.25rem;
}
footer#iletisim h3 {
  letter-spacing: 0.01em;
}
footer#iletisim li a[href] {
  transition: color 0.16s ease;
}
footer#iletisim input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}
footer#iletisim input[type="email"]::placeholder {
  color: #94a3b8;
}
footer#iletisim input[type="email"]:focus {
  outline: none;
  border-color: rgb(var(--bs-primary-rgb) / 0.55);
  box-shadow: 0 0 0 3px rgb(var(--bs-primary-rgb) / 0.18);
  background-color: #fff;
}
footer#iletisim form button[type="submit"] {
  transition: background-color 0.16s ease, transform 0.12s ease;
}
footer#iletisim form button[type="submit"]:active {
  transform: translateY(1px);
}
@media (max-width: 767px) {
  footer#iletisim .max-w-6xl.grid {
    row-gap: 2rem;
  }
  footer#iletisim .max-w-6xl.grid > div:last-child form {
    max-width: 22rem;
  }
}


body[data-planish-marketing-host="app"] #iletisim .footer-body-pull > .max-w-6xl.grid {
  row-gap: 1.5rem !important;
  padding-bottom: 1.25rem !important;
  margin-bottom: 2rem !important;
}
@media (min-width: 1024px) {
  body[data-planish-marketing-host="app"] #iletisim .footer-body-pull > .max-w-6xl.grid {
    row-gap: 1.35rem !important;
  }
}
body[data-planish-marketing-host="app"] #iletisim .footer-body-pull {
  padding-top: calc(2.25rem + 8px) !important;
}
@media (min-width: 640px) {
  body[data-planish-marketing-host="app"] #iletisim .footer-body-pull {
    padding-top: calc(2.75rem + 12px) !important;
  }
}
body[data-planish-marketing-host="app"] footer#iletisim .footer-copyright-row {
  min-height: 2.75rem;
}


#topContactStrip a {
  text-decoration: none !important;
  color: #60697b !important;
}
#topContactStrip a:hover {
  color: #21252b !important;
}
#topContactStrip .text-sm {
  line-height: 1.25rem !important;
}
#topContactStrip a {
  line-height: 1.25rem !important;
}
.site-header-chrome a[href],
#siteHeader.site-header-chrome a[href] {
  text-decoration: none !important;
}
.site-header-chrome nav > div.hidden.md\:flex a {
  color: #60697b !important;
  font-weight: 600;
}
.site-header-chrome nav > div.hidden.md\:flex a:hover {
  color: #21252b !important;
}
.site-header-chrome a.rounded-app.bg-primary,
.site-header-chrome a.inline-flex.rounded-app.bg-primary {
  color: #fff !important;
}
.site-header-chrome a.rounded-app.bg-primary:hover,
.site-header-chrome a.inline-flex.rounded-app.bg-primary:hover {
  color: #fff !important;
}
#mobileNav a {
  text-decoration: none !important;
  color: #60697b !important;
  font-weight: 600;
}
#mobileNav a:hover { color: #21252b !important; }
#mobileNav a.inline-flex.rounded-app.bg-primary,
#mobileNav a.inline-flex.justify-center.rounded-app.bg-primary { color: #fff !important; }

footer#iletisim a[href] { text-decoration: none !important; }
footer#iletisim li a[href] { color: rgba(255, 255, 255, 0.7) !important; }
footer#iletisim li a[href]:hover { color: #fff !important; }
footer#iletisim a.text-sm.text-white\/90,
footer#iletisim a[class*="text-white/90"] { color: rgba(255, 255, 255, 0.9) !important; }
footer#iletisim a.text-sm.text-white\/90:hover,
footer#iletisim a[class*="text-white/90"]:hover { color: #fff !important; }
footer#iletisim p a.text-white,
footer#iletisim p a.font-semibold { color: #fff !important; text-decoration: none !important; }
footer#iletisim p a.text-white:hover,
footer#iletisim p a.font-semibold:hover { text-decoration: underline !important; }
footer#iletisim a.text-white\/70,
footer#iletisim a[class*="text-white/70"] { color: rgba(255, 255, 255, 0.7) !important; }
footer#iletisim a.text-white\/70:hover,
footer#iletisim a[class*="text-white/70"]:hover { color: #fff !important; }

#iletisim .planish-site-wordmark--footer {
  -webkit-user-select: none;
  user-select: none;
}
#iletisim .planish-site-wordmark--footer.app-brand-wordmark-link--header,
#iletisim .planish-site-wordmark--footer.planish-site-wordmark--footer-static {
  justify-content: flex-start;
  color: #fff;
  cursor: default;
}
#iletisim .planish-site-wordmark--footer .app-brand-wordmark,
#iletisim .planish-site-wordmark--footer .app-brand-wordmark.app-brand-wordmark--header {
  font-family: var(--app-font-logo-wordmark, "MuseoModerno", "Museo Sans Rounded", "Museo Sans") !important;
  color: #fff !important;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-shadow: none;
}
body[data-accent-theme="default"] #iletisim .planish-site-wordmark--footer .app-brand-wordmark,
body[data-accent-theme="planish_new"] #iletisim .planish-site-wordmark--footer .app-brand-wordmark {
  color: #fff !important;
}
@media (max-width: 991.98px) {
  body[data-accent-theme="default"] #iletisim .planish-site-wordmark--footer .app-brand-wordmark.app-brand-wordmark--header,
  body[data-accent-theme="planish_new"] #iletisim .planish-site-wordmark--footer .app-brand-wordmark.app-brand-wordmark--header {
    color: #fff !important;
    white-space: nowrap;
  }
}
#iletisim .planish-site-wordmark--footer.app-brand-wordmark-link--header:hover .app-brand-wordmark {
  color: rgba(255, 255, 255, 0.9) !important;
}
#iletisim .planish-site-wordmark--footer.app-brand-wordmark-link--header:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 2px;
  border-radius: 2px;
}
#iletisim .planish-site-wordmark--footer .app-brand-wordmark-i {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  position: static;
  letter-spacing: inherit;
}
#iletisim .planish-site-wordmark--footer .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;
}
#iletisim .planish-site-wordmark--footer .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;
}
#iletisim .planish-site-wordmark--footer .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);
  margin: 0;
  display: block;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}
#iletisim .planish-site-wordmark--footer .app-brand-monogram--header {
  display: none !important;
}

body.planish-marketing-auth-body #siteHeader a[href],
body.planish-marketing-auth-body #topContactStrip a[href],
body.planish-marketing-auth-body #mobileNav a[href],
body.planish-marketing-auth-body footer#iletisim a[href] {
  text-decoration: none !important;
}


.auth-lang-dropdown .dropdown-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.auth-lang-dropdown .dropdown-menu:not(.show) { display: none !important; }
.auth-lang-dropdown .dropdown-menu.show { display: block !important; }
.auth-lang-dropdown .dropdown-item { list-style: none; }
.auth-lang-dropdown .dropdown-item.active,
.auth-lang-dropdown .dropdown-item:active {
  background-color: #0a0a0a;
  color: #fff;
}


.marketing-auth-form-card {
  font-family: "Museo Sans", "Museo Sans Rounded";
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #21252b;
}
.marketing-auth-form-card h1 {
  font-family: "Museo Sans", "Museo Sans Rounded";
  font-weight: 800;
  color: #21252b;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.marketing-auth-form-card .form-control,
.marketing-auth-form-card .form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  font-size: 0.9375rem;
  color: #21252b;
  appearance: auto;
}
.marketing-auth-form-card .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  border: 1px solid #cbd5e1;
  border-radius: 0.28rem;
  background: #ffffff;
  box-shadow: none;
  float: none;
  margin-left: 0;
  flex-shrink: 0;
  display: inline-grid;
  place-content: center;
  transition: all 0.16s ease;
}
.marketing-auth-form-card .form-check-input::after {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  transform: scale(0);
  transition: transform 0.14s ease;
  background: currentColor;
  color: #ffffff;
  clip-path: polygon(14% 52%, 0 67%, 39% 100%, 100% 26%, 85% 11%, 38% 71%);
}
.marketing-auth-form-card .form-check-input:checked {
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #ffffff;
  box-shadow: none;
}
.marketing-auth-form-card .form-check-input:checked::after {
  transform: scale(1);
}
.marketing-auth-form-card .form-check-input:focus-visible {
  outline: 1px solid rgb(10 10 10 / 0.4);
  outline-offset: 1px;
}
.marketing-auth-form-card .form-control:focus {
  border-color: rgb(0 0 0 / 0.35);
  box-shadow: 0 0 0 0.11rem rgb(0 0 0 / 0.08);
  outline: none;
}
.marketing-auth-form-card .form-select:focus {
  border-color: rgb(0 0 0 / 0.35);
  box-shadow: 0 0 0 0.11rem rgb(0 0 0 / 0.08);
  outline: none;
}
.marketing-auth-form-card .form-control:hover,
.marketing-auth-form-card .form-select:hover {
  border-color: rgb(0 0 0 / 0.22);
}
.marketing-auth-form-card .btn-primary,
.marketing-auth-form-card .btn.btn-primary,
.marketing-auth-form-card button.auth-form-submit {
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-bg: #242424;
  --bs-btn-hover-border-color: #242424;
  --bs-btn-active-bg: #101010;
  --bs-btn-active-border-color: #101010;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 0.35rem 0.9rem rgb(0 0 0 / 0.08);
  transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.marketing-auth-form-card .btn-primary:hover,
.marketing-auth-form-card .btn.btn-primary:hover,
.marketing-auth-form-card button.auth-form-submit:hover,
.marketing-auth-form-card .btn-primary:focus-visible,
.marketing-auth-form-card .btn.btn-primary:focus-visible,
.marketing-auth-form-card button.auth-form-submit:focus-visible {
  background-color: #242424 !important;
  border-color: #242424 !important;
  color: #fff !important;
  box-shadow: 0 0.55rem 1.15rem rgb(0 0 0 / 0.18), 0 0 0 0.13rem rgb(0 0 0 / 0.1);
  transform: translateY(-1px);
}
.marketing-auth-form-card .btn-primary:active,
.marketing-auth-form-card .btn.btn-primary:active,
.marketing-auth-form-card button.auth-form-submit:active {
  background-color: #101010 !important;
  border-color: #101010 !important;
  box-shadow: 0 0.25rem 0.65rem rgb(0 0 0 / 0.14);
  transform: translateY(0);
}
.marketing-auth-form-card .btn-primary:disabled,
.marketing-auth-form-card .btn.btn-primary:disabled,
.marketing-auth-form-card button.auth-form-submit:disabled {
  transform: none;
  box-shadow: none;
}


.marketing-auth-form-card .marketing-auth-google-wrap {
  margin-bottom: 0.15rem;
}
.marketing-auth-form-card .marketing-auth-google-wrap--after-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.marketing-auth-form-card .auth-login-submit-oauth {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.65rem;
}
.marketing-auth-form-card .auth-login-submit-oauth > .auth-form-submit-row {
  margin: 0 !important;
  padding: 0 !important;
}
.marketing-auth-form-card .auth-login-submit-oauth #loginGoogleWrap {
  margin: 0;
}
.marketing-auth-form-card .auth-login-submit-oauth .marketing-auth-google-wrap--after-submit {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
}
.marketing-auth-form-card .auth-login-submit-oauth .marketing-auth-or-divider {
  margin: 0;
}
.marketing-auth-form-card .marketing-auth-or-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.85rem 0 0.75rem;
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  user-select: none;
}
.marketing-auth-form-card .marketing-auth-or-divider__line {
  flex: 1 1 auto;
  height: 1px;
  background: #e5e7eb;
}
.marketing-auth-form-card .marketing-auth-or-divider__text {
  flex: 0 0 auto;
  padding: 0 0.15rem;
}
.marketing-auth-form-card .marketing-auth-btn-google {
  position: relative;
  box-sizing: border-box !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  height: 2.75rem !important;
  min-height: 2.75rem !important;
  padding: 0.5rem 1rem 0.5rem 2.85rem !important;
  font-family: "Museo Sans", "Museo Sans Rounded", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-decoration: none !important;
  color: #fff !important;
  background: #166b1f !important;
  border: 1px solid #166b1f !important;
  border-radius: 0.65rem !important;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.15s ease;
}
.marketing-auth-form-card .marketing-auth-btn-google:hover {
  color: #fff !important;
  border-color: #12541a !important;
  background: #12541a !important;
  box-shadow: none;
}
.marketing-auth-form-card .marketing-auth-btn-google:focus-visible {
  outline: 2px solid rgb(22 107 31 / 0.45);
  outline-offset: 2px;
  border-color: #166b1f !important;
}
.marketing-auth-form-card .marketing-auth-btn-google:active {
  border-color: #0f4215 !important;
  background: #0f4215 !important;
  box-shadow: none;
}
.marketing-auth-form-card .marketing-auth-btn-google__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0.1rem;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.12);
}
.marketing-auth-form-card .marketing-auth-btn-google__icon svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.marketing-auth-form-card .marketing-auth-btn-google__label {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  text-align: center;
}
.marketing-auth-form-card .alert {
  border-radius: 0.65rem;
  border-width: 1px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.marketing-auth-form-card .alert-danger {
  background-color: #fde8ec;
  border-color: #f5c2c7;
  color: #842029;
}
.marketing-auth-form-card .alert-warning {
  background-color: #fff8e6;
  border-color: #ffe69c;
  color: #664d03;
}
.marketing-auth-form-card .alert-success {
  background-color: #e8f7ef;
  border-color: #a3cfbb;
  color: #0a3622;
}
.marketing-auth-form-card .text-muted {
  color: #60697b !important;
}
.marketing-auth-form-card a.fw-semibold {
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 700;
}
.marketing-auth-form-card a.fw-semibold:hover {
  color: #0a0a0a;
  text-decoration: none;
}
.marketing-auth-form-card .form-check {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding-left: 0;
}
.marketing-auth-form-card .form-check-label {
  margin-bottom: 0;
  font-weight: 500;
  color: #21252b;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.marketing-auth-form-card .form-label {
  font-weight: 600;
  color: #5c6370;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}


.marketing-auth-form-card .form-check-label .text-danger {
  color: #ef4444 !important;
  font-weight: 700;
}
.marketing-auth-name-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.marketing-auth-contact-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.marketing-auth-category-picker {
  position: relative;
}
.marketing-auth-category-toggle {
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: calc(2.75rem + 2px) !important;
  padding: 0.75rem 0.75rem !important;
  border-color: #dee2e6 !important;
  border-radius: 0.625rem !important;
  background-color: #fff !important;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.marketing-auth-form-card .marketing-auth-category-toggle:hover {
  border-color: rgb(0 0 0 / 0.22) !important;
}
.marketing-auth-form-card .marketing-auth-category-toggle:focus,
.marketing-auth-form-card .marketing-auth-category-toggle:focus-visible {
  border-color: rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08) !important;
  outline: none;
}
.marketing-auth-category-picker.is-valid-live .marketing-auth-category-toggle {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.marketing-auth-form-card .marketing-auth-category-picker.is-valid-live .marketing-auth-category-toggle:hover {
  border-color: rgb(0 0 0 / 0.22) !important;
}
.marketing-auth-form-card .marketing-auth-category-picker.is-valid-live .marketing-auth-category-toggle:focus,
.marketing-auth-form-card .marketing-auth-category-picker.is-valid-live .marketing-auth-category-toggle:focus-visible,
.marketing-auth-form-card .marketing-auth-category-toggle.planish-dd-trigger[aria-expanded='true'] {
  border-color: rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08) !important;
  outline: none;
}
.marketing-auth-category-picker .auth-bizcat-tick {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #0a0a0a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease, visibility 0.16s ease;
}
.marketing-auth-category-picker .auth-bizcat-tick svg {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}
.marketing-auth-category-picker.is-valid-live .auth-bizcat-tick {
  opacity: 1;
  visibility: visible;
}
.marketing-auth-category-toggle .js-bizcat-toggle-label {
  display: block;
  width: 100%;
  padding-right: 2rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #212529;
}
.marketing-auth-category-toggle .js-bizcat-toggle-label.is-placeholder {
  color: var(--app-float-label-color, #6c757d);
}
.marketing-auth-category-panel {
  position: absolute;
  top: calc(100% + 0.22rem);
  left: 0;
  right: 0;
  z-index: 25;
}
.marketing-auth-category-list {
  display: grid;
  gap: 0.22rem;
}
.marketing-auth-category-option.planish-dd-option {
  font-size: 0.9rem;
}
.marketing-auth-form-card .auth-bizcat-hint {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.35;
}
.marketing-auth-form-card .auth-pre-submit-note {
  margin-top: 0.15rem;
  margin-bottom: 0.45rem;
  text-align: center;
  font-size: 0.74rem;
  line-height: 1.35;
  color: #64748b;
}
@media (min-width: 576px) {
  .marketing-auth-name-row {
    flex-direction: row;
    align-items: flex-start;
  }
  .marketing-auth-name-row > .marketing-auth-name-field {
    flex: 1 1 0;
    min-width: 0;
  }
  .marketing-auth-contact-row {
    flex-direction: row;
    align-items: flex-start;
  }
  .marketing-auth-contact-row > .marketing-auth-contact-field {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media (max-width: 1023.98px) {
  #formRegister .marketing-auth-name-row,
  #formRegisterGoogle .marketing-auth-name-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #formRegister .marketing-auth-name-row > .marketing-auth-name-field,
  #formRegisterGoogle .marketing-auth-name-row > .marketing-auth-name-field {
    flex: 1 1 0;
    min-width: 0;
  }
  #formRegister .marketing-auth-contact-row,
  #formRegisterGoogle .marketing-auth-contact-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  #formRegister .marketing-auth-contact-row > .marketing-auth-contact-field,
  #formRegister .marketing-auth-contact-row > .marketing-auth-contact-field > .js-reg-phone-wrap,
  #formRegister .marketing-auth-contact-row > .marketing-auth-contact-field .js-app-phone,
  #formRegisterGoogle .marketing-auth-contact-row > .marketing-auth-contact-field,
  #formRegisterGoogle .marketing-auth-contact-row > .marketing-auth-contact-field > .js-reg-phone-wrap,
  #formRegisterGoogle .marketing-auth-contact-row > .marketing-auth-contact-field .js-app-phone {
    width: 100%;
  }
}
.marketing-auth-form-card .progress {
  background-color: #e8eef5;
}
.marketing-auth-form-card .progress-bar {
  background-color: #0a0a0a;
}


footer#iletisim h1, footer#iletisim h2, footer#iletisim h3,
footer#iletisim h4, footer#iletisim h5, footer#iletisim h6 {
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
footer#iletisim ul,
footer#iletisim ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#iletisim p {
  margin: 0;
}


.auth-form-heading {
  font-family: "Museo Sans", "Museo Sans Rounded";
  font-size: 1.625rem;
  font-weight: 800;
  color: #21252b;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}
.auth-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.auth-heading-text-block {
  min-width: 0;
}

#loginForm .auth-forgot-flow-lead {
  display: none;
  margin-top: 0;
}
#loginForm[data-auth-mode="forgot"] .auth-forgot-flow-lead {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

/* Şifre sıfırlama e-posta gönderildi: çerçevesiz, sol hizalı; "Şifremi Unuttum" ana başlık + form lead tipografisi */
#loginForgotSuccessInline.auth-forgot-success-inline {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#loginForgotSuccessInline .auth-forgot-flow-lead {
  display: block;
  text-align: start;
  margin-top: 0.75rem;
  margin-bottom: 0;
  max-width: 100%;
}
/* Karttaki .auth-form-submit-row { margin-top: auto } bu blokta büyük boşluk/çerçeve hissi vermesin; metin–buton arası tek sırada boşluk */
#loginForgotSuccessInline .auth-form-submit-row {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0;
}
#loginForgotSuccessInline .auth-form-submit {
  box-shadow: none !important;
}
#loginForgotSuccessInline .auth-form-submit:focus,
#loginForgotSuccessInline .auth-form-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2) !important;
}
#loginForgotSuccessInline .auth-form-submit:focus:not(:focus-visible) {
  outline: none;
}
#registerApplicationSuccessInline.auth-forgot-success-inline {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#registerApplicationSuccessInline .auth-forgot-flow-lead {
  display: block;
  text-align: start;
  margin-top: 0.75rem;
  margin-bottom: 0;
  max-width: 100%;
}
#registerApplicationSuccessInline .auth-form-submit-row {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0;
}
#registerApplicationSuccessInline .auth-form-submit {
  box-shadow: none !important;
}
#registerApplicationSuccessInline .auth-form-submit:focus,
#registerApplicationSuccessInline .auth-form-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2) !important;
}
#registerApplicationSuccessInline .auth-form-submit:focus:not(:focus-visible) {
  outline: none;
}
#registerApplicationSuccessInline .auth-form-submit:hover {
  box-shadow: 0 0.55rem 1.15rem rgb(0 0 0 / 0.18), 0 0 0 0.13rem rgb(0 0 0 / 0.1) !important;
}

#loginForgotSuccessInline .auth-form-submit:hover {
  box-shadow: 0 0.55rem 1.15rem rgb(0 0 0 / 0.18), 0 0 0 0.13rem rgb(0 0 0 / 0.1) !important;
}
#loginForgotSuccessInline .auth-form-submit:hover:focus,
#loginForgotSuccessInline .auth-form-submit:hover:focus-visible {
  box-shadow: 0 0.55rem 1.15rem rgb(0 0 0 / 0.18), 0 0 0 0.13rem rgb(0 0 0 / 0.1) !important;
}

/* Kayıt kapalı: başvuru bilgi metni — #loginForm[data-auth-mode="forgot"] .auth-forgot-flow-lead ile aynı dikey ritim */
.marketing-auth-form-card .auth-register-basvuru-bilgi {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-align: start;
  color: inherit;
}
.marketing-auth-form-card .auth-register-basvuru-bilgi .auth-forgot-flow-lead {
  display: block;
  margin: 0.75rem 0 1rem 0;
  text-align: start;
  max-width: 100%;
}

#loginForm[data-auth-mode="forgot"] .auth-login-fields > .mb-3:first-child {
  margin-top: 0.35rem;
  margin-bottom: 1.05rem !important;
}

#loginForm[data-auth-mode="forgot"] .auth-form-submit-row {
  margin-top: 0 !important;
  padding-top: 0.75rem;
}
.auth-heading-progress {
  min-width: 7.25rem;
  width: 8.5rem;
}
.auth-heading-progress-track {
  position: relative;
  height: 0.45rem;
  border-radius: 9999px;
  background: #e8eef5;
  overflow: hidden;
}
.auth-heading-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0a0a0a;
}
.auth-heading-progress-text {
  display: block;
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700;
  color: #64748b;
}
.auth-heading-progress.is-complete .auth-heading-progress-fill {
  background: #0a0a0a;
}
.auth-heading-progress.is-complete .auth-heading-progress-text {
  color: #404040;
}


.marketing-auth-form-card .form-control-sm,
.marketing-auth-form-card .form-select-sm {
  min-height: auto;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.9375rem !important;
  border-radius: 0.65rem !important;
}


.marketing-auth-form-card {
  border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.75);
  box-shadow: 0 8px 40px rgba(30, 34, 40, 0.08);
  width: 100%;
  min-height: 28rem;
  display: flex;
  flex-direction: column;
}
.marketing-auth-form-card .mb-3 {
  margin-bottom: 0.7rem !important;
}
.marketing-auth-form-card .mb-4 {
  margin-bottom: 0.9rem !important;
}
.marketing-auth-form-card .auth-form-unified {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.marketing-auth-form-card .auth-form-unified.auth-form-login,
.marketing-auth-form-card #formRegister.auth-form-unified,
.marketing-auth-form-card #registerApplicationForm.auth-form-unified {
  flex: 0 0 auto;
}
.marketing-auth-form-card .auth-form-submit-row {
  margin-top: auto !important;
  padding-top: 0.65rem;
}
.marketing-auth-form-card .auth-form-login .auth-form-submit-row,
.marketing-auth-form-card #formRegister .auth-form-submit-row,
.marketing-auth-form-card #registerApplicationForm .auth-form-submit-row {
  margin-top: 0.65rem !important;
  padding-top: 0 !important;
}
.marketing-auth-form-card .auth-form-bottom-link {
  min-height: 1.4rem;
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketing-auth-form-card .auth-form-bottom-link.auth-register-meta-row,
.marketing-auth-form-card .auth-form-bottom-link.auth-forgot-back-wrap {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  text-align: center;
  gap: 0.35rem 0.5rem;
}
.marketing-auth-form-card .auth-forgot-back-wrap {
  margin-top: 0.35rem;
  gap: 0.35rem 0.45rem;
  line-height: 1.4;
}
.marketing-auth-form-card .auth-forgot-back-wrap .text-muted {
  color: #64748b !important;
}
.marketing-auth-form-card .auth-login-surface {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  gap: 1rem;
}
.marketing-auth-form-card #loginAuthSurface {
  gap: 0.75rem;
}
.marketing-auth-form-card #loginAuthSurface > #loginForm {
  margin-bottom: 0;
}
.planish-turnstile-mount-host {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.planish-turnstile-mount-host .planish-turnstile-slot,
.planish-turnstile-mount-host .planish-turnstile-slot.planish-turnstile-slot--active {
  margin: 0;
  min-height: 0;
  max-height: 0;
}
.planish-turnstile-slot {
  margin: 0.5rem 0 0;
  min-height: 0;
}
.planish-turnstile-slot.planish-turnstile-slot--invisible {
  margin: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.planish-turnstile-slot.planish-turnstile-slot--active:not(.planish-turnstile-slot--invisible) {
  min-height: 4rem;
}
.planish-turnstile-slot iframe {
  max-width: 100%;
}
/* Giriş / kayıt: sunucu uyarıları ile form alanları arasında boşluk (margin çöküşüne karşı gap) */
.marketing-auth-form-card .auth-login-surface > .alert {
  margin-bottom: 0 !important;
}
.marketing-auth-form-card .auth-login-surface > .auth-heading-row {
  margin-bottom: 0 !important;
}
.marketing-auth-form-card .auth-form-bottom-link:empty {
  visibility: hidden;
}
.marketing-auth-form-card .auth-live-host {
  position: relative;
}
.marketing-auth-form-card .auth-live-inline-wrap {
  position: relative;
  display: block;
  width: 100%;
}


.marketing-auth-form-card .app-phone-form-floating {
  position: relative;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 0.625rem;
  background-color: #fff;
  min-height: calc(3.5rem + 2px);
  padding: 0;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.marketing-auth-form-card .app-phone-form-floating:focus-within {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}
.marketing-auth-form-card .app-phone-form-floating:has(.js-app-phone-tel.is-invalid) {
  border-color: #dc3545;
}
.marketing-auth-form-card .app-phone-form-floating:has(.js-app-phone-tel.is-invalid):focus-within {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2);
}
.marketing-auth-form-card .app-phone-form-floating__label {
  position: absolute;
  left: 0;
  z-index: 4;
  max-width: calc(100% - 1.5rem);
  margin: 0;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--app-float-label-font-family, inherit);
  font-size: var(--app-float-label-font-size, 0.8125rem);
  font-weight: var(--app-float-label-font-weight, 500);
  letter-spacing: var(--app-float-label-letter-spacing, 0.01em);
  line-height: 1.5;
  color: var(--app-float-label-color, #6c757d);
  -webkit-text-fill-color: var(--app-float-label-color, #6c757d);
  opacity: 1;
  transition:
    opacity 0.2s ease,
    transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s ease,
    padding 0.2s ease,
    top 0.2s ease;
}
.marketing-auth-form-card .marketing-auth-contact-field .app-phone-form-floating__label {
  font-weight: var(--app-float-label-font-weight, 500);
  font-size: var(--app-float-label-font-size, 0.8125rem);
  color: var(--app-float-label-color, #6c757d);
  -webkit-text-fill-color: var(--app-float-label-color, #6c757d);
}
.marketing-auth-form-card .app-phone-form-floating:not(:focus-within):not(:has(.iti__tel-input:not(:placeholder-shown))) .app-phone-form-floating__label {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.75rem 0 calc(0.75rem + 3.35rem);
}
.marketing-auth-form-card .app-phone-form-floating:focus-within .app-phone-form-floating__label,
.marketing-auth-form-card .app-phone-form-floating:has(.iti__tel-input:not(:placeholder-shown)) .app-phone-form-floating__label {
  top: 0;
  opacity: var(--app-float-label-floated-opacity, 0.65);
  padding: 1rem 0.75rem 0;
  padding-left: 0.75rem;
  transform: scale(var(--app-float-label-floated-scale, 0.85)) translateY(var(--app-float-label-floated-translate-y, -0.65rem)) translateX(var(--app-float-label-floated-translate-x, 0.12rem));
}
.marketing-auth-form-card .app-phone-form-floating:focus-within .app-phone-form-floating__label {
  color: var(--app-float-label-color, #6c757d);
  -webkit-text-fill-color: var(--app-float-label-color, #6c757d);
}
.marketing-auth-form-card .app-phone-form-floating:has(.js-app-phone-tel.is-invalid) .app-phone-form-floating__label {
  color: #dc3545;
}
.marketing-auth-form-card .app-phone-form-floating:has(.js-app-phone-tel.is-invalid):focus-within .app-phone-form-floating__label {
  color: #dc3545;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone {
  margin-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  min-height: calc(3.5rem + 2px);
  padding: 0 0.75rem;
}
.marketing-auth-form-card .app-phone-form-floating:focus-within .js-app-phone,
.marketing-auth-form-card .app-phone-form-floating:has(.iti__tel-input:not(:placeholder-shown)) .js-app-phone {
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  min-height: calc(3.5rem + 2px);
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}
.marketing-auth-form-card .app-phone-form-floating:focus-within .js-app-phone .iti,
.marketing-auth-form-card .app-phone-form-floating:has(.iti__tel-input:not(:placeholder-shown)) .js-app-phone .iti {
  align-items: center;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__tel-input,
.marketing-auth-form-card .app-phone-form-floating .js-app-phone input[type="tel"] {
  flex: 1 1 0%;
  width: 1%;
  max-width: 100%;
  min-width: 6rem;
  min-height: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 3.35rem;
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__tel-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__selected-flag {
  display: flex;
  align-items: center;
  align-self: center;
  min-height: 1.65rem;
  border-radius: 0;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__flag-container {
  display: flex;
  align-items: center;
  align-self: center;
  border-radius: 0;
  left: 0 !important;
  right: auto !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  pointer-events: none !important;
  border: 0 !important;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__country-container,
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__selected-country,
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__selected-country-primary {
  left: 0 !important;
  right: auto !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
}
.marketing-auth-form-card .app-phone-form-floating .js-app-phone .iti__arrow {
  border-top-color: #6c757d;
  opacity: 0;
}
.marketing-auth-form-card .marketing-auth-contact-field .app-phone-form-floating .js-app-phone .iti__tel-input,
.marketing-auth-form-card .marketing-auth-contact-field .app-phone-form-floating .js-app-phone input[type="tel"] {
  min-width: 0;
}


.marketing-auth-form-card .marketing-auth-contact-row > .marketing-auth-contact-field {
  min-width: 0;
}
.marketing-auth-form-card .marketing-auth-contact-row .app-phone-form-floating {
  width: 100%;
  max-width: 100%;
}


.marketing-auth-form-card .marketing-auth-field-floating {
  position: relative;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 0.625rem;
  background-color: #fff;
  min-height: calc(3.5rem + 2px);
  padding: 0;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.marketing-auth-form-card .marketing-auth-field-floating:focus-within {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}
.marketing-auth-form-card .marketing-auth-field-floating:has(.marketing-auth-field-floating__input.is-invalid) {
  border-color: #dc3545;
}
.marketing-auth-form-card .marketing-auth-field-floating:has(.marketing-auth-field-floating__input.is-invalid):focus-within {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2);
}
.marketing-auth-form-card .marketing-auth-field-floating__label {
  position: absolute;
  left: 0;
  z-index: 4;
  max-width: calc(100% - 1.5rem);
  margin: 0;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--app-float-label-font-family, inherit);
  font-size: var(--app-float-label-font-size, 0.8125rem);
  font-weight: var(--app-float-label-font-weight, 500);
  letter-spacing: var(--app-float-label-letter-spacing, 0.01em);
  line-height: 1.5;
  color: var(--app-float-label-color, #6c757d);
  -webkit-text-fill-color: var(--app-float-label-color, #6c757d);
  opacity: 1;
  transition:
    opacity 0.2s ease,
    transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s ease,
    padding 0.2s ease,
    top 0.2s ease;
}
.marketing-auth-form-card
  .marketing-auth-field-floating:not(:focus-within):not(:has(.marketing-auth-field-floating__input:not(:placeholder-shown))):not(.js-auth-floating-filled):not(:has(.marketing-auth-field-floating__input:-webkit-autofill)):not(:has(.marketing-auth-field-floating__input:autofill))
  .marketing-auth-field-floating__label {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.75rem;
}
.marketing-auth-form-card .marketing-auth-field-floating:focus-within .marketing-auth-field-floating__label,
.marketing-auth-form-card
  .marketing-auth-field-floating:has(.marketing-auth-field-floating__input:not(:placeholder-shown))
  .marketing-auth-field-floating__label,
.marketing-auth-form-card
  .marketing-auth-field-floating:has(.marketing-auth-field-floating__input:-webkit-autofill)
  .marketing-auth-field-floating__label,
.marketing-auth-form-card
  .marketing-auth-field-floating:has(.marketing-auth-field-floating__input:autofill)
  .marketing-auth-field-floating__label,
.marketing-auth-form-card .marketing-auth-field-floating.js-auth-floating-filled .marketing-auth-field-floating__label {
  top: 0;
  opacity: var(--app-float-label-floated-opacity, 0.65);
  padding: 1rem 0.75rem 0;
  transform: scale(var(--app-float-label-floated-scale, 0.85)) translateY(var(--app-float-label-floated-translate-y, -0.65rem)) translateX(var(--app-float-label-floated-translate-x, 0.12rem));
}
.marketing-auth-form-card .marketing-auth-field-floating:focus-within .marketing-auth-field-floating__label {
  color: var(--app-float-label-color, #6c757d);
  -webkit-text-fill-color: var(--app-float-label-color, #6c757d);
}
.marketing-auth-form-card .marketing-auth-field-floating:has(.marketing-auth-field-floating__input.is-invalid) .marketing-auth-field-floating__label {
  color: #dc3545;
}
.marketing-auth-form-card .marketing-auth-field-floating__input {
  display: block;
  width: 100%;
  min-height: calc(3.5rem + 2px);
  margin: 0;
  padding: 1.05rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  appearance: none;
}
.marketing-auth-form-card .marketing-auth-field-floating:focus-within .marketing-auth-field-floating__input,
.marketing-auth-form-card
  .marketing-auth-field-floating:has(.marketing-auth-field-floating__input:not(:placeholder-shown))
  .marketing-auth-field-floating__input,
.marketing-auth-form-card
  .marketing-auth-field-floating:has(.marketing-auth-field-floating__input:-webkit-autofill)
  .marketing-auth-field-floating__input,
.marketing-auth-form-card
  .marketing-auth-field-floating:has(.marketing-auth-field-floating__input:autofill)
  .marketing-auth-field-floating__input,
.marketing-auth-form-card .marketing-auth-field-floating.js-auth-floating-filled .marketing-auth-field-floating__input {
  padding-top: 1.35rem;
  padding-bottom: 0.5rem;
}

@keyframes marketing-auth-autofill-detect {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.marketing-auth-form-card .marketing-auth-field-floating__input:-webkit-autofill,
.marketing-auth-form-card .marketing-auth-field-floating__input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 99999s ease-out 0s;
  
  animation-name: marketing-auth-autofill-detect;
  animation-duration: 0.001s;
}
.marketing-auth-form-card .marketing-auth-field-floating__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.marketing-auth-form-card .marketing-auth-field-floating .marketing-auth-field-floating__input[readonly] {
  background-color: transparent !important;
  color: #212529;
}
.marketing-auth-form-card .marketing-auth-field-floating--readonly {
  background-color: #f8f9fa;
}
.marketing-auth-form-card .marketing-auth-field-floating--readonly .marketing-auth-field-floating__input {
  color: #6c757d;
  cursor: default;
}
.marketing-auth-form-card .marketing-auth-field-floating--readonly:focus-within {
  border-color: #dee2e6;
  box-shadow: none;
}
.marketing-auth-form-card .marketing-auth-field-floating--action .marketing-auth-field-floating__input-row {
  position: relative;
  min-height: calc(3.5rem + 2px);
  display: flex;
  align-items: stretch;
}
.marketing-auth-form-card .marketing-auth-field-floating--action .marketing-auth-field-floating__input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-right: 2.75rem;
}
.marketing-auth-form-card .marketing-auth-field-floating--sm {
  min-height: calc(2.75rem + 2px);
}
.marketing-auth-form-card .marketing-auth-field-floating--sm .marketing-auth-field-floating__input {
  min-height: calc(2.75rem + 2px);
  font-size: 0.9375rem;
  line-height: 1.45;
  padding: 0.75rem 0.75rem;
}
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:not(:focus-within):not(:has(.marketing-auth-field-floating__input:not(:placeholder-shown))):not(.js-auth-floating-filled):not(:has(.marketing-auth-field-floating__input:-webkit-autofill)):not(:has(.marketing-auth-field-floating__input:autofill))
  .marketing-auth-field-floating__label {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #94a3b8;
}
.marketing-auth-form-card .marketing-auth-field-floating--sm:focus-within .marketing-auth-field-floating__input,
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:has(.marketing-auth-field-floating__input:not(:placeholder-shown))
  .marketing-auth-field-floating__input,
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:has(.marketing-auth-field-floating__input:-webkit-autofill)
  .marketing-auth-field-floating__input,
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:has(.marketing-auth-field-floating__input:autofill)
  .marketing-auth-field-floating__input,
.marketing-auth-form-card .marketing-auth-field-floating--sm.js-auth-floating-filled .marketing-auth-field-floating__input {
  padding-top: 1.2rem;
  padding-bottom: 0.35rem;
}
.marketing-auth-form-card .marketing-auth-field-floating--sm:focus-within .marketing-auth-field-floating__label,
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:has(.marketing-auth-field-floating__input:not(:placeholder-shown))
  .marketing-auth-field-floating__label,
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:has(.marketing-auth-field-floating__input:-webkit-autofill)
  .marketing-auth-field-floating__label,
.marketing-auth-form-card
  .marketing-auth-field-floating--sm:has(.marketing-auth-field-floating__input:autofill)
  .marketing-auth-field-floating__label,
.marketing-auth-form-card .marketing-auth-field-floating--sm.js-auth-floating-filled .marketing-auth-field-floating__label {
  padding-top: 0.55rem;
  opacity: var(--app-float-label-floated-opacity, 0.65);
  transform: scale(var(--app-float-label-floated-scale, 0.85)) translateY(var(--app-float-label-floated-translate-y, -0.65rem)) translateX(var(--app-float-label-floated-translate-x, 0.12rem));
}


.marketing-auth-form-card .marketing-auth-phone-plain {
  width: 100%;
  min-width: 0;
}
.marketing-auth-form-card .marketing-auth-phone-plain .js-app-phone {
  width: 100%;
}
.marketing-auth-form-card .marketing-auth-phone-plain .iti {
  width: 100%;
}
.marketing-auth-form-card .marketing-auth-phone-plain .iti__tel-input {
  width: 100% !important;
}


.marketing-auth-form-card .auth-google-email-readonly {
  background-color: #f8f9fa !important;
  color: #6c757d !important;
  cursor: default;
}

.marketing-auth-form-card .js-app-phone .iti {
  position: relative;
  width: 100%;
}
.marketing-auth-form-card .js-app-phone .js-app-phone-inline-error {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.35rem !important;
  text-align: left;
}
.marketing-auth-form-card .js-app-phone .iti input.js-app-phone-tel {
  width: 100% !important;
}
.marketing-auth-form-card .auth-live-tick {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #0a0a0a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  pointer-events: none;
  box-shadow: none;
  z-index: 3;
}
.marketing-auth-form-card .auth-live-tick svg {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}
.marketing-auth-form-card .auth-live-host.is-valid-live .auth-live-tick {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.marketing-auth-form-card .auth-live-host .form-control,
.marketing-auth-form-card .auth-live-host .form-select {
  padding-right: 2.4rem !important;
}
.marketing-auth-form-card .auth-live-host.is-valid-live .form-control,
.marketing-auth-form-card .auth-live-host.is-valid-live .form-select {
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}
.marketing-auth-form-card .auth-live-host.is-valid-live .app-phone-form-floating .js-app-phone .iti__tel-input.form-control,
.marketing-auth-form-card .auth-live-host.is-valid-live .app-phone-form-floating .js-app-phone input[type="tel"].form-control {
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  box-shadow: none !important;
}
.marketing-auth-form-card .auth-live-host.is-valid-live .app-phone-form-floating .js-app-phone .iti__tel-input.form-control:focus,
.marketing-auth-form-card .auth-live-host.is-valid-live .app-phone-form-floating .js-app-phone input[type="tel"].form-control:focus,
.marketing-auth-form-card .auth-live-host.is-valid-live .app-phone-form-floating .js-app-phone .iti__tel-input.form-control:focus-visible,
.marketing-auth-form-card .auth-live-host.is-valid-live .app-phone-form-floating .js-app-phone input[type="tel"].form-control:focus-visible {
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.marketing-auth-form-card .auth-live-host.is-valid-live .form-control:focus,
.marketing-auth-form-card .auth-live-host.is-valid-live .form-select:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.marketing-auth-form-card .auth-live-host-password .auth-live-tick {
  right: 2.7rem;
}
.marketing-auth-form-card .auth-live-host-password .auth-live-tick svg {
  width: 0.9rem;
  height: 0.9rem;
}
.marketing-auth-form-card .auth-form-login .auth-login-fields {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
}
.marketing-auth-form-card .auth-login-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.marketing-auth-form-card .auth-login-meta-left {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
}
.marketing-auth-form-card .auth-inline-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  font-size: 0.875rem;
  line-height: 1.35;
}
.marketing-auth-form-card .auth-form-bottom-link.auth-inline-meta {
  display: flex;
}
.marketing-auth-form-card .auth-login-meta-link {
  color: #0a0a0a !important;
  text-decoration: none;
  font-weight: 700;
}
.marketing-auth-form-card .auth-login-meta-link:hover,
.marketing-auth-form-card .auth-login-meta-link:focus-visible {
  color: #0a0a0a !important;
  text-decoration: none;
}
.marketing-auth-form-card .auth-login-meta-link-disabled {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: default;
  color: #0a0a0a !important;
}
.marketing-auth-form-card .auth-login-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.marketing-auth-form-card .auth-remember-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  cursor: pointer;
}
.marketing-auth-form-card .auth-remember-label,
.marketing-auth-form-card .auth-forgot-link {
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 700;
}
@media (max-width: 575px) {
  .marketing-auth-form-card {
    min-height: auto;
  }
  .marketing-auth-form-card .auth-form-login .auth-login-fields {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
}
@media (max-width: 1023.98px) {
  body.planish-marketing-auth-body .marketing-auth-form-card .form-control,
  body.planish-marketing-auth-body .marketing-auth-form-card .form-select,
  body.planish-marketing-auth-body .marketing-auth-form-card input,
  body.planish-marketing-auth-body .marketing-auth-form-card select,
  body.planish-marketing-auth-body .marketing-auth-form-card textarea {
    font-size: 16px !important;
  }
}
.marketing-auth-form-card .btn:not(.btn-link):not(.app-auth-pw-toggle):not(.totp-secret-copy-btn),
.marketing-auth-form-card .btn.btn-primary:not(.app-auth-pw-toggle):not(.totp-secret-copy-btn),
.marketing-auth-form-card .auth-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem !important;
  min-height: 2.75rem !important;
  box-sizing: border-box !important;
  
  border-radius: 0.65rem !important;
  border: 1px solid transparent;
  font-size: 0.9375rem;
  line-height: 1.1;
  
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: background-color 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, color 0.32s ease;
}

.marketing-auth-form-card .totp-secret-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.marketing-auth-form-card .totp-secret-row > p.totp-secret-row__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .marketing-auth-form-card .totp-secret-row__text {
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .marketing-auth-form-card .totp-secret-row__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.marketing-auth-form-card .totp-secret-row .totp-secret-copy-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.35rem !important;
  min-width: 2.35rem !important;
  max-width: 2.35rem !important;
  height: 2.35rem !important;
  min-height: 2.35rem !important;
  padding: 0 !important;
  line-height: 1 !important;
  flex: 0 0 auto;
  align-self: center;
  border-radius: 0.5rem !important;
  box-sizing: border-box;
}
.marketing-auth-form-card .totp-secret-row .totp-secret-copy-btn svg {
  display: block;
  flex-shrink: 0;
}
.marketing-auth-form-card .auth-form-submit.is-progress-complete {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.marketing-auth-form-card .auth-form-submit.is-progress-complete:hover {
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.marketing-auth-form-card .app-auth-pw-toggle {
  width: auto !important;
  min-height: 0 !important;
  padding: 0 0.55rem !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
}
.marketing-auth-form-card .app-auth-pw-toggle:hover,
.marketing-auth-form-card .app-auth-pw-toggle:focus {
  color: #334155 !important;
}
.marketing-auth-form-card .js-password-policy-input-wrap {
  position: relative;
}
.marketing-auth-form-card .js-password-policy-input-wrap .js-password-policy-input {
  padding-right: 4.8rem !important;
}
.marketing-auth-form-card .js-password-policy-input-wrap .app-auth-pw-toggle {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.marketing-auth-form-card .js-password-policy-input-wrap .app-auth-pw-toggle svg {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
.marketing-auth-form-card .marketing-auth-field-floating--action .js-password-policy-input-wrap .app-auth-pw-toggle {
  top: 0 !important;
  bottom: 0 !important;
  transform: none !important;
}
.marketing-auth-form-card .password-policy-hints-panel {
  display: block;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 0.72rem;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 0.45rem 1.1rem rgb(0 0 0 / 0.04), inset 0 1px 0 rgb(255 255 255 / 0.9);
  list-style: none;
  opacity: 0;
  transform: translateY(-0.18rem);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, max-height 0.28s ease, margin-top 0.22s ease;
}
.marketing-auth-form-card .password-policy-hints-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  max-height: 12rem;
  margin-top: 0.6rem;
  pointer-events: auto;
}
.marketing-auth-form-card .password-policy-hints-panel .js-pw-hint {
  position: relative;
  margin: 0;
  padding: 0.12rem 0 0.12rem 1.3rem;
  color: #6b7280;
  font-size: 0.83rem;
  line-height: 1.35;
  font-weight: 500;
  opacity: 1;
  transform: translateY(0);
  max-height: 2rem;
  overflow: hidden;
  transition: opacity 0.24s ease, transform 0.24s ease, max-height 0.26s ease, padding 0.22s ease;
}
.marketing-auth-form-card .password-policy-hints-panel .js-pw-hint::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid rgb(0 0 0 / 0.22);
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.85);
}
.marketing-auth-form-card .password-policy-hints-panel .js-pw-hint.is-rule-hidden {
  opacity: 0;
  transform: translateY(-0.14rem);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}
.d-none {
  display: none !important;
}
.marketing-auth-form-card .invalid-feedback,
.marketing-auth-form-card .js-app-phone-inline-error,
.marketing-auth-form-card .js-password-policy-submit-err {
  display: block;
  margin-top: 0.12rem !important;
  margin-bottom: 0;
  font-size: 0.72rem !important;
  line-height: 1.2;
  color: #dc2626 !important;
  font-weight: 600;
  min-height: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.26s ease, transform 0.26s ease;
}
.marketing-auth-form-card .invalid-feedback.d-none,
.marketing-auth-form-card .js-password-policy-submit-err.d-none,
.marketing-auth-form-card .js-app-phone-inline-error.d-none {
  display: none !important;
  opacity: 0;
  transform: translateY(-0.12rem);
  visibility: hidden;
}
.marketing-auth-form-card .btn-link:not(.app-auth-pw-toggle) {
  border: 0;
  background: transparent;
  color: #0a0a0a;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}
.marketing-auth-form-card .btn-link:not(.app-auth-pw-toggle):hover {
  color: #0a0a0a;
  text-decoration: none;
}
.marketing-auth-form-card [data-bs-toggle="modal"] {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.8125rem;
  text-decoration: none;
}
.marketing-auth-form-card [data-bs-toggle="modal"]:hover {
  color: #0a0a0a;
  text-decoration: none;
}
.marketing-auth-form-card .footer-legal-link {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.8125rem;
  text-decoration: none;
  display: inline;
  vertical-align: baseline;
  cursor: pointer;
}
.marketing-auth-form-card .footer-legal-link:hover {
  text-decoration: underline;
}
.auth-lang-dropdown .btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6dde8;
  border-radius: 9999px !important;
  color: #475569;
  background: rgba(255, 255, 255, 0.96);
  text-decoration: none !important;
}
.auth-lang-dropdown .btn:hover {
  border-color: #c6d2e5;
  color: #334155;
}
.auth-lang-dropdown .dropdown-menu {
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.auth-lang-dropdown .dropdown-item {
  color: #334155;
  text-decoration: none !important;
}
.auth-lang-dropdown .dropdown-item:hover {
  background: #f8fafc;
  color: #1f2937;
}


.app-planish-modal.modal {
  position: fixed;
  inset: 0;
  z-index: 120000;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding: clamp(1rem, 4vw, 1.75rem);
  pointer-events: none;
}

.app-planish-modal.modal.show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  pointer-events: none;
}
.app-planish-modal.modal.show .modal-dialog {
  pointer-events: auto;
}
.app-planish-modal .modal-dialog {
  position: relative;
  width: auto;
  max-width: 52rem;
  margin: 0;
}

.auth-forgot-success-modal-dialog {
  width: min(100%, 26rem);
  max-width: 100%;
}
.app-planish-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.25);
}
.app-planish-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}
.app-planish-modal .modal-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2937;
}
.app-planish-modal .modal-body {
  padding: 1rem 1.25rem 1.1rem;
  color: #334155;
}
.app-planish-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.9rem 1.25rem 1.1rem;
  border-top: 1px solid #e2e8f0;
}
.app-planish-modal .modal-footer.auth-modal-footer-stack {
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 0;
  padding: 0 1.25rem 1.25rem;
  border-top: none;
}
.app-planish-modal .app-auth-modal-cta {
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
  line-height: 1.4;
  border-radius: 0.65rem;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
}
@keyframes auth-login-surface-in {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.auth-login-surface.auth-login-surface--animate-in {
  animation: auth-login-surface-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.planish-marketing-auth-body .app-planish-modal .btn.btn-primary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
body.planish-marketing-auth-body .app-planish-modal .btn.btn-primary:hover {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #fff !important;
}
.app-planish-modal .btn-close {
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.app-planish-modal .btn-close:hover {
  color: #0f172a;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 119900;
  background: rgba(15, 23, 42, 0.55);
  pointer-events: auto;
}

body.planish-marketing-auth-body.modal-open .modal-backdrop {
  z-index: 119900;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}


.auth-totp-digits {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 400px) {
  .auth-totp-digits {
    gap: 0.55rem;
  }
}
.auth-totp-digit {
  /* Rakamları düz metin yerine maskeli (şifre alanı benzeri) gösterir; submit değeri hâlâ rakam. */
  -webkit-text-security: disc;
  text-security: disc;
  width: 2.65rem;
  height: 2.65rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  border: 1px solid #cbd5e1;
  border-radius: 0.45rem;
  background: #fff;
  color: #0f172a;
  padding: 0;
  line-height: 2.65rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
@media (min-width: 400px) {
  .auth-totp-digit {
    width: 2.95rem;
    height: 2.95rem;
    font-size: 1.3rem;
    line-height: 2.95rem;
  }
}
.auth-totp-digit:focus {
  outline: none;
  border-color: #0a0a0a;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.auth-totp-digits--error .auth-totp-digit {
  border-color: var(--bs-danger, #dc3545);
  background-color: rgba(220, 53, 69, 0.06);
  color: #0f172a;
}
.auth-totp-digits--error .auth-totp-digit:focus {
  border-color: var(--bs-danger, #dc3545);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.28);
}

.marketing-auth-form-card .auth-totp-digits--error .auth-totp-digit.form-control,
.marketing-auth-form-card .auth-totp-digits--error .auth-totp-digit {
  border-color: var(--bs-danger, #dc3545) !important;
  background-color: rgba(220, 53, 69, 0.08) !important;
  color: #0f172a !important;
  box-shadow: none !important;
}
.marketing-auth-form-card .auth-totp-digits--error .auth-totp-digit.form-control:focus,
.marketing-auth-form-card .auth-totp-digits--error .auth-totp-digit:focus {
  border-color: var(--bs-danger, #dc3545) !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.28) !important;
  outline: none !important;
}
.auth-totp-form--submitting .auth-totp-digit {
  opacity: 0.55;
  pointer-events: none;
}


.planish-header-mobile-cta {
  display: none;
}
.planish-header-cta-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .planish-header-mobile-cta {
    display: none !important;
  }
  .planish-header-cta-desktop.planish-site-header-login {
    display: inline !important;
  }
  .planish-header-cta-desktop.planish-laszlo-why-cta.planish-laszlo-why-cta--header {
    display: inline-flex !important;
    align-items: center;
  }
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header {
  min-width: 0;
  padding: 0.62rem 1.35rem;
  border-radius: 9999px;
  background: #36b842 !important;
  color: #ffffff !important;
  border: 1px solid #36b842;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow:
    0 8px 24px rgb(54 184 66 / 0.3),
    0 1px 0 rgb(255 255 255 / 0.18) inset;
  transition: transform 0.22s ease;
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header:hover,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header:hover,
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header:focus-visible,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header:focus-visible {
  background: #2ea539 !important;
  border-color: #2ea539;
  color: #ffffff !important;
  transform: scale(1.045);
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label {
  padding-right: 0;
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label::after,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label::after {
  content: none;
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header::before,
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header::after,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header::before,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header::after {
  content: none;
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header {
  outline: none !important;
  box-shadow:
    0 8px 24px rgb(54 184 66 / 0.3),
    0 1px 0 rgb(255 255 255 / 0.18) inset !important;
}
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header::before,
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header::after,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header::before,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header::after,
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label::before,
.site-header-chrome .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label::after,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label::before,
#mobileNav .planish-laszlo-why-cta.planish-laszlo-why-cta--header .planish-laszlo-why-cta__label::after {
  display: none !important;
  content: none !important;
}
.site-header-chrome .planish-site-header-login,
#mobileNav .planish-site-header-login {
  color: #475569 !important;
}
.site-header-chrome .planish-site-header-login:hover,
#mobileNav .planish-site-header-login:hover {
  color: #1e293b !important;
}

/* App auth + fallback header: tanıtım sitesiyle aynı mobil üst ofset (site_header gömülü 8.5rem ile uyum) */
html:has(body.planish-marketing-auth-body) {
  scroll-padding-top: 8.5rem;
}
@media (max-width: 767.98px) {
  body.planish-marketing-auth-body .hero-stack > section {
    padding-top: 8.5rem !important;
  }
}

/* Giriş/kayıt: tarayıcı + telefon mockup sütunu artık kullanılmıyor (eski HTML/cache için de kapalı) */
body.planish-marketing-auth-body .hero-device-wrap,
body.planish-marketing-auth-body .hero-device-stack,
body.planish-marketing-auth-body .hero-device-stack-inner,
body.planish-marketing-auth-body .hero-device-duo,
body.planish-marketing-auth-body .hero-device-stack-desktop,
body.planish-marketing-auth-body .hero-device-stack-phone,
body.planish-marketing-auth-body .hero-device-duo__desktop,
body.planish-marketing-auth-body .hero-device-duo__phone {
  display: none !important;
}
