.support-home { min-height: 100vh; margin: 0; display: grid; place-items: center; padding: 1.25rem; background: var(--color-canvas); color: var(--color-ink); font-family: var(--font-body); }
.support-card { width: 100%; max-width: 27.5rem; padding: 2rem 1.75rem; background: var(--color-paper); border: 1px solid var(--color-line); border-radius: 1rem; text-align: center; box-shadow: 0 1rem 2.5rem #1724380a; }
.support-card img { display: block; margin: 0 auto 1.25rem; border-radius: 1rem; }
.support-card h1 { margin: 0 0 .75rem; font-size: 2rem; font-weight: 750; line-height: 1.3; }
.support-card p { font-size: 1rem; line-height: 1.7; margin: 0 0 1.5rem; color: var(--color-muted); }
.support-contact { min-height: 3.25rem; display: flex; align-items: center; justify-content: center; padding: .875rem .75rem; background: var(--color-emerald); color: var(--color-paper); border-radius: 2rem; font-size: .9375rem; font-weight: 700; text-decoration: none; }
.support-contact { box-shadow: 0 .625rem 1.5rem #00cc4b26; }
.support-contact:hover { background: var(--color-primary-hover); }
.support-contact:focus-visible { outline: .1875rem solid var(--color-ink); outline-offset: .25rem; }
@media(max-width:380px) { .support-card { padding: 1.5rem .875rem; } .support-contact { font-size: .75rem; padding: .75rem .375rem; } }
