:root {
    --nf-video-ink: #020817;
    --nf-video-ink-soft: #071735;
    --nf-video-blue: #1463ff;
    --nf-video-purple: #3b22ff;
    --nf-video-cyan: #00b7ff;
    --nf-video-green: #00e0a4;
    --nf-video-text: #172033;
    --nf-video-muted: #64748b;
    --nf-video-line: #e4ebf5;
    --nf-video-paper: #fff;
}

.nf-video-page,
.nf-video-page * {
    box-sizing: border-box;
}

.nf-video-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 20px 72px;
    color: var(--nf-video-text);
    font-family: inherit;
}

.nf-video-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    gap: clamp(28px, 5vw, 72px);
    overflow: hidden;
    padding: clamp(38px, 6vw, 76px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 36px;
    background:
        radial-gradient(circle at 98% 4%, rgba(0, 224, 164, .24), transparent 28%),
        radial-gradient(circle at 2% 96%, rgba(59, 34, 255, .28), transparent 34%),
        linear-gradient(135deg, var(--nf-video-ink), var(--nf-video-ink-soft) 62%, #061226);
    box-shadow: 0 28px 70px rgba(2, 8, 23, .18);
}

.nf-video-hero__glow {
    position: absolute;
    top: -160px;
    right: 24%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 183, 255, .16);
    filter: blur(80px);
    pointer-events: none;
}

.nf-video-hero__copy,
.nf-video-hero__panel {
    position: relative;
    z-index: 1;
}

.nf-video-hero__copy {
    align-self: center;
}

.nf-video-eyebrow,
.nf-video-section-kicker {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    color: var(--nf-video-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nf-video-eyebrow::before {
    width: 8px;
    height: 8px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--nf-video-cyan);
    box-shadow: 0 0 0 6px rgba(0, 183, 255, .12);
    content: "";
}

.nf-video-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .98;
}

.nf-video-lead {
    max-width: 650px;
    margin: 26px 0 0;
    color: #cbd7e8;
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.62;
}

.nf-video-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 26px;
    color: #aebfd4;
    font-size: 12px;
    font-weight: 800;
}

.nf-video-hero__panel {
    align-self: center;
}

.nf-video-form,
.nf-video-state {
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
}

.nf-video-form__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
    color: var(--nf-video-muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.nf-video-form__topline strong {
    padding: 7px 10px;
    border-radius: 999px;
    background: #e8f1ff;
    color: #175cd3;
    font-size: 13px;
}

.nf-video-field {
    display: grid;
    gap: 8px;
    margin-top: 15px;
    color: var(--nf-video-text);
    font-size: 13px;
    font-weight: 850;
}

.nf-video-field input {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d8e2ef;
    border-radius: 13px;
    background: #fff;
    color: var(--nf-video-text);
    font: inherit;
    font-size: 14px;
    outline: 0;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.nf-video-field input:focus {
    border-color: var(--nf-video-blue);
    box-shadow: 0 0 0 4px rgba(20, 99, 255, .12);
}

.nf-video-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.nf-video-input-wrap input {
    padding-right: 72px;
    padding-left: 14px;
}

.nf-video-upload-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 2px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.nf-video-upload-divider::before,
.nf-video-upload-divider::after {
    height: 1px;
    flex: 1;
    background: #e5ebf3;
    content: "";
}

.nf-video-upload {
    display: grid;
    gap: 7px;
    margin: 10px 0 16px;
    color: var(--nf-video-text);
    font-size: 13px;
    font-weight: 850;
}

.nf-video-upload input[type="file"] {
    width: 100%;
    min-height: 46px;
    padding: 8px;
    border: 1px dashed #b9c8dc;
    border-radius: 12px;
    background: #f8fbff;
    color: var(--nf-video-muted);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
}

.nf-video-upload input[type="file"]::file-selector-button {
    margin-right: 8px;
    padding: 7px 10px;
    border: 0;
    border-radius: 8px;
    background: #e8f1ff;
    color: #175cd3;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
}

.nf-video-upload small {
    color: #7b8aa0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
}

.nf-video-paste {
    position: absolute;
    right: 7px;
    min-height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    background: #eef3f9;
    color: #175cd3;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
}

.nf-video-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 16px 0;
    color: var(--nf-video-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.nf-video-check input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--nf-video-blue);
}

.nf-video-audio {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 15px;
    padding: 0;
    border: 0;
}

.nf-video-audio legend {
    width: 100%;
    margin-bottom: 8px;
    color: var(--nf-video-text);
    font-size: 13px;
    font-weight: 850;
}

.nf-video-audio label {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid #d8e2ef;
    border-radius: 11px;
    background: #fff;
    color: var(--nf-video-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}

.nf-video-audio input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: var(--nf-video-blue);
}

.nf-video-submit,
.nf-video-state button,
.nf-video-state a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 53px;
    padding: 12px 17px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--nf-video-purple), var(--nf-video-blue));
    box-shadow: 0 13px 27px rgba(20, 99, 255, .24);
    color: #fff !important;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
}

