/**
 * Ana sayfa hero: menü üstte, içerik (metin + slider) dikey ortada
 */
body.home nav.navbar.custom-full-slider {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1100 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.home header.header.premium-hero,
body.home header.premium-hero {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh !important;
  overflow: visible !important;
}

body.home .premium-hero-bg,
body.home .premium-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

body.home .premium-hero-overlay {
  z-index: 1 !important;
}

body.home .premium-hero-inner {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: calc(96px + env(safe-area-inset-top, 0px)) 0 56px !important;
  box-sizing: border-box !important;
  transform: none !important;
}

body.home .premium-hero-inner .container {
  width: 100%;
}

body.home .premium-hero-inner.caption,
body.home .header .caption,
body.home .v-middle {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  transform: none !important;
}

body.home .premium-hero-row {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

body.home .premium-hero-showcase {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home .premium-hero-copy,
body.home .premium-hero-showcase,
body.home .premium-hero-projects,
body.home .premium-hero-copy h1,
body.home .premium-hero-copy p,
body.home .premium-hero-eyebrow {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

@media (max-width: 991px) {
  body.home .premium-hero-inner {
    min-height: auto !important;
    padding: calc(112px + env(safe-area-inset-top, 0px)) 0 56px !important;
    overflow: visible !important;
    align-items: flex-start !important;
  }

  body.home header.premium-hero {
    min-height: auto !important;
    align-items: flex-start !important;
    overflow: visible !important;
  }

  body.home .premium-hero-row {
    align-items: stretch !important;
  }

  body.home .premium-hero-ticker {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.home .premium-hero-inner {
    padding: calc(104px + env(safe-area-inset-top, 0px)) 0 48px !important;
  }
}
