/* S6 Hero — tam ekran arka plan slider · turuncu · mobil öncelikli */
[data-design="v6"] .s6-hero {
  position: relative;
  background: #1C1008;
}

[data-design="v6"] .s6-hero__shell {
  position: relative;
  overflow: hidden;
}

[data-design="v6"] .s6-hero__viewport {
  overflow: hidden;
}

[data-design="v6"] .s6-hero__track {
  display: flex;
  touch-action: pan-y pinch-zoom;
}

[data-design="v6"] .s6-hero__slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  min-height: clamp(440px, 72vh, 580px);
}

[data-design="v6"] .s6-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

[data-design="v6"] .s6-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: s6-kenburns 18s ease-in-out infinite alternate;
}

@keyframes s6-kenburns {
  from { transform: scale(1.06); }
  to { transform: scale(1.14); }
}

[data-design="v6"] .s6-hero__bg-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 16, 8, .25) 0%, rgba(28, 16, 8, .55) 45%, rgba(28, 16, 8, .88) 100%),
    linear-gradient(90deg, rgba(234, 88, 12, .35) 0%, transparent 55%);
}

[data-design="v6"] .s6-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(440px, 72vh, 580px);
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 1.5rem) clamp(5.5rem, 9vw, 7rem);
  color: #fff;
  max-width: 40rem;
}

[data-design="v6"] .s6-hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: .4rem .85rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(234, 88, 12, .9);
  color: #fff;
  margin-bottom: .85rem;
  box-shadow: 0 8px 24px -8px rgba(234, 88, 12, .6);
}

[data-design="v6"] .s6-hero__title {
  font-family: var(--rd6-font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.85rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-shadow: 0 8px 32px rgba(0, 0, 0, .35);
}

[data-design="v6"] .s6-hero__lead {
  margin-top: .75rem;
  font-size: clamp(.92rem, 2.2vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, .88);
  max-width: 34rem;
}

[data-design="v6"] .s6-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}

[data-design="v6"] .s6-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 48px;
  padding: 0 1.25rem;
  border-radius: 14px;
  font-weight: 800;
  font-size: .88rem;
  transition: transform .2s, box-shadow .2s, background .2s;
}

[data-design="v6"] .s6-hero__btn--fill {
  background: linear-gradient(135deg, #FB923C, #EA580C);
  color: #fff;
  box-shadow: 0 14px 32px -12px rgba(234, 88, 12, .65);
}

[data-design="v6"] .s6-hero__btn--fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(234, 88, 12, .75);
}

[data-design="v6"] .s6-hero__btn--line {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

[data-design="v6"] .s6-hero__btn i,
[data-design="v6"] .s6-hero__btn svg {
  width: 18px;
  height: 18px;
}

[data-design="v6"] .s6-hero__ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(5.5rem, 10vw, 7.5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}

[data-design="v6"] .s6-hero__ui > * {
  pointer-events: auto;
}

[data-design="v6"] .s6-hero__dots {
  display: flex;
  gap: .45rem;
}

[data-design="v6"] .s6-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  transition: width .25s, background .25s;
}

[data-design="v6"] .s6-hero__dot.is-active {
  width: 28px;
  background: #EA580C;
}

[data-design="v6"] .s6-hero__nav {
  display: flex;
  align-items: center;
  gap: .5rem;
}

[data-design="v6"] .s6-hero__arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background .2s;
}

[data-design="v6"] .s6-hero__arrow:hover {
  background: rgba(234, 88, 12, .65);
}

[data-design="v6"] .s6-hero__count {
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .75);
  min-width: 3rem;
  text-align: center;
}

[data-design="v6"] .s6-hero__count b {
  color: #FB923C;
}

[data-design="v6"] .s6-hero__book {
  position: relative;
  z-index: 5;
  margin-top: clamp(-3.5rem, -6vw, -2.75rem);
  padding: 0 0 clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 640px) {
  [data-design="v6"] .s6-hero__slide {
    min-height: 400px;
  }

  [data-design="v6"] .s6-hero__content {
    min-height: 400px;
    padding-bottom: 4.5rem;
  }

  [data-design="v6"] .s6-hero__ui {
    bottom: 4.25rem;
  }

  [data-design="v6"] .s6-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  [data-design="v6"] .s6-hero__btn {
    width: 100%;
  }

  [data-design="v6"] .s6-hero__book {
    margin-top: -2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-design="v6"] .s6-hero__bg-img {
    animation: none;
  }
}

/* Eski rx-hero gizle (çakışma önleme) */
[data-design="v6"] .rx-hero-wrap {
  display: none !important;
}
