.site-footer{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.06);color:#fff;padding:40px 40px 32px;text-align:left}
.site-footer *{box-sizing:border-box}
.site-footer a{text-decoration:none;margin:0}
.site-footer .footer-inner{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto auto;justify-content:space-between;align-items:start;gap:64px}
.site-footer .footer-brand-name{font:700 18px/1.2 Inter,system-ui,sans-serif;color:#fff}
.site-footer .footer-brand p{max-width:300px;margin:14px 0 0;color:rgba(255,255,255,.4);font-size:13px;line-height:1.75}
.site-footer .footer-brand .footer-company{margin-top:8px;color:rgba(255,255,255,.22);font-size:12px}
.site-footer .footer-socials{display:flex;align-items:center;gap:10px;margin-top:18px}
.site-footer .footer-social-link{width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);transition:background .18s ease,border-color .18s ease,transform .18s ease}
.site-footer .footer-social-link:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}
.site-footer .footer-social-link img{width:19px;height:19px;display:block;object-fit:contain}
.site-footer .footer-col h5{margin:0 0 16px;color:rgba(255,255,255,.3);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.site-footer .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}
.site-footer .footer-col li{margin:0;padding:0}
.site-footer .footer-col a{color:rgba(255,255,255,.4);font-size:13px;transition:color .15s}
.site-footer .footer-col a:hover{color:rgba(255,255,255,.75)}
.site-footer .footer-bottom{width:100%;margin:32px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.site-footer .footer-bottom p{margin:0;color:rgba(255,255,255,.25);font-size:12px}
.site-footer .footer-links{display:flex;flex-wrap:wrap;gap:20px}
.site-footer .footer-links a{color:rgba(255,255,255,.25);font-size:12px;transition:color .15s}
.site-footer .footer-links a:hover{color:rgba(255,255,255,.55)}
@media(max-width:820px){.site-footer{padding:32px 20px 24px}.site-footer .footer-inner{grid-template-columns:1fr 1fr;gap:28px}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start}}
@media(max-width:520px){.site-footer .footer-inner{grid-template-columns:1fr}.site-footer .footer-brand{grid-column:auto}.site-footer .footer-links{gap:12px 18px}}
