/* IFG Footer
 * Dark footer with brand, link columns, flag stripe and copyright row.
 */
footer{background:var(--ifg-navy);padding:3rem 2rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand p{font-size:.83rem;margin-top:.75rem;max-width:280px;color:rgba(255,255,255,.55)}
.footer-col h4{font-size:.82rem;font-weight:600;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}
.footer-col a{display:block;font-size:.82rem;color:rgba(255,255,255,.5);text-decoration:none;margin-bottom:.35rem;transition:color .15s}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;flex-wrap:wrap;gap:.5rem}
.footer-bottom span{color:rgba(255,255,255,.4)}
.flag-stripe{display:flex;gap:3px;margin-top:.5rem}
.flag-stripe span{height:3px;border-radius:1px}

/* Footer flag stripe widths/colors. */
.ifg-flag-stripe--footer span:nth-child(1){width:24px;background:#000}
.ifg-flag-stripe--footer span:nth-child(2){width:24px;background:#DD0000}
.ifg-flag-stripe--footer span:nth-child(3){width:24px;background:#FFCA28}
.ifg-flag-stripe--footer span:nth-child(4){width:6px}
.ifg-flag-stripe--footer span:nth-child(5){width:24px;background:#FF6B35}
.ifg-flag-stripe--footer span:nth-child(6){width:20px;background:#fff}
.ifg-flag-stripe--footer span:nth-child(7){width:24px;background:#138F5A}

.ifg-footer-brand-row{display:flex;align-items:center;gap:10px;margin-bottom:.5rem}
.ifg-footer-brand-name{color:#fff;font-size:.9rem;font-weight:500}
