
/* ===== Homepage: all-white background ===== */
#page-home{ background:#fff !important; }
#page-home .hey-hero,
#page-home .hey-sec,
#page-home .hx-sec,
#page-home .heart-sec,
#page-home .hx-values,
#page-home section{ background:#fff !important; background-image:none !important; }
#page-home .hx-value,
#page-home .hx-journey-ico,
#page-home .hx-comm-top,
#page-home .hey-band,
#page-home [style*="#f3f7f1"],
#page-home [style*="#eaf1e7"],
#page-home [style*="#FBF8F2"]{ background:#fff !important; background-image:none !important; }
#page-home .hey-qa{ background:#243447 !important; border:1px solid #243447 !important; }
#page-home .hey-qa:hover{ background:#31465F !important; border-color:#31465F !important; }
#page-home .hey-qa .hey-qa-label{ color:#fff !important; }
#page-home .hey-qa svg{ stroke:#fff !important; }
#page-home .hey-band{ border:1px solid #ECEAE4 !important; }

/* Footer -> white with readable dark text + light dividers */
#page-home > footer{ background:#fff !important; background-image:none !important; border-top:1px solid #ECECEC !important; color:#4b5443 !important; }
#page-home > footer::before,
#page-home > footer::after{ display:none !important; }
#page-home > footer *{ color:#4b5443 !important; }
#page-home > footer .ft-brand-name{ color:#243447 !important; }
#page-home > footer .ft-brand-name span{ color:#7d9e77 !important; }
#page-home > footer .footer-col button:hover,
#page-home > footer .footer-legal:hover,
#page-home > footer .footer-bottom a:hover{ color:#243447 !important; }
#page-home > footer .social-btn{ background:#EEF1EC !important; border:1px solid #DDE4D8 !important; }
#page-home > footer .social-btn:hover{ background:#E1E8DC !important; }
#page-home > footer .social-btn svg{ fill:#3f4a3a !important; stroke:#3f4a3a !important; }
#page-home > footer .footer-col{ border-left-color:#ECECEC !important; }
#page-home > footer .footer-brand{ border-bottom-color:#ECECEC !important; }
#page-home > footer .footer-tagline-row{ border-bottom-color:#ECECEC !important; }
#page-home > footer .footer-bottom-wrap{ border-top-color:#ECECEC !important; }

/* Social Studio tile CTA: the global [class*="-tile"] rule whitens its background,
   hiding the white text. Restore the intended navy pill. */
#page-home .ss-tile-cta{ background:#243447 !important; color:#fff !important; }
#page-home .ss-tile-cta:hover{ background:#1c2a3a !important; }

/* Blog (Gentle Reads) preview: equal-sized cards, side by side in one row */
#page-home #hxBlogGrid{ display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:22px !important; align-items:stretch !important; }
#page-home #hxBlogGrid > .bl-post{ width:auto !important; margin:0 !important; }
@media(max-width:860px){ #page-home #hxBlogGrid{ grid-template-columns:1fr !important; } }
