/* TuCalculadora Legal — footer.css */
.tcl-footer { margin-top: 60px; padding: 60px 0 30px; background: #0c1220; color: rgba(255,255,255,.7); }
.tcl-footer a { color: rgba(255,255,255,.72); font-size: 15.5px; }
.tcl-footer a:hover { color: #fff; }
.tcl-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 860px) { .tcl-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .tcl-footer-grid { grid-template-columns: 1fr; } }
.tcl-footer h4 { font: 600 14px var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.tcl-footer ul { list-style: none; }
.tcl-footer li { margin-bottom: 11px; }
.tcl-footer-brand { font: 700 20px var(--font-body); color: #fff; margin-bottom: 12px; }
.tcl-footer-brand em { color: #6ea0ff; font-style: normal; }
.tcl-footer-about { font-size: 15px; line-height: 1.7; max-width: 320px; }
.tcl-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.45); }
.tcl-footer-disclaimer { font-size: 13px; color: rgba(255,255,255,.4); margin-top: 18px; max-width: 760px; line-height: 1.6; }
