:root {
    --jump-fonts: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --jump-green: #35BC6F;
}

#wrapper {
    flex-flow: column;
}

/*html, body, #wrapper {*/
/*    height: 100%;*/
/*}*/

nav, .alert-container, .alert-container * {
    z-index: 1;
}

.navbar-nav:first-child {
    background: var(--bg_color);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--bd_color);
    opacity: 0.8;
}

.navbar-nav li.nav-item a {
    color: var(--nav-text-color);
    margin-right: 5px;
    font-weight: 1000;
    text-transform: uppercase;
}

.navbar-header {
    position: relative;
    z-index: 2;
}

body {
    background: var(--bg_color);
    background-image: var(--svg-bg);
    background-size: cover;
    background-attachment: fixed;

    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    color: var(--bd_color)
}
@media (max-width: 767px) {
    body {
        background-position: center center;
        background-repeat:no-repeat;
        background-size:contain;
    }
}

h1, h2, h3, h4, h5, h6, label {
    color: var(--hd_color);
    font-family: var(--hfont);
}

.video-content {
    position: relative;
    min-height: 635px
}

.video-title {
    font-weight: 1000;
    font-size: 50px
}

.video-background {
    position: absolute;
    width: 100%;
    min-height: 250px;
    max-height: 800px;
    top: 0;
    left: 0;
    z-index: -1 !important;
    background-size: cover;
    overflow: hidden;
}

.video-background .shadow {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -60px;
    box-shadow: 0 0 50px 110px var(--bg_color) !important;
}

.video-background img {
    visibility: hidden;
}

.video-chat, .video-player {
    background: var(--bg_color);
    backdrop-filter: blur(9px);
    min-height: 500px;
    border-radius: 5px;
    border: 1px solid var(--accent_color)
}

.redbee-player-container, .redbee-player-container video, ._3ANvu {
    border-radius: 5px;
}

#video_description {
    font-weight: 700;
}

.video-chat {
    opacity: 0.8;
}

footer .card {
    margin-top: 35px;
    background: var(--ft_bg_color)
}

footer h5 {
    opacity: 0.7;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
}

footer .section_line {
    width: 32px;
    background: var(--accent_color);
    height: 2px;
    margin-bottom: 20px;
}

footer p {
    margin-bottom: 4px;
    font-weight: 400;
}

footer a {
    margin-top: 3px;
    color: var(--bd_color);
    opacity: 0.7;
    text-decoration: none;
    font-size: 20px;
}

footer a:hover {
    color: var(--bd_color);
    opacity: 1;
}

footer .copyright_text {
    color: var(--bd_color);
    opacity: 0.4;
    text-transform: uppercase;
}

.section-margin {
    margin-top: 175px
}

#messages {
    overflow-y:scroll;
    height: 375px
}

#video-wrapper.jwplayer {
    border-radius: 0.25rem !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.video-background .content {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}

.background-pusher {
    overflow: hidden;
    max-height: 655px
}

.tooltip-inner {
    text-align: left;
}

.modal-body,
.modal-body .card {
    background: var(--bg_color);
    border-radius: 5px;
}

/* Standard light confirmation modals (settings, purchases, etc.) */
.modal-light .modal-content {
    background-color: #FFFFFF;
    color: #383838;
    border: 1px solid #D1D1D1;
    border-radius: 30px;
    overflow: hidden;
}

.modal-light .modal-header,
.modal-light .modal-body,
.modal-light .modal-footer {
    background-color: #FFFFFF;
    color: #383838;
    border-color: #D1D1D1;
}

.modal-light .modal-title,
.modal-light .modal-body,
.modal-light .modal-body p {
    color: #383838;
}

.modal-light .btn-close {
    filter: none;
    opacity: 0.6;
}

.modal-light {
    z-index: 1060;
}

.lang-dropdown {
    background-color: var(--lang-dropdown-bg) !important;
}

@media (max-width: 767px) {
    .video-background {
        max-height: 450px;
    }

    .video-title {
        font-size: 35px
    }

    .background-pusher {
        overflow: hidden;
        max-height: 380px
    }

    .navbar-nav {
        background: var(--bg_color);
        padding: 5px 10px;
        border-radius: 5px;
        color: var(--bd_color);
        opacity: 0.8;
    }
}

/* Login button */
.btn-login,
.btn-login:hover,
.btn-login:active,
.btn-login:visited,
.btn-login:focus {
    background-color: var(--login-bg);
    border-color: var(--login-bg);
}

