.mhghb-hero {
    width: 100%;
    box-sizing: border-box;
    padding: 72px 24px;
}
.mhghb-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.mhghb-subheader {
    margin-bottom: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.mhghb-header {
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 4.75rem);
    line-height: 1.05;
    font-weight: 400;
}
.mhghb-cta-wrap {
    margin-top: 28px;
}
.mhghb-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease;
}
.mhghb-cta:hover,
.mhghb-cta:focus {
    opacity: .92;
    transform: translateY(-1px);
}
@media (max-width: 767px) {
    .mhghb-hero { padding: 52px 18px; }
}
