﻿/* =========================
   PAKET CARD BG (detay sayfaları)
   ========================= */
.paketCard {
    position: relative;
    overflow: hidden;
    background: radial-gradient(900px 360px at 18% 0%, rgba(0,255,200,.12) 0%, rgba(0,255,200,0) 55%), radial-gradient(700px 340px at 100% 30%, rgba(255,120,0,.10) 0%, rgba(255,120,0,0) 55%), linear-gradient(135deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.90) 100%), var(--pkgBg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .paketCard::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.18);
        pointer-events: none;
    }

    .paketCard > * {
        position: relative;
        z-index: 1;
    }

/* =========================
   DETAY
   ========================= */
.detailWrap {
    margin-top: 14px;
}

.heroBox {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

.heroBg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.08);
    transform: scale(1.02);
}

.heroOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.35), rgba(0,0,0,.10));
}

.heroInner {
    position: relative;
    padding: 18px;
    display: flex;
    align-items: flex-end;
}

.crumb {
    color: rgba(255,255,255,.70);
    font-size: 13px;
    margin-bottom: 10px;
}

.hTitle {
    font-size: 26px;
    font-weight: 900;
    margin: 0;
    color: #fff;
}

.hSub {
    margin-top: 8px;
    color: rgba(255,255,255,.82);
    font-weight: 700;
}

.pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.05);
    font-weight: 900;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
    color: #fff;
}

.secTitle {
    margin-top: 18px;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
}

.detailGrid {
    display: grid;
    grid-template-columns: 1.6fr .9fr;
    gap: 14px;
    margin-top: 14px;
}

@media(max-width: 980px) {
    .detailGrid {
        grid-template-columns: 1fr;
    }
}

.cardp {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
    padding: 16px;
}

    .cardp h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 900;
        color: #fff;
    }

.faqItem {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    padding: 14px;
    background: rgba(0,0,0,.18);
    margin-top: 10px;
}

.faqQ {
    font-weight: 900;
    color: #fff;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.faqA {
    font-size: 14px;
    color: rgba(255,255,255,.78);
    margin-top: 8px;
    display: none;
}

.kanalGrid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
    margin-top: 10px;
}

.kanalCard {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    padding: 12px;
    background: rgba(0,0,0,.18);
}

.kanalName {
    font-weight: 900;
    color: #fff;
}

.kanalCat {
    margin-top: 6px;
    color: rgba(255,255,255,.70);
    font-size: 12px;
    font-weight: 700;
}

@media(max-width:900px) {
    .kanalGrid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

/* =========================
   FİYAT KARTI (detay)
   ========================= */
#fiyatlar {
    position: relative;
    overflow: hidden;
}

    #fiyatlar::before {
        content: "";
        position: absolute;
        inset: -40px -60px auto -60px;
        height: 160px;
        background: radial-gradient(240px 120px at 25% 45%, rgba(0,255,200,.16), rgba(0,255,200,0) 70%), radial-gradient(220px 120px at 80% 35%, rgba(255,120,0,.14), rgba(255,120,0,0) 70%);
        pointer-events: none;
        z-index: 0;
    }

    #fiyatlar > * {
        position: relative;
        z-index: 1;
    }

    #fiyatlar h3 {
        font-size: 15px;
        font-weight: 950;
        margin: 0 0 12px 0;
        letter-spacing: .2px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    #fiyatlar .subNote {
        font-size: 12px;
        color: rgba(255,255,255,.65);
        font-weight: 800;
    }

.priceWrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.priceBox {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(0,0,0,.18);
    padding: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.priceHdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.priceTag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    font-weight: 950;
    font-size: 12px;
    white-space: nowrap;
}

    .priceTag .dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(0,255,200,.85);
        box-shadow: 0 0 18px rgba(0,255,200,.35);
    }

.priceBox.fatura .priceTag .dot {
    background: rgba(255,120,0,.9);
    box-shadow: 0 0 18px rgba(255,120,0,.32);
}

.priceMain {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.money {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.moneyMajor_detay {
    font-size: 22px;
    font-weight: 980;
    letter-spacing: .2px;
}

.moneyMinor {
    font-size: 13px;
    opacity: .9;
    font-weight: 900;
}

.moneyCur {
    font-size: 13px;
    opacity: .9;
    font-weight: 900;
    margin-left: 2px;
}

.moneyPer {
    font-size: 12px;
    opacity: .8;
    font-weight: 900;
    margin-left: 6px;
}

.priceMeta {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.metaRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
}

    .metaRow .k {
        color: rgba(255,255,255,.75);
        font-weight: 900;
        font-size: 12px;
    }

    .metaRow .v {
        color: #fff;
        font-weight: 950;
        font-size: 12px;
    }

#fiyatlar .btnRow {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    #fiyatlar .btnRow .btnPrimary,
    #fiyatlar .btnRow .btnGhost {
        text-align: center;
        border-radius: 16px;
        padding: 12px 14px;
        font-weight: 950;
        letter-spacing: .2px;
    }

.contentRowp {
    padding-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255,255,255,.78);
}