/* Registration button */
.btn-register,
.btn-register:hover,
.btn-register:active,
.btn-register:visited,
.btn-register:focus {
    background-color: var(--registration-bg);
    border-color: var(--registration-bg);
}

/* Purchase button */
.btn-purchase,
.btn-purchase:hover,
.btn-purchase:active,
.btn-purchase:visited,
.btn-purchase:focus {
    background-color: var(--purchase-bg);
    border-color: var(--purchase-bg);
}

/* Revoke membership button */
.btn-revoke,
.btn-revoke:hover,
.btn-revoke:active,
.btn-revoke:visited,
.btn-revoke:focus {
    background-color: var(--revoke-btn-bg) !important;
    border-color: var(--revoke-btn-bg) !important;
}

/* Revoke button text color */
.btn-revoke {
    color: var(--revoke-btn-txt) !important;
}

/* Tag overview "Laad meer" – gebruik dezelfde knopkleur als elders op de site (per domein) */
.btn-tags-overview-load-more,
.btn-tags-overview-load-more:hover,
.btn-tags-overview-load-more:focus,
.btn-tags-overview-load-more:active {
    background-color: var(--purchase-bg, var(--accent_color)) !important;
    border-color: var(--purchase-bg, var(--accent_color)) !important;
    color: #FFFFFF !important;
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    border: none;
}

.card {
    color: var(--card-text-color) !important;
    background-color: var(--card-bg-color) !important;
}

/* Glide sliders */
.glide {
    margin-bottom: 1rem;
}

.glide__slides {
    margin-bottom: 0;
}

.glide div[data-glide-el="controls"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.glide div[data-glide-el="controls"] .slider-btn {
    position: absolute;
    height: 60px;
    /* We have to calculate the top this way since the controls are not relative of the image but of the whole card including the card-footer */
    top: calc(calc(50% - 30px) - 50px);
    border: none;
    font-size: 3rem;
    font-weight: 900;
    color: white;
    pointer-events: all;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer;
}

.glide div[data-glide-el="controls"] .slider-btn svg {
    width: 40px;
    height: 60px;
}

.glide div[data-glide-el="controls"] .slider-btn.slider-btn-prev {
    left: 0;
}

.glide div[data-glide-el="controls"] .slider-btn.slider-btn-next {
    right: 0;
}

@media (min-width: 1200px) {
    .glide:hover div[data-glide-el="controls"] .slider-btn {
        opacity: 1;
    }
}

/* OVERVIEW */
.asset {
    --bs-card-border-radius: 10px;
    --bs-body-bg: transparant;
    --bs-card-cap-bg: transparant;
}

.asset img,
.asset video {
    border-radius: 10px;
    object-fit: cover;
}

.asset .card-header p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.asset .play-btn {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: opacity .15s;
}

.asset:hover .play-btn {
    opacity: 1;
}

.asset .lock-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

/* Preview video not clickable on mobile/tablet so first tap goes to card (login/pay/open) */
@media (max-width: 991px) {
    .on-demand-video .asset-preview-video {
        pointer-events: none;
    }
}

/* Search bar */
#searchBarModal .modal-content {
    box-shadow: none;
}

#searchBarModal .modal-body {
    background-color: white;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#searchBarModal .modal-header,
#searchBarModal .modal-footer {
    border: none;
}

/* Double images */
.double-images img {
    border-radius: 10px;
}

/* Video */
@media (max-width: 768px) {
    .video-background {
        background-size: cover;
        background-position: center;
        height: 80vh;
        padding: 0;
        max-height: 350px;
    }

    .video-title {
        font-size: 25px;
    }
}

/* INTRO VISUAL */
.intro-visual-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    max-height: 1000px;
}

.intro-visual-bg .lead {
    line-height: 1.2;
}

.intro-visual-bg-overlay {
    position: relative;
    color: white;
}

.intro-visual-bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.15);
    z-index: 0;
}

.intro-visual-bg-overlay > .container {
    position: relative;
    z-index: 1;
}

/* LOGIN AND REGISTRATION FORM */
#authModal {
    font-family: var(--jump-fonts);
}

#authModal * {
    color: #2f2f2f;
    font-family: var(--bs-btn-font-family) !important;
}

#authModal .modal-body {
    background: white;
}

#authModal .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.555rem;
    --bs-btn-font-weight: 700;
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#authModal .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    }

