.video-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: border-color .18s ease, transform .18s ease;
}

    .video-card:hover {
        border-color: rgba(255,255,255,.32);
        transform: translateY(-2px);
    }

.video-frame {
    aspect-ratio: 16 / 9;
    background: rgba(0,0,0,.36);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

    .video-frame img,
    .video-frame iframe {
        border: 0;
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.video-thumb-button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

    .video-thumb-button::after {
        align-items: center;
        background: rgba(0,0,0,.62);
        border: 1px solid rgba(255,255,255,.28);
        border-radius: 999px;
        color: #fff;
        content: "\f04b";
        display: flex;
        font-family: "Font Awesome 6 Free";
        font-size: 1.25rem;
        font-weight: 900;
        height: 3.25rem;
        justify-content: center;
        left: 50%;
        padding-left: .2rem;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
        width: 3.25rem;
    }

    .video-thumb-button:hover::after,
    .video-thumb-button:focus-visible::after {
        background: #fff;
        border-color: #fff;
        color: var(--ccf-accent);
        transform: translate(-50%, -50%) scale(1.05);
    }

.video-placeholder {
    align-items: center;
    color: rgba(255,255,255,.82);
    display: flex;
    font-size: .92rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.video-badge {
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #f8f1e7;
    display: inline-flex;
    font-size: .74rem;
    font-weight: 700;
    padding: .35rem .65rem;
    text-transform: uppercase;
}

    .video-badge.locked {
        background: rgba(143,29,29,.34);
        border-color: rgba(248,241,231,.44);
    }

.video-step-number {
    align-items: center;
    background: #8f1d1d;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.watch-order-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .watch-order-list li {
        border-bottom: 1px solid rgba(255,255,255,.12);
        padding: .45rem 0;
    }

        .watch-order-list li:last-child {
            border-bottom: 0;
        }

.lead-magnet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .lead-magnet-list li {
        margin-bottom: .55rem;
    }

    .lead-magnet-list i {
        color: #f8f1e7;
        margin-right: .45rem;
    }

.video-card button.dictionary-link {
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    text-decoration: underline;
}

.video-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: auto;
}

    .video-action-row .dictionary-link {
        display: inline-flex;
        align-items: center;
        margin-top: 0 !important;
    }

.members-only-panel {
    align-items: center;
    color: rgba(255,255,255,.88);
    display: flex;
    flex-direction: column;
    gap: .75rem;
    height: 100%;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}

    .members-only-panel i {
        color: #f8f1e7;
        font-size: 1.7rem;
    }

#bookZeroVideoModal .video-modal-content {
    background: #111111;
    border: 1px solid rgba(248,241,231,.22);
    box-shadow: 0 24px 80px rgba(0,0,0,.72);
    color: #ffffff;
}

#bookZeroVideoModal .modal-header,
#bookZeroVideoModal .modal-body {
    background: #111111;
}

#bookZeroVideoModal .members-only-panel {
    background: #151515;
    border: 1px solid rgba(248,241,231,.18);
    border-radius: 8px;
    min-height: 18rem;
}

.watch-page-shell {
    background:
        radial-gradient(circle at top left, rgba(157, 26, 1, .22), transparent 34rem),
        linear-gradient(180deg, rgba(255,255,255,.035), transparent 18rem);
}

.watch-video-frame {
    aspect-ratio: 16 / 9;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .watch-video-frame iframe,
    .watch-video-frame img {
        border: 0;
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.watch-placeholder,
.watch-locked-panel {
    align-items: center;
    color: rgba(255,255,255,.88);
    display: flex;
    flex-direction: column;
    gap: .85rem;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

    .watch-locked-panel i,
    .watch-placeholder i {
        color: #f8f1e7;
        font-size: 2rem;
    }

.video-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.video-context p {
    color: rgba(255,255,255,.82);
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.related-action-card {
    height: 100%;
}

.watch-back-link {
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    gap: .5rem;
    text-decoration: none;
}

    .watch-back-link:hover,
    .watch-back-link:focus-visible {
        color: #f8f1e7;
        text-decoration: underline;
    }

@media (max-width: 575.98px) {
    .video-action-row {
        align-items: stretch;
        flex-direction: column;
    }

    .watch-locked-panel,
    .watch-placeholder,
    .members-only-panel {
        min-height: 14rem;
        padding: 1rem;
    }
}
