/* ==========================================================================
   CINEMA-DATE BLOCK STYLES (LÜKS SİNEMA & GALA GECESİ)
   Nexvia Digital Studio — Ultra Luxury & Cinematic Experience
   ========================================================================== */

.blk-cinema-wrap {
  background: radial-gradient(circle at top center, #1f0813 0%, #0d0309 50%, #030004 100%) !important;
  color: #fff;
  padding: max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)) !important;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.cinema-app-box {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 10;
}

/* ==========================================================================
   1. KIRMIZI KADİFE SİNEMA PERDESİ (CURTAIN STAGE)
   ========================================================================== */
.cinema-curtain-stage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050002;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
}

.cinema-curtain-stage.curtain-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Sol & Sağ Kadife Perdeler */
.curtain-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 53%;
  height: 100%;
  z-index: 100;
  transition: transform 1.35s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.curtain-left {
  left: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      #350207 0px,
      #6e0813 18px,
      #9e111e 36px,
      #bb1825 54px,
      #6e0813 72px,
      #350207 90px
    );
  box-shadow: 15px 0 50px rgba(0, 0, 0, 0.9), inset -10px 0 30px rgba(0, 0, 0, 0.6);
  transform-origin: left center;
}

.curtain-right {
  right: 0;
  background: 
    repeating-linear-gradient(
      90deg,
      #350207 0px,
      #6e0813 18px,
      #9e111e 36px,
      #bb1825 54px,
      #6e0813 72px,
      #350207 90px
    );
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.9), inset 10px 0 30px rgba(0, 0, 0, 0.6);
  transform-origin: right center;
}

.curtain-pleats {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, transparent 20%, transparent 80%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}

.curtain-gold-fringe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28px;
  background: repeating-linear-gradient(90deg, #d4af37 0, #d4af37 4px, #785a17 4px, #785a17 8px);
  border-top: 3px solid #fef08a;
  box-shadow: 0 -4px 15px rgba(212, 175, 55, 0.5);
}

/* Perde Püskülleri (Gold Tassels) */
.curtain-tassel {
  position: absolute;
  top: 55%;
  z-index: 120;
}
.curtain-tassel.left { right: 24px; }
.curtain-tassel.right { left: 24px; }

.tassel-cord {
  width: 8px;
  height: 90px;
  background: linear-gradient(90deg, #d4af37, #fef08a, #b48a1c);
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

.tassel-knot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff, #d4af37 60%, #785a17);
  margin-left: -7px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.tassel-brush {
  width: 20px;
  height: 50px;
  margin-left: -6px;
  background: repeating-linear-gradient(90deg, #d4af37 0px, #b48a1c 3px, #fef08a 5px);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

/* Üst Kadife Saçak (Valance) */
.curtain-valance {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 150;
  pointer-events: none;
}

.valance-swags {
  display: flex;
  width: 100%;
  height: 100%;
}

.swag {
  flex: 1;
  height: 100%;
  background: radial-gradient(ellipse at 50% -20%, #bb1825 0%, #6e0813 60%, #350207 100%);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  box-shadow: inset 0 -10px 25px rgba(0, 0, 0, 0.7), 0 10px 30px rgba(0, 0, 0, 0.6);
  border-bottom: 4px solid #d4af37;
  position: relative;
}

.swag.center {
  transform: scaleY(1.15);
  z-index: 2;
}

.valance-gold-braid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(90deg, #b48a1c, #fef08a, #d4af37, #fef08a, #b48a1c);
  box-shadow: 0 3px 10px rgba(0,0,0,0.8);
}

/* Açılma Animasyonu Tetiklendiğinde */
.cinema-curtain-stage.curtain-opening .curtain-left {
  transform: translateX(-100%) scaleX(0.5);
}

.cinema-curtain-stage.curtain-opening .curtain-right {
  transform: translateX(100%) scaleX(0.5);
}

.cinema-curtain-stage.curtain-opening #curtainMarquee {
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Perde Önü Gala Başlat Marquee Kartı */
.curtain-marquee-center {
  position: relative;
  z-index: 200;
  max-width: 580px;
  width: 90%;
  text-align: center;
  transition: all 0.5s ease;
}

.spotlight-beam {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 600px;
  background: radial-gradient(ellipse at 50% 0%, rgba(254, 240, 138, 0.25) 0%, rgba(244, 63, 94, 0.12) 45%, transparent 75%);
  pointer-events: none;
  filter: blur(15px);
  animation: spotlightPulse 3.5s infinite ease-in-out;
}

@keyframes spotlightPulse {
  0%, 100% { opacity: 0.75; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

.marquee-box {
  background: linear-gradient(145deg, #18141f 0%, #0d0611 100%);
  border: 3px solid #d4af37;
  border-radius: 24px;
  padding: 36px 28px;
  box-shadow: 0 0 50px rgba(212, 175, 55, 0.35), 0 25px 60px rgba(0, 0, 0, 0.95);
  position: relative;
  overflow: hidden;
}

.marquee-lights {
  position: absolute;
  top: 6px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
}

.marquee-lights span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fef08a;
  box-shadow: 0 0 10px #fef08a;
  animation: bulbChase 1.2s infinite alternate ease-in-out;
}

.marquee-lights span:nth-child(even) {
  animation-delay: 0.6s;
  background: #f43f5e;
  box-shadow: 0 0 10px #f43f5e;
}

@keyframes bulbChase {
  0% { opacity: 0.4; transform: scale(0.85); }
  100% { opacity: 1; transform: scale(1.3); }
}

.marquee-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid #d4af37;
  color: #fbbf24;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.marquee-title {
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.title-sub {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: #a1a1aa;
  text-transform: uppercase;
}

.title-couple {
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  text-shadow: 0 0 25px rgba(244, 63, 94, 0.6);
}

.marquee-question {
  font-size: 1.05rem;
  color: #e4e4e7;
  font-style: italic;
  margin: 0 0 26px 0;
}

.btn-open-curtain {
  position: relative;
  background: linear-gradient(135deg, #e11d48 0%, #9f1239 100%);
  color: #fff;
  border: 2px solid #fda4af;
  border-radius: 40px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(225, 29, 72, 0.6), 0 0 25px rgba(244, 63, 94, 0.4);
  transition: all 0.25s ease;
  overflow: hidden;
}

.btn-open-curtain:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 40px rgba(225, 29, 72, 0.8), 0 0 35px rgba(244, 63, 94, 0.6);
}

.curtain-hint {
  font-size: 0.75rem;
  color: #a1a1aa;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* ==========================================================================
   2. KLAKET & GALA BAŞLIĞI
   ========================================================================== */
.cinema-clapper {
  background: #130e18;
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 30px rgba(244, 63, 94, 0.15);
  margin-bottom: 24px;
}

.clapper-top-strip {
  height: 26px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 18px, #18181b 18px, #18181b 36px);
  border-bottom: 2px solid rgba(212, 175, 55, 0.4);
}

.clapper-body {
  padding: 24px 20px;
  text-align: center;
}

.clapper-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.meta-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  padding: 3px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-replay-curtain {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e4e4e7;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-replay-curtain:hover {
  background: rgba(244, 63, 94, 0.25);
  border-color: #f43f5e;
  color: #fff;
}

.clapper-title {
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.clapper-sub {
  font-size: 1.02rem;
  color: #d4d4d8;
  margin: 0;
}

/* ==========================================================================
   3. PROGRESS WIZARD STEPPER
   ========================================================================== */
.cinema-stepper-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(24, 15, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.cinema-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.cinema-step-item:hover {
  opacity: 0.85;
}

.cinema-step-item.active {
  opacity: 1;
}

.cinema-step-item.completed {
  opacity: 0.9;
}

.cinema-step-item .step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1f1a26;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #a1a1aa;
  transition: all 0.25s ease;
}

.cinema-step-item.active .step-num {
  background: linear-gradient(135deg, #f43f5e, #e11d48);
  border-color: #fda4af;
  color: #fff;
  box-shadow: 0 0 18px rgba(244, 63, 94, 0.7);
  transform: scale(1.1);
}

.cinema-step-item.completed .step-num {
  background: #10b981;
  border-color: #6ee7b7;
  color: #fff;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

.step-info {
  display: flex;
  flex-direction: column;
}

.step-idx {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #a1a1aa;
}

.step-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #e4e4e7;
  white-space: nowrap;
}

.cinema-step-item.active .step-label {
  color: #fff;
  font-weight: 800;
}

.step-divider {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 12px;
  min-width: 10px;
}

@media (max-width: 640px) {
  .step-info { display: none; }
  .cinema-stepper-bar { padding: 10px 14px; }
}

/* ==========================================================================
   4. STEP VIEWPORT & PANELS
   ========================================================================== */
.cinema-step-panel {
  display: none;
  background: rgba(22, 14, 27, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 30px 26px;
  backdrop-filter: blur(16px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7);
}

.cinema-step-panel.active {
  display: block;
  animation: cinemaPanelIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes cinemaPanelIn {
  from { opacity: 0; transform: translateY(14px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.step-panel-header {
  text-align: center;
  margin-bottom: 26px;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(244, 63, 94, 0.18);
  border: 1px solid rgba(244, 63, 94, 0.4);
  color: #fda4af;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.cinema-sec-title {
  font-size: clamp(1.25rem, 3.2vw, 1.6rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cinema-sec-title i {
  color: #f43f5e;
}

.cinema-hint-text {
  font-size: 0.94rem;
  color: #d4d4d8;
  margin: 0;
}

/* ==========================================================================
   5. ADIM 1: SİNEMA AFİŞLERİ IZGARASI
   ========================================================================== */
.cinema-posters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}

.cinema-genre-poster {
  position: relative;
  background: linear-gradient(180deg, #1f1728 0%, #120c18 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cinema-genre-poster:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 63, 94, 0.5);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(244, 63, 94, 0.25);
}

.cinema-genre-poster.selected {
  border-color: #f43f5e;
  background: linear-gradient(180deg, rgba(244, 63, 94, 0.2) 0%, rgba(20, 10, 20, 0.95) 100%);
  box-shadow: 0 0 35px rgba(244, 63, 94, 0.5), 0 15px 30px rgba(0, 0, 0, 0.8);
  transform: translateY(-4px) scale(1.02);
}

.poster-top-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 0.68rem;
  font-weight: 800;
}

.poster-badge-4k {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 2px 7px;
  border-radius: 8px;
}

.poster-rating {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  padding: 2px 7px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.poster-icon-art {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(244, 63, 94, 0.12);
  border: 1.5px solid rgba(244, 63, 94, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #f43f5e;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.cinema-genre-poster:hover .poster-icon-art,
.cinema-genre-poster.selected .poster-icon-art {
  transform: scale(1.15) rotate(5deg);
  background: #f43f5e;
  color: #fff;
  box-shadow: 0 0 20px rgba(244, 63, 94, 0.7);
}

/* Tema Varyasyonları */
.cinema-genre-poster.theme-romantic.selected { border-color: #f43f5e; }
.cinema-genre-poster.theme-thriller.selected { border-color: #a855f7; }
.cinema-genre-poster.theme-thriller.selected .poster-icon-art { background: #a855f7; color: #fff; }
.cinema-genre-poster.theme-scifi.selected { border-color: #06b6d4; }
.cinema-genre-poster.theme-scifi.selected .poster-icon-art { background: #06b6d4; color: #fff; }
.cinema-genre-poster.theme-vintage.selected { border-color: #d4af37; }
.cinema-genre-poster.theme-vintage.selected .poster-icon-art { background: #d4af37; color: #000; }

.poster-info {
  flex: 1;
}

.poster-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.poster-desc {
  font-size: 0.78rem;
  color: #a1a1aa;
  line-height: 1.35;
}

.poster-select-indicator {
  margin-top: 14px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fda4af;
  background: rgba(244, 63, 94, 0.2);
  border: 1px solid #f43f5e;
  padding: 3px 10px;
  border-radius: 12px;
  display: none;
  align-items: center;
  gap: 5px;
}

.cinema-genre-poster.selected .poster-select-indicator {
  display: inline-flex;
}

/* ==========================================================================
   6. ADIM 2: 2D VIP SİNEMA SALONU & ÇİFT KOLTUKLARI
   ========================================================================== */
.cinema-theater-screen {
  position: relative;
  text-align: center;
  margin: 10px auto 30px;
  max-width: 520px;
}

.projector-light-cone {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80px;
  background: radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.3) 0%, rgba(56, 189, 248, 0.08) 50%, transparent 80%);
  filter: blur(12px);
  pointer-events: none;
}

.screen-curve {
  height: 10px;
  background: linear-gradient(90deg, transparent, #38bdf8 25%, #e0f2fe 50%, #38bdf8 75%, transparent);
  border-radius: 50%;
  box-shadow: 0 6px 25px rgba(56, 189, 248, 0.75), 0 0 15px rgba(224, 242, 254, 0.9);
  margin-bottom: 10px;
}

.screen-caption {
  font-size: 0.72rem;
  letter-spacing: 3.5px;
  color: #38bdf8;
  font-weight: 800;
  text-transform: uppercase;
}

.cinema-seats-grid-wrap {
  background: rgba(10, 5, 14, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px 14px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.cinema-seats-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  min-width: 320px;
}

.seat-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.row-label {
  font-size: 0.88rem;
  font-weight: 900;
  color: #d4af37;
  width: 24px;
  text-align: center;
}

.seat-btn {
  width: 38px;
  height: 38px;
  background: linear-gradient(180deg, #2a2233 0%, #1c1522 100%);
  border-radius: 10px 10px 5px 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: #e4e4e7;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  user-select: none;
}

.seat-btn:hover:not(.taken) {
  background: #3b2d49;
  border-color: #f43f5e;
  transform: translateY(-3px) scale(1.08);
  color: #fff;
  box-shadow: 0 6px 15px rgba(244, 63, 94, 0.4);
}

.seat-btn.selected {
  background: linear-gradient(180deg, #f43f5e 0%, #be123c 100%) !important;
  color: #fff !important;
  border-color: #fda4af !important;
  box-shadow: 0 0 20px rgba(244, 63, 94, 0.85);
  transform: translateY(-3px) scale(1.12);
  animation: seatPulse 2s infinite ease-in-out;
}

.seat-btn.selected::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f004";
  position: absolute;
  top: -6px;
  right: -5px;
  font-size: 0.65rem;
  color: #fff;
  background: #be123c;
  border: 1px solid #fda4af;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(244, 63, 94, 0.8);
}

@keyframes seatPulse {
  0%, 100% { box-shadow: 0 0 16px rgba(244, 63, 94, 0.7); }
  50% { box-shadow: 0 0 26px rgba(244, 63, 94, 1); }
}

.seat-btn.taken {
  background: #110c16;
  color: #4a4055;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.4;
}

.cinema-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.82rem;
  color: #a1a1aa;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.seat-sample {
  width: 18px;
  height: 18px;
  border-radius: 5px;
}
.seat-sample.free { background: #2a2233; border: 1px solid rgba(255, 255, 255, 0.2); }
.seat-sample.selected { background: #f43f5e; box-shadow: 0 0 10px rgba(244, 63, 94, 0.7); }
.seat-sample.taken { background: #110c16; opacity: 0.5; }

.seats-toolbar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.btn-quick-seats, .btn-clear-seats {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e4e4e7;
  padding: 9px 18px;
  border-radius: 24px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-quick-seats:hover {
  background: rgba(244, 63, 94, 0.22);
  border-color: #f43f5e;
  color: #fff;
  box-shadow: 0 0 15px rgba(244, 63, 94, 0.35);
}

.btn-clear-seats:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.selected-seats-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(244, 63, 94, 0.14);
  border: 1.5px solid rgba(244, 63, 94, 0.4);
  padding: 14px 20px;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.selected-seats-badge.seats-ready {
  background: rgba(244, 63, 94, 0.22);
  border-color: #f43f5e;
  box-shadow: 0 0 25px rgba(244, 63, 94, 0.35);
}

.badge-heart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f43f5e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 0 15px rgba(244, 63, 94, 0.7);
  flex-shrink: 0;
}

.badge-text-content {
  text-align: left;
}

.badge-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #fda4af;
}

.selected-seats-badge strong {
  font-size: 1rem;
  color: #fff;
}

/* ==========================================================================
   7. ADIM 3: GURME MISIR & İKRAM BARI
   ========================================================================== */
.cinema-snacks-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.cinema-snack-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-snack-card:hover {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.4);
  transform: translateY(-2px);
}

.cinema-snack-card.selected {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.18);
  box-shadow: 0 0 25px rgba(251, 191, 36, 0.3);
}

.snack-card-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.snack-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fbbf24;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.cinema-snack-card.selected .snack-icon-box {
  background: #fbbf24;
  color: #000;
  box-shadow: 0 0 15px rgba(251, 191, 36, 0.6);
}

.snack-text {
  text-align: left;
}

.snack-badge {
  font-size: 0.68rem;
  font-weight: 800;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.snack-name {
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff;
  margin: 2px 0 3px 0;
}

.snack-desc {
  font-size: 0.8rem;
  color: #cbd5e1;
  margin: 0;
}

.snack-price-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.free-pill {
  font-size: 0.72rem;
  font-weight: 800;
  color: #fda4af;
  background: rgba(244, 63, 94, 0.18);
  border: 1px solid rgba(244, 63, 94, 0.4);
  padding: 4px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.snack-radio-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1f1a26;
  border: 1.5px solid #52525b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: transparent;
  transition: all 0.2s ease;
}

.cinema-snack-card.selected .snack-radio-check {
  background: #fbbf24;
  border-color: #fef08a;
  color: #000;
}

/* ==========================================================================
   8. ADIM 4: SEANS, TARİH & ONAY FORMU
   ========================================================================== */
.cinema-live-recap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  background: rgba(10, 5, 14, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 24px;
}

.recap-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}

.recap-lbl {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fbbf24;
  display: flex;
  align-items: center;
  gap: 5px;
}

.recap-item strong {
  font-size: 0.92rem;
  color: #fff;
}

.cinema-form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cinema-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 520px) {
  .cinema-form-row { grid-template-columns: 1fr; }
}

.form-group {
  text-align: left;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #e4e4e7;
  margin-bottom: 8px;
}

.form-group label i {
  color: #f43f5e;
}

.cinema-input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  color: #fff;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.cinema-input:focus {
  outline: none;
  border-color: #f43f5e;
  background: rgba(244, 63, 94, 0.08);
  box-shadow: 0 0 15px rgba(244, 63, 94, 0.35);
}

.btn-cinema-book {
  position: relative;
  background: linear-gradient(135deg, #e11d48, #be123c);
  color: #fff;
  border: 2px solid #fda4af;
  border-radius: 35px;
  padding: 15px 30px;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(225, 29, 72, 0.55);
  transition: all 0.2s ease;
  margin-left: auto;
  overflow: hidden;
}

.btn-cinema-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(225, 29, 72, 0.75);
}

/* Nav Footer */
.cinema-step-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  flex-wrap: wrap;
}

.step-current-summary {
  font-size: 0.88rem;
  color: #d4d4d8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.step-current-summary i {
  color: #10b981;
}

.btn-step-next {
  background: linear-gradient(135deg, #f43f5e, #e11d48);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 22px rgba(244, 63, 94, 0.45);
  transition: all 0.2s ease;
  margin-left: auto;
}

.btn-step-next:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(244, 63, 94, 0.65);
}

.btn-step-prev {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #e4e4e7;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.btn-step-prev:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   9. YIRTILABİLİR PERFORAJLI ALTIN BARKODLU VIP SİNEMA GALA BİLETİ
   ========================================================================== */
.cinema-ticket-result {
  margin-top: 10px;
  animation: cinemaPanelIn 0.45s ease forwards;
}

.ticket-congrats-banner {
  background: rgba(16, 185, 129, 0.15);
  border: 1.5px solid #10b981;
  color: #6ee7b7;
  padding: 14px 20px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.banner-text strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.banner-text span {
  font-size: 0.8rem;
  color: #a7f3d0;
}

.banner-sparkle {
  font-size: 1.3rem;
  color: #fbbf24;
}

.cinema-ticket-wrapper {
  perspective: 1200px;
  margin-bottom: 24px;
}

.cinema-ticket-card {
  display: flex;
  background: linear-gradient(135deg, #1d132b 0%, #0c0814 100%);
  border: 2.5px solid #d4af37;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.3), 0 30px 60px rgba(0, 0, 0, 0.9);
  position: relative;
  transition: transform 0.4s ease;
}

@media (max-width: 700px) {
  .cinema-ticket-card {
    flex-direction: column;
  }
}

/* Sol Ana Bilet Gövdesi */
.ticket-main-body {
  flex: 1;
  padding: 28px;
  text-align: left;
  position: relative;
}

.tkt-hologram-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #f43f5e, #38bdf8, #10b981, #d4af37);
  background-size: 300% 100%;
  animation: hologramSlide 4s linear infinite;
}

@keyframes hologramSlide {
  0% { background-position: 0% 0%; }
  100% { background-position: 300% 0%; }
}

.tkt-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.tkt-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid #d4af37;
  color: #fbbf24;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 20px;
}

.tkt-format-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #38bdf8;
}

.tkt-film-block {
  margin-bottom: 18px;
}

.tkt-sub-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #a1a1aa;
}

.ticket-film-title {
  font-size: clamp(1.3rem, 3.5vw, 1.75rem);
  font-weight: 900;
  color: #fff;
  margin: 2px 0 4px 0;
}

.ticket-couple-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fda4af;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tkt-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.spec-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.s-label {
  font-size: 0.68rem;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.s-val {
  font-size: 0.92rem;
  color: #fff;
}

.s-val.highlight {
  color: #f43f5e;
  font-weight: 800;
}

.ticket-note-box {
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid #f43f5e;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-style: italic;
  color: #fbcfe8;
  margin-bottom: 16px;
}

.tkt-footer-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  font-weight: 800;
  color: #a1a1aa;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  padding-top: 12px;
}

.tkt-complimentary {
  color: #fbbf24;
}

/* Perforasyon Çizgisi & Çentikler */
.ticket-perforation-divider {
  width: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.perf-notch {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0d0309;
  border: 2px solid #d4af37;
  z-index: 5;
}

.perf-notch.top { top: -14px; }
.perf-notch.bottom { bottom: -14px; }

.perf-dashed-line {
  height: 100%;
  width: 2px;
  border-left: 2px dashed rgba(212, 175, 55, 0.6);
}

.perf-tear-hint {
  position: absolute;
  background: #d4af37;
  color: #000;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 6px;
  border-radius: 6px;
  transform: rotate(-90deg);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .ticket-perforation-divider {
    width: 100%;
    height: 24px;
    flex-direction: row;
  }
  .perf-notch.top { top: auto; left: -14px; }
  .perf-notch.bottom { bottom: auto; right: -14px; }
  .perf-dashed-line { width: 100%; height: 2px; border-left: none; border-top: 2px dashed rgba(212, 175, 55, 0.6); }
  .perf-tear-hint { transform: none; }
}

/* Sağ Koparılabilir Kupon (Stub) */
.ticket-right-stub {
  width: 190px;
  background: #0d0714;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 18px;
  text-align: center;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

@media (max-width: 700px) {
  .ticket-right-stub {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Yırtılma Efekti Aktifken */
.cinema-ticket-card.ticket-torn .ticket-right-stub {
  transform: translateX(18px) rotate(4deg) translateY(10px);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.8);
}

.stub-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #a1a1aa;
  margin-bottom: 12px;
}

.stub-seat-highlight {
  font-size: 1.35rem;
  font-weight: 900;
  color: #f43f5e;
  background: rgba(244, 63, 94, 0.15);
  border: 1px solid rgba(244, 63, 94, 0.4);
  border-radius: 12px;
  padding: 8px 10px;
  margin-bottom: 14px;
}

.stub-gold-barcode {
  margin-bottom: 14px;
}

.barcode-graphic {
  display: flex;
  justify-content: center;
  gap: 2.5px;
  height: 38px;
  margin-bottom: 4px;
}

.barcode-graphic span {
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #d4af37 0%, #fef08a 100%);
  border-radius: 1px;
}

.barcode-graphic span:nth-child(2),
.barcode-graphic span:nth-child(5),
.barcode-graphic span:nth-child(8),
.barcode-graphic span:nth-child(12) {
  width: 5px;
}

.barcode-text {
  font-family: monospace;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fbbf24;
  letter-spacing: 1px;
}

.stub-qr-badge {
  font-size: 0.72rem;
  font-weight: 800;
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.stub-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg) scale(0);
  border: 3px solid #10b981;
  color: #10b981;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 3px;
  padding: 6px 14px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cinema-ticket-card.ticket-torn .stub-stamp {
  transform: translate(-50%, -50%) rotate(-18deg) scale(1);
  opacity: 1;
}

/* Bilet Aksiyon Butonları */
.cinema-ticket-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cinema-act {
  padding: 13px 24px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-cinema-act.tear-action {
  background: linear-gradient(135deg, #d4af37, #b48a1c);
  color: #000;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.btn-cinema-act.primary {
  background: linear-gradient(135deg, #f43f5e, #be123c);
  color: #fff;
  box-shadow: 0 6px 20px rgba(244, 63, 94, 0.4);
}

.btn-cinema-act.whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-cinema-act:hover {
  transform: translateY(-2px);
}

.btn-cinema-act.text-only {
  background: transparent;
  color: #a1a1aa;
  padding: 12px 18px;
}

.btn-cinema-act.text-only:hover {
  color: #fff;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS & SAFE AREA
   ========================================================================== */
@media (max-width: 680px) {
  .cinema-app-box {
    width: 100%;
    max-width: 100%;
  }

  .curtain-marquee-center {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }

  .marquee-box {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .btn-open-curtain {
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    font-size: 0.95rem;
  }

  .cinema-clapper {
    border-radius: 16px;
  }

  .clapper-body {
    padding: 18px 14px;
  }

  .cinema-stepper-bar {
    padding: 10px 12px;
    border-radius: 14px;
    gap: 6px;
  }

  .cinema-step-panel {
    padding: 20px 14px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
  }

  .cinema-posters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .cinema-genre-poster {
    padding: 14px 10px;
    border-radius: 16px;
  }

  .poster-icon-art {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .poster-title {
    font-size: 0.88rem;
  }

  .poster-desc {
    font-size: 0.72rem;
  }

  .cinema-theater-screen {
    margin: 8px auto 20px;
  }

  .cinema-seats-grid-wrap {
    padding: 16px 8px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cinema-seats-grid {
    min-width: 270px;
    gap: 8px;
  }

  .seat-row {
    gap: 6px;
  }

  .seat-btn {
    width: 32px;
    height: 32px;
    font-size: 0.72rem;
    border-radius: 7px;
  }

  .cinema-legend {
    gap: 12px;
    font-size: 0.75rem;
  }

  .selected-seats-badge {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .badge-heart-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .cinema-snack-card {
    padding: 12px 14px;
    border-radius: 14px;
    gap: 10px;
  }

  .snack-icon-box {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }

  .snack-name {
    font-size: 0.9rem;
  }

  .cinema-ticket-card {
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
  }

  .ticket-main-body {
    padding: 20px 16px;
  }

  .tkt-specs-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ticket-right-stub {
    padding: 18px 14px;
  }

  .cinema-ticket-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-cinema-act {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    box-sizing: border-box;
  }

  .btn-step-next, .btn-step-prev, .btn-cinema-book {
    min-height: 48px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .cinema-step-nav {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .cinema-posters-grid {
    grid-template-columns: 1fr;
  }
  .seat-btn {
    width: 28px;
    height: 28px;
    font-size: 0.65rem;
  }
}
