.video-seo-body {
    min-height: 100vh;
    color: #0f172a;
    background: #fff;
}

.video-seo-body .skip-link:focus {
    color: #fff;
    background: #2563eb;
}

.video-seo-page {
    min-height: 100vh;
    padding: clamp(24px, 4vw, 56px) 20px;
}

.video-seo-article {
    width: min(960px, 100%);
    margin: 0 auto;
}

.video-seo-header {
    margin: 0 0 20px;
}

.video-seo-header h1 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.3;
    letter-spacing: -.04em;
}

.video-seo-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.video-seo-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #64748b;
    font-size: .9rem;
    gap: 8px;
}

.video-seo-player {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #000;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .14);
}

.video-seo-player video {
    display: block;
    width: 100%;
    max-height: 76vh;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-seo-description {
    padding: 28px 2px;
}

.video-seo-description p {
    margin: 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
}

.video-seo-return {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #475569;
    background: #fff;
    font-size: .85rem;
    font-weight: 700;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.video-seo-return:hover,
.video-seo-return:focus {
    color: #2563eb;
    border-color: #2563eb;
    transform: translateY(-1px);
}

.video-seo-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 700px) {
    .video-seo-toolbar {
        align-items: start;
        flex-direction: column;
    }

    .video-seo-return--top {
        width: 100%;
    }
}
