.enroll-unlock-modal {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.enroll-unlock-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    padding: 10px;
    opacity: 1;
}

.enroll-unlock-modal__media {
    position: relative;
    min-height: 220px;
    background: linear-gradient(145deg, #1f1635 0%, #754ffe 100%);
}

.enroll-unlock-modal__thumb {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.enroll-unlock-modal__badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(255, 255, 255, 0.95);
    color: #754ffe;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
}

.enroll-unlock-modal__content {
    padding: 28px 28px 24px;
}

.enroll-unlock-modal__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(117, 79, 254, 0.12);
    color: #754ffe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.enroll-unlock-modal__eyebrow {
    color: #754ffe;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.enroll-unlock-modal__title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #192335;
    margin-bottom: 8px;
}

.enroll-unlock-modal__message {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.enroll-unlock-modal__course-title {
    font-size: 1rem;
    font-weight: 600;
    color: #192335;
    margin-bottom: 12px;
}

.enroll-unlock-modal__meta {
    margin-bottom: 16px;
}

.enroll-unlock-modal__meta li {
    color: #4b5563;
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.enroll-unlock-modal__meta li i {
    color: #754ffe;
    width: 16px;
    text-align: center;
}

.enroll-unlock-modal__price {
    margin-bottom: 18px;
}

.enroll-unlock-modal__price-current {
    font-size: 1.75rem;
    font-weight: 800;
    color: #192335;
    line-height: 1;
}

.enroll-unlock-modal__price-old {
    margin-left: 10px;
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 1rem;
    font-weight: 500;
}

.enroll-unlock-modal__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.enroll-unlock-modal__btn-primary {
    background: linear-gradient(135deg, #754ffe 0%, #5b3fd9 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 10px;
}

.enroll-unlock-modal__btn-primary:hover {
    color: #fff;
    opacity: 0.95;
}

.enroll-unlock-modal__btn-secondary {
    background: #fff;
    border: 1px solid #754ffe;
    color: #754ffe;
    font-weight: 600;
    padding: 11px 16px;
    border-radius: 10px;
}

.enroll-unlock-modal__btn-secondary:hover {
    background: rgba(117, 79, 254, 0.08);
    color: #5b3fd9;
}

.enroll-unlock-modal__btn-ghost {
    background: transparent;
    border: none;
    color: #6b7280;
    font-size: 14px;
    padding: 6px;
}

.enroll-unlock-modal__btn-ghost:hover {
    color: #374151;
}

.enroll-unlock-modal__footnote {
    font-size: 12px;
    color: #9ca3af;
}

.enroll-unlock-modal__footnote a {
    color: #754ffe;
    text-decoration: none;
    font-weight: 600;
}

.enroll-unlock-modal__footnote a:hover {
    text-decoration: underline;
}

.coourse-playlist-item.lesson-access-locked {
    cursor: pointer;
}

.coourse-playlist-item.lesson-access-locked .video-title {
    pointer-events: auto;
}

.lesson-list.course_list a.lesson-preview-locked {
    cursor: pointer;
}

.player-lesson-paywall__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(117, 79, 254, 0.12);
    color: #754ffe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@media (max-width: 767.98px) {
    .enroll-unlock-modal__content {
        padding: 22px 20px 20px;
    }

    .enroll-unlock-modal__media {
        min-height: 180px;
    }

    .enroll-unlock-modal__thumb {
        min-height: 180px;
    }
}
