
.site-footer{background:#07152e;color:#fff;padding:56px 20px 22px;}
.site-footer-inner{width:min(1180px,100%);margin:auto;}
.site-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px;padding-bottom:42px;}
.site-footer-brand img{width:128px;height:auto;margin-bottom:18px;}
.site-footer-brand p{max-width:330px;margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.7;}
.site-footer h3{margin:0 0 15px;font-size:14px;color:#fff;}
.site-footer a{display:block;margin:0 0 10px;color:rgba(255,255,255,.68);font-size:13px;transition:color .2s ease;}
.site-footer a:hover{color:#fff;}
.site-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:rgba(255,255,255,.5);font-size:12px;}
@media(max-width:760px){.site-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.site-footer-brand{grid-column:1/-1}}
@media(max-width:480px){.site-footer{padding-inline:16px}.site-footer-grid{grid-template-columns:1fr}.site-footer-brand{grid-column:auto}}
