.elementor-widget-saen-sport-hero,
.elementor-widget-saen-sport-hero .elementor-widget-container {
    width: 100%;
    max-width: none;
}

.elementor-widget-saen-sport-hero {
    overflow: visible;
}

.elementor-widget-saen-sport-hero .ss-hero {
    --ssh-focus-x: 50%;
    --ssh-focus-y: 50%;
    --ssh-scrim-color: rgba(0, 8, 22, .82);
    --ssh-saturation: 100%;
    --ssh-brightness: 86%;
    --ssh-stage-px-min: 720px;
    --ssh-primary-text: #101510;
    --ssh-primary-bg: #f2ff3b;
    --ssh-primary-border: transparent;
    --ssh-primary-hover-text: #101510;
    --ssh-primary-hover-bg: #fff;
    --ssh-primary-hover-border: transparent;
    --ssh-secondary-text: #fff;
    --ssh-secondary-bg: rgba(2, 9, 20, .22);
    --ssh-secondary-border: rgba(255, 255, 255, .5);
    --ssh-secondary-hover-text: #101510;
    --ssh-secondary-hover-bg: #fff;
    --ssh-secondary-hover-border: transparent;
    --ssh-box-button-text: #fff;
    --ssh-box-button-bg: transparent;
    --ssh-box-button-border: rgba(255, 255, 255, .68);
    --ssh-box-button-hover-text: #079de3;
    --ssh-box-button-hover-bg: #fff;
    --ssh-box-button-hover-border: #fff;
    --ssh-compact-height: 560px;
    --ssh-compact-accent: rgba(7, 157, 227, .24);
    position: relative;
    isolation: isolate;
    width: 100%;
    color: #fff;
    background: #000;
    overflow: clip;
}

@supports not (overflow: clip) {
    .elementor-widget-saen-sport-hero .ss-hero { overflow: hidden; }
}

.elementor-widget-saen-sport-hero .ss-hero *,
.elementor-widget-saen-sport-hero .ss-hero *::before,
.elementor-widget-saen-sport-hero .ss-hero *::after {
    box-sizing: border-box;
}

.elementor-widget-saen-sport-hero .ss-hero a {
    color: inherit;
    text-decoration: none;
}

.elementor-widget-saen-sport-hero .ss-hero__stage-shell {
    position: relative;
    width: 100%;
}

.elementor-widget-saen-sport-hero .ss-hero__stage {
    position: relative;
    isolation: isolate;
    min-height: max(108svh, var(--ssh-stage-px-min));
    background: #020710;
    overflow: hidden;
}

/* Compacte vervolgpagina-hero: geen afbeelding, video, carousel of media-overlay. */
.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__stage,
.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__content-frame {
    min-height: var(--ssh-compact-height);
}

.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__stage {
    background-color: #020710;
}

.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__content-frame {
    justify-content: center;
    align-items: center;
    padding: 150px 70px 72px;
}

.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__content {
    align-items: center;
    width: min(100%, 860px);
    text-align: center;
}

.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__actions,
.elementor-widget-saen-sport-hero .ss-hero.is-compact .ss-hero__rating {
    justify-content: center;
}

