.support-main { padding: 40px 0 64px; }
.support-main h1 { font-size: 32px; line-height: 1.25; }
.support-intro { margin: 6px 0 18px; font-size: 14px; }
.support-hero { margin-bottom: 22px; }
.support-hero .support-visual { transform: scale(.78); transform-origin: right center; }
.contact-menu { gap: 10px; max-width: 760px; }
.contact-menu-item { min-height: 154px; padding: 18px; }
.contact-menu-item h2 { margin: 8px 0 4px; font-size: 18px; }
.contact-menu-item p { font-size: 13px; line-height: 1.55; }
.contact-menu-action { padding-top: 12px; }
.support-form-launcher { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid #d9dfdf; background: #fff; }
.support-form-launcher h2, .team-updates h2 { margin: 0; font-size: 21px; line-height: 1.35; }
.support-form-launcher p { margin: 4px 0 0; color: #63717a; font-size: 13px; }
.support-form-launcher .primary-button { min-height: 42px; white-space: nowrap; }
.support-form-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; border: 0; padding: 0; background: #f5f6f5; }
.support-form-dialog::backdrop { background: rgba(6, 20, 29, .72); }
.support-dialog-content { box-sizing: border-box; width: min(760px, 100%); min-height: 100%; margin: 0 auto; padding: 28px 30px 48px; background: #fff; }
.support-dialog-content .dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #e2e7e7; }
.support-dialog-content .dialog-head h2 { margin: 0; font-size: 25px; }
.support-dialog-content .close-button { width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid #cbd5d8; border-radius: 50%; background: #fff; color: #0c2435; font-size: 26px; line-height: 1; cursor: pointer; }
.support-dialog-content .support-ticket-form { margin-top: 20px; }
.team-updates { margin-top: 24px; padding-top: 22px; border-top: 1px solid #e2e7e7; }
.team-update-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.team-update-grid article { padding: 15px; border: 1px solid #e2e7e7; background: #fff; }
.team-update-grid strong { color: #0c2435; font-size: 14px; }
.team-update-grid p { margin: 5px 0 0; color: #63717a; font-size: 12px; line-height: 1.55; }
@media (max-width: 700px) { .support-main { padding: 28px 0 48px; } .support-main h1 { font-size: 28px; } .contact-menu { grid-template-columns: 1fr; } .contact-menu-item { grid-template-rows: 112px auto; min-height: 0; } .contact-symbol { min-height: 0; height: 112px; } .contact-symbol > img { height: 112px; } .contact-card-content { min-height: 0; padding: 18px; } .support-form-launcher { align-items: stretch; flex-direction: column; padding: 16px; } .support-form-launcher .primary-button { width: 100%; } .support-dialog-content { padding: 20px 16px 36px; } .support-dialog-content .dialog-head h2 { font-size: 22px; } .team-update-grid { grid-template-columns: 1fr; } }