/* Rodapé único do site — usado em todas as páginas internas (fora da home).
   Carregar por último, depois do CSS próprio da página, para vencer no cascade. */
footer{padding:64px 0 28px!important;text-align:left!important;color:rgba(255,255,255,.62)!important;background:#120a24!important;font-size:13px!important}
footer .wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}
footer .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:50px}
footer .footer-grid-extended{grid-template-columns:1.65fr repeat(4,minmax(0,1fr));gap:32px}
footer .footer-grid-extended>div:not(:first-child){gap:9px}
footer .footer-grid-extended a{line-height:1.45}
footer .footer-brand img{width:156px;height:72px;object-fit:contain;filter:none;margin-bottom:18px;margin-inline:0}
footer .footer-brand p{max-width:340px;margin:0}
footer .footer-grid h3{font-size:11px;letter-spacing:.1em;color:#fff;margin:0 0 17px}
footer .footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}
footer a{text-decoration:none!important}
footer .footer-grid a{color:rgba(255,255,255,.62)}
footer .footer-grid a:hover{color:#fff}
footer .footer-contact a{color:rgba(255,255,255,.62)}
footer .legal-info{display:flex;flex-direction:column;gap:6px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;line-height:1.48}
footer .legal-info b{color:rgba(255,255,255,.87);font-size:10px;letter-spacing:.045em}
footer .footer-contact a{word-break:break-word}
footer .future-links{display:block;margin-top:7px;color:rgba(255,255,255,.38);font-size:10px;line-height:1.35}
footer .footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:24px;font-size:11px}
@media(max-width:1100px){footer .footer-grid-extended{grid-template-columns:1.6fr repeat(3,1fr)}footer .footer-contact{grid-column:2 / 4}}
@media(max-width:1024px){footer .footer-grid{grid-template-columns:1.4fr 1fr}}
@media(max-width:760px){footer .footer-grid,footer .footer-grid-extended{grid-template-columns:1fr}footer .footer-contact{grid-column:auto}footer .legal-info{font-size:12px}footer .footer-bottom{flex-direction:column;gap:8px}}
