.site-footer{background:var(--black);color:rgba(255,255,255,0.45);padding:64px 0 32px;position:relative;z-index:1;border-top:1px solid rgba(255,255,255,0.06);}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 2rem;}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.07);}
.footer-brand img{height:32px;margin-bottom:20px;opacity:0.9;}
.footer-brand p{font-size:13px;line-height:1.7;max-width:280px;color:rgba(255,255,255,0.38);}
.footer-col h4{font-family:'Outfit',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.9);margin-bottom:20px;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-col ul li a{font-size:13px;color:rgba(255,255,255,0.38);transition:color var(--transition);}
.footer-col ul li a:hover{color:var(--cyan);}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;font-size:12px;gap:1rem;flex-wrap:wrap;color:rgba(255,255,255,0.28);}
.footer-bottom a{color:rgba(255,255,255,0.28);transition:color var(--transition);}
.footer-bottom a:hover{color:var(--cyan);}
.footer-cyan{color:var(--cyan);}
@media(max-width:860px){.footer-top{grid-template-columns:1fr 1fr;}}
@media(max-width:500px){.footer-top{grid-template-columns:1fr;}.footer-bottom{flex-direction:column;gap:12px;text-align:center;}}
