/* Pie principal y barra legal inferior. */
.site-footer{padding:0!important;background:var(--navy);color:#fff}
.site-footer>.footer-main{display:grid!important;grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(130px,1fr))!important;gap:42px!important;padding-top:42px;padding-bottom:38px}
.site-footer .footer-brand-column,.site-footer .footer-column{display:grid;align-content:start;gap:10px;min-width:0}
.site-footer .footer-brand-column p{max-width:300px;margin:10px 0 0;color:#bfcce0;font-size:12px;line-height:1.55}
.site-footer .brand-footer{margin:0}.site-footer .footer-column b{margin-bottom:5px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.site-footer .footer-column a{width:max-content;max-width:100%;color:#bfcce0;font-size:11px;line-height:1.4;transition:color .2s ease}
.site-footer .footer-column a:hover{color:var(--aqua)}
.footer-legal{border-top:1px solid rgba(255,255,255,.14);background:#051942}
.footer-legal>.container{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:54px}
.footer-legal small{color:#8fa1bc;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.footer-legal nav{display:flex;align-items:center;gap:0}
.footer-legal nav a{position:relative;padding:5px 12px;color:#aebcd0;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.footer-legal nav a+a:before{content:'·';position:absolute;left:-2px;color:#62748f}
.footer-legal nav a:hover{color:#fff}
@media(max-width:900px){.site-footer>.footer-main{grid-template-columns:1.4fr repeat(3,1fr)!important;gap:24px!important;padding-top:34px;padding-bottom:32px}.site-footer .brand-words strong{font-size:16px}}
@media(max-width:700px){.site-footer>.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 18px!important;width:min(100% - 28px,560px);padding-top:30px;padding-bottom:28px}.site-footer .footer-brand-column{grid-column:1/-1;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12)}.site-footer .footer-column:last-child{grid-column:1/-1}.footer-legal>.container{flex-direction:column;justify-content:center;gap:7px;min-height:78px;padding:13px 0;text-align:center}.footer-legal nav{flex-wrap:wrap;justify-content:center}.footer-legal nav a{padding:5px 9px}}
@media(max-width:390px){.site-footer>.footer-main{grid-template-columns:1fr!important}.site-footer .footer-brand-column,.site-footer .footer-column:last-child{grid-column:1}.site-footer .footer-column{padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer .footer-column:last-child{border-bottom:0}}
