﻿/* ============================================================
   AH GECELER — detail-page.css  (v5 — açık tema / siyah yazılar)
   Kompakt başlık + bilgi kartı + tek sütun içerik, sağda sticky
   bilet paneli; mobilde altta sabit SATIN AL çubuğu.
   Palet: #970808 kırmızı (vurgu) + siyah (metin).
   NOT: Düz kırmızı zeminli buton/rozetlerde yazı beyaz bırakıldı.
   ============================================================ */

/* ¦¦ SAYFA & BULANIK ARKA PLAN ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dt-page {
    position: relative;
    padding-top: 76px;
}

.dt-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    background-size: cover;
    background-position: center 30%;
    filter: blur(40px) brightness(0.4) saturate(0.9);
    transform: scale(1.15);
    pointer-events: none;
}

    .dt-backdrop::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(10,6,6,0.35) 0%, rgba(10,6,6,0.75) 55%, #0a0606 100%);
    }

.dt-shell {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 26px 24px 90px;
}

/* ¦¦ BAŞLIK ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dt-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    margin-bottom: 18px;
}

    .dt-breadcrumb a {
        color: rgba(0,0,0,0.5);
        text-decoration: none;
        transition: color .2s;
    }

        .dt-breadcrumb a:hover {
            color: #000000;
        }

    .dt-breadcrumb span:last-child {
        color: rgba(0,0,0,0.85);
    }

.dt-title {
    font-family: var(--font-display);
    font-size: clamp(30px, 4.6vw, 46px);
    line-height: 1.08;
    color: #000000;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

.dt-dateline {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
    margin-bottom: 4px;
}

    .dt-dateline .dot {
        color: rgba(0,0,0,0.35);
        margin: 0 6px;
    }

.dt-cityline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.dt-countpill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(151,8,8,0.12);
    border: 1px solid rgba(151,8,8,0.65);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    text-transform: none;
}

/* Fiyat + CTA satırı */
.dt-buyrow {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.dt-fromprice {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

    .dt-fromprice .p {
        font-family: var(--font-display);
        font-size: 30px;
        color: #000000;
    }

    .dt-fromprice .l {
        font-size: 12px;
        font-weight: 600;
        color: rgba(0,0,0,0.55);
        letter-spacing: 0.5px;
    }

/* Düz kırmızı zemin — yazı BEYAZ kalıyor (okunabilirlik) */
.dt-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 44px;
    background: #970808;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s, box-shadow .25s, transform .2s;
}

    .dt-buy-btn:hover {
        background: #b30f0f;
        box-shadow: 0 8px 26px rgba(151,8,8,0.5);
        transform: translateY(-1px);
    }

.dt-buy-btn--sold {
    background: rgba(0,0,0,0.08);
    color: rgba(0,0,0,0.4);
    cursor: not-allowed;
    pointer-events: none;
}

.dt-iconbtn {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.04);
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

    .dt-iconbtn:hover {
        border-color: #970808;
        background: rgba(151,8,8,0.12);
    }

    .dt-iconbtn svg {
        width: 18px;
        height: 18px;
    }

/* ¦¦ BİLGİ KARTI (bugece: thumb + mekân + saat) ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dt-infocard {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 26px 0 34px;
    padding: 14px 16px;
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 14px;
    backdrop-filter: blur(8px);
}

.dt-infocard-thumb {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.dt-infocard-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dt-infocard-name {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dt-infocard-line {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
}

    .dt-infocard-line svg {
        width: 14px;
        height: 14px;
        color: #970808;
        flex-shrink: 0;
    }

.dt-infocard .dt-buy-btn {
    padding: 12px 28px;
    font-size: 12px;
    flex-shrink: 0;
}

/* ¦¦ IZGARA: içerik + bilet paneli ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dt-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 44px;
    align-items: start;
}

.dt-main {
    min-width: 0;
}

/* ¦¦ BÖLÜMLER — sade başlık ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dt-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.09);
}

    .dt-section:first-child {
        padding-top: 6px;
    }

.dt-h {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .dt-h::before {
        content: '';
        width: 4px;
        height: 18px;
        border-radius: 2px;
        background: #970808;
    }

/* ── Giriş Bilgileri (açılır açıklama) ── */
.dt-desc {
    font-size: 15.5px;
    line-height: 1.85;
    color: rgba(0,0,0,0.78);
    white-space: pre-line;
}

    .dt-desc.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.dt-desc-more {
    display: none;
    margin: 14px auto 0;
    background: none;
    border: none;
    color: rgba(0,0,0,0.7);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: color .2s;
}

    .dt-desc-more.visible {
        display: flex;
    }

    .dt-desc-more:hover {
        color: #000000;
    }

    .dt-desc-more svg {
        width: 16px;
        height: 16px;
        transition: transform .3s;
    }

    .dt-desc-more.open svg {
        transform: rotate(180deg);
    }

/* ── Program (Line Up tarzı sade liste) ── */
.dt-program {
    display: flex;
    flex-direction: column;
}

.dt-prog-row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

    .dt-prog-row:last-child {
        border-bottom: none;
    }

.dt-prog-time {
    flex-shrink: 0;
    width: 56px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    color: #970808;
    letter-spacing: 0.5px;
}

.dt-prog-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.dt-prog-desc {
    font-size: 13px;
    color: rgba(0,0,0,0.55);
    margin-top: 2px;
}

.dt-prog-badge {
    margin-left: auto;
    flex-shrink: 0;
    align-self: center;
    padding: 3px 11px;
    border-radius: 999px;
    border: 1px solid rgba(151,8,8,0.65);
    background: rgba(151,8,8,0.12);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}

.dt-prog-row.highlight .dt-prog-title {
    color: #000000;
}

.dt-prog-row.highlight {
    background: rgba(151,8,8,0.08);
    margin: 0 -12px;
    padding: 12px;
    border-radius: 8px;
    border-bottom: none;
}

/* ── Mekan ── */
.dt-venue {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 12px;
}

.dt-venue-pin {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(151,8,8,0.12);
    border: 1px solid rgba(151,8,8,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #970808;
}

    .dt-venue-pin svg {
        width: 18px;
        height: 18px;
    }

.dt-venue-body {
    flex: 1;
    min-width: 0;
}

.dt-venue-name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3px;
}

.dt-venue-addr {
    display: block;
    font-size: 13px;
    color: rgba(0,0,0,0.65);
    text-decoration: none;
    line-height: 1.5;
    transition: color .2s;
}

    .dt-venue-addr:hover {
        color: #000000;
        text-decoration: underline;
    }

/* ── Akordeon bölümler (Kurallar / SSS başlık satırı) ── */
.dt-acc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

    .dt-acc-head .dt-h {
        margin: 0;
    }

.dt-acc-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(151,8,8,0.6);
    background: rgba(151,8,8,0.12);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s, background .3s, color .3s;
    flex-shrink: 0;
}

.dt-acc.open .dt-acc-icon {
    transform: rotate(45deg);
    background: #970808;
    color: #ffffff; /* açıkken zemin düz kırmızı — yazı beyaz */
}

.dt-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease;
}

.dt-acc.open .dt-acc-body {
    max-height: 2000px;
}

/* Kural maddeleri */
.dt-rules {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dt-rule {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

    .dt-rule:last-child {
        border-bottom: none;
    }

.dt-rule-ico {
    flex-shrink: 0;
    font-size: 16px;
    width: 24px;
    text-align: center;
    padding-top: 1px;
}

.dt-rule h4 {
    font-size: 14.5px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 3px;
}

.dt-rule p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(0,0,0,0.65);
    margin: 0;
}

/* ¦¦ ÜST STICKY BAR (masaüstü, aşağı inince) ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
/* Zemin beyaza çevrildi — siyah yazı okunsun */
.sticky-ticket-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid rgba(151,8,8,0.45);
    backdrop-filter: blur(12px);
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.77,0,0.175,1);
}

    .sticky-ticket-bar.visible {
        transform: translateY(0);
    }

.sticky-bar-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 11px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sticky-name {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    display: block;
}

.sticky-date {
    font-size: 12px;
    color: rgba(0,0,0,0.55);
    display: block;
}

