.nv-watch-page {
    background: #f7f9fc;
    color: #1e232b;
}

.nv-watch-container {
    width: min(1040px, calc(100% - 40px));
    margin: 0 auto;
}

.nv-watch-hero {
    background: #1e232b;
    color: #fff;
    padding: 64px 0 48px;
}

.nv-watch-eyebrow {
    margin: 0 0 12px;
    color: #8fb4ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nv-watch-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
}

.nv-watch-lede {
    max-width: 680px;
    margin: 0;
    color: #dbe7ff;
    font-size: 17px;
    line-height: 1.7;
}

.nv-watch-panel {
    margin-top: 36px;
    margin-bottom: 56px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.nv-watch-panel h2 {
    margin-top: 0;
    font-size: 24px;
}

.nv-purchase-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 24px;
}

.nv-purchase-card p,
.nv-pass-panel p {
    margin-top: 0;
    color: #475569;
}

.nv-purchase-action {
    display: flex;
    justify-content: flex-end;
    min-width: 220px;
}

.nv-buy-form {
    margin: 0;
}

.nv-watch-form {
    display: grid;
    gap: 12px;
    max-width: 560px;
}

.nv-watch-form label,
.nv-next-pass label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

.nv-watch-form input {
    min-height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 15px;
}

.nv-watch-form button,
.nv-next-pass a,
.nv-buy-button {
    width: fit-content;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    padding: 0 22px;
    background: #0f766e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.nv-buy-button {
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.24);
}

.nv-buy-button:hover,
.nv-buy-button:focus {
    background: #115e59;
    color: #fff;
}

.nv-video-frame {
    margin: 24px 0;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.nv-video-frame video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.nv-watch-status {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.nv-watch-status--success {
    color: #14532d;
    background: #dcfce7;
    border: 1px solid #86efac;
}

.nv-watch-status--warning {
    color: #713f12;
    background: #fef3c7;
    border: 1px solid #facc15;
}

.nv-watch-status--error {
    color: #7f1d1d;
    background: #fee2e2;
    border: 1px solid #fca5a5;
}

.nv-next-pass {
    display: grid;
    gap: 10px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.nv-next-pass code {
    display: block;
    overflow-wrap: anywhere;
    padding: 12px;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 6px;
}

@media (max-width: 640px) {
    .nv-watch-container {
        width: min(100% - 28px, 1040px);
    }

    .nv-watch-hero {
        padding: 44px 0 36px;
    }

    .nv-watch-hero h1 {
        font-size: 30px;
    }

    .nv-watch-panel {
        padding: 20px;
    }

    .nv-purchase-card {
        display: grid;
    }

    .nv-purchase-action {
        justify-items: start;
        min-width: 0;
    }
}
