.site-footer{margin-top:48px;padding:42px 20px 16px;background:#111827;color:#cbd5e1}
.site-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(140px,1fr));gap:30px}
.site-footer-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#fff;font-size:18px;font-weight:800;text-decoration:none}
.site-footer-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:#ec168c;color:#fff;font-weight:900}
.site-footer-copy{max-width:360px;color:#94a3b8;font-size:13px;line-height:1.7}
.site-footer-title{margin:0 0 12px;color:#fff;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}
.site-footer-links{display:grid;gap:8px}
.site-footer a{color:#cbd5e1;font-size:13px;line-height:1.5;text-decoration:none}
.site-footer a:hover,.site-footer a:focus-visible{color:#f472b6}
.site-footer-bottom{max-width:1200px;margin:28px auto 0;padding-top:15px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 18px;color:#94a3b8;font-size:12px;line-height:1.5}
@media(max-width:760px){.site-footer{padding-top:34px}.site-footer-inner{grid-template-columns:1fr 1fr;gap:24px}.site-footer-brand{grid-column:1/-1}}
@media(max-width:440px){.site-footer-inner{grid-template-columns:1fr}.site-footer-brand{grid-column:auto}}