.sticky-price-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sticky-from {
    font-family: var(--font-display);
    font-size: 20px;
    color: #000000;
}

.badge-sold-out {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c0392b;
    text-transform: uppercase;
}

/* ¦¦ MOBİL ALT SATIN AL ÇUBUĞU ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
/* Zemin beyaza çevrildi — siyah yazı okunsun */
.dt-buybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.97);
    border-top: 1px solid rgba(151,8,8,0.5);
    backdrop-filter: blur(12px);
    transform: translateY(110%);
    transition: transform .35s cubic-bezier(0.22,1,0.36,1);
}

    .dt-buybar.visible {
        transform: translateY(0);
    }

    .dt-buybar .dt-fromprice .p {
        font-size: 22px;
    }

    .dt-buybar .dt-buy-btn {
        padding: 13px 30px;
        font-size: 12px;
    }

/* ¦¦ BİLET PANELİ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
/* Sağ: Bilet paneli — sticky, kompakt, dikey kart listesi */
.ticket-panel {
    position: sticky;
    top: 90px;
}

/* Zemin var(--deep2) yerine beyaz — siyah yazı okunsun */
.ticket-panel-inner {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(151, 8, 8, 0.40);
    padding: 26px 22px;
    overflow: hidden;
    box-shadow: 0 20px 50px -24px rgba(0, 0, 0, 0.25);
    border-radius: 28px;
}

    .ticket-panel-inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #970808 50%, transparent);
        opacity: 0.9;
    }

.ticket-panel-head {
    margin-bottom: 20px;
}

.ticket-panel-tag {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.75);
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.ticket-panel-title {
    font-family: var(--font-display);
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.ticket-panel-date {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0px;
    display: block;
}

/* Dikey kart listesi */
.ticket-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
}

/* ¦¦ Bilet kartı ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.ticket-select-card {
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 28px;
    padding: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: border-color .35s, background .35s, transform .25s, box-shadow .35s;
    overflow: hidden;
}

    .ticket-select-card:hover:not(.sold-out) {
        transform: translateY(-2px);
        border-color: rgba(151,8,8,0.75);
        background: rgba(151,8,8,0.06);
        box-shadow: 0 12px 26px -14px rgba(151,8,8,0.35);
    }

    .ticket-select-card.featured {
        background: linear-gradient(160deg, rgba(151,8,8,0.10), rgba(151,8,8,0.03) 60%);
        border-color: rgba(151,8,8,0.85);
        box-shadow: 0 0 0 1px rgba(151,8,8,0.25) inset, 0 8px 22px -14px rgba(151,8,8,0.4);
    }

        .ticket-select-card.featured::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 10px;
            padding: 1px;
            background: linear-gradient(135deg, rgba(151,8,8,0.85), transparent 40%, transparent 60%, rgba(151,8,8,0.55));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }

    .ticket-select-card.sold-out {
        opacity: 0.45;
    }

/* Düz kırmızı zemin — yazı BEYAZ kalıyor */
.ts-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #970808;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 2px 11px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 10px 0 9px;
    box-shadow: 0 2px 10px -2px rgba(151, 8, 8, 0.7);
    display: flex;
    align-items: center;
    gap: 4px;
}

    .ts-badge:not(.sold)::before {
        content: '\2726'; /* ✦ */
        font-size: 9px;
    }

    .ts-badge.sold {
        background: rgba(192,57,43,0.9);
        color: #fff;
    }

