.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;max-width:560px}
.profile-facts div{padding:15px 12px;border:1px solid var(--line);border-radius:10px;background:#ffffff04}
.profile-facts strong{display:block;font:600 21px Space Grotesk;color:#fff}
.profile-facts span{display:block;margin-top:6px;color:var(--muted);font:600 7px Space Grotesk;letter-spacing:1.1px}
.disclosure{max-width:540px;color:#686f84;font-size:9px;line-height:1.5;margin:13px 0 0}
@media(max-width:850px){.profile-facts,.disclosure{margin-inline:auto}}
@media(max-width:480px){.profile-facts{grid-template-columns:1fr}.profile-facts div{display:flex;align-items:center;justify-content:space-between;text-align:left}}
