/* ══ RODAPÉ PORTAL ══ */
.portal-footer{background:#1A2035;padding:44px 0 20px;margin-top:40px}
.portal-footer-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}
@media(max-width:900px){.portal-footer-inner{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:540px){.portal-footer-inner{grid-template-columns:1fr}}
.footer-logo{height:26px;width:auto;filter:brightness(0) invert(1);display:block;margin-bottom:12px}
.portal-footer-brand>p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.48);max-width:220px;margin-top:6px}
.portal-footer-col h4{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.38);margin-bottom:14px}
.portal-footer-col a,.portal-footer-col span{display:block;font-size:12px;color:rgba(255,255,255,.58);text-decoration:none;line-height:2.2;transition:color .15s}
.portal-footer-col a:hover{color:#fff}
.portal-footer-bottom{max-width:1280px;margin:28px auto 0;padding:16px 24px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.28);gap:12px;flex-wrap:wrap}
