.tc-support-page { max-width: 1080px; padding-top: 28px; padding-bottom: 40px; }
.tc-support-card, .tc-support-office { background: #fff; border: 1px solid #e5e9ef; border-radius: 12px; box-shadow: 0 8px 24px rgba(30, 48, 72, .08); }
.tc-support-card { padding: 28px; }
.tc-support-heading { border-bottom: 1px solid #e9edf2; margin-bottom: 24px; padding-bottom: 16px; }
.tc-support-heading h1 { font-size: 2rem; margin: 4px 0 8px; }
.tc-support-kicker { color: #1778d4; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tc-support-card label { color: #303a46; font-weight: 600; }
.tc-support-card .form-control { border-color: #ccd4dd; min-height: 44px; }
.tc-support-card textarea.form-control { min-height: 132px; }
.tc-support-submit { min-height: 44px; min-width: 170px; }
.tc-support-office { margin-top: 20px; padding: 22px 28px; text-align: center; }
.tc-support-office h2 { font-size: 1.35rem; }
.tc-support-contact-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tc-support-contact-actions .btn { align-items: center; display: inline-flex; gap: 7px; }
.tc-support-contact-actions small { font-size: .72rem; }
.tc-support-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
@media (max-width: 767.98px) {
  .tc-support-page { padding: 14px 10px 28px; }
  .tc-support-card { border-radius: 8px; padding: 20px 16px; }
  .tc-support-heading h1 { font-size: 1.65rem; }
  .tc-support-submit { width: 100%; }
  .tc-support-contact-actions { align-items: stretch; flex-direction: column; }
  .tc-support-contact-actions .btn { justify-content: center; width: 100%; }
}
