.fz-footer{color:var(--fz-slate-400);font-size:.875rem;overflow:hidden;padding:4rem 0 2.5rem;position:relative}.fz-footer:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.2),transparent);content:"";height:1px;left:0;position:absolute;right:0;top:0}.fz-footer__grid{display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:3.5rem}.fz-footer__brand{grid-column:span 2}.fz-footer__logo img{filter:brightness(0) invert(1);height:6rem;width:auto}.fz-footer__tagline{color:var(--fz-slate-400);font-size:.875rem;line-height:1.6;margin:1rem 0 1.5rem;max-width:200px}.fz-footer__social{display:flex;gap:.75rem}.fz-footer__social-link{align-items:center;background:var(--fz-slate-800);border-radius:.5rem;color:var(--fz-slate-400);display:flex;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.fz-footer__social-link:hover{background:#334155;color:#fff;transform:translateY(-2px) scale(1.1)}.fz-footer__social-link .fz-icon{height:.875rem;width:.875rem}.fz-footer__heading{color:#fff;font-family:var(--fz-font-body);font-size:.75rem;font-weight:700;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.fz-footer__list{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.fz-footer__link{color:var(--fz-slate-400);font-size:.875rem;line-height:1.4;text-decoration:none;transition:color .2s ease}.fz-footer__link:hover{color:#fff;text-decoration:none}.fz-footer__legal{align-items:center;border-top:1px solid var(--fz-slate-800);display:flex;flex-direction:column;font-size:.75rem;gap:1rem;justify-content:space-between;padding-top:2rem}.fz-footer__legal p{font-size:.75rem;margin:0}.fz-footer__legal-links{display:flex;gap:1.5rem}.fz-footer__legal-links .fz-footer__link{font-size:.75rem}@media (min-width:768px){.fz-footer__legal{flex-direction:row}}@media (min-width:1024px){.fz-footer__grid{grid-template-columns:repeat(5,1fr)}.fz-footer__brand{grid-column:span 1}}