/* Section titre sous la ticker bar — fond noir #140B1B, style identique à "Level up your stream" */

.home-twitch-section {
    width: 100%;
    padding: clamp(48px, 8vw, 80px) clamp(24px, 5vw, 120px);
    background: var(--color-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.home-twitch-section__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.home-twitch-section__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
}

.home-twitch-section__title-secondary {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: #ffffff;
    opacity: 0.75;
    letter-spacing: 0.02em;
    margin: 0;
}
