.site-footer{background:var(--bg-dark);border-top:1px solid var(--border-dark);padding:0 48px}.footer-inner{margin:0 auto;max-width:1200px}.footer-top{display:grid;gap:48px;grid-template-columns:1.5fr 1fr 1fr 1fr;padding:64px 0 48px}.footer-brand .logo-text{display:inline-block;margin-bottom:16px}.footer-tagline{color:var(--white-30);font-size:.85rem;line-height:1.6;max-width:280px}.footer-col-title{color:var(--white-50);font-size:.62rem;font-weight:700;letter-spacing:.15em;margin-bottom:20px;text-transform:uppercase}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--white-30);font-size:.85rem;text-decoration:none;transition:color .25s}.footer-links a:hover{color:var(--white-70)}.footer-bottom{align-items:center;border-top:1px solid var(--border-dark);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:24px 0}.footer-legal{color:var(--white-15);font-size:.75rem}.footer-social{display:flex;gap:12px}.footer-social a{align-items:center;border:1px solid var(--white-08);display:flex;height:36px;justify-content:center;transition:all .25s;width:36px}.footer-social a:hover{background:var(--white-04);border-color:var(--white-15)}.footer-social svg{fill:var(--white-30);height:14px;width:14px}@media (max-width:768px){.site-footer{padding:0 24px}.footer-top{gap:36px;grid-template-columns:1fr 1fr;padding:48px 0 36px}}@media (max-width:480px){.footer-top{grid-template-columns:1fr}}