/* Shared footer, scoped independently of legacy page styles. */
.site-footer { --footer-accent-green:#76c043; background:#102e43; color:#e5edf3; border-top:4px solid var(--footer-accent-green); font-family:'Open Sans',sans-serif; }
.site-footer *, .site-footer *::before, .site-footer *::after { box-sizing:border-box; }
.site-footer a { color:inherit; text-decoration:none; transition:color .18s,background-color .18s; }
.site-footer a:hover { color:var(--footer-accent-green); }
.site-footer a:focus-visible { outline:3px solid var(--footer-accent-green); outline-offset:5px; border-radius:3px; }
.site-footer-main { display:grid; grid-template-columns:1.1fr 1fr 1fr; gap:32px; padding:28px 0 22px; }
.site-footer-main > * { min-width:0; }
.site-footer .site-footer-wordmark { display:inline-block; font-family:'Poppins',sans-serif; font-size:clamp(28px,3vw,34px); font-weight:700; letter-spacing:.04em; line-height:1.2; color:#fff; overflow-wrap:anywhere; }
.site-footer-accent { display:block; width:42px; height:3px; background:var(--footer-accent-green); margin:10px 0 8px; }
.site-footer .site-footer-cta { display:inline-flex; align-items:center; gap:16px; min-height:44px; font-size:14px; font-weight:600; }
.site-footer-cta i { font-size:12px; color:var(--footer-accent-green); }
.site-footer h2 { margin:2px 0 12px; color:#fff; font-size:17px; line-height:1.4; font-weight:600; }
.site-footer-detail { display:flex; align-items:flex-start; gap:12px; margin-bottom:10px; font-size:14px; line-height:1.6; overflow-wrap:anywhere; }
.site-footer-detail:last-child { margin-bottom:0; }
.site-footer-detail > i { flex:0 0 20px; margin-top:5px; color:var(--footer-accent-green); font-size:18px; }
.site-footer-label { display:block; color:#b5c7d5; font-size:12px; margin-bottom:3px; }
.site-footer address { white-space:pre-line; font-style:normal; margin:0; }
.site-footer-social { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.site-footer-social a { width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; border:1px solid #557083; border-radius:50%; }
.site-footer-social a:hover { background:#20445e; color:var(--footer-accent-green); border-color:var(--footer-accent-green); }
.site-footer-bottom { border-top:1px solid #365266; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:8px 0; font-size:12px; line-height:1.8; }
.site-footer p { margin:0; }
.site-footer-bottom nav { display:flex; flex-wrap:wrap; column-gap:26px; }
.site-footer-bottom nav a { display:inline-flex; align-items:center; min-height:44px; }
.site-footer-credits { display:flex; flex-wrap:wrap; justify-content:space-between; gap:8px 24px; padding:12px 0 18px; border-top:1px solid #365266; font-size:13px; font-weight:600; line-height:1.6; color:#fff; overflow-wrap:anywhere; }
.site-footer-credits span { color:var(--footer-accent-green); font-weight:600; }
@media(max-width:991px) { .site-footer-main { gap:20px; grid-template-columns:1fr 1fr; padding:24px 0 20px; } .site-footer-brand { grid-column:1 / -1; } .site-footer-bottom { align-items:flex-start; flex-direction:column; gap:8px; } }
@media(max-width:575px) { .site-footer-main { grid-template-columns:1fr; gap:18px; padding:22px 0 18px; } .site-footer-brand { grid-column:auto; } .site-footer h2 { margin-bottom:10px; } .site-footer-detail:last-child { margin-bottom:0; } .site-footer-bottom nav { column-gap:22px; } .site-footer-credits { flex-direction:column; gap:8px; } }
@media(prefers-reduced-motion:reduce) { .site-footer a { transition:none; } }
