.privacy-summary{border:1px solid var(--border);background:var(--surface-soft)}
.privacy-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}
.privacy-identity div{padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}
.privacy-identity dt{margin-bottom:5px;color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase}
.privacy-identity dd{margin:0;font-weight:650;overflow-wrap:anywhere}
footer a{color:inherit;text-underline-offset:3px}
@media(max-width:680px){.privacy-identity{grid-template-columns:1fr}}
