/* ================================================================
   Homepage B — Overrides for centered hero layout
   Layered on top of template-c.css
   ================================================================ */

/* Centered hero (no image grid) */
.stsp-c-hero__content--centered {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.stsp-c-hero__content--centered .stsp-c-hero__desc {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.stsp-c-hero__content--centered .stsp-c-hero__ctas {
    justify-content: center;
}

.stsp-c-hero__content--centered .stsp-c-hero__trust {
    justify-content: center;
}

/* Partners in light section — don't invert logos */
.stsp-c-section--light .stsp-c-partner--lutron img {
    filter: none;
}

.stsp-c-section--light .stsp-c-partners__certs {
    color: #7A7A7A;
}
