/* ── Rodapé MicroTi ──────────────────────────────────────────────────── */
.site-footer{background:linear-gradient(135deg,#0f172a,#1e293b);color:#94a3b8;font-size:.8rem;margin-top:48px;padding:0 0 28px;border-top:1px solid #334155}

.footer-top{max-width:1280px;margin:0 auto;padding:36px 20px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;border-bottom:1px solid #334155}
.footer-logo-wrap{display:block;flex-shrink:0}
.footer-logo{height:38px;width:auto;display:block}
.footer-selos{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.footer-selos img{height:46px;width:auto;border-radius:6px;opacity:.95;transition:opacity .15s}
.footer-selos img:hover{opacity:1}

.footer-inner{max-width:1280px;margin:0 auto;padding:32px 20px 0;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:32px}
.footer-brand{font-size:1.1rem;font-weight:800;color:#e2e8f0;margin-bottom:8px}
.footer-addr{line-height:1.9;color:#94a3b8;font-size:.79rem}
.footer-col-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#e2e8f0;margin-bottom:12px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-links li a{color:#94a3b8;font-size:.8rem;transition:color .15s}
.footer-links li a:hover{color:#60a5fa}

.footer-trust{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-trust li{color:#94a3b8;font-size:.78rem;line-height:1.4;display:flex;align-items:flex-start;gap:8px}

.footer-bottom{max-width:1280px;margin:28px auto 0;padding:20px 20px 0;border-top:1px solid #334155;text-align:center;font-size:.72rem;color:#64748b}

@media(max-width:1024px){
    .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
    .footer-top{padding:28px 12px 22px;justify-content:center;text-align:center}
    .footer-inner{grid-template-columns:1fr;padding:26px 12px 0;gap:26px;text-align:left}
    .footer-selos{justify-content:center}
    .footer-selos img{height:40px}
}
