.chb-hero {
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.chb-hero__overlay {
    width: 100%;
    height: 100%;
    padding: 80px 20px;
    background: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.35)
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.chb-hero__content {
    max-width: 800px;
    margin: 0 auto;
}

.chb-hero__title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    margin-bottom: 0.75rem;
}

.chb-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.chb-hero__button {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    background: #ffb300;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

.chb-hero__button:hover {
    opacity: 0.9;
}
