.auth-brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.auth-product{display:grid;color:var(--blue)}
.auth-product strong{font-size:18px}
.auth-product small{color:var(--muted);font-size:11px}
.auth-footer{display:flex;justify-content:space-between;gap:20px;padding:20px clamp(18px,4vw,58px);background:#fff;border-top:1px solid var(--line);color:var(--muted);font-size:12px}
.auth-footer nav{display:flex;gap:14px}
.auth-footer a{color:var(--blue);font-weight:700}
.legal-copy{width:min(880px,100%)}
.legal-copy h2{margin-top:28px;font-size:19px}
@media(max-width:700px){.auth-product{display:none}.auth-footer{align-items:flex-start;flex-direction:column}.auth-footer nav{flex-wrap:wrap}}