.ts-top {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.ts-name-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ts-name {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.ts-desc {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0px;
}

.ts-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.ts-price {
    font-family: var(--font-display);
    font-size: 28px;
    color: #000000;
    line-height: 1;
}

.ts-currency {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
}

.ts-quota-bar {
    height: 5px;
    border-radius: 4px;
    background: rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    margin-bottom: 6px;
    overflow: hidden;
}

.ts-quota-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #970808, #c11515);
    transition: width .6s ease;
}

    .ts-quota-fill.low {
        background: linear-gradient(90deg, #e67e22, #f39c12);
    }

    .ts-quota-fill.critical {
        background: linear-gradient(90deg, #c0392b, #e74c3c);
        animation: ticketPulse 1.6s ease-in-out infinite;
    }

@keyframes ticketPulse {
    0%, 100% {
        box-shadow: 0 0 6px rgba(231,76,60,0.4);
    }

    50% {
        box-shadow: 0 0 14px rgba(231,76,60,0.75);
    }
}

.ts-quota-warn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #c0392b;
    letter-spacing: 1px;
    background: rgba(231,76,60,0.10);
    border: 1px solid rgba(231,76,60,0.35);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
}

    .ts-quota-warn::before {
        content: '!';
        font-size: 11px;
        font-weight: 700;
    }

.ts-includes {
    list-style: none;
    margin: 4px 0 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .ts-includes li {
        font-size: 13px;
        color: rgba(0,0,0,0.65);
        letter-spacing: 0.2px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

        .ts-includes li::before {
            content: '\2713'; /* ✓ — kırmızı daire içinde beyaz */
            color: #ffffff;
            background: #970808;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            font-size: 9px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

.ts-add-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 6px;
}

.ts-qty {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.14);
    border-radius: 24px;
    padding: 4px 6px;
}

.qty-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(151,8,8,0.12);
    border: 1px solid rgba(151,8,8,0.6);
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

    .qty-btn:hover {
        background: #970808;
        color: #ffffff; /* hover'da zemin düz kırmızı */
        transform: scale(1.08);
    }

.qty-value {
    min-width: 18px;
    text-align: center;
    font-family: var(--font-display);
    font-size: 18px;
    color: #000000;
}

/* Düz kırmızı zemin — yazı BEYAZ kalıyor */
.btn-add-cart {
    flex: 1;
    padding: 12px 14px;
    background: #970808;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 14px -6px rgba(151,8,8,0.7);
    transition: box-shadow .3s, transform .2s, background .25s;
}

    .btn-add-cart::before {
        content: '';
        position: absolute;
        top: 0;
        left: -60%;
        width: 40%;
        height: 100%;
        background: linear-gradient(115deg, transparent, rgba(255,255,255,0.3), transparent);
        transform: skewX(-20deg);
        transition: left .55s ease;
    }

    .btn-add-cart:hover::before {
        left: 130%;
    }

    .btn-add-cart:hover {
        background: #b30f0f;
        box-shadow: 0 6px 20px -6px rgba(151,8,8,0.85);
        transform: translateY(-1px);
    }

    .btn-add-cart:active {
        transform: translateY(0) scale(0.98);
    }

/* ¦¦ Kampanya rozeti (bilet kartı) ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.ts-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #15803d;
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.35);
    border-radius: 20px;
    width: fit-content;
    white-space: nowrap;
}

/* ¦¦ Canlı kampanya durumu (adet seçicinin altı) ¦¦¦¦¦ */
.ts-promo-status {
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: rgba(0,0,0,0.8);
    background: rgba(151,8,8,0.08);
    border: 1px dashed rgba(151,8,8,0.6);
    border-radius: 8px;
    text-align: center;
    transition: all .25s;
}

    .ts-promo-status.earned {
        color: #15803d;
        background: rgba(34,197,94,0.08);
        border: 1px solid rgba(34,197,94,0.4);
        font-weight: 600;
    }

.ts-soldout-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin-top: auto;
}

.ticket-empty {
    text-align: center;
    padding: 36px 16px;
    border: 1px dashed rgba(151,8,8,0.45);
    border-radius: 10px;
}

.ticket-empty-icon {
    font-size: 26px;
    opacity: 0.35;
    margin-bottom: 10px;
}

.ticket-empty p {
    font-size: 13px;
    color: rgba(0,0,0,0.55);
    letter-spacing: 0.5px;
}

.ticket-trust-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(151,8,8,0.25);
}

    .ticket-trust-row span {
        font-size: 13px;
        color: rgba(0,0,0,0.6);
        letter-spacing: 0.5px;
    }



/* ¦¦ GALERİ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
    gap: 3px;
}

.gallery-wide {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: rgba(151,8,8,0.06);
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease, filter 0.5s ease;
        filter: brightness(0.9) saturate(0.85);
    }

    .gallery-item:hover img {
        transform: scale(1.08);
        filter: brightness(0.7) saturate(0.7);
    }

/* Koyu overlay üzerinde beyaz ikon — okunabilirlik için beyaz kaldı */
.gallery-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(10,6,6,0.35);
}

