/* Visual help guide; scoped to this page. */
.help-hero { padding: clamp(24px, 4vw, 56px); background: linear-gradient(120deg, #fff 35%, #eee7ff); position: relative; overflow: hidden; }
.help-eyebrow { color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.help-hero h1 { font-size: clamp(34px, 4vw, 60px); line-height: 1.08; margin: 20px 0; letter-spacing: -.035em; }
.help-hero h1 span { color: var(--brand); }
.help-hero p { max-width: 65ch; }
.help-hero-lead { font-size: 22px; font-weight: 800; }
.help-topics { gap: 8px; padding: 16px; }
.help-topics a { text-decoration: none; }
.help-start ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; list-style: none; padding: 0; counter-reset: journey; }
.help-start li { background: #f7f4ff; border: 1px solid #e9e1ff; border-radius: 14px; padding: 18px; margin: 0; }
.help-start li::before { counter-increment: journey; content: counter(journey); display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 800; }
.help-visual-step { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 28px; align-items: start; padding: clamp(20px, 2.5vw, 36px); }
.help-step-copy { min-width: 0; }
.help-step-copy h2 { margin-top: 14px; }
.help-step-copy ol { padding-inline-start: 20px; }
.help-step-number { display: inline-block; border-radius: 10px; background: #eee7ff; color: var(--brand); font-weight: 800; padding: 8px 12px; }
.help-screenshot { margin: 0; min-width: 0; background: #f8f6ff; border: 1px solid #e4dcf7; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 28px rgba(43,36,64,.08); }
.help-screenshot > a { display: block; }
.help-screenshot img { display: block; width: 100%; height: auto; }
.help-screenshot figcaption { padding: 18px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.help-screenshot figcaption strong { display: block; color: var(--ink); }
.help-screenshot figcaption a { display: block; margin-top: 8px; font-weight: 800; }
.help-page #support { border-top: 4px solid var(--brand); }
@media (max-width: 1100px) { .help-visual-step { grid-template-columns: 1fr; } .help-start ol { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .help-start ol { grid-template-columns: 1fr; } .help-hero .btn { display: block; margin: 10px 0; } }
@media print { .help-screenshot { box-shadow: none; break-inside: avoid; } .help-visual-step { display: block; } }

/* Screenshots enlarge in a modal without leaving the guide. */
.help-screenshot a { cursor: zoom-in; }
html.help-image-zoom-open { overflow: hidden; }
.help-image-zoom { box-sizing: border-box; width: min(1600px, 96vw); max-width: 96vw; max-height: 96vh; max-height: 96dvh; padding: 48px 12px 12px; border: 0; border-radius: 16px; background: #171321; color: #fff; cursor: zoom-out; }
.help-image-zoom::backdrop { background: rgba(15, 10, 28, .88); }
.help-image-zoom img { display: block; width: 100%; height: auto; max-height: calc(96vh - 120px); max-height: calc(96dvh - 120px); object-fit: contain; }
.help-image-zoom p { text-align: center; margin: 12px 0 0; font-size: 14px; line-height: 1.5; }
.help-image-zoom-close { position: absolute; inset-block-start: 6px; inset-inline-end: 8px; width: 40px; height: 40px; padding: 0; border: 1px solid #aaa; border-radius: 50%; color: #fff; background: #30283f; font-size: 28px; line-height: 1; cursor: pointer; }
.help-image-zoom-close:focus-visible { outline: 3px solid #bba5ff; outline-offset: 2px; }
@media print { .help-image-zoom { display: none !important; } }
