/* ===== Shared Site Styles ===== */
body{font-family:Arial;margin:0;background:#f9fafb}

/* Top bar */
.top{
  position:sticky;top:0;background:#dc2626;color:#fff;padding:14px 16px;
  font-weight:900;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.top a{color:#fff;text-decoration:none;display:block}
.topCenter{ text-align:center; }

/* Footer (same as your index.html) */
.site-footer{margin-top:26px;background:#0f0f10;color:#fff;padding:26px 16px}
.footer-wrap{max-width:1100px;margin:0 auto;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.footer-title{font-weight:900;margin-bottom:6px}
.footer-brand{font-weight:1000;font-size:18px}
.footer-muted{opacity:.85;font-size:14px;line-height:1.5}
.site-footer a{color:#fff;text-decoration:none;opacity:.9}
.site-footer a:hover{text-decoration:underline;opacity:1}
.footer-bottom{max-width:1100px;margin:14px auto 0;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);opacity:.8;font-size:13px;text-align:center}


/* Accessibility helpers */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}


/* SEO-only heading: invisible, layout-safe */
.seo-h1 {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}