/* FilmParty Step 84 — main download dropdown VIP glass lock */
body.step84-non-vip-download-locked .step84-hidden-inner-subscribe {
    display: none !important;
}

.step84-vip-download-lock-trigger {
    position: relative !important;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, .38) !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(251, 191, 36, .26), transparent 36%),
        radial-gradient(circle at 92% 20%, rgba(59, 130, 246, .18), transparent 38%),
        rgba(9, 16, 32, .76) !important;
    color: rgba(255,255,255,.94) !important;
    box-shadow:
        0 18px 46px rgba(0,0,0,.36),
        0 0 0 1px rgba(255,255,255,.06) inset,
        0 0 28px rgba(251,191,36,.16) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.step84-vip-download-lock-trigger::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), transparent 34%),
        radial-gradient(circle at 50% 0%, rgba(251,191,36,.18), transparent 46%);
    z-index: -1;
}

.step84-vip-download-lock-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-inline-start: 9px;
    border-radius: 999px;
    color: #fff7d6;
    background: linear-gradient(135deg, rgba(251,191,36,.34), rgba(255,255,255,.1));
    border: 1px solid rgba(251,191,36,.34);
    box-shadow: 0 0 18px rgba(251,191,36,.2);
    vertical-align: middle;
    flex: 0 0 auto;
}

.step84-vip-download-lock-icon svg {
    width: 15px;
    height: 15px;
    display: block;
}

.step84-vip-lock-soft-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-inline-start: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 12px;
    line-height: 1.4;
}

.step84-vip-lock-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(2, 6, 17, .56);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.step84-vip-lock-modal[hidden] {
    display: none !important;
}

.step84-vip-lock-card {
    width: min(420px, 100%);
    border-radius: 28px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.16);
    background:
        radial-gradient(circle at 18% 0%, rgba(251, 191, 36, .28), transparent 36%),
        radial-gradient(circle at 100% 20%, rgba(59, 130, 246, .18), transparent 34%),
        rgba(8, 14, 30, .86);
    box-shadow: 0 30px 90px rgba(0,0,0,.48);
    color: rgba(255,255,255,.9);
    text-align: center;
    direction: rtl;
}

.step84-vip-lock-crown {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #fff2a8;
    background: linear-gradient(135deg, rgba(251,191,36,.28), rgba(255,255,255,.08));
    border: 1px solid rgba(251,191,36,.34);
    box-shadow: 0 0 30px rgba(251,191,36,.18);
}

.step84-vip-lock-crown svg {
    width: 30px;
    height: 30px;
}

.step84-vip-lock-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.03em;
}

.step84-vip-lock-text {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 2;
    font-size: 14px;
}

.step84-vip-lock-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.step84-vip-lock-buy,
.step84-vip-lock-close {
    min-height: 44px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.step84-vip-lock-buy {
    color: #07111f;
    background: linear-gradient(135deg, #fbbf24, #fff2a8);
}

.step84-vip-lock-close {
    color: rgba(255,255,255,.84);
    background: rgba(255,255,255,.08);
}

@media (max-width: 640px) {
    .step84-vip-lock-soft-label {
        display: none;
    }

    .step84-vip-download-lock-icon {
        width: 26px;
        height: 26px;
        margin-inline-start: 7px;
    }

    .step84-vip-lock-actions {
        grid-template-columns: 1fr;
    }
}
