.mhgc-brand > img {
    display: block;
    width: auto;
    max-width: 220px;
    height: 52px;
    object-fit: contain;
}

/* Wrestler's Locker campaign palette: black, white, steel, and a restrained
   MyHOUSE blue accent. The Golden Ticket area intentionally keeps its gold. */
.mhgc {
    --ink: #07090c;
    --paper: #f7f7f5;
    --red: #1769e8;
    --yellow: #1769e8;
    --muted: #656b73;
}

.mhgc-announcement,
.mhgc-referral {
    background: #07090c;
}

.mhgc-nav {
    background: #fff;
    border-bottom-color: #d8dadd;
}

.mhgc-brand strong {
    font-size: 17px;
    letter-spacing: -.025em;
}

.mhgc-brand small {
    color: #1769e8;
    letter-spacing: .2em;
}

.mhgc-hero-art:before {
    background: radial-gradient(circle at 15% 20%, rgba(23,105,232,.58), transparent 30%), repeating-linear-gradient(125deg, transparent 0 48px, rgba(255,255,255,.05) 49px 51px);
}

.mhgc-box small,
.mhgc-plan > span,
.mhgc-final > span,
.mhgc-referral > div > span,
.mhgc-referral h2 em,
.mhgc-referral aside strong {
    color: #fff;
}

.mhgc-button.primary {
    background: #1769e8;
    color: #fff;
}

.mhgc-marquee {
    background: #fff;
}

.mhgc-plan.featured,
.mhgc-referral aside {
    background: #1769e8;
    border-color: #1769e8;
}

.mhgc-best {
    background: #fff;
}

.mhgc-faq {
    background: #eceef1;
}

.mhgc-gold {
    --yellow: #f5d813;
}

.mhgc-golden {
    background: #f5d813;
}

.mhgc footer a {
    color: #8db7ff;
}

@media (max-width: 760px) {
    .mhgc-brand > img {
        max-width: 170px;
        height: 44px;
    }
}
