.bv-c44e34ad-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.bv-c44e34ad-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.bv-c44e34ad-video-element {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* For YouTube/Vimeo iframe size scaling */
iframe.bv-c44e34ad-video-element {
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 ratio */
}

.bv-c44e34ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.bv-c44e34ad-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 3;
    box-sizing: border-box;
}

.bv-c44e34ad-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.bv-c44e34ad-subtitle {
    display: block;
    margin-bottom: 5px;
}

.bv-c44e34ad-title {
    margin: 0;
}

.bv-c44e34ad-desc {
    margin: 0;
}

.bv-c44e34ad-desc p {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.bv-c44e34ad-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.bv-c44e34ad-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

/* Accessibility: Respect motion preferences */
@media (prefers-reduced-motion: reduce) {
    .bv-c44e34ad-video-container {
        display: none !important;
    }
}

/* Performance: Hide video on mobile if checked */
@media (max-width: 767px) {
    .bv-c44e34ad-mobile-hide-video .bv-c44e34ad-video-container {
        display: none !important;
    }
}
