
/* Global Footer CSS - UF Deals LLC */
.footer{background:#070b1b;color:#bfc7de;padding:58px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}
.footer-brand{display:inline-flex!important;align-items:center;margin:0 0 16px;color:#fff}
.footer-brand img{height:58px;width:auto;max-width:260px;object-fit:contain}
.footer h3,.footer h4{color:#fff}
.footer a{display:block;margin:8px 0;color:#bfc7de}
.footer a:hover{color:#fff}
.footer .btn{display:inline-flex;color:#fff;margin-top:12px}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:18px;font-size:14px;color:#bfc7de}
@media(max-width:950px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-brand img{height:48px}}

/* FINAL LOGO PNG PATCH */
.brand img,.footer-brand img{width:300px!important;height:auto!important;max-width:300px!important;object-fit:contain!important;}
@media(max-width:640px){.brand img,.footer-brand img{width:220px!important;max-width:220px!important;}}