.nf-video-submit:hover,
.nf-video-state button:hover,
.nf-video-state a:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.nf-video-submit[disabled] {
    cursor: wait;
    opacity: .7;
}

.nf-video-form-note {
    margin: 14px 0 0;
    color: #728198;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.nf-video-form-note strong {
    color: #334155;
}

.nf-video-state[hidden] {
    display: none;
}

.nf-video-state {
    color: var(--nf-video-text);
}

.nf-video-state h2 {
    margin: 0 0 8px;
    color: var(--nf-video-text);
    font-size: 23px;
    letter-spacing: -.03em;
}

.nf-video-state p {
    margin: 7px 0;
    color: var(--nf-video-muted);
    font-size: 13px;
    line-height: 1.55;
}

.nf-video-state__preview {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 13px 0 16px;
    padding: 9px;
    border: 1px solid var(--nf-video-line);
    border-radius: 14px;
    background: #f8fbff;
}

.nf-video-state__preview img {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    object-fit: cover;
}

.nf-video-state__preview strong {
    display: block;
    overflow: hidden;
    color: var(--nf-video-text);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nf-video-state__preview span {
    display: block;
    margin-top: 4px;
    color: var(--nf-video-muted);
    font-size: 11px;
}

.nf-video-preview {
    display: block;
    width: 100%;
    max-height: 420px;
    margin: 14px 0;
    border: 1px solid var(--nf-video-line);
    border-radius: 16px;
    background: #020817;
    object-fit: contain;
}

.nf-video-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 8px;
}

.nf-video-option {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 16px;
    border: 1px solid #dbe7f5;
    border-radius: 16px;
    background: #f8fbff;
}

.nf-video-option--premium {
    border-color: #c9b8ff;
    background: linear-gradient(160deg, #fbf9ff, #f2f7ff);
}

.nf-video-option--disabled {
    opacity: .72;
}

.nf-video-after-preview {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #c9b8ff;
    border-radius: 16px;
    background: linear-gradient(160deg, #fbf9ff, #f2f7ff);
}

.nf-video-after-preview h3 {
    margin: 2px 0 7px;
    color: var(--nf-video-text);
    font-size: 15px;
}

.nf-video-after-preview p {
    margin: 0 0 12px;
    color: var(--nf-video-muted);
    font-size: 12px;
    line-height: 1.55;
}

.nf-video-after-preview .nf-video-download {
    min-height: 44px;
    font-size: 12px;
}

.nf-video-option__tag {
    align-self: flex-start;
    margin-bottom: 9px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e8f0ff;
    color: #175cd3;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nf-video-option--premium .nf-video-option__tag {
    background: #eee7ff;
    color: #6941c6;
}

.nf-video-option h3 {
    margin: 0;
    color: var(--nf-video-text);
    font-size: 15px;
}

.nf-video-option p {
    flex: 1;
    margin: 8px 0 14px;
    font-size: 12px;
}

.nf-video-option .nf-video-download {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 12px;
}

.nf-video-inline-field {
    display: block;
    margin: 0 0 10px;
    color: var(--nf-video-muted);
    font-size: 11px;
    font-weight: 800;
}

.nf-video-inline-field input {
    display: block;
    width: 100%;
    min-height: 38px;
    margin-top: 5px;
    padding: 8px 10px;
    border: 1px solid #d8e2ef;
    border-radius: 10px;
    background: #fff;
    color: var(--nf-video-text);
    font: inherit;
    font-size: 12px;
}

.nf-video-inline-field input:focus {
    outline: 3px solid rgba(20, 99, 255, .14);
    border-color: var(--nf-video-blue);
}

.nf-video-pix {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 12px;
    align-items: center;
    margin: 14px 0;
}

.nf-video-pix img {
    width: 116px;
    height: 116px;
    padding: 5px;
    border: 1px solid var(--nf-video-line);
    border-radius: 14px;
    background: #fff;
}

.nf-video-copy {
    display: block;
    width: 100%;
    min-height: 88px;
    padding: 10px;
    border: 1px solid #d8e2ef;
    border-radius: 11px;
    background: #f8fbff;
    color: #334155;
    font-size: 10px;
    line-height: 1.35;
    resize: none;
}

.nf-video-copy-button {
    justify-content: center !important;
    min-height: 40px !important;
    margin-top: 7px;
    padding: 8px !important;
    background: #071735 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    text-align: center !important;
}

.nf-video-status {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 12px 0;
    padding: 11px 12px;
    border: 1px solid #cfe0f8;
    border-radius: 12px;
    background: #eff6ff;
    color: #175cd3;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.nf-video-spinner {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(23, 92, 211, .2);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: nf-video-spin .8s linear infinite;
}

@keyframes nf-video-spin {
    to { transform: rotate(360deg); }
}

.nf-video-status--error {
    border-color: #fecdd3;
    background: #fff1f2;
    color: #9f1239;
}

.nf-video-status--success {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.nf-video-result-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
}

.nf-video-result-badge--paid {
    background: #ecfdf5;
    color: #047857;
}

.nf-video-download {
    justify-content: center !important;
    text-align: center !important;
}

.nf-video-reset {
    margin-top: 9px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--nf-video-muted) !important;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-align: center !important;
}

.nf-video-platforms,
.nf-video-steps,
.nf-video-faq,
.nf-video-assurance {
    margin-top: 28px;
}

.nf-video-platforms {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, 1.05fr);
    gap: 24px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--nf-video-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(2, 8, 23, .05);
}

