.site-footer { max-width:1180px; margin:auto; padding:24px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; color:var(--muted); font-size:.8rem; }
.site-footer nav { display:flex; gap:18px; }
.site-footer a { text-decoration:none; font-weight:700; }
.account-page { max-width:960px; }
.account-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:32px; }
.account-card { padding:26px; }
.account-card p { color:var(--muted); line-height:1.6; }
.danger-zone { border-color:#fecaca; }
.legal-page { max-width:800px; }
.legal-page h2 { margin-top:36px; margin-bottom:10px; }
.legal-page p,.legal-page li,.legal-page address { color:#465b5b; line-height:1.7; }
.legal-page address { padding:18px 20px; background:#fff; border:1px solid var(--line); border-radius:14px; font-style:normal; }
.legal-page li { margin-bottom:7px; }
@media(max-width:700px) { .account-grid { grid-template-columns:1fr; }.site-footer { flex-direction:column; }.site-footer nav { display:flex; } }
