body { background: #fff; }
.support-intro { margin: .75rem 0 1.25rem; color: #596273; }
.support-card { padding: clamp(1.5rem, 5vw, 3.5rem); border: 1px solid #e0e3e8; border-radius: 1rem; background: #fff; box-shadow: 0 .4rem 1.5rem rgb(27 37 53 / 6%); text-align: center; }
.support-card + .support-card { margin-top: 2rem; }
.support-card h2 { margin: 0 0 1rem; font-size: clamp(1.7rem, 5vw, 2.25rem); line-height: 1.2; }
.support-card > p { max-width: 650px; margin: .75rem auto; }
.support-email { font-weight: 600; }
.email-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; margin: 1.35rem 0 .75rem; padding: .7rem 1.5rem; border-radius: .65rem; color: #20242b; background: #f5b84f; font-weight: 700; text-decoration: none; }
.email-button:hover { color: #20242b; background: #dda13b; }
.account-deletion { max-width: 700px; margin: 2.5rem auto 0; padding-top: 2rem; border-top: 1px solid #d8dce3; text-align: left; }
.account-deletion h3 { margin-top: 0; text-align: center; }
.account-deletion .email-button { display: flex; width: fit-content; margin-inline: auto; text-align: center; }
.policy-link { padding-top: .75rem; }
@media (max-width: 520px) { .email-button, .account-deletion .email-button { width: 100%; } }
