/* Customer support: independently versioned layout. */
.contact-page{width:100%;max-width:1080px;margin:0 auto 40px;text-align:center}
.contact-page .support-heading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:260px;padding:34px 24px 40px;margin:12px auto 30px;text-align:center}
.contact-page .support-heading .eyebrow{margin:0 0 14px;font-size:11px;letter-spacing:3px;color:#15995a}
.contact-page .support-heading h1{margin:0 0 14px;font-size:36px;line-height:1.4;color:#172b20}
.contact-page .support-heading .muted{max-width:640px;margin:0 auto 24px;font-size:15px;line-height:1.8;text-align:center;color:#768279}
.contact-page .support-heading .button{display:inline-flex;align-items:center;justify-content:center;align-self:center;margin:0 auto;min-width:150px;padding:11px 24px;border-radius:6px;text-align:center}
.contact-page .support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:100%;margin:0 auto}
.contact-page .support-card{display:flex;flex-direction:column;align-items:center;margin:0;padding:30px 24px;border:1px solid #e0e8e2;border-radius:10px;background:#fff;text-align:center;min-width:0}
.contact-page .support-card h2{margin:0 0 12px;font-size:22px}.contact-page .support-card p{width:100%;margin:10px auto;overflow-wrap:anywhere;text-align:center}
.contact-page .support-account{font-weight:600;color:#294b36}.contact-page .support-qr{display:block;width:210px;height:210px;max-width:100%;object-fit:contain;background:white;margin:16px auto}.contact-page .support-card .help,.contact-page .support-card .muted{font-size:13px;line-height:1.8;color:#768279}
@media(max-width:760px){.contact-page{margin-bottom:24px}.contact-page .support-heading{min-height:230px;padding:26px 12px 30px;margin:0 auto 20px}.contact-page .support-heading h1{font-size:30px}.contact-page .support-heading .muted{font-size:14px;max-width:340px}.contact-page .support-grid{grid-template-columns:minmax(0,1fr);max-width:460px;gap:16px}.contact-page .support-card{padding:26px 20px}.contact-page .support-heading .button{min-height:44px}}
