.footer{background:var(--dark);color:rgba(255,255,255,.75);padding:48px 0 0;margin-top:32px}.footer-inner{max-width:1440px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px 48px;gap:32px 48px;justify-items:center}.footer-brand{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand p{font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.5);margin:0 0 18px;max-width:520px;font-weight:700}.footer-socials{gap:8px}.f-social,.footer-socials{display:flex;justify-content:center}.f-social{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);align-items:center;transition:all var(--t);overflow:hidden}.f-social:hover{background:var(--red)}.f-social-img{width:100%;height:100%;object-fit:cover;display:block}.footer-col{text-align:center}.footer-col h4{color:#fff;font-size:.88rem;font-weight:700;margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px;width:max-content;max-width:100%;margin:0 auto}.footer-col ul li a{font-size:.82rem;color:rgba(255,255,255,.5);display:flex;align-items:center;justify-content:flex-start;gap:6px;transition:color var(--t);text-align:left}.footer-col ul li a i,.footer-col ul li a svg{width:16px;flex-shrink:0}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),var(--dark);margin-top:36px;padding:14px 0;text-align:center;font-size:.75rem;color:rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.footer-bottom a{color:rgba(255,255,255,.4)}.footer-bottom a:hover{color:var(--gold)}.footer.has-bg-image{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.footer.has-bg-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,25,.55),rgba(15,15,25,.85));pointer-events:none;z-index:0}.footer.has-bg-image .footer-bottom,.footer.has-bg-image .footer-inner{position:relative;z-index:1}@media(max-width:1024px){.footer-inner{grid-template-columns:repeat(3,1fr)}}@media(max-height:500px) and (orientation:landscape),(max-width:768px){.footer-inner{grid-template-columns:repeat(3,1fr)!important;gap:16px 6px}.footer-col h4{font-size:.9rem;margin-bottom:8px;white-space:nowrap}.footer-col ul{gap:6px}.footer-col ul li a{font-size:.7rem;gap:3px;line-height:1.2}.footer-col ul li a i{width:10px;height:10px;flex-shrink:0}}@media(max-width:768px){.footer{padding:0;margin-top:10px;width:100%}.footer-inner{padding:0 5px;grid-gap:20px;gap:20px;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}.footer-bottom{padding:16px 0;flex-direction:column;gap:8px}.footer-bottom a,.footer-bottom span{font-size:.7rem}.f-social{width:32px;height:32px}}