.site-footer{background:var(--black);color:rgba(255,255,255,.6);padding:clamp(56px,7vw,80px) 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:clamp(24px,4vw,48px)}
.footer-brand{font-family:'Plus Jakarta Sans',sans-serif;font-size:17px;font-weight:700;color:#fff;margin-bottom:12px}
.footer-brand-sub{font-size:13px;line-height:1.7;color:rgba(255,255,255,.3);margin-bottom:20px}
.footer-contact-list{display:flex;flex-direction:column;gap:8px}
.footer-contact-list a{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.4);transition:color .2s}
.footer-contact-list a:hover{color:#fff}
.footer-contact-list svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}
.footer-col h3{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.2);margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:14px;color:rgba(255,255,255,.45);transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);margin-top:clamp(40px,5vw,56px);padding:20px 0;display:flex;justify-content:space-between;align-items:center}
.footer-legal{font-size:12px;color:rgba(255,255,255,.18)}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}
