/* Kamu sayfa katman düzeltmeleri — landing.html'e dokunmadan enjekte edilir */

/* Yasal modal en üstte */
#legal-modal.legal-modal {
  z-index: 100020 !important;
}

/*
 * Sticky CTA (Ücretsiz başla) — çerez katmanının ÜSTÜNDE ve tıklanabilir.
 * Sorun: #rv-cookie-root z-index 100009 ile sticky (100008) üstünü kapatıyordu;
 * desktop'ta pointer-events zinciri butona ulaşmıyordu.
 */
#sticky-cta.sticky-cta {
  z-index: 100015 !important;
  pointer-events: none !important;
}
#sticky-cta.sticky-cta.visible {
  pointer-events: auto !important;
}
#sticky-cta.sticky-cta .sticky-cta-text {
  pointer-events: none;
  user-select: none;
}
#sticky-cta.sticky-cta a,
#sticky-cta.sticky-cta button {
  pointer-events: auto !important;
  position: relative;
  z-index: 3;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  min-height: 2.85rem;
  min-width: 9.5rem;
  cursor: pointer !important;
  touch-action: manipulation;
}

/* Çerez UI sticky'nin altında kalsın */
#rv-cookie-root {
  z-index: 100010 !important;
}
.rv-cookie-bar:not(.rv-show),
.rv-cookie-bar:not(.rv-show) * {
  pointer-events: none !important;
}

/* Footer yasal butonları */
.footer .legal-row,
.footer .legal-btn {
  position: relative;
  z-index: 3;
}
.footer .legal-btn {
  pointer-events: auto !important;
}