.elementor-widget-saen-sport-hero .ss-hero__compact-accent {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.elementor-widget-saen-sport-hero .ss-hero__compact-accent::before {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(-210px, -10vw, -80px);
    width: clamp(360px, 42vw, 760px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, var(--ssh-compact-accent) 0%, transparent 68%);
    transform: translateY(-50%);
}

.elementor-widget-saen-sport-hero .ss-hero__compact-accent::after {
    content: "";
    position: absolute;
    right: clamp(28px, 6vw, 120px);
    bottom: clamp(28px, 5vw, 90px);
    width: clamp(72px, 9vw, 150px);
    height: 2px;
    background: var(--ssh-compact-accent);
}

.elementor-widget-saen-sport-hero .ss-hero__visual,
.elementor-widget-saen-sport-hero .ss-hero__slides,
.elementor-widget-saen-sport-hero .ss-hero__slide,
.elementor-widget-saen-sport-hero .ss-hero__native-player,
.elementor-widget-saen-sport-hero .ss-hero__bunny {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.elementor-widget-saen-sport-hero .ss-hero__slides {
    touch-action: pan-y;
    outline: none;
}

.elementor-widget-saen-sport-hero .ss-hero[data-carousel-swipe="true"] .ss-hero__slides {
    cursor: grab;
}

.elementor-widget-saen-sport-hero .ss-hero[data-carousel-swipe="true"] .ss-hero__slides:active {
    cursor: grabbing;
}

.elementor-widget-saen-sport-hero .ss-hero__visual {
    z-index: 0;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.elementor-widget-saen-sport-hero .ss-hero__media,
.elementor-widget-saen-sport-hero .ss-hero__mobile-fallback,
.elementor-widget-saen-sport-hero .ss-hero__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ssh-focus-x) var(--ssh-focus-y);
    filter: saturate(var(--ssh-saturation)) brightness(var(--ssh-brightness));
    transform: translateZ(0) rotate(.001deg);
}

.elementor-widget-saen-sport-hero .ss-hero[data-media-fit="contain"] .ss-hero__media,
.elementor-widget-saen-sport-hero .ss-hero[data-media-fit="contain"] .ss-hero__mobile-fallback,
.elementor-widget-saen-sport-hero .ss-hero[data-media-fit="contain"] .ss-hero__placeholder {
    object-fit: contain;
}

.elementor-widget-saen-sport-hero .ss-hero__slide {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.elementor-widget-saen-sport-hero .ss-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.elementor-widget-saen-sport-hero .ss-hero__slide .ss-hero__media {
    object-position: var(--ssh-slide-focus-x, var(--ssh-focus-x)) var(--ssh-slide-focus-y, var(--ssh-focus-y));
}

.elementor-widget-saen-sport-hero .ss-hero__mobile-fallback {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 8;
}

.elementor-widget-saen-sport-hero .ss-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(0, 9, 24, .18);
}

.elementor-widget-saen-sport-hero .ss-hero__scrim {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68%;
    pointer-events: none;
    background: linear-gradient(270deg, var(--ssh-scrim-color) 0%, color-mix(in srgb, var(--ssh-scrim-color) 58%, transparent) 43%, transparent 100%);
}

@supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .elementor-widget-saen-sport-hero .ss-hero__scrim {
        background: linear-gradient(270deg, var(--ssh-scrim-color) 0%, rgba(0, 8, 22, .46) 43%, transparent 100%);
    }
}

.elementor-widget-saen-sport-hero .ss-hero__content-frame {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: min(100%, var(--size-container, 1800px));
    min-height: max(108svh, var(--ssh-stage-px-min));
    margin-inline: auto;
    padding: 170px 70px 70px;
    pointer-events: none;
}

.elementor-widget-saen-sport-hero .ss-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: min(100%, 680px);
    text-align: right;
    pointer-events: auto;
}

.elementor-widget-saen-sport-hero .ss-hero__eyebrow {
    display: block;
    margin: 0 0 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.elementor-widget-saen-sport-hero .ss-hero__heading {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(38px, 3.35vw, 68px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.elementor-widget-saen-sport-hero .ss-hero__description {
    max-width: 610px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(16px, 1.25vw, 22px);
    font-weight: 400;
    line-height: 1.5;
    text-wrap: pretty;
}

.elementor-widget-saen-sport-hero .ss-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* Osmo Supply: Button with CSS Character Stagger. Structure, data attribute and easing preserved. */
.elementor-widget-saen-sport-hero .btn-animate-chars {
    color: #131313;
    cursor: pointer;
    border-radius: .25em;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 1em;
    font-size: 1em;
    line-height: 1;
    text-decoration: none;
    display: flex;
    position: relative;
}

.elementor-widget-saen-sport-hero .btn-animate-chars__text {
    white-space: nowrap;
    line-height: 1.3;
}

.elementor-widget-saen-sport-hero .btn-animate-chars [data-button-animate-chars] {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.elementor-widget-saen-sport-hero .btn-animate-chars [data-button-animate-chars] span {
    display: inline-block;
    position: relative;
    text-shadow: 0px 1.3em currentColor;
    transform: translateY(0em) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}

.elementor-widget-saen-sport-hero .btn-animate-chars:hover [data-button-animate-chars] span,
.elementor-widget-saen-sport-hero .btn-animate-chars:focus-visible [data-button-animate-chars] span {
    transform: translateY(-1.3em) rotate(0.001deg);
}

.elementor-widget-saen-sport-hero .btn-animate-chars__bg {
    background-color: #efeeec;
    border-radius: .25em;
    position: absolute;
    inset: 0;
    transition: inset 0.6s cubic-bezier(0.625, 0.05, 0, 1), background-color .4s cubic-bezier(.625, .05, 0, 1);
}

.elementor-widget-saen-sport-hero .btn-animate-chars:hover .btn-animate-chars__bg,
.elementor-widget-saen-sport-hero .btn-animate-chars:focus-visible .btn-animate-chars__bg {
    inset: 0.125em;
}

.elementor-widget-saen-sport-hero .ss-hero__button {
    gap: 10px;
    min-height: 54px;
    padding: 17px 24px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: color .4s cubic-bezier(.625, .05, 0, 1), border-color .4s cubic-bezier(.625, .05, 0, 1);
    background: transparent !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button > * {
    position: relative;
    z-index: 1;
}

.elementor-widget-saen-sport-hero .ss-hero__button--primary {
    color: var(--ssh-primary-text) !important;
    border-color: var(--ssh-primary-border) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--primary .btn-animate-chars__bg {
    background: var(--ssh-primary-bg) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--primary:hover,
.elementor-widget-saen-sport-hero .ss-hero__button--primary:focus-visible {
    color: var(--ssh-primary-hover-text) !important;
    border-color: var(--ssh-primary-hover-border) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--primary:hover .btn-animate-chars__bg,
.elementor-widget-saen-sport-hero .ss-hero__button--primary:focus-visible .btn-animate-chars__bg {
    background: var(--ssh-primary-hover-bg) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--secondary {
    color: var(--ssh-secondary-text) !important;
    border-color: var(--ssh-secondary-border) !important;
    backdrop-filter: blur(12px);
}

.elementor-widget-saen-sport-hero .ss-hero__button--secondary .btn-animate-chars__bg {
    background: var(--ssh-secondary-bg) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--secondary:hover,
.elementor-widget-saen-sport-hero .ss-hero__button--secondary:focus-visible {
    color: var(--ssh-secondary-hover-text) !important;
    border-color: var(--ssh-secondary-hover-border) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--secondary:hover .btn-animate-chars__bg,
.elementor-widget-saen-sport-hero .ss-hero__button--secondary:focus-visible .btn-animate-chars__bg {
    background: var(--ssh-secondary-hover-bg) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button-arrow {
    display: inline-flex;
    width: 18px;
    height: 18px;
    transition: transform .6s cubic-bezier(.625, .05, 0, 1);
}

.elementor-widget-saen-sport-hero .ss-hero__button-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.elementor-widget-saen-sport-hero .ss-hero__button:hover .ss-hero__button-arrow,
.elementor-widget-saen-sport-hero .ss-hero__button:focus-visible .ss-hero__button-arrow {
    transform: translateX(4px);
}

.elementor-widget-saen-sport-hero .ss-hero__rating {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 14px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.3;
}

.elementor-widget-saen-sport-hero .ss-hero__stars {
    color: #16b4f2;
    font-size: 14px;
    letter-spacing: .09em;
}

.elementor-widget-saen-sport-hero .ss-hero__progress {
    position: absolute;
    z-index: 7;
    right: 70px;
    bottom: 34px;
    width: min(240px, calc(100% - 40px));
    height: 1px;
    background: rgba(255, 255, 255, .25);
    overflow: hidden;
}

.elementor-widget-saen-sport-hero .ss-hero__progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    background: #f2ff3b;
    transform: scaleX(0);
    transform-origin: left center;
}

/* Osmo Bunny HLS Background Video states. */
.elementor-widget-saen-sport-hero .bunny-bg {
    pointer-events: none;
    color: #fff;
    isolation: isolate;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    transform: translateX(0);
}

.elementor-widget-saen-sport-hero .bunny-bg__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.elementor-widget-saen-sport-hero [data-bunny-background-init] :is(.bunny-bg__placeholder, .bunny-bg__loading) {
    transition: opacity 0.3s linear, visibility 0.3s linear;
}

.elementor-widget-saen-sport-hero .bunny-bg__placeholder {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.elementor-widget-saen-sport-hero [data-bunny-background-init][data-player-status="playing"] .bunny-bg__placeholder,
.elementor-widget-saen-sport-hero [data-bunny-background-init][data-player-status="paused"] .bunny-bg__placeholder,
.elementor-widget-saen-sport-hero [data-bunny-background-init][data-player-activated="true"][data-player-status="ready"] .bunny-bg__placeholder {
    opacity: 0;
    visibility: hidden;
}

.elementor-widget-saen-sport-hero .bunny-bg__loading {
    opacity: 0;
    visibility: hidden;
    background-color: #00000054;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}

.elementor-widget-saen-sport-hero .bunny-bg__loading-svg {
    width: 6em;
}

.elementor-widget-saen-sport-hero [data-bunny-background-init][data-player-status="loading"] .bunny-bg__loading {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-saen-sport-hero .bunny-bg__playpause,
.elementor-widget-saen-sport-hero .ss-hero__video-control {
    pointer-events: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 9;
    bottom: 34px;
    left: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
}

.elementor-widget-saen-sport-hero .bunny-bg__btn,
.elementor-widget-saen-sport-hero .ss-hero__video-btn {
    backdrop-filter: blur(1em);
    cursor: pointer;
    background-color: #6464644d;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: .8125em;
    display: flex;
    position: relative;
    transition: transform .45s cubic-bezier(.625, .05, 0, 1), background-color .45s cubic-bezier(.625, .05, 0, 1);
}

.elementor-widget-saen-sport-hero .ss-hero__video-control:hover .ss-hero__video-btn,
.elementor-widget-saen-sport-hero .ss-hero__video-control:focus-visible .ss-hero__video-btn {
    transform: scale(.92);
    background-color: rgba(255, 255, 255, .24);
}

.elementor-widget-saen-sport-hero .bunny-bg__pause-svg,
.elementor-widget-saen-sport-hero .ss-hero__pause-svg {
    display: none;
}

.elementor-widget-saen-sport-hero [data-player-status="playing"] .bunny-bg__play-svg,
.elementor-widget-saen-sport-hero [data-player-status="loading"] .bunny-bg__play-svg,
.elementor-widget-saen-sport-hero .ss-hero__native-player.is-playing .ss-hero__play-svg {
    display: none;
}

.elementor-widget-saen-sport-hero [data-player-status="playing"] .bunny-bg__pause-svg,
.elementor-widget-saen-sport-hero [data-player-status="loading"] .bunny-bg__pause-svg,
.elementor-widget-saen-sport-hero .ss-hero__native-player.is-playing .ss-hero__pause-svg {
    display: block;
}

.elementor-widget-saen-sport-hero .ss-hero__loading-svg {
    animation: ss-hero-spin 1s linear infinite;
}

@keyframes ss-hero-spin { to { transform: rotate(360deg); } }

.elementor-widget-saen-sport-hero .ss-hero__box-wrap {
    position: relative;
    z-index: 10;
    width: min(100%, 1040px);
    margin: -80px auto 0;
    padding-inline: 20px;
}

.elementor-widget-saen-sport-hero .ss-hero__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 48px;
    min-height: 430px;
    padding: 78px 86px 46px;
    color: #fff;
    background-color: #079de3;
    border-radius: 30px;
    overflow: hidden;
}

.elementor-widget-saen-sport-hero .ss-hero__box-copy {
    max-width: 760px;
}

.elementor-widget-saen-sport-hero .ss-hero__box-eyebrow {
    display: block;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.elementor-widget-saen-sport-hero .ss-hero__box-heading {
    margin: 0;
    color: inherit;
    font-size: clamp(28px, 2.6vw, 48px);
    font-weight: 450;
    line-height: 1.25;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.elementor-widget-saen-sport-hero .ss-hero__box-description {
    margin: 22px 0 0;
    color: inherit;
    font-size: 17px;
    line-height: 1.55;
}

.elementor-widget-saen-sport-hero .ss-hero__box-action {
    display: flex;
    margin-top: 28px;
}

.elementor-widget-saen-sport-hero .ss-hero__button--box {
    color: var(--ssh-box-button-text) !important;
    border: 1px solid var(--ssh-box-button-border) !important;
    background: transparent !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--box .btn-animate-chars__bg {
    background: var(--ssh-box-button-bg) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--box:hover,
.elementor-widget-saen-sport-hero .ss-hero__button--box:focus-visible {
    color: var(--ssh-box-button-hover-text) !important;
    border-color: var(--ssh-box-button-hover-border) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__button--box:hover .btn-animate-chars__bg,
.elementor-widget-saen-sport-hero .ss-hero__button--box:focus-visible .btn-animate-chars__bg {
    background: var(--ssh-box-button-hover-bg) !important;
}

.elementor-widget-saen-sport-hero .ss-hero__box-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    min-width: min(30vw, 360px);
}

.elementor-widget-saen-sport-hero .ss-hero__partner {
    display: inline-flex;
    align-items: center;
    transition: opacity .4s ease, transform .4s cubic-bezier(.625, .05, 0, 1);
}

.elementor-widget-saen-sport-hero a.ss-hero__partner:hover,
.elementor-widget-saen-sport-hero a.ss-hero__partner:focus-visible {
    opacity: .72;
    transform: translateY(-3px);
}

.elementor-widget-saen-sport-hero .ss-hero__partner-logo {
    display: block;
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

.elementor-widget-saen-sport-hero .ss-hero:not(.has-box) .ss-hero__stage-shell {
    padding-bottom: 0;
}

.elementor-widget-saen-sport-hero .ss-hero.is-editor-context [data-hero-reveal],
.elementor-widget-saen-sport-hero .ss-hero.is-editor-context [data-hero-box] {
    opacity: 1;
    visibility: visible;
    transform: none;
    clip-path: none;
}

@media (max-width: 1024px) {
    .elementor-widget-saen-sport-hero .ss-hero {
        --ssh-stage-px-min: 640px;
    }

    .elementor-widget-saen-sport-hero .ss-hero.is-compact {
        --ssh-compact-height: 500px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__stage,
    .elementor-widget-saen-sport-hero .ss-hero__content-frame {
        min-height: max(92svh, var(--ssh-stage-px-min));
    }

    .elementor-widget-saen-sport-hero .ss-hero__content-frame {
        padding: 130px 36px 52px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__box-wrap {
        margin-top: -56px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__box {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 56px 52px 42px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__box-logos {
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .elementor-widget-saen-sport-hero .ss-hero {
        --ssh-stage-px-min: 620px;
    }

    .elementor-widget-saen-sport-hero .ss-hero.is-compact {
        --ssh-compact-height: 460px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__stage,
    .elementor-widget-saen-sport-hero .ss-hero__content-frame {
        min-height: max(88svh, var(--ssh-stage-px-min));
    }

    .elementor-widget-saen-sport-hero .ss-hero__mobile-fallback {
        display: block;
    }

    .elementor-widget-saen-sport-hero .ss-hero__scrim {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 72%;
        background: linear-gradient(0deg, var(--ssh-scrim-color) 0%, rgba(0, 8, 22, .56) 48%, transparent 100%);
    }

    .elementor-widget-saen-sport-hero .ss-hero__content-frame {
        align-items: flex-end;
        justify-content: flex-start;
        padding: 120px 20px 34px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__content {
        align-items: flex-start;
        width: 100%;
        text-align: left;
    }

    .elementor-widget-saen-sport-hero .ss-hero__heading {
        font-size: clamp(34px, 11vw, 50px);
    }

    .elementor-widget-saen-sport-hero .ss-hero__description {
        font-size: 16px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__actions,
    .elementor-widget-saen-sport-hero .ss-hero__rating {
        justify-content: flex-start;
    }

    .elementor-widget-saen-sport-hero .ss-hero__actions {
        width: 100%;
    }

    .elementor-widget-saen-sport-hero .ss-hero__button {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .elementor-widget-saen-sport-hero .ss-hero__progress {
        right: 20px;
        bottom: 18px;
        left: 20px;
        width: auto;
    }

    .elementor-widget-saen-sport-hero .bunny-bg__playpause,
    .elementor-widget-saen-sport-hero .ss-hero__video-control {
        top: 96px;
        right: 20px;
        bottom: auto;
        left: auto;
    }

    .elementor-widget-saen-sport-hero .ss-hero__box-wrap {
        width: 100%;
        margin-top: -28px;
        padding-inline: 14px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__box {
        gap: 38px;
        padding: 38px 24px 30px;
        border-radius: 22px;
    }

    .elementor-widget-saen-sport-hero .ss-hero__box-heading {
        font-size: clamp(28px, 8.5vw, 40px);
    }

    .elementor-widget-saen-sport-hero .ss-hero__box-logos {
        gap: 20px;
    }

    /* Mobile fail-safe: content stays readable when Elementor, GSAP and
       ScrollTrigger refresh in a different order during viewport emulation. */
    .elementor-widget-saen-sport-hero .ss-hero [data-hero-reveal],
    .elementor-widget-saen-sport-hero .ss-hero [data-hero-box] {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        clip-path: none !important;
    }

    .elementor-widget-saen-sport-hero .ss-hero [data-hero-visual],
    .elementor-widget-saen-sport-hero .ss-hero__visual > .ss-hero__media--image {
        transform: none !important;
        will-change: auto !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .elementor-widget-saen-sport-hero .ss-hero *,
    .elementor-widget-saen-sport-hero .ss-hero *::before,
    .elementor-widget-saen-sport-hero .ss-hero *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    .elementor-widget-saen-sport-hero .btn-animate-chars [data-button-animate-chars] span,
    .elementor-widget-saen-sport-hero .btn-animate-chars:hover [data-button-animate-chars] span,
    .elementor-widget-saen-sport-hero .btn-animate-chars:focus-visible [data-button-animate-chars] span {
        transform: none;
        transition: none;
    }
}
