.slp-help-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
  color: var(--faq-accent, #1a56db);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slp-help-center {
  --slp-help-reading-width: 880px;
  --slp-help-section-gap: clamp(28px, 4vw, 44px);
}

.slp-help-center__body {
  display: grid;
  gap: var(--slp-help-section-gap);
}

.slp-help-intro {
  display: grid;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--faq-border, #e2e8f0);
}

.slp-help-intro h2 {
  max-width: 860px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.slp-help-intro p {
  max-width: var(--slp-help-reading-width);
  margin: 0;
  color: var(--faq-text-secondary, #475569);
}

.slp-help-intro__updated {
  font-size: 12px;
  font-weight: 700;
}

.slp-help-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.slp-help-summary__card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--faq-border, #e2e8f0);
  border-radius: 10px;
  background: #fff;
}

.slp-help-summary__card > strong {
  color: var(--faq-accent, #1a56db);
  font-size: 17px;
  line-height: 1.3;
}

.slp-help-summary__card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.slp-help-summary__card p {
  margin: 0;
  color: var(--faq-text-secondary, #475569);
  font-size: 13px;
  line-height: 1.65;
}

.slp-help-section {
  display: grid;
  gap: 14px;
  scroll-margin-top: 96px;
}

.slp-help-section > h2 {
  margin: 0;
  padding: 0 0 10px;
}

.slp-help-section > p {
  max-width: var(--slp-help-reading-width);
  margin: 0;
}

.slp-help-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  outline: none;
}

.slp-help-table-scroll:focus-visible {
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.22);
}

.slp-help-policy-table table {
  min-width: 720px;
}

.slp-help-policy-table caption {
  padding: 10px 12px;
  color: var(--faq-text-secondary, #475569);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.slp-help-policy-table thead th {
  background: #eff6ff;
  color: #1e3a5f;
}

.slp-help-faq-group .faq-docs-faq-item {
  margin: 0;
}

.slp-help-sidebar-close {
  display: none;
}

.faq-docs-toc-active[aria-current="location"] {
  color: var(--faq-accent, #1a56db);
  font-weight: 700;
}

.faq-docs-main-nav-list > .current-menu-item > a,
.faq-docs-main-nav-list a[aria-current="page"] {
  color: var(--faq-accent, #1a56db);
  border-bottom-color: currentColor;
  font-weight: 700;
}

.faq-docs-sidebar-link.is-active,
.faq-docs-sidebar-link[aria-current="page"] {
  background: var(--faq-accent-soft, #eff6ff);
  color: var(--faq-accent, #1a56db);
  font-weight: 700;
}

.slp-help-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--faq-border, #e2e8f0);
  border-radius: 8px;
  background: #fff;
}

.slp-help-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
}

.slp-help-figure figcaption {
  margin: 0;
  padding: 10px 12px;
  color: var(--faq-text-muted, #64748b);
  font-size: 12px;
  line-height: 1.55;
}

.slp-help-media-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
}

.slp-help-media-section--reverse {
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

.slp-help-media-section--reverse .slp-help-media-section__copy {
  order: 2;
}

.slp-help-media-section--reverse .slp-help-media-section__figure {
  order: 1;
}

.slp-help-media-section__copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.slp-help-media-section__copy h2,
.slp-help-gallery-section h2,
.slp-help-cta h2 {
  margin: 0;
  border: 0;
  padding: 0;
}

.slp-help-media-section__copy p,
.slp-help-gallery-section p,
.slp-help-cta p {
  margin: 0;
  color: var(--faq-text-secondary, #475569);
  font-size: 14px;
  line-height: 1.76;
}

.slp-help-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slp-help-checklist li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: var(--faq-text-secondary, #475569);
  font-size: 14px;
  line-height: 1.65;
}

.slp-help-checklist li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--faq-accent, #1a56db);
}

.slp-help-gallery-section {
  display: grid;
  gap: 14px;
}

.slp-help-gallery {
  display: grid;
  gap: 14px;
}

.slp-help-gallery--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.slp-help-gallery--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slp-help-gallery--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.slp-help-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(26, 86, 219, 0.18);
  border-radius: 8px;
  background: #f8fbff;
}

.slp-help-cta > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.slp-help-cta__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--faq-accent, #1a56db);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
}

.slp-help-cta__button:hover {
  background: #1746b0;
}

.slp-help-inline-note {
  padding: 16px 18px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: #f0fdfa;
  color: var(--faq-text-secondary, #475569);
}

.slp-help-inline-note p:last-child {
  margin-bottom: 0;
}

.slp-help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-docs-body .slp-help-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--faq-border, #e2e8f0);
  border-radius: 8px;
  background: #fff;
  color: var(--faq-accent, #1a56db);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.faq-docs-body .slp-help-links a:hover {
  border-color: var(--faq-accent, #1a56db);
  background: var(--faq-accent-soft, #eff6ff);
}

.slp-help-step-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: slp-help-step;
  list-style: none;
}

.slp-help-step-list li {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px 12px 54px;
  border: 1px solid var(--faq-border, #e2e8f0);
  border-radius: 8px;
  background: #fff;
  color: var(--faq-text-secondary, #475569);
  font-size: 14px;
  line-height: 1.6;
}

.slp-help-step-list li::before {
  counter-increment: slp-help-step;
  content: counter(slp-help-step);
  position: absolute;
  top: 12px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--faq-accent, #1a56db);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .slp-help-media-section,
  .slp-help-media-section--reverse {
    grid-template-columns: 1fr;
  }

  .slp-help-media-section--reverse .slp-help-media-section__copy,
  .slp-help-media-section--reverse .slp-help-media-section__figure {
    order: initial;
  }

  .slp-help-gallery--3,
  .slp-help-gallery--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slp-help-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .slp-help-gallery--2,
  .slp-help-gallery--3,
  .slp-help-gallery--4 {
    grid-template-columns: 1fr;
  }

  .slp-help-cta {
    display: grid;
    padding: 20px 18px;
  }

  .slp-help-cta__button {
    width: 100%;
  }

  .slp-help-center__body {
    gap: 28px;
  }

  .slp-help-summary {
    grid-template-columns: 1fr;
  }

  .slp-help-summary__card {
    padding: 16px;
  }

  .faq-docs-main-nav {
    position: sticky;
    top: 48px;
    z-index: 60;
  }

  .faq-docs-main-nav-inner {
    mask-image: linear-gradient(to right, transparent, #000 16px, #000 calc(100% - 24px), transparent);
    scroll-snap-type: x proximity;
  }

  .faq-docs-main-nav-list > .menu-item {
    scroll-snap-align: center;
  }

  .faq-docs-main-nav-list > .menu-item > a {
    min-height: 44px;
  }

  .faq-docs-sidebar-toggle {
    position: sticky;
    top: 96px;
    bottom: auto;
    left: auto;
    align-self: flex-start;
    min-height: 44px;
    margin: 10px 12px 0;
    z-index: 55;
  }

  .slp-help-sidebar-close {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-bottom: 1px solid var(--faq-border, #e2e8f0);
    background: #fff;
    color: var(--faq-text, #1e293b);
    font-weight: 800;
  }

  .faq-docs-sidebar {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100dvh;
    max-height: 100dvh;
  }

  .faq-docs-sidebar-inner {
    min-height: 0;
    height: auto;
    overflow-y: auto;
  }

  [data-toc] {
    scroll-margin-top: 112px;
  }

  .contact-docs__consent input:focus-visible {
    outline: 2px solid var(--faq-accent, #1a56db);
    outline-offset: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slp-help-center *,
  .slp-help-center *::before,
  .slp-help-center *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
