/* Footer legal links on one line */
.footer-bottom .footer-legal-links{
    display:inline-flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    white-space:nowrap;
}
.footer-bottom .footer-legal-links a{
    display:inline-flex;
    align-items:center;
    margin:0;
    line-height:1.2;
}
.footer-bottom .footer-separator{
    display:inline-block;
    opacity:.65;
}

/* Proper WhatsApp icon */
.whatsapp{
    color:#fff;
    overflow:hidden;
}
.whatsapp svg{
    width:29px;
    height:29px;
    display:block;
}

@media(max-width:600px){
    .footer-bottom .footer-legal-links{
        justify-content:flex-start;
    }
}

/* Reduce vertical gap between final CTA and footer */
.final-cta{
    padding-top:46px;
    padding-bottom:42px;
}
.site-footer{
    padding-top:38px;
}
.final-cta + .site-footer{
    margin-top:0;
}

@media(max-width:900px){
    .final-cta{
        padding-top:40px;
        padding-bottom:36px;
    }
    .site-footer{
        padding-top:32px;
    }
}

@media(max-width:600px){
    .final-cta{
        padding-top:34px;
        padding-bottom:30px;
    }
    .site-footer{
        padding-top:28px;
    }
}
