.site-footer{color:#fff}
.footer-main{background:linear-gradient(145deg,var(--bjs-deep),#260052 62%,#38105f);padding:78px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.35fr;gap:40px}
.footer-logo{width:78px;height:78px;display:block;background:var(--bjs-cream);padding:8px;border-radius:18px;margin-bottom:20px}
.footer-logo img{width:100%;height:100%;object-fit:contain}
.footer-brand h2{font-size:1.45rem;margin-bottom:12px}
.footer-brand p{color:rgba(255,255,255,.66);font-size:.86rem}
.footer-badges{display:flex;flex-direction:column;gap:7px;color:var(--bjs-gold);font-size:.7rem;font-weight:800}
.footer-column h3{font-size:.78rem;color:var(--bjs-gold);letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px}
.footer-column ul{list-style:none;margin:0;padding:0}
.footer-column li{margin-bottom:9px}
.footer-column a{color:rgba(255,255,255,.74);font-size:.82rem}
.footer-column a:hover{color:#fff}
.footer-contact p{color:rgba(255,255,255,.7);font-size:.78rem}
.footer-directions{display:inline-block;margin-top:6px;color:var(--bjs-saffron)!important;font-weight:800}
.management-note{border-top:1px solid rgba(255,255,255,.12);margin-top:48px;padding-top:22px;color:rgba(255,255,255,.58);font-size:.72rem}
.management-note strong{color:var(--bjs-gold)}
.footer-bottom{background:#0d0028;padding:16px 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom p{margin:0;color:rgba(255,255,255,.55);font-size:.7rem}
.footer-legal{display:flex;gap:18px}
.footer-legal a{font-size:.7rem;color:rgba(255,255,255,.65)}

.footer-socials{display:flex;gap:10px;margin-top:20px}
.footer-socials a{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;transition:.25s}
.footer-socials a:hover{background:var(--bjs-saffron);color:var(--bjs-deep);transform:translateY(-3px)}
.footer-socials svg{width:18px;height:18px;fill:currentColor}