#authModal .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--jump-green);
    --bs-btn-border-color: var(--jump-green);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #278b53;
    --bs-btn-hover-border-color: #278b53;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #278b53;
    --bs-btn-active-border-color: #278b53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--jump-green);
    --bs-btn-disabled-border-color: var(--jump-green);

}

#authModal .btn-outline-primary {
    --bs-btn-color: var(--jump-green);
    --bs-btn-bg: transparant;
    --bs-btn-border-color: var(--jump-green);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--jump-green);
    --bs-btn-hover-border-color: var(--jump-green);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--jump-green);
    --bs-btn-active-bg: #278b53;
    --bs-btn-active-border-color: #278b53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--jump-green);
    --bs-btn-disabled-bg: var(--jump-green);
    --bs-btn-disabled-border-color: var(--jump-green);
}

#authModal .form-check-input:checked {
    background-color: var(--jump-green);
    border-color: var(--jump-green);
}

.separator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.separator .line {
    flex-grow: 1;
    height: 1px;
    background-color: #ddd; /* light gray */
    margin: 0 10px; /* space between text and lines */
}

.separator .text {
    font-size: 16px;
    color: #888; /* gray text */
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-container .form-check {
    padding-left: 0;
    padding-right: .5rem;
    padding-top: .5rem;
}

.checkbox-container .form-check-label {
    background-color: #fff;
    border: 1px solid var(--jump-green);
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.checkbox-container .form-check-input {
    display: none;
}

.checkbox-container .form-check-input:checked + .form-check-label {
    background-color: #35bc6f3d;
}

.no-decoration {
    font-family: unset;
    color: unset !important;
}

.card .no-decoration {
    color: #333 !important;
}

.platform-logo {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
}

@media (min-width: 768px) {
    .separator-right {
        position: relative;
    }

    .separator-right:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1.5rem;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }
}

/* FORM VALIDATION */
form .error {
    color: red !important;
    font-size: .9rem;
}

/* KNLTB SPECIFIC STYLING */
header#site-header {
    background-color: white;
}

.c-site-header__bottom > .o-container {
    z-index: 0;
}

.header-v2 .c-user-navigation__name {
    margin-right: -7px;
}

.domain-76 p + p{
    margin-top: 0;
}

.domain-76 .video-background {
    margin-top: 135px;
}

/* VIDEO INTRO */
section.intro-visual-bg:has(.intro-video-wrapper) {
    background-image: unset !important;
}

section.intro-visual-bg:has(.intro-video-wrapper):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: contrast(100%) brightness(100%);
    background:
            linear-gradient(0deg, rgba(62, 62, 62, 1) 10%, rgba(0,0,0,0.0)) 100%,
            url("data:image/svg+xml,%3Csvg viewBox='0 0 232 232' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.91' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}



section.intro-visual-bg:has(.intro-video-wrapper) > .container {
    position: relative;
    z-index: 1;
}

.intro-video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.intro-video-wrapper video {
    height: 70vh;
    max-width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    section.intro-visual-bg:has(.intro-video-wrapper):after {
        background:
                linear-gradient(90deg, rgba(62, 62, 62, 1) 40%, rgba(0,0,0,0.0)) 100%,
                url("data:image/svg+xml,%3Csvg viewBox='0 0 232 232' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.91' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    }

    .intro-video-wrapper video {
        margin-right: -150px;
    }
}

/* Gradient overlay voor page builder blokken */
section.gradient-overlay-enabled,
div.gradient-overlay-enabled,
.video-background.gradient-overlay-enabled {
    position: relative;
}

section.gradient-overlay-enabled::before,
div.gradient-overlay-enabled::before,
.video-background.gradient-overlay-enabled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--bg_color) 0%, transparent 50%, transparent 50%, var(--bg_color) 100%);
    pointer-events: none;
    z-index: 0;
}

section.gradient-overlay-enabled > .container,
section.gradient-overlay-enabled > div > .container,
div.gradient-overlay-enabled > .container,
div.gradient-overlay-enabled > div > .container,
.video-background.gradient-overlay-enabled > .content,
.video-background.gradient-overlay-enabled > .shadow {
    position: relative;
    z-index: 1;
}

/* Featured Hero (billboard) */
.featured-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    /* Default fade target = domain background; override via --featured-hero-overlay-color */
    --featured-hero-overlay-color: var(--bg_color, #000000);
}

