.support-page { color: var(--ink); }
.support-page .skip { position: absolute; left: 16px; top: -100px; padding: 12px; background: white; z-index: 10; }
.support-page .skip:focus { top: 12px; }
.support-header, .support-main, .support-footer { max-width: 1160px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.support-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--rule); }
.support-header img { display: block; object-fit: contain; }
.support-header nav, .support-footer nav { display: flex; gap: 28px; flex-wrap: wrap; }
.support-header a, .support-footer a { font-size: 14px; text-decoration: none; }
.support-page a:hover { text-decoration: underline; }
.support-page :focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.support-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; padding: 80px 0; align-items: start; }
.support-label { color: var(--accent-deep); font-size: 14px; margin: 0 0 24px; }
.support-hero h1 { font-family: var(--display); font-weight: 500; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.15; letter-spacing: -.035em; margin: 0 0 28px; }
.support-intro { color: var(--ink-muted); font-size: 18px; line-height: 1.75; max-width: 46ch; }
.support-contact { background: var(--bg-soft); border: 1px solid var(--rule); border-radius: 16px; padding: 32px; }
.support-contact h2 { font-size: 23px; margin: 20px 0 12px; letter-spacing: -.02em; }
.support-contact p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); }
.support-button { display: block; background: var(--accent-deep); color: white; padding: 14px 20px; border-radius: var(--r); text-align: center; font-weight: 600; text-decoration: none; margin: 24px 0 16px; }
.support-button:hover { background: var(--ink); }
.support-address { display: block; text-align: center; color: var(--accent-deep); overflow-wrap: anywhere; }
.support-contact .support-hint { color: var(--ink-muted); font-size: 12px; margin: 16px 0 0; text-align: center; }
.support-section { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; padding: 48px 0; border-top: 1px solid var(--rule); }
.support-section h2 { font-family: var(--display); font-size: 29px; font-weight: 500; line-height: 1.3; margin: 0; }
.support-faq details { border-bottom: 1px solid var(--rule); }
.support-faq summary { padding: 20px 0; cursor: pointer; font-weight: 600; line-height: 1.5; }
.support-faq details:first-child summary { padding-top: 0; }
.support-faq p, .support-checklist p, .support-checklist li { color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.support-faq p { margin: 0 0 24px; }
.support-checklist ul { padding-left: 20px; margin: 16px 0; }
.support-checklist li { padding-left: 6px; margin-bottom: 8px; }
.support-checklist .support-note { color: var(--ink-muted); font-size: 13px; }
.support-footer { border-top: 1px solid var(--rule); display: flex; justify-content: space-between; gap: 24px; padding-top: 28px; padding-bottom: 32px; margin-top: 32px; color: var(--ink-muted); font-size: 13px; }
@media (max-width: 760px) {
  .support-header, .support-main, .support-footer { padding-left: 22px; padding-right: 22px; }
  .support-header { min-height: 84px; }
  .support-header img { width: 120px; }
  .support-header nav { gap: 12px; justify-content: flex-end; }
  .support-header a { font-size: 12px; }
  .support-hero { grid-template-columns: 1fr; gap: 32px; padding: 44px 0; }
  .support-contact { padding: 26px; }
  .support-section { grid-template-columns: 1fr; gap: 28px; padding: 36px 0; }
  .support-footer { flex-direction: column; }
}
