/* Footer override – wins over Ghost-injected CSS */
.gh-foot .gh-foot-inner.gh-inner {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure hero content is stacked and spaced (brand, tagline, CTA, socials) */
.gh-foot .gh-foot-hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
}
