/* Gaziantep etap detay sayfası */
.stage-gaziantep-page .page-hero {
  min-height: clamp(320px, 52vh, 520px);
}

.stage-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  max-width: 720px;
}

.stage-hero-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(8px);
}

.stage-hero-stat strong {
  display: block;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.stage-hero-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stage-info-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.stage-info-section.section-alt {
  background: var(--off-white, #f7f8fa);
}

.stage-info-grid {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.stage-info-grid--reverse {
  direction: rtl;
}

.stage-info-grid--reverse > * {
  direction: ltr;
}

.stage-info-card {
  background: var(--white);
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 18px 50px rgba(26, 35, 50, 0.08);
  border: 1px solid rgba(26, 35, 50, 0.06);
}

.stage-info-card__label {
  display: inline-block;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.stage-info-card h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--navy);
  margin-bottom: 1rem;
}

.stage-info-card p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

.stage-organizer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1024 / 585;
  background: #ffffff;
  border: 1px solid rgba(26, 35, 50, 0.08);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(26, 35, 50, 0.08);
}

.stage-organizer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.stage-venue-feature {
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 18px 50px rgba(26, 35, 50, 0.12);
}

.stage-venue-feature img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.stage-gallery-section {
  background: var(--navy);
  color: var(--white);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.stage-gallery-section .section-eyebrow {
  color: var(--orange);
}

.stage-gallery-section .section-title {
  color: var(--white);
}

.stage-gallery-section .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.stage-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stage-gallery-item {
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.stage-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.stage-gallery-item:hover img,
.stage-gallery-item:focus-visible img {
  transform: scale(1.04);
}

.stage-gallery-item__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1rem 0.85rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: left;
}

.stage-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(10, 14, 22, 0.92);
}

.stage-lightbox.is-open {
  display: flex;
}

.stage-lightbox img {
  max-width: min(1100px, 100%);
  max-height: 88vh;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.stage-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.stage-apply-section {
  scroll-margin-top: 6rem;
}

/* Yayın akışı carousel */
.stage-broadcast-section {
  background: #f9f4f2;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.stage-broadcast-section .section-eyebrow {
  color: var(--orange);
}

.stage-broadcast-section .section-title {
  color: var(--navy);
}

.stage-broadcast-section .section-lead {
  color: var(--text-muted);
  max-width: 640px;
}

.stage-broadcast-carousel {
  position: relative;
  margin-top: 2rem;
}

.stage-broadcast-viewport {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(26, 35, 50, 0.1);
}

.stage-broadcast-track {
  display: flex;
  transition: transform 0.45s ease;
}

.stage-broadcast-slide {
  flex: 0 0 100%;
  min-height: clamp(420px, 62vh, 640px);
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem) clamp(5rem, 8vw, 6rem);
  background: #f9f4f2;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stage-broadcast-slide__inner {
  width: min(100%, 720px);
  margin: 0 auto;
}

.stage-broadcast-slide__brand {
  margin-top: auto;
  padding-top: 2.5rem;
  text-align: center;
}

.stage-broadcast-slide__brand-main {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--orange);
  line-height: 1.1;
}

.stage-broadcast-slide__brand-sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.stage-broadcast-kicker {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.stage-broadcast-kicker .accent {
  color: var(--orange);
}

.stage-broadcast-day-title {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.stage-broadcast-info-box {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  border-radius: 6px;
  padding: 1rem 1.5rem;
  text-align: left;
  min-width: min(100%, 420px);
  margin: 0 auto 1rem;
}

.stage-broadcast-info-box p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}

.stage-broadcast-info-box p + p {
  margin-top: 0.35rem;
}

.stage-broadcast-info-box strong {
  font-weight: 700;
}

.stage-broadcast-meta {
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.stage-broadcast-meta p {
  margin: 0;
}

.stage-broadcast-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.stage-broadcast-heading .accent {
  color: var(--orange);
}

.stage-broadcast-subtitle {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  color: rgba(26, 35, 50, 0.82);
}

.stage-broadcast-note {
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
}

.stage-broadcast-table-key {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
}

.stage-broadcast-table-key .accent {
  color: var(--orange);
}

.stage-broadcast-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0 auto;
}

.stage-broadcast-table th,
.stage-broadcast-table td {
  padding: 0.85rem 0.5rem;
  border-bottom: 1px solid rgba(242, 122, 48, 0.35);
  font-size: 0.92rem;
}

.stage-broadcast-table th {
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.stage-broadcast-table td:first-child {
  font-weight: 600;
}

.stage-broadcast-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.stage-broadcast-timeline::before {
  content: '';
  position: absolute;
  left: 0.45rem;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 2px;
  background: var(--orange);
}

.stage-broadcast-timeline__item {
  position: relative;
  padding: 0 0 1.5rem 1.75rem;
}

.stage-broadcast-timeline__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px #f9f4f2;
}

.stage-broadcast-timeline__title {
  font-weight: 800;
  font-size: 0.98rem;
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.stage-broadcast-timeline__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(26, 35, 50, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.stage-broadcast-timeline__bullets li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

.stage-broadcast-timeline__bullets li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--orange);
}

.stage-broadcast-bars {
  text-align: left;
  width: 100%;
}

.stage-broadcast-bars__section + .stage-broadcast-bars__section {
  margin-top: 1.75rem;
}

.stage-broadcast-bars__heading {
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 0.75rem;
}

.stage-broadcast-bars__slots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stage-broadcast-bars__slot {
  display: grid;
  grid-template-columns: minmax(7.5rem, 9rem) 1fr;
  gap: 1rem;
  padding: 0.35rem 0;
  font-size: 0.95rem;
}

.stage-broadcast-bars__slot time {
  font-weight: 600;
}

.stage-broadcast-closing {
  margin-top: 2rem;
  text-align: left;
}

.stage-broadcast-closing__title {
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 0.75rem;
}

.stage-broadcast-closing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.6;
}

.stage-broadcast-closing__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

.stage-broadcast-closing__list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--orange);
}

.stage-broadcast-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(26, 35, 50, 0.12);
  transition: background 0.2s ease, transform 0.2s ease;
}

.stage-broadcast-nav:hover,
.stage-broadcast-nav:focus-visible {
  background: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.stage-broadcast-nav--prev {
  left: -0.25rem;
}

.stage-broadcast-nav--next {
  right: -0.25rem;
}

.stage-broadcast-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.stage-broadcast-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: rgba(26, 35, 50, 0.22);
  cursor: pointer;
}

.stage-broadcast-dot.is-active {
  background: var(--orange);
  box-shadow: 0 0 0 2px rgba(242, 122, 48, 0.25);
}

.stage-broadcast-slide--left .stage-broadcast-slide__inner,
.stage-broadcast-slide--left .stage-broadcast-bars,
.stage-broadcast-slide--left .stage-broadcast-closing,
.stage-broadcast-slide--left .stage-broadcast-timeline {
  text-align: left;
}

.stage-broadcast-slide--left .stage-broadcast-kicker,
.stage-broadcast-slide--left .stage-broadcast-day-title,
.stage-broadcast-slide--left .stage-broadcast-heading {
  text-align: left;
}

@media (max-width: 767px) {
  .stage-broadcast-nav--prev {
    left: 0.25rem;
  }

  .stage-broadcast-nav--next {
    right: 0.25rem;
  }

  .stage-broadcast-slide {
    min-height: auto;
    padding-bottom: 4.5rem;
  }

  .stage-broadcast-bars__slot {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

@media (max-width: 991px) {
  .stage-hero-stats {
    grid-template-columns: 1fr;
  }

  .stage-info-grid,
  .stage-info-grid--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .stage-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .stage-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