.nf-video-section-kicker {
    margin-bottom: 10px;
    color: var(--nf-video-blue);
}

.nf-video-platforms h2,
.nf-video-section-heading h2 {
    margin: 0;
    color: var(--nf-video-ink);
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -.05em;
    line-height: 1.03;
}

.nf-video-platforms p {
    max-width: 550px;
    margin: 12px 0 0;
    color: var(--nf-video-muted);
    line-height: 1.6;
}

.nf-video-platform-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.nf-video-platform-list span {
    padding: 10px 13px;
    border: 1px solid #dbe7f5;
    border-radius: 999px;
    background: #f8fbff;
    color: #334155;
    font-size: 12px;
    font-weight: 850;
}

.nf-video-section-heading {
    margin-bottom: 18px;
}

.nf-video-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.nf-video-step-grid article,
.nf-video-faq-grid details {
    padding: 20px;
    border: 1px solid var(--nf-video-line);
    border-radius: 18px;
    background: #fff;
}

.nf-video-step-grid article > span {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8f1ff;
    color: var(--nf-video-blue);
    font-size: 11px;
    font-weight: 950;
}

.nf-video-step-grid h3 {
    margin: 18px 0 7px;
    color: var(--nf-video-ink);
    font-size: 16px;
}

.nf-video-step-grid p,
.nf-video-faq-grid p {
    margin: 0;
    color: var(--nf-video-muted);
    font-size: 13px;
    line-height: 1.6;
}

.nf-video-assurance {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border: 1px solid #bdeee0;
    border-radius: 20px;
    background: linear-gradient(135deg, #f4fffb, #eff8ff);
}

.nf-video-assurance__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: var(--nf-video-ink);
    color: var(--nf-video-green);
    font-size: 22px;
}

.nf-video-assurance strong {
    color: var(--nf-video-ink);
    font-size: 14px;
}

.nf-video-assurance p {
    margin: 4px 0 0;
    color: var(--nf-video-muted);
    font-size: 12px;
    line-height: 1.5;
}

.nf-video-badge {
    padding: 8px 10px;
    border-radius: 999px;
    background: #dcfce7;
    color: #087a55;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.nf-video-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.nf-video-faq-grid summary {
    cursor: pointer;
    color: var(--nf-video-ink);
    font-size: 14px;
    font-weight: 850;
}

.nf-video-faq-grid details p {
    margin-top: 13px;
}

.nf-video-legal {
    max-width: 900px;
    margin: 28px auto 0;
    color: #8492a6;
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 980px) {
    .nf-video-hero {
        grid-template-columns: 1fr;
    }

    .nf-video-hero__panel {
        max-width: 620px;
    }

    .nf-video-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .nf-video-page {
        padding: 15px 11px 45px;
    }

    .nf-video-hero {
        padding: 30px 18px 18px;
        border-radius: 25px;
    }

    .nf-video-hero h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .nf-video-platforms,
    .nf-video-assurance {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .nf-video-platform-list {
        justify-content: flex-start;
    }

    .nf-video-options,
    .nf-video-step-grid,
    .nf-video-faq-grid,
    .nf-video-audio {
        grid-template-columns: 1fr;
    }

    .nf-video-assurance__icon {
        display: none;
    }

    .nf-video-pix {
        grid-template-columns: 1fr;
    }

    .nf-video-pix img {
        justify-self: center;
    }
}
