.rg-startvideo-host {
    width: 100%;
    margin: 0;
}

body.rg-startvideo-active .home-hide,
body.rg-startvideo-active .turbo-footer-template {
    display: block !important;
    opacity: 1 !important;
}

body.rg-startvideo-active #skip-video,
body.rg-startvideo-active #replay-video,
body.rg-startvideo-active .sound-overlay,
body.rg-startvideo-active #ytplayer {
    display: none !important;
}

body.rg-startvideo-active #home-video,
body.rg-startvideo-active .home-video {
    display: block !important;
    opacity: 1 !important;
}

.rg-startvideo {
    position: relative;
    z-index: 0;
    isolation: isolate;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    background: linear-gradient(135deg, #08090b 0%, #15171a 48%, #0d0e10 100%) !important;
    color: #ffffff;
}

.rg-startvideo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.30), rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.rg-startvideo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a);
    pointer-events: none;
}

.rg-startvideo__inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: min(1540px, calc(100% - 56px));
    min-height: 100vh;
    min-height: 100svh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(380px, 0.72fr) minmax(760px, 1.28fr);
    gap: clamp(56px, 5vw, 96px);
    align-items: center;
    padding: clamp(72px, 9svh, 128px) 0 clamp(72px, 9svh, 128px);
}

.rg-startvideo__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.rg-startvideo__eyebrow {
    margin: 0 0 15px !important;
    color: #ff1717;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

body .rg-startvideo .rg-startvideo__title {
    width: 100%;
    margin: 0;
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: 56px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    line-height: 1.02 !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rg-startvideo__text {
    width: 100%;
    max-width: 520px;
    margin: 22px auto 0 !important;
    color: #d8d8d8;
    font-size: 22px;
    line-height: 1.36;
}

.rg-startvideo__actions {
    position: relative;
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 30px auto 0;
    padding-top: 24px;
}

.rg-startvideo__actions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 84px;
    height: 4px;
    border-radius: 999px;
    background: #ff1717;
    transform: translateX(-50%);
}

body .rg-startvideo .rg-startvideo__button {
    min-width: 140px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.48) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body .rg-startvideo .rg-startvideo__button:hover,
body .rg-startvideo .rg-startvideo__button:focus {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(26, 26, 26, 0.82) !important;
    outline: none;
    transform: translateY(-1px);
}

body .rg-startvideo .rg-startvideo__button--primary {
    min-width: 218px;
    border-color: rgba(255, 0, 0, 0.78);
    background: #e00000 !important;
}

body .rg-startvideo .rg-startvideo__button--primary:hover,
body .rg-startvideo .rg-startvideo__button--primary:focus {
    border-color: #ff1a1a;
    background: #ff1018 !important;
}

.rg-startvideo__play-icon {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.rg-startvideo__media {
    position: relative;
    justify-self: center;
    width: 100%;
    max-width: 920px;
    min-width: 0;
}

.rg-startvideo__frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 920px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 8px;
    background: #07080a;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.42);
}

.rg-startvideo__video,
.rg-startvideo__poster,
.rg-startvideo__poster-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rg-startvideo__video,
.rg-startvideo__poster-img {
    display: block;
    object-fit: cover;
}

.rg-startvideo__video {
    opacity: 0;
    transition: opacity 0.25s ease;
}

body .rg-startvideo .rg-startvideo__poster {
    z-index: 2;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: #07080a !important;
    background-color: #07080a !important;
    background-image: none !important;
    box-shadow: none !important;
}

.rg-startvideo__poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.64));
}

.rg-startvideo__poster-img {
    filter: brightness(0.48) contrast(1.12);
}

.rg-startvideo__poster-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(224, 0, 0, 0.92);
    transform: translate(-50%, -50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.rg-startvideo__poster:hover .rg-startvideo__poster-play,
.rg-startvideo__poster:focus .rg-startvideo__poster-play {
    background: #ff1018;
    transform: translate(-50%, -50%) scale(1.04);
}

.rg-startvideo__poster-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid currentColor;
}

.rg-startvideo__frame.is-playing .rg-startvideo__video {
    opacity: 1;
}

.rg-startvideo__frame.is-playing .rg-startvideo__poster {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.rg-startvideo__meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    color: #c9c9c9;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.rg-startvideo__meta span {
    color: inherit;
}

@media (max-width: 1024px) {
    .rg-startvideo {
        min-height: 100vh;
        min-height: 100svh;
    }

    .rg-startvideo__inner {
        min-height: 100vh;
        min-height: 100svh;
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 72px 0 58px;
    }

    body .rg-startvideo .rg-startvideo__title {
        max-width: 680px;
        font-size: 46px !important;
    }

    .rg-startvideo__text {
        max-width: 620px;
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .rg-startvideo {
        min-height: 100vh;
        min-height: 100svh;
    }

    .rg-startvideo__inner {
        width: min(100% - 24px, 1180px);
        min-height: 100vh;
        min-height: 100svh;
        padding: 54px 0 48px;
    }

    body .rg-startvideo .rg-startvideo__title {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }

    .rg-startvideo__text {
        font-size: 17px;
    }

    .rg-startvideo__actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    body .rg-startvideo .rg-startvideo__button {
        min-width: 0;
        width: 100%;
    }

    .rg-startvideo__poster-play {
        width: 62px;
        height: 62px;
    }

    .rg-startvideo__meta {
        display: block;
    }

    .rg-startvideo__meta span {
        display: block;
    }
}
