.help-page { background: #080d17; color: #eef4ff; }
.help-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.help-header, .help-main, .help-footer { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.help-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid #243044; }
.help-header nav { display: flex; gap: 24px; font-size: .88rem; }
.help-header nav a[aria-current] { color: #83ede0; }
.help-intro { padding: 78px 0 42px; max-width: 800px; }
.help-label { color: #83ede0; font: 700 .72rem/1.5 ui-monospace, monospace; letter-spacing: .16em; }
.help-intro h1 { font-size: clamp(2.7rem, 6.5vw, 5rem); line-height: 1.04; letter-spacing: -.05em; margin: 18px 0 24px; }
.help-intro h1 span { color: #a0abc1; }
.help-intro p { font-size: 1.15rem; line-height: 1.6; color: #bec9dc; }
.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.help-card { padding: 30px; border: 1px solid #2b394e; border-radius: 20px; background: linear-gradient(130deg, #131e30, #0e1624); }
.help-card h2 { font-size: 1.85rem; margin: 14px 0 12px; letter-spacing: -.035em; }
.help-card p { color: #b9c5da; line-height: 1.7; margin: 0 0 24px; max-width: 35ch; }
.help-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.help-actions .button { min-height: 46px; }
.help-privacy { color: #d9e5fa; text-decoration: underline; text-underline-offset: 4px; padding-block: 12px; }
.help-store { display: inline-block; color: #a6b5cd; font-size: .83rem; padding-top: 25px; }
.help-next { margin: 32px 0 68px; padding: 32px; border: 1px solid #304b50; border-radius: 20px; display: flex; align-items: center; gap: 34px; background: #102022; }
.help-next h2 { font-size: 1.6rem; line-height: 1.25; margin: 12px 0; }
.help-next p { color: #b8cdce; max-width: 65ch; line-height: 1.7; margin: 0; }
.help-next p a { color: #b3fff1; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.help-next > .button { flex-shrink: 0; }
.help-footer { border-top: 1px solid #243044; padding: 28px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; font-size: .82rem; color: #a7b5cb; }
.help-page a:focus-visible { outline: 3px solid #a3fff0; outline-offset: 5px; }
@media (max-width: 680px) { .help-header, .help-main, .help-footer { width: calc(100% - 32px); } .help-header { flex-wrap: wrap; gap: 22px; padding: 22px 0; } .help-header nav { justify-content: space-between; width: 100%; gap: 16px; } .help-intro { padding: 46px 0 26px; } .help-intro p { font-size: 1rem; } .help-grid { grid-template-columns: 1fr; gap: 16px; } .help-card { padding: 25px; } .help-next { flex-direction: column; align-items: flex-start; padding: 25px; margin-bottom: 40px; } .help-footer { flex-direction: column; } }
