.block-hero-video {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-align: center;
}
main > section.block-hero-video { padding: 80px 0 !important; }
.block-hero-video .bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.block-hero-video .bg-video iframe {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    border: 0;
    pointer-events: none;
}
.block-hero-video .container { position: relative; z-index: 1; }
.block-hero-video .hero-content-inner {
    background: rgba(255,255,255,0.92);
    padding: 50px;
    border-radius: var(--radius-lg);
    max-width: 760px;
    margin: 0 auto;
}
.block-hero-video h1 { color: var(--brand-primary-dark); margin-bottom: 16px; }
