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