.footer{padding:20px 0;border-top:3px solid #c41920;background:#171717;color:#eee}
.footer .footer-row{min-height:44px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.footer-brand{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;font-size:13px;line-height:1;letter-spacing:.08em;white-space:nowrap}
.footer-brand img{display:block;flex:0 0 32px;width:32px;height:32px;object-fit:contain;background:#fff;border:1px solid #3a3a3a;border-radius:50%;padding:4px;transform:translateY(2px)}
.footer-nav{display:flex;align-items:center;justify-content:center;gap:22px}
.footer-nav a{color:#eee;text-decoration:none;font-size:13px;white-space:nowrap}
.footer-nav a:hover{color:#ff686d}
.footer-copy{justify-self:end;color:#ddd;font-size:12px;white-space:nowrap}
.footer p{display:none}
.expertise-box{margin:8px 0 42px!important;padding:28px 30px!important;border:0!important;border-left:5px solid #c41920!important;border-radius:0 12px 12px 0;background:#f5f5f5}
.expertise-box h2{font-size:clamp(25px,3vw,34px);margin-bottom:14px}
.expertise-box p{display:block;margin:0!important;color:#202020}
.article{color:#171717}
.article p,.article li{color:#202020}
.lead{color:#303030}
.crumb,.toc a{color:#333}
.quick-card span,.quick-note,.section-lead,.edu-topic p{color:#303030}
.hub-layout{display:block}
@media(max-width:600px){
.footer{padding:22px 0}
.footer .footer-row{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:11px}
.footer-nav{gap:16px;flex-wrap:wrap}
.footer-copy{justify-self:auto}
.expertise-box{padding:22px!important}
}