/* Shared refinements for the Helpcenter draft. */
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #0D6E9A; outline-offset: 4px; }
.hc-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.article-wrap, .hc-card { min-width: 0; overflow-wrap: anywhere; }
.article-wrap > figure img { width: 100%; height: auto; border-radius: 12px; margin: 24px 0; }
nav.toc { position: static; z-index: auto; }
[id] { scroll-margin-top: 90px; }
.modal-box { max-height: calc(100dvh - 48px); overflow-y: auto; }
.nav-mobile-overlay { overflow-y: auto; padding: 72px 24px 32px; }
#form-status { font-size: 14px; margin-bottom: 12px; }
@media (max-width: 1000px) {
  .nav-links, body > nav .btn { display: none; }
  .nav-hamburger { display: flex; }
}
@media (max-width: 480px) {
  .hc-hero, .hc-section { padding-left: 0; padding-right: 0; }
  .hc-support .inner { padding: 28px 24px; }
  .hc-section-head { flex-wrap: wrap; }
  .nav-mobile-overlay { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* One shared content width for search, cards and support. */
.hc-section { padding-left: 0; padding-right: 0; }
.hc-support { max-width: var(--max-w); margin: 0 auto 96px; padding: 0 var(--gap); }
.video-figure video { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.hc-search { padding-top: 40px; }
.hc-search-field { position: relative; }
.hc-search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; color: var(--text-secondary); pointer-events: none; }
.hc-search input { width: 100%; min-width: 0; padding: 16px 20px 16px 52px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--text-primary); font: inherit; }
#help-search-status { color: var(--text-secondary); font-size: 14px; margin-top: 10px; }
#help-search-status:empty { display: none; }
#help-search-results { list-style: none; display: grid; gap: 12px; margin-top: 20px; }
#help-search-results[hidden] { display: none; }
.search-result { display: block; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 20px 24px; }
.search-result:hover { border-color: var(--brand-blue); }
.search-result-context { display: block; color: var(--text-secondary); font-size: 12px; margin-bottom: 6px; }
.search-result h3 { font-size: 18px; line-height: 1.4; margin-bottom: 8px; }
.search-result p { color: var(--text-secondary); font-size: 14px; }
.search-result mark { background: var(--surface); color: var(--text-primary); font-weight: 700; }
.faq-item:target, .step:target { outline: 2px solid var(--brand-blue); outline-offset: 6px; }
