/* ============================================================
   body-standard-video (review) — "Відеоогляд"
   Assets: /assets/image/website/body/standard/video/
     • video frame.png         (постер відео)
     • play button_passive.png (кнопка play)
     • image 168.png           (кубики в центрі порівняння)
   ============================================================ */

.body-standard-video *,
.body-standard-video *::before,
.body-standard-video *::after { box-sizing: border-box; }

.body-standard-video {
    --bsv-blue:    #2d7ff9;
    --bsv-navy:    #15264a;
    --bsv-ink:     #1f2a44;
    --bsv-gray:    #707784;
    --bsv-amber:   #e2a33c;
    --bsv-red:     #ef4444;
    --bsv-green:   #2bb24c;
    --bsv-line:    #ececf1;
    --bsv-maxw:    1320px;

    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #ffffff;
    color: var(--bsv-ink);
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 60px 24px 64px;
}

.body-standard-video .bsv-inner {
    max-width: var(--bsv-maxw);
    margin: 0 auto;
}

/* ---------- top row: title + info pill ---------- */
.body-standard-video .bsv-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
}
.body-standard-video .bsv-eyebrow {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.2px;
    color: var(--bsv-navy);
    white-space: nowrap;
    margin: 0;
}
.body-standard-video .bsv-pill {
    flex: 1;
    background: var(--bsv-blue);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 11px 22px;
    border-radius: 10px;
    font-weight: 700; /* жирный */
}

.body-standard-video .bsv-pill-script {
    flex: 1;
    background: var(--bsv-blue);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    padding: 11px 22px;
    max-width: 820px;
    border-radius: 10px;
    font-weight: 700; /* жирный */
    margin-top: 30px;
}

/* ---------- video player ---------- */
.body-standard-video .bsv-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #6f7bd0 center/cover no-repeat;
    cursor: pointer;
    box-shadow: 0 24px 48px rgba(86, 70, 160, .20);
}
.body-standard-video .bsv-player img.bsv-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.body-standard-video .bsv-player .bsv-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: transform .18s ease;
    filter: drop-shadow(0 8px 18px rgba(20, 30, 70, .35));
    z-index: 2;
}
.body-standard-video .bsv-player .bsv-play img { width: 100%; height: 100%; display: block; }
.body-standard-video .bsv-player:hover .bsv-play { transform: translate(-50%, -50%) scale(1.07); }

.body-standard-video .bsv-player iframe,
.body-standard-video .bsv-player video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ---------- section heading + subtext ---------- */
.body-standard-video .bsv-headline {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.3;
    color: var(--bsv-navy);
    margin: 54px 0 14px;
}
.body-standard-video .bsv-headline .bsv-accent { color: var(--bsv-blue); }
.bsv-accent { color: #2D7FF9FF; }

.body-standard-video .bsv-sub {
    max-width: 825px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700; /* жирный */
    font-style: italic; /* курсив */
    font-size: 21px;
    line-height: 1.55;
    color: var(--bsv-gray);
}

/* ---------- comparison ----------
   Три фіксовані колонки: бік(321) | кубики(371) | бік(321).
   Середня колонка тепер під розмір кубиків, тому правий стовпець
   більше НЕ наїжджає на зображення. Сітка центрована. */
.body-standard-video .bsv-compare {
    display: grid;
    grid-template-columns: 321px 371px 321px;
    justify-content: center;
    align-items: center;
    column-gap: 52px;
    margin-top: 40px;
    height: auto;
    align-content: center;
}
.body-standard-video .bsv-col-head {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 32px;
    font-weight: 800;
    color: var(--bsv-navy);
    margin: 0 0 18px;
}
.body-standard-video .bsv-icon { width: 20px; height: 20px; flex: none; }

.body-standard-video .bsv-list { list-style: none; margin: 0; padding: 0; }
.body-standard-video .bsv-list li {
    position: relative;
    padding: 2px 0 2px 16px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--bsv-gray);
}
.body-standard-video .bsv-list li:last-child { margin-bottom: 0; }
.body-standard-video .bsv-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 3px; bottom: 3px;
    width: 3px;
    border-radius: 3px;
    background: var(--bsv-amber);
}

/* bad / good columns: фіксований розмір, заголовки зверху */
.body-standard-video .bsv-side {
    display: flex;
    align-self: start;
    height: 532px;
    width: 321px;
    flex-direction: column;
    justify-content: center;
}

.body-standard-video .bsv-compare-zoom {
    display: grid;
    grid-template-columns: 321px 800px;
    justify-content: center;
    align-items: center;
    column-gap: 52px;
    margin-top: 40px;
    height: auto;
    align-content: center;
}
.body-standard-video .bsv-side-zoom {
    display: flex;
    align-self: start;
    height: 532px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.body-standard-video .bsv-side--good { text-align: left; }

/* center cubes */
.body-standard-video .bsv-cubes {
    align-self: center;
    text-align: center;
    width: 371px;
    height: 447px;
}
.body-standard-video .bsv-cubes img {
    width: 371px;
    height: 447px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
    .body-standard-video .bsv-compare {
        column-gap: 32px;
        grid-template-columns: 1fr 300px 1fr;
    }
    .body-standard-video .bsv-side { width: 100%; }
    .body-standard-video .bsv-cubes,
    .body-standard-video .bsv-cubes img { width: 300px; height: auto; }

    /* zoom-вариант: жёсткие 800px -> гибкая колонка */
    .body-standard-video .bsv-compare-zoom {
        column-gap: 32px;
        grid-template-columns: 300px minmax(0, 1fr);
    }
    .body-standard-video .bsv-side-zoom { width: 100%; }
    .body-standard-video .bsv-compare-zoom > *:nth-child(2),
    .body-standard-video .bsv-compare-zoom > *:nth-child(2) img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 760px) {
    .body-standard-video .bsv-top { flex-direction: column; align-items: stretch; gap: 12px; }
    .body-standard-video .bsv-eyebrow { text-align: center; }
    .body-standard-video .bsv-compare {
        grid-template-columns: 1fr;
        row-gap: 30px;
        height: auto;
        justify-content: stretch;
    }
    .body-standard-video .bsv-side { width: 100%; height: auto; }
    .body-standard-video .bsv-cubes { order: -1; width: 100%; height: auto; }
    .body-standard-video .bsv-cubes img { width: auto; max-width: 220px; height: auto; }

    /* zoom-вариант: в одну колонку */
    .body-standard-video .bsv-compare-zoom {
        grid-template-columns: 1fr;
        row-gap: 30px;
        height: auto;
        justify-content: stretch;
        align-content: start;
    }
    .body-standard-video .bsv-side-zoom {
        width: 100%;
        height: auto;
        align-self: start;
    }
}
@media (max-width: 480px) {
    .body-standard-video { padding: 28px 16px 44px; }
    .body-standard-video .bsv-headline { font-size: 20px; }
    .body-standard-video .bsv-player .bsv-play { width: 60px; height: 60px; }

    /* zoom-вариант: мелкие правки отступов */
    .body-standard-video .bsv-compare-zoom {
        column-gap: 0;
        row-gap: 22px;
    }
}