html, body {
  scrollbar-width: none !important;          /* "none" → tamamen gizler */
}

/* Edge ve eski IE */
html, body {
  -ms-overflow-style: none !important;
}

/* Chrome, Edge (yeni), Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none !important;                  /* width: 0 yerine display: none daha güvenilir */
}