body.home-young .modules-road-walker {
    animation-play-state: paused;
}

body.home-young .modules-road-section.is-animated .modules-road-walker {
    animation-play-state: running;
}

body.home-young .courses-art::after {
    content: none;
}

body.home-young .courses-art img {
    clip-path: inset(0 0 0 100%);
    will-change: clip-path;
    animation: heroStrokeReveal 2.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.08s forwards;
}

body.home-young .preview-mini-hero {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    pointer-events: none;
}

body.home-young .preview-mini-hero-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    color: #111111;
    font-size: var(--font-size-h2);
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 700;
}

body.home-young .preview-mini-hero-title span {
    display: inline-block;
    opacity: 0;
    transform: scale(1.2);
    animation: wordForm 1.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.home-young .preview-mini-hero-title span:nth-child(1) {
    animation-delay: 1.5s;
}

body.home-young .preview-mini-hero-title span:nth-child(2) {
    animation-delay: 2.05s;
}

body.home-young .preview-mini-hero-title span:nth-child(3) {
    animation-delay: 2.35s;
}

body.home-young .preview-mini-hero-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

body.home-young .preview-mini-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0;
    transform: translateY(24px);
    animation: heroUpReveal 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 3.1s forwards;
}

body.home-young .preview-mini-hero-play {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(24px);
    animation: heroUpReveal 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 3.35s forwards;
}

body.home-young .preview-mini-hero-play span {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ffffff;
    margin-left: 2px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.home-young .preview-mini-hero-title {
        font-size: 30px;
        gap: 6px;
    }

    body.home-young .preview-mini-hero-cta {
        min-width: 104px;
        height: 32px;
        font-size: 11px;
    }

    body.home-young .preview-mini-hero-play {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    body.home-young .preview-mini-hero-title {
        font-size: 22px;
        gap: 4px;
    }

    body.home-young .preview-mini-hero-cta {
        min-width: 96px;
        height: 30px;
        font-size: 10px;
    }

    body.home-young .preview-mini-hero-play {
        width: 30px;
        height: 30px;
    }
}