.gallery-item:hover .gallery-hover {
    opacity: 1;
}



/* ¦¦ LİGHTBOX ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.93);
    z-index: 800;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .lightbox-overlay.open {
        opacity: 1;
        pointer-events: all;
    }

.lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 88vh;
}

    .lightbox-inner img {
        max-width: 100%;
        max-height: 88vh;
        object-fit: contain;
        display: block;
    }

/* Düz kırmızı zemin — yazı BEYAZ kalıyor */
.lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    background: #970808;
    border: none;
    color: #ffffff;
    width: 36px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}



/* ¦¦ SSS ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.faq-item {
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.10);
    cursor: pointer;
    transition: border-color .3s;
}

    .faq-item:hover {
        border-color: rgba(151,8,8,0.6);
    }

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    gap: 16px;
}

.faq-icon {
    color: #000000;
    background: rgba(151,8,8,0.12);
    border: 1px solid rgba(151,8,8,0.6);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
    transition: transform .3s, background .3s, color .3s;
}

    .faq-icon.open {
        transform: rotate(45deg);
        background: #970808;
        color: #ffffff; /* açıkken zemin düz kırmızı */
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 1.8;
    padding: 0 22px;
    transition: max-height .4s ease, padding .4s ease;
}

    .faq-answer.open {
        max-height: 200px;
        padding: 0 22px 18px;
    }


/* ¦¦ RESPONSIVE ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
@media (max-width: 1024px) {
    .dt-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ticket-panel {
        position: static;
    }
}
/* ¦¦ BÜYÜK POSTER — üstte, ortalı ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dt-poster {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

    .dt-poster img {
        width: 100%;
        max-width: 460px;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 30px 70px -20px rgba(0,0,0,0.35), 0 0 0 1px rgba(0,0,0,0.08);
    }

/* Başlık bloğu posterin altında ortalı */
.dt-breadcrumb {
    justify-content: center;
}

.dt-title,
.dt-dateline {
    text-align: center;
}

.dt-cityline {
    justify-content: center;
    width: 100%;
}

.dt-buyrow {
    justify-content: center;
}

@media (max-width: 768px) {
    .dt-page {
        padding-top: 64px;
    }

    .dt-poster {
        margin-bottom: 22px;
    }

        .dt-poster img {
            max-width: 100%;
            border-radius: 12px;
        }

    .dt-shell {
        padding: 18px 16px 130px;
    }

    .dt-backdrop {
        height: 320px;
    }

   
    /* mobilde alt çubuk var */

    .dt-infocard {
        margin: 20px 0 24px;
    }

        .dt-infocard .dt-buy-btn {
            display: none;
        }

    .dt-infocard-thumb {
        width: 60px;
        height: 60px;
    }

    .sticky-ticket-bar {
        display: none;
    }
    /* mobilde üst bar yerine alt çubuk */

    .dt-buybar {
        display: flex;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }

    .gallery-wide {
        grid-column: span 2;
        grid-row: span 1;
    }

    .dt-prog-badge {
        display: none;
    }
}
