.page-wrapper,
html,
body,
* {
  scrollbar-width: thin;
  scrollbar-color: var(--theme-color1, #ff6b1e) rgba(255, 255, 255, 0.07);
}

html,
body,
.page-wrapper,
#smooth-wrapper,
#smooth-content {
  max-width: 100%;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html:not(:has(body.dm-route-faq)),
  body:not(.dm-route-faq),
  body:not(.dm-route-faq) .page-wrapper,
  body:not(.dm-route-faq) #smooth-wrapper,
  body:not(.dm-route-faq) #smooth-content {
    overflow-x: clip !important;
  }
}

/* Bilgi Merkezi: overflow-x:clip viewport scroll'u öldürüyordu — Q&A katmanı erişilemez kalıyordu */
html:has(body.dm-route-faq),
html:has(body.dm-route-faq) body.dm-route-faq,
html:has(body.dm-route-faq) body.dm-route-faq .page-wrapper,
html:has(body.dm-route-faq) body.dm-route-faq #smooth-wrapper,
html:has(body.dm-route-faq) body.dm-route-faq #smooth-content {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  height: auto !important;
  max-height: none !important;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: rgba(8, 8, 12, 0.92);
}

*::-webkit-scrollbar-thumb {
  border: 2px solid rgba(8, 8, 12, 0.92);
  border-radius: 999px;
  background: var(--theme-color1, #ff6b1e);
}

*::-webkit-scrollbar-thumb:hover {
  background: #ff7f35;
}

.page-title {
  background-position: center center !important;
  isolation: isolate;
  overflow: hidden;
  margin-top: -112px !important;
  padding: 280px 0 96px !important;
}

.page-title::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.28) 58%, rgba(255, 107, 30, 0.13) 100%) !important;
  z-index: 0;
}

.page-title::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.10) 34%, rgba(0, 0, 0, 0) 62%);
}

.page-title .auto-container {
  position: relative;
  z-index: 2;
}

.video-section .video-image {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.video-section .video-light-shape-1 {
  display: none !important;
}

.video-section .video-image::before {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 12%, rgba(0, 0, 0, 0.18) 100%) !important;
}

.team-section:not(.dm-home-team-section) .team-block .inner-block {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

.team-section:not(.dm-home-team-section) .team-block .inner-block::after {
  display: none !important;
  content: none !important;
}

.team-section:not(.dm-home-team-section) .team-block .inner-block:hover {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.team-section:not(.dm-home-team-section) {
  position: relative;
  isolation: isolate;
}

.team-section:not(.dm-home-team-section)::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.055) 48%, rgba(255, 255, 255, 0.075) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.team-section:not(.dm-home-team-section) > * {
  position: relative;
  z-index: 1;
}