.featured-hero__slide,
.featured-hero__surface {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 420px;
    height: 70vh;
    max-height: 1000px;
    background-color: #383838;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-color: transparent;
}

.featured-hero__mute-btn {
    position: absolute;
    right: 1rem;
    bottom: 1.25rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.featured-hero__mute-btn:hover,
.featured-hero__mute-btn:focus-visible {
    background: rgba(56, 56, 56, 0.9);
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
    outline: none;
}

.featured-hero__mute-btn.is-unmuted {
    color: var(--accent_color, #46b16e);
    border-color: var(--accent_color, #46b16e);
}

.featured-hero__mute-btn i {
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .featured-hero__mute-btn {
        right: 0.75rem;
        bottom: 0.75rem;
        width: 40px;
        height: 40px;
    }
}

.featured-hero__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Bottom fade: solid edge → soft blend into page background (taller reach) */
.featured-hero__overlay--light {
    background:
        linear-gradient(
            to top,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 75%, transparent) 18%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 35%, transparent) 48%,
            transparent 78%
        ),
        linear-gradient(to right, color-mix(in srgb, var(--featured-hero-overlay-color) 25%, transparent) 0%, transparent 50%);
}

.featured-hero__overlay--medium {
    background:
        linear-gradient(
            to top,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 88%, transparent) 16%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 48%, transparent) 45%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 18%, transparent) 68%,
            transparent 86%
        ),
        linear-gradient(to right, color-mix(in srgb, var(--featured-hero-overlay-color) 45%, transparent) 0%, transparent 55%);
}

.featured-hero__overlay--strong {
    background:
        linear-gradient(
            to top,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 95%, transparent) 14%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 58%, transparent) 42%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 22%, transparent) 70%,
            transparent 90%
        ),
        linear-gradient(to right, color-mix(in srgb, var(--featured-hero-overlay-color) 62%, transparent) 0%, transparent 58%);
}

.featured-hero__overlay--bottom.featured-hero__overlay--light {
    background: linear-gradient(
        to top,
        var(--featured-hero-overlay-color) 0%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 75%, transparent) 18%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 35%, transparent) 48%,
        transparent 78%
    );
}

.featured-hero__overlay--bottom.featured-hero__overlay--medium {
    background: linear-gradient(
        to top,
        var(--featured-hero-overlay-color) 0%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 88%, transparent) 16%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 48%, transparent) 45%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 18%, transparent) 68%,
        transparent 86%
    );
}

.featured-hero__overlay--bottom.featured-hero__overlay--strong {
    background: linear-gradient(
        to top,
        var(--featured-hero-overlay-color) 0%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 95%, transparent) 14%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 58%, transparent) 42%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 22%, transparent) 70%,
        transparent 90%
    );
}

.featured-hero__overlay--top.featured-hero__overlay--light {
    background: linear-gradient(
        to bottom,
        var(--featured-hero-overlay-color) 0%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 75%, transparent) 18%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 35%, transparent) 48%,
        transparent 78%
    );
}

.featured-hero__overlay--top.featured-hero__overlay--medium {
    background: linear-gradient(
        to bottom,
        var(--featured-hero-overlay-color) 0%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 88%, transparent) 16%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 48%, transparent) 45%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 18%, transparent) 68%,
        transparent 86%
    );
}

.featured-hero__overlay--top.featured-hero__overlay--strong {
    background: linear-gradient(
        to bottom,
        var(--featured-hero-overlay-color) 0%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 95%, transparent) 14%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 58%, transparent) 42%,
        color-mix(in srgb, var(--featured-hero-overlay-color) 22%, transparent) 70%,
        transparent 90%
    );
}

.featured-hero__overlay--top-bottom.featured-hero__overlay--light {
    background:
        linear-gradient(
            to top,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 75%, transparent) 18%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 35%, transparent) 48%,
            transparent 78%
        ),
        linear-gradient(
            to bottom,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 75%, transparent) 18%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 35%, transparent) 48%,
            transparent 78%
        );
}

.featured-hero__overlay--top-bottom.featured-hero__overlay--medium {
    background:
        linear-gradient(
            to top,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 88%, transparent) 16%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 48%, transparent) 45%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 18%, transparent) 68%,
            transparent 86%
        ),
        linear-gradient(
            to bottom,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 82%, transparent) 14%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 40%, transparent) 42%,
            transparent 78%
        );
}

