body.help-page { display: flex; flex-direction: column; min-height: 100svh; background: var(--lb-vellum); color: var(--lb-graphite); font-family: var(--font-brand); font-weight: 350; }
.help-page .page-main { flex: 1; }
.help-page .shell, .help-page .draft-shell { width: min(1200px, calc(100% - 64px)); }
.help-page .draft-brand.lb-wordmark { font-weight: 650; }
.help-page .draft-nav > a:not(.draft-button) { font-weight: 400; }
.help-page .legal-hero { padding: 76px 0 48px; border-bottom: 1px solid var(--lb-line); background: none; }
.help-page h1, .help-page h2, .help-page h3 { font-family: inherit; color: var(--lb-navy); }
.help-page h1 { margin: 0; font-weight: 400; font-size: clamp(2.8rem, 6vw, 4rem); letter-spacing: -.045em; line-height: 1.1; }
.help-page .lede { max-width: 760px; font-size: 1.12rem; line-height: 1.65; }
.help-page .content-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 70px; padding-block: 48px 88px; }
.help-page .page-toc { align-self: start; position: sticky; top: 116px; display: grid; gap: 12px; max-height: calc(100vh - 150px); overflow-y: auto; }
.help-page .page-toc a { font-size: .9rem; line-height: 1.4; font-weight: 350; }
.help-page .prose { max-width: 760px; min-width: 0; font-size: 1rem; line-height: 1.75; }
.help-page .prose h2 { margin-top: 42px; font-size: 1.65rem; font-weight: 400; letter-spacing: -.03em; }
.help-page .prose h3 { font-size: 1.15rem; font-weight: 400; }
.help-page .prose a { color: var(--lb-navy); font-weight: 350; text-underline-offset: 3px; overflow-wrap: anywhere; }
.help-page strong, .help-page b { font-weight: 500; }
.help-page [id] { scroll-margin-top: 110px; }
.help-page .effective-date { font-size: .85rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.help-page .contact-panel { margin-top: 48px; padding: 30px; border: 1px solid var(--lb-line); background: var(--lb-paper); }
.help-page .contact-panel h2 { margin-top: 0; }
.contact-panel label, .contact-panel legend { display: block; font-weight: 400; margin: 18px 0 7px; }
.help-page .draft-button { font-weight: 400; }
.contact-panel input:not([type='checkbox']), .contact-panel select, .contact-panel textarea { display: block; width: 100%; min-height: 48px; padding: 12px; border: 1px solid #83918e; border-radius: 3px; background: #fffdf7; color: #203f52; font: inherit; font-size: 16px; }
.contact-panel textarea { resize: vertical; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-panel .field-help { font-size: .85rem; line-height: 1.5; margin-top: 8px; }
.contact-panel fieldset { margin: 22px 0; padding: 18px; border: 1px solid var(--lb-line); }
.contact-panel label.contact-check { display: flex; gap: 12px; font-weight: 350; }
.contact-check input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 5px; accent-color: #203f52; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.help-page .contact-actions a { color: var(--lb-vellum); }
.secondary-button { min-height: 48px; padding: 12px 20px; font: inherit; border: 1px solid #203f52; background: transparent; color: #203f52; cursor: pointer; }
.help-page :focus-visible { outline: 3px solid #bb551c; outline-offset: 4px; }
.help-page [hidden] { display: none !important; }
.help-page .footer-links a { overflow-wrap: anywhere; }
.help-page .help-footer { padding: 24px 0; border-top: 1px solid var(--lb-line); background: transparent; color: var(--lb-graphite); }
.help-page .help-footer .footer-bottom { margin-top: 0; padding-top: 0; border: 0; align-items: center; font-size: .85rem; }
.help-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.help-footer a { color: inherit; font-size: .85rem; text-decoration: none; }
.help-footer a:hover { text-decoration: underline; }
.help-page .support-faq { border-bottom: 1px solid var(--lb-line); }
.help-page .support-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; padding: 16px 0; color: var(--lb-navy); font-weight: 350; line-height: 1.5; list-style: none; cursor: pointer; }
.support-faq summary::-webkit-details-marker { display: none; }
.support-faq summary::marker { content: ''; }
.support-faq summary::after { content: '+'; flex: 0 0 16px; font-size: 1.2rem; font-weight: 300; text-align: center; }
.support-faq[open] > summary::after { content: '−'; }
.help-page .support-faq > div { padding: 0 0 14px; }
.help-page .support-faq p { margin: 0 0 12px; }
.help-page.support-page .legal-hero { padding: 48px 0 32px; }
.help-page.support-page .page-toc { border: 0; padding-top: 0; }
.help-page.support-page .page-toc a { color: var(--lb-graphite); font-size: .85rem; }
.help-page.support-page .page-toc a:hover { color: var(--lb-navy); text-decoration: underline; }
.help-page.support-page .prose h2 { font-size: 1.3rem; margin-bottom: 12px; letter-spacing: -.015em; }
.help-page.support-page .contact-panel { padding: 28px 0 0; border: 0; border-top: 1px solid var(--lb-line); background: transparent; }
.help-page.support-page #other-requests + p { font-size: .9rem; }
.help-page.help-hub .legal-hero { padding: 66px 0 48px; }
.help-page.help-hub .legal-hero .shell { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.help-page.help-hub h1 { margin: 0; font-size: clamp(2.8rem, 4.8vw, 4rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.1; }
.help-hub-contact { display: grid; justify-items: center; gap: 8px; }
.help-hub-contact p { margin: 0; }
.help-hub-contact a { font-size: .9rem; font-weight: 400; text-decoration: none; }
.help-hub-contact a:hover { text-decoration: underline; }
.help-hub-contact p:first-child a { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 10px 26px; border: 1px solid var(--lb-navy); border-radius: 4px; background: var(--lb-navy); color: var(--lb-paper); font-size: .95rem; }
.help-hub-contact p:first-child a:hover { background: var(--lb-deep); text-decoration: none; }
.help-page.help-hub .page-toc { display: none; }
.help-page.help-hub .content-layout { display: block; padding-block: 40px 64px; }
.help-page.help-hub .prose { max-width: none; }
.help-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.help-topic { padding: 28px 26px 20px; border: 1px solid var(--lb-line); border-radius: 6px; background: var(--lb-paper); }
.help-page.help-hub .prose h2 { margin: 0 0 20px; font-size: 1.35rem; font-weight: 400; letter-spacing: -.02em; line-height: 1.3; }
.help-page.help-hub .prose ul { list-style: none; margin: 0; padding: 0; }
.help-page.help-hub .prose li { margin: 0; font-size: .96rem; }
.help-page .help-topic li + li { border-top: 1px solid rgba(32, 63, 82, .09); }
.help-page .help-topic a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px; padding: 12px 0; text-decoration: none; line-height: 1.45; }
.help-topic a::after { content: ''; flex: 0 0 auto; width: 6px; height: 6px; margin-right: 3px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: rotate(45deg); opacity: .55; }
.help-page .help-topic a:hover { color: var(--lb-deep); text-decoration: underline; }
.help-hub-legal { display: flex; align-items: baseline; gap: 32px; margin-top: 36px; padding: 28px 0 0; border-top: 1px solid var(--lb-line); }
.help-page.help-hub .help-hub-legal h2 { margin: 0; font-size: .95rem; color: var(--lb-graphite); }
.help-page.help-hub .help-hub-legal ul { display: flex; flex-wrap: wrap; gap: 6px 28px; }
.help-page.help-hub .help-hub-legal a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9rem; text-decoration: none; }
.help-page.help-hub .help-hub-legal a:hover { text-decoration: underline; }
@media (max-width: 820px) {
  .help-page .shell { width: calc(100% - 36px); }
  .help-page .draft-shell { width: calc(100% - 36px); }
  .help-page .draft-nav a:not(.draft-button) { display: block; }
  .help-page .content-layout { grid-template-columns: 1fr; gap: 30px; }
  .help-page .page-toc { position: static; max-height: none; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--lb-line); padding-bottom: 24px; }
  .help-page .page-toc strong { grid-column: 1 / -1; }
  .help-page .legal-hero { padding: 48px 0 28px; }
  .help-page .contact-panel { padding: 20px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
  .help-page.help-hub .legal-hero { padding: 40px 0 32px; }
  .help-page.help-hub .legal-hero .shell { flex-direction: column; align-items: flex-start; gap: 26px; }
  .help-hub-contact { justify-items: start; }
  .help-page.help-hub .content-layout { padding-block: 28px 44px; }
  .help-topics { grid-template-columns: 1fr; gap: 16px; }
  .help-topic { padding: 24px 22px 16px; }
  .help-hub-legal { flex-direction: column; gap: 8px; margin-top: 28px; padding-top: 24px; }
  .help-page .help-footer .footer-bottom { align-items: flex-start; }
}
@media print {
  .help-page .draft-header, .help-page .page-toc, .help-page .site-footer, .help-page .contact-panel { display: none; }
  .help-page .content-layout { display: block; }
  .help-page .shell { width: 100%; }
  .help-page .legal-hero { padding: 0; }
  .help-page .prose { max-width: none; }
}
