/* Marketing sayfalar — scroll (demo-fix.css sunucuda kalsa bile geçersiz) */
html[data-lcd-page="marketing"],
html.lcd-marketing-page {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  position: static !important;
}

html[data-lcd-page="marketing"] body,
html.lcd-marketing-page body {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  position: static !important;
}

html[data-lcd-page="marketing"] #lcd-layout-shell,
html.lcd-marketing-page #lcd-layout-shell {
  height: auto !important;
  min-height: 100dvh !important;
  max-height: none !important;
  overflow: visible !important;
}

html[data-lcd-page="marketing"] .lcd-marketing-scroll-root,
html.lcd-marketing-page .lcd-marketing-scroll-root,
html[data-lcd-page="marketing"] .min-h-screen.overflow-y-auto,
html.lcd-marketing-page .min-h-screen.overflow-y-auto {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

/* demo-fix.css + lcd-mode-demo sızıntısı */
html[data-lcd-page="marketing"].lcd-mode-demo,
html.lcd-marketing-page.lcd-mode-demo,
html[data-lcd-page="marketing"].lcd-mode-demo body,
html.lcd-marketing-page.lcd-mode-demo body {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  position: static !important;
}

html.lcd-marketing-page.lcd-mode-demo .lcd-app-root,
html.lcd-marketing-page.lcd-mode-demo .lcd-web-mobile,
html[data-lcd-page="marketing"].lcd-mode-demo .lcd-app-root,
html[data-lcd-page="marketing"].lcd-mode-demo .lcd-web-mobile {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

/* Geniş ekran / TV modu (lcd-tv) marketing sayfada scroll kilidi */
html.lcd-marketing-page.lcd-tv,
html[data-lcd-page="marketing"].lcd-tv,
html.lcd-marketing-page.lcd-tv body,
html[data-lcd-page="marketing"].lcd-tv body {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  position: static !important;
}

html.lcd-marketing-page.lcd-tv #lcd-layout-shell,
html[data-lcd-page="marketing"].lcd-tv #lcd-layout-shell {
  height: auto !important;
  min-height: 100dvh !important;
  max-height: none !important;
  overflow: visible !important;
}

html.lcd-marketing-page.lcd-tv .lcd-app-root,
html.lcd-marketing-page.lcd-tv .lcd-web-mobile,
html[data-lcd-page="marketing"].lcd-tv .lcd-app-root,
html[data-lcd-page="marketing"].lcd-tv .lcd-web-mobile {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}