.featured-hero__overlay--top-bottom.featured-hero__overlay--strong {
    background:
        linear-gradient(
            to top,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 95%, transparent) 14%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 58%, transparent) 42%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 22%, transparent) 70%,
            transparent 90%
        ),
        linear-gradient(
            to bottom,
            var(--featured-hero-overlay-color) 0%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 90%, transparent) 12%,
            color-mix(in srgb, var(--featured-hero-overlay-color) 45%, transparent) 40%,
            transparent 78%
        );
}

.featured-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 2.5rem;
}

.featured-hero__copy {
    max-width: 36rem;
}

.featured-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.featured-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.featured-hero__badge--live {
    background: #ff2a38;
    border-color: #ff2a38;
}

.featured-hero__badge--new {
    background: var(--accent_color, #46b16e);
    border-color: var(--accent_color, #46b16e);
}

.featured-hero__title {
    margin: 0;
    color: #ffffff;
}

.featured-hero__lead {
    margin: 0.75rem 0 0;
    color: #ffffff;
    line-height: 1.25;
}

.featured-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.featured-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid transparent;
}

.featured-hero__cta--primary {
    background-color: var(--accent_color, #46b16e) !important;
    border-color: var(--accent_color, #46b16e) !important;
    color: #ffffff !important;
}

.featured-hero__cta--primary:hover,
.featured-hero__cta--primary:focus {
    filter: brightness(1.08);
    color: #ffffff !important;
}

.featured-hero__cta--secondary {
    background-color: transparent !important;
    border-color: var(--accent_color, #46b16e) !important;
    color: #ffffff !important;
}

.featured-hero__cta--secondary:hover,
.featured-hero__cta--secondary:focus {
    background-color: color-mix(in srgb, var(--accent_color, #46b16e) 22%, transparent) !important;
    border-color: var(--accent_color, #46b16e) !important;
    color: #ffffff !important;
}

.featured-hero-carousel-section {
    width: 100%;
    overflow: hidden;
}

.featured-hero-carousel-section .glide__track {
    overflow: hidden;
}

.featured-hero-carousel-section .glide__slides {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    will-change: transform;
}

.featured-hero-carousel-section .glide__slide {
    width: 100%;
    flex-shrink: 0;
}

.featured-hero-bullets {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.featured-hero-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 0;
}

.featured-hero-bullet.glide__bullet--active,
.featured-hero-bullet:hover {
    background: #ffffff;
}

.featured-hero-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    border: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.featured-hero-btn-prev {
    left: 12px;
}

.featured-hero-btn-next {
    right: 12px;
}

@media (max-width: 767.98px) {
    .featured-hero__slide,
    .featured-hero__surface {
        min-height: 360px;
        height: 65vh;
        max-height: 640px;
        background-size: cover;
    }

    .featured-hero__copy {
        max-width: 100%;
    }

    .featured-hero__content {
        padding-bottom: 3.5rem;
    }

    .featured-hero__actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
        margin-top: 0.85rem;
    }

    .featured-hero__cta {
        width: auto;
        max-width: 100%;
        padding: 0.4rem 0.95rem !important;
        font-size: 0.875rem !important;
        line-height: 1.25 !important;
        border-width: 1.5px;
    }

    .featured-hero-btn {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }

    .featured-hero-btn-prev {
        left: 8px;
    }

    .featured-hero-btn-next {
        right: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .featured-hero-carousel-section .glide__slides {
        will-change: auto;
    }
}

/* Upcoming livestreams — hover countdown (live-event-date block) */
.live-event-date--upcoming .jump-upcoming-card {
    height: 100%;
}

.live-event-date--upcoming .jump-upcoming-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.live-event-date--upcoming .jump-upcoming-card__media {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
}

.live-event-date--upcoming .jump-upcoming-card__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.live-event-date--upcoming .jump-upcoming-card__date-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 0.8rem;
    font-family: 'Roboto Regular', Roboto, sans-serif;
}

.live-event-date--upcoming .jump-upcoming-card__lock {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1.25rem;
}

.live-event-date--upcoming .jump-upcoming-card__countdown {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.live-event-date--upcoming .jump-upcoming-card:hover .jump-upcoming-card__countdown,
.live-event-date--upcoming .jump-upcoming-card:focus-within .jump-upcoming-card__countdown {
    opacity: 1;
}

.live-event-date--upcoming .jump-upcoming-card:hover .jump-upcoming-card__thumb {
    transform: scale(1.03);
}

.live-event-date--upcoming .jump-upcoming-card__countdown-label {
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: 'Roboto Regular', Roboto, sans-serif;
    opacity: 0.85;
}

.live-event-date--upcoming .jump-upcoming-card__countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem 0.75rem;
    width: 100%;
    max-width: 320px;
}

.live-event-date--upcoming .jump-upcoming-card__countdown-unit {
    text-align: center;
}

.live-event-date--upcoming .jump-upcoming-card__countdown-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Roboto Bold', Roboto, sans-serif;
}

.live-event-date--upcoming .jump-upcoming-card__countdown-name {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.65rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;
    font-family: 'Roboto Regular', Roboto, sans-serif;
}

.live-event-date--upcoming .jump-upcoming-card__countdown-start {
    padding: 4px 12px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    font-family: 'Roboto Regular', Roboto, sans-serif;
}

.live-event-date--upcoming .jump-upcoming-card__title {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto Bold', Roboto, sans-serif;
}

.live-event-date--upcoming .jump-upcoming-card--locked .jump-upcoming-card__link--locked {
    cursor: pointer;
}

/* Collection carousel — cinematic title + description + poster rail */
.collection-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 48px 0 40px;
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.collection-carousel--overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.18) 36%,
        rgba(0, 0, 0, 0.5) 62%,
        rgba(0, 0, 0, 0.94) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.collection-carousel__header,
.collection-carousel__rail {
    position: relative;
    z-index: 1;
}

.collection-carousel__header {
    padding: 0 20px;
    margin-bottom: 28px;
}

.collection-carousel__title {
    margin: 0;
    font-size: clamp(1.85rem, 4.6vw, 3.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.05;
    color: #ffffff !important;
}

.collection-carousel__description {
    margin: 12px 0 0;
    max-width: 36rem;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff !important;
}

.collection-carousel__rail {
    padding-left: 20px;
}

.collection-carousel-glide {
    position: relative;
}

.collection-carousel .glide__slides {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.collection-carousel .glide__slide {
    width: var(--collection-slide-width, 220px) !important;
    height: auto !important;
    flex: 0 0 auto;
    margin-right: 0;
}

.collection-carousel__card {
    height: auto;
}

.collection-carousel__link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.collection-carousel__poster {
    position: relative;
    width: 100%;
    aspect-ratio: var(--collection-card-ratio, 2 / 3);
    border-radius: 6px;
    overflow: hidden;
    background: #383838;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.collection-carousel__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #383838;
}

.collection-carousel__lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.collection-carousel__controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.collection-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
    z-index: 3;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.collection-carousel__arrow:hover,
.collection-carousel__arrow:focus-visible {
    background: rgba(0, 0, 0, 0.8);
    outline: none;
}

.collection-carousel__arrow--prev {
    left: 8px;
}

.collection-carousel__arrow--next {
    right: 12px;
}

.collection-carousel__arrow.glide__arrow--disabled {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .collection-carousel {
        padding: 64px 0 48px;
    }

    .collection-carousel__header,
    .collection-carousel__rail {
        padding-left: 40px;
    }

    .collection-carousel__header {
        padding-right: 40px;
        margin-bottom: 36px;
    }

    .collection-carousel__description {
        font-size: 1.05rem;
        max-width: 42rem;
    }
}

@media (min-width: 1200px) {
    .collection-carousel__header,
    .collection-carousel__rail {
        padding-left: max(48px, calc((100% - 1140px) / 2));
    }

    .collection-carousel__header {
        padding-right: 48px;
    }

    .collection-carousel__arrow--next {
        right: 24px;
    }

    .collection-carousel .glide__slide {
        width: var(--collection-slide-width, 220px) !important;
    }
}

@media (max-width: 767.98px) {
    .collection-carousel {
        padding: 36px 0 32px;
    }

    .collection-carousel__header {
        padding: 0 16px;
        margin-bottom: 20px;
    }

    .collection-carousel__rail {
        padding-left: 16px;
    }

    .collection-carousel .glide__slide {
        width: min(44vw, 186px) !important;
    }

    .collection-carousel__description {
        font-size: 0.9rem;
    }

    .collection-carousel__arrow {
        width: 40px;
        height: 40px;
    }

    .collection-carousel__arrow--next {
        right: 10px;
    }

    .collection-carousel__arrow--prev {
        left: 4px;
    }
}
