/* Help & FAQ — prefixed from design-mockups/13-help-faq/page.css. Do not restyle .hdr/.ftr outside print hide. */

/* Unblock the topic rail: shared html/body overflow-x:hidden prevents position:sticky. */
html:has(body.nxtl-public.nxtl-help-faq),
html:has(body.nxtl-help-faq) {
  overflow-x: clip;
  overflow-y: auto;
}
body.nxtl-public.nxtl-help-faq,
body.nxtl-help-faq {
  overflow-x: visible;
  overflow-y: visible;
}

body.nxtl-help-faq .nxtl-help-main {
  background-color: var(--c0, #0A0C12);
  color: var(--t1, #FFFFFF);
  font-family: var(--fb, 'Inter', -apple-system, BlinkMacSystemFont, sans-serif);
  min-height: 100vh;
}
body.nxtl-help-faq .help-breadcrumb {
  margin-bottom: 1.25rem;
}
body.nxtl-help-faq .help-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--t3, #6E7480);
}
body.nxtl-help-faq .help-breadcrumb-item a {
  color: var(--t2, #949AA5);
  text-decoration: none;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-breadcrumb-item a:hover {
  color: var(--t1, #FFFFFF);
}
body.nxtl-help-faq .help-breadcrumb-item[aria-current="page"] {
  color: var(--t1, #FFFFFF);
  font-weight: 500;
}
body.nxtl-help-faq .help-breadcrumb-sep {
  color: var(--t3, #6E7480);
  user-select: none;
}
body.nxtl-help-faq .sec.help-hero {
  padding-top: calc(var(--hdr, 64px) + 2.5rem);
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 20%, rgba(255, 61, 90, 0.05) 0%, transparent 45%),
              linear-gradient(180deg, var(--c0, #0A0C12) 0%, var(--c1, #111319) 100%);
  border-bottom: 1px solid var(--b1, rgba(255, 255, 255, 0.08));
}
body.nxtl-help-faq .help-hero-inner {
  max-width: 820px;
}
body.nxtl-help-faq .help-hero-title {
  margin-bottom: 1rem;
  letter-spacing: -0.035em;
}
body.nxtl-help-faq .help-hero-lead {
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--t2, #949AA5);
  margin-bottom: 2rem;
  max-width: 680px;
}
body.nxtl-help-faq .help-search-card {
  background: var(--c1, #111319);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.08));
  border-radius: var(--r-xl, 20px);
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  position: relative;
}
body.nxtl-help-faq .help-search-label {
  display: block;
  font-family: var(--ff, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--t1, #FFFFFF);
  margin-bottom: 0.75rem;
}
body.nxtl-help-faq .help-search-form {
  display: flex;
  gap: 0.625rem;
  position: relative;
}
body.nxtl-help-faq .help-input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
body.nxtl-help-faq .help-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--t3, #6E7480);
  pointer-events: none;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-search-input {
  width: 100%;
  height: 48px;
  padding: 0 2.75rem 0 2.75rem;
  background: var(--c0, #0A0C12);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.12));
  border-radius: var(--r-m, 8px);
  color: var(--t1, #FFFFFF);
  font-family: var(--fb, 'Inter', sans-serif);
  font-size: 0.9375rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
body.nxtl-help-faq .help-search-input:focus {
  outline: none;
  border-color: var(--coral, #FF3D5A);
  box-shadow: 0 0 0 3px rgba(255, 61, 90, 0.18);
}
body.nxtl-help-faq .help-search-input::placeholder {
  color: var(--t3, #6E7480);
}
body.nxtl-help-faq .help-clear-btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--c2, #161922);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.1));
  color: var(--t2, #949AA5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.15s ease;
}
body.nxtl-help-faq .help-clear-btn:hover {
  background: var(--coral, #FF3D5A);
  color: #FFFFFF;
  border-color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-search-submit {
  height: 48px;
  padding: 0 1.5rem;
  flex-shrink: 0;
}
body.nxtl-help-faq .help-search-note {
  font-size: 0.8125rem;
  color: var(--t3, #6E7480);
  margin-top: 0.75rem;
  line-height: 1.45;
}
body.nxtl-help-faq .help-search-note a {
  color: var(--t2, #949AA5);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-search-note a:hover {
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-quick-dock {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
body.nxtl-help-faq .help-quick-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t3, #6E7480);
}
body.nxtl-help-faq .help-quick-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
body.nxtl-help-faq .help-quick-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--c1, #111319);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.1));
  border-radius: var(--r-full, 9999px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--t1, #FFFFFF);
  text-decoration: none;
  transition: all 0.18s ease;
}
body.nxtl-help-faq .help-quick-pill svg {
  width: 15px;
  height: 15px;
  color: var(--coral, #FF3D5A);
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
body.nxtl-help-faq .help-quick-pill:hover {
  background: var(--c2, #161922);
  border-color: rgba(255, 61, 90, 0.4);
  color: #FFFFFF;
  transform: translateY(-1px);
}
body.nxtl-help-faq .help-quick-pill:hover svg {
  transform: translateX(2px);
}
body.nxtl-help-faq .sec.help-faq-sec {
  padding: 4rem 0 5rem;
  background: var(--c0, #0A0C12);
}
body.nxtl-help-faq .help-faq-hdr {
  margin-bottom: 2.5rem;
}
body.nxtl-help-faq .help-faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 3rem;
  align-items: flex-start;
}
body.nxtl-help-faq .help-topic-rail {
  position: sticky;
  top: calc(var(--hdr, 64px) + 1.5rem);
  align-self: start;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  background: var(--c1, #111319);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.08));
  border-radius: var(--r-l, 14px);
  padding: 0.75rem;
}
body.nxtl-help-faq .help-topic-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: var(--r-m, 8px);
  background: transparent;
  border: none;
  color: var(--t2, #949AA5);
  font-family: var(--fb, 'Inter', sans-serif);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
}
body.nxtl-help-faq .help-topic-btn-left {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}
body.nxtl-help-faq .help-topic-btn-label {
  min-width: 0;
}
body.nxtl-help-faq .help-topic-btn svg {
  width: 16px;
  height: 16px;
  color: var(--t3, #6E7480);
  flex-shrink: 0;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-topic-btn:hover {
  background: var(--c2, #161922);
  color: var(--t1, #FFFFFF);
}
body.nxtl-help-faq .help-topic-btn:hover svg {
  color: var(--t1, #FFFFFF);
}
body.nxtl-help-faq .help-topic-btn.active {
  background: rgba(255, 61, 90, 0.12);
  color: var(--coral, #FF3D5A);
  font-weight: 600;
}
body.nxtl-help-faq .help-topic-btn.active svg {
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-topic-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--t3, #6E7480);
  background: var(--c0, #0A0C12);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.08));
  border-radius: var(--r-full, 9999px);
  padding: 0.125rem 0.45rem;
  min-width: 20px;
  margin-left: 0.375rem;
  text-align: center;
  flex-shrink: 0;
}
body.nxtl-help-faq .help-topic-btn.active .help-topic-count {
  background: rgba(255, 61, 90, 0.2);
  border-color: rgba(255, 61, 90, 0.35);
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-faq-content {
  min-width: 0;
}
body.nxtl-help-faq .help-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--b1, rgba(255, 255, 255, 0.08));
  font-size: 0.875rem;
  color: var(--t2, #949AA5);
}
body.nxtl-help-faq .help-result-count {
  font-weight: 600;
  color: var(--t1, #FFFFFF);
}
body.nxtl-help-faq .help-scope-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--c2, #161922);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.1));
  border-radius: var(--r-full, 9999px);
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
}
body.nxtl-help-faq .help-scope-tag strong {
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-scope-reset {
  background: none;
  border: none;
  color: var(--t3, #6E7480);
  cursor: pointer;
  padding: 0 2px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-scope-reset:hover {
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-topic-group {
  margin-bottom: 2.75rem;
}
body.nxtl-help-faq .help-topic-group[hidden] {
  display: none !important;
}
body.nxtl-help-faq .help-topic-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--b1, rgba(255, 255, 255, 0.12));
}
body.nxtl-help-faq .help-topic-icon {
  width: 20px;
  height: 20px;
  color: var(--coral, #FF3D5A);
  flex-shrink: 0;
}
body.nxtl-help-faq .help-topic-title {
  font-family: var(--ff, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--t1, #FFFFFF);
  letter-spacing: -0.02em;
  margin: 0;
}
body.nxtl-help-faq .help-disclosure-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body.nxtl-help-faq .help-disclosure {
  background: var(--c1, #111319);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.07));
  border-radius: var(--r-l, 14px);
  overflow: hidden;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
body.nxtl-help-faq .help-disclosure[hidden] {
  display: none !important;
}
body.nxtl-help-faq .help-disclosure:hover {
  border-color: var(--b2, rgba(255, 255, 255, 0.15));
}
body.nxtl-help-faq .help-disclosure[open] {
  background: #141722;
  border-color: rgba(255, 61, 90, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
body.nxtl-help-faq .help-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.125rem 1.375rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background-color 0.15s ease;
}
body.nxtl-help-faq .help-summary::-webkit-details-marker {
  display: none;
}
body.nxtl-help-faq .help-q-text {
  font-family: var(--ff, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--t1, #FFFFFF);
  line-height: 1.45;
  letter-spacing: -0.015em;
  flex: 1;
  min-width: 0;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-summary:hover .help-q-text {
  color: #FFFFFF;
}
body.nxtl-help-faq .help-disclosure[open] .help-q-text {
  color: #FFFFFF;
}
body.nxtl-help-faq .help-chev-col {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  color: var(--t3, #6E7480);
}
body.nxtl-help-faq .help-chev {
  width: 14px;
  height: 14px;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
body.nxtl-help-faq .help-summary:hover .help-chev-col {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--t1, #FFFFFF);
}
body.nxtl-help-faq .help-disclosure[open] .help-chev-col {
  transform: rotate(180deg);
  background: rgba(255, 61, 90, 0.12);
  border-color: rgba(255, 61, 90, 0.35);
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-answer {
  padding: 0 1.375rem 1.25rem 1.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1rem;
}
body.nxtl-help-faq .help-answer-body {
  margin-bottom: 1.125rem;
  color: var(--t2, #949AA5);
  font-size: 0.9375rem;
  line-height: 1.68;
  max-width: 68ch;
}
body.nxtl-help-faq .help-answer-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: -0.25rem 0 1.125rem;
  color: var(--t2, #949AA5);
  font-size: 0.9375rem;
  line-height: 1.68;
  max-width: 68ch;
}
body.nxtl-help-faq .help-answer-list li {
  margin-bottom: 0.375rem;
}
body.nxtl-help-faq .help-answer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.25rem;
}
body.nxtl-help-faq .help-answer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.875rem;
}
body.nxtl-help-faq .help-answer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--coral, #FF3D5A);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}
body.nxtl-help-faq .help-answer-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.15s ease;
}
body.nxtl-help-faq .help-answer-link:hover {
  color: var(--coral-h, #FF576F);
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.nxtl-help-faq .help-answer-link:hover svg {
  transform: translateX(2px);
}
body.nxtl-help-faq .help-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: none;
  border-radius: var(--r-s, 5px);
  padding: 0.25rem 0.5rem;
  font-family: var(--fb, 'Inter', sans-serif);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--t3, #6E7480);
  cursor: pointer;
  transition: all 0.15s ease;
  opacity: 0.75;
}
body.nxtl-help-faq .help-copy-btn svg {
  width: 13px;
  height: 13px;
  color: currentColor;
  flex-shrink: 0;
}
body.nxtl-help-faq .help-copy-btn:hover {
  opacity: 1;
  color: var(--t1, #FFFFFF);
  background: rgba(255, 255, 255, 0.06);
}
body.nxtl-help-faq .help-copy-btn.copied {
  opacity: 1;
  color: #4BBE86;
  background: rgba(75, 190, 134, 0.12);
}
body.nxtl-help-faq .help-no-results {
  background: var(--c1, #111319);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.1));
  border-radius: var(--r-xl, 20px);
  padding: 2.5rem 2rem;
  text-align: center;
  margin-top: 1rem;
}
body.nxtl-help-faq .help-no-results-icon {
  width: 44px;
  height: 44px;
  color: var(--t3, #6E7480);
  margin: 0 auto 1rem;
}
body.nxtl-help-faq .help-no-results-title {
  font-family: var(--ff, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--t1, #FFFFFF);
  margin-bottom: 0.5rem;
}
body.nxtl-help-faq .help-no-results-desc {
  font-size: 0.9375rem;
  color: var(--t2, #949AA5);
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
body.nxtl-help-faq .help-no-results-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body.nxtl-help-faq .sec.help-support-sec {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, var(--c0, #0A0C12) 0%, var(--c1, #111319) 100%);
  border-top: 1px solid var(--b1, rgba(255, 255, 255, 0.08));
}
body.nxtl-help-faq .help-support-card {
  background: var(--c1, #111319);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.1));
  border-radius: var(--r-xl, 20px);
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
}
body.nxtl-help-faq .help-support-body {
  padding: 2.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.nxtl-help-faq .help-support-h2 {
  font-family: var(--ff, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--t1, #FFFFFF);
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
body.nxtl-help-faq .help-support-desc {
  font-size: 1.0625rem;
  color: var(--t2, #949AA5);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}
body.nxtl-help-faq .help-support-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}
body.nxtl-help-faq .help-email-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--t1, #FFFFFF);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-email-link:hover {
  color: var(--coral, #FF3D5A);
}
body.nxtl-help-faq .help-support-note {
  font-size: 0.8125rem;
  color: var(--t3, #6E7480);
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--b1, rgba(255, 255, 255, 0.06));
  border-radius: var(--r-m, 8px);
  padding: 0.875rem 1rem;
}
body.nxtl-help-faq .help-quiet-divider {
  border: 0;
  height: 1px;
  background: var(--b1, rgba(255, 255, 255, 0.1));
  margin: 2rem 0 1.5rem;
}
body.nxtl-help-faq .help-pre-purchase {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
body.nxtl-help-faq .help-pre-title {
  font-family: var(--ff, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--t1, #FFFFFF);
}
body.nxtl-help-faq .help-pre-desc {
  font-size: 0.875rem;
  color: var(--t2, #949AA5);
  line-height: 1.45;
  margin-bottom: 0.5rem;
}
body.nxtl-help-faq .help-pre-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
body.nxtl-help-faq .help-pre-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--coral, #FF3D5A);
  text-decoration: none;
  transition: color 0.15s ease;
}
body.nxtl-help-faq .help-pre-link:hover {
  color: var(--coral-h, #FF576F);
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.nxtl-help-faq .help-pre-sep {
  color: var(--t3, #6E7480);
  user-select: none;
}
body.nxtl-help-faq .help-support-photo-wrap {
  position: relative;
  min-height: 380px;
  background: var(--c2, #161922);
}
body.nxtl-help-faq .help-support-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
body.nxtl-help-faq .help-support-photo-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 19, 25, 0.6) 0%, transparent 35%),
              linear-gradient(0deg, rgba(17, 19, 25, 0.8) 0%, transparent 40%);
  pointer-events: none;
}
body.nxtl-help-faq .help-support-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(10, 12, 18, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.5rem 0.75rem;
  border-radius: var(--r-m, 8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}


@media (max-width: 1024px) {
body.nxtl-help-faq .help-faq-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 2rem;
  }
body.nxtl-help-faq .help-support-card {
    grid-template-columns: 1fr;
  }
body.nxtl-help-faq .help-support-photo-wrap {
    min-height: 320px;
    height: 340px;
    order: -1;
  }
body.nxtl-help-faq .help-support-photo-ov {
    background: linear-gradient(0deg, rgba(17, 19, 25, 0.9) 0%, transparent 45%);
  }

}

@media (max-width: 768px) {
body.nxtl-help-faq .sec.help-hero {
    padding-top: calc(var(--hdr, 64px) + 1.5rem);
    padding-bottom: 2.5rem;
  }
body.nxtl-help-faq .help-search-form {
    flex-direction: column;
  }
body.nxtl-help-faq .help-search-submit {
    width: 100%;
  }
body.nxtl-help-faq .help-faq-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
body.nxtl-help-faq .help-topic-rail {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.625rem;
  }
body.nxtl-help-faq .help-topic-btn {
    width: auto;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    gap: 0.5rem;
  }
body.nxtl-help-faq .help-topic-count {
    margin-left: 0.5rem;
  }
body.nxtl-help-faq .help-support-body {
    padding: 1.75rem 1.25rem;
  }
body.nxtl-help-faq .help-support-actions {
    flex-direction: column;
    align-items: stretch;
  }
body.nxtl-help-faq .help-support-actions .btn {
    width: 100%;
  }
body.nxtl-help-faq .help-email-link {
    text-align: center;
  }

}


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

}

body.nxtl-help-faq .nxtl-help-main a.btn,
body.nxtl-help-faq .nxtl-help-main button.btn,
body.nxtl-help-faq .nxtl-help-main .help-search-submit,
body.nxtl-help-faq .nxtl-help-main .help-copy-btn,
body.nxtl-help-faq .nxtl-help-main .help-search-input,
body.nxtl-help-faq .nxtl-help-main .help-clear-btn,
body.nxtl-help-faq .nxtl-help-main .help-topic-btn {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: inherit;
}
body.nxtl-help-faq .nxtl-help-main .help-search-input {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--fb, 'Inter', sans-serif);
  color: var(--t1, #FFFFFF);
  background: var(--c0, #0A0C12);
}
body.nxtl-help-faq .nxtl-help-main .help-search-input::-webkit-search-decoration,
body.nxtl-help-faq .nxtl-help-main .help-search-input::-webkit-search-cancel-button,
body.nxtl-help-faq .nxtl-help-main .help-search-input::-webkit-search-results-button,
body.nxtl-help-faq .nxtl-help-main .help-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
body.nxtl-help-faq .nxtl-help-main a.btn,
body.nxtl-help-faq .nxtl-help-main button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
body.nxtl-help-faq .nxtl-help-main a.btn.btn--p,
body.nxtl-help-faq .nxtl-help-main button.btn.btn--p {
  background: var(--grad-accent);
  background-color: #D80044;
  background-image: var(--grad-accent);
  color: #FFFFFF;
}
body.nxtl-help-faq .nxtl-help-main a.btn.btn--s,
body.nxtl-help-faq .nxtl-help-main button.btn.btn--s {
  background: var(--c2);
  background-color: var(--c2);
  background-image: none;
  color: var(--t1);
  border: 1px solid var(--b1);
}
body.nxtl-help-faq .nxtl-help-main .h-hero,
body.nxtl-help-faq .nxtl-help-main .help-hero-title {
  font-family: var(--ff);
  font-size: clamp(2.85rem, 5.2vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}
body.nxtl-help-faq .nxtl-help-main .help-q-text,
body.nxtl-help-faq .nxtl-help-main .help-answer-body,
body.nxtl-help-faq .nxtl-help-main .help-answer-list,
body.nxtl-help-faq .nxtl-help-main .help-result-count,
body.nxtl-help-faq .nxtl-help-main .help-email-link,
body.nxtl-help-faq .nxtl-help-main a.help-answer-link {
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.nxtl-help-faq:not(.is-help-enhanced) .help-search-card,
body.nxtl-help-faq:not(.is-help-enhanced) .help-topic-rail,
body.nxtl-help-faq:not(.is-help-enhanced) .help-status-bar,
body.nxtl-help-faq:not(.is-help-enhanced) .help-copy-btn,
body.nxtl-help-faq:not(.is-help-enhanced) .help-no-results,
body.nxtl-help-faq:not(.is-help-enhanced) .help-copy-fallback,
body.nxtl-help-faq:not(.is-help-enhanced) .help-copy-live {
  display: none !important;
}
body.nxtl-help-faq .help-copy-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.nxtl-help-faq .help-copy-fallback {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 1px solid var(--b1, rgba(255,255,255,0.12));
  border-radius: var(--r-m, 8px);
  background: var(--c1, #111319);
}
body.nxtl-help-faq .help-copy-fallback label {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.375rem;
  color: var(--t2, #949AA5);
}
body.nxtl-help-faq .help-copy-fallback input {
  width: 100%;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
  border-radius: var(--r-m, 8px);
  border: 1px solid var(--b1, rgba(255,255,255,0.12));
  background: var(--c0, #0A0C12);
  color: var(--t1, #FFFFFF);
  font-family: var(--fm, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 0.8125rem;
}
body.nxtl-help-faq .help-copy-btn:focus-visible,
body.nxtl-help-faq .help-clear-btn:focus-visible,
body.nxtl-help-faq .help-topic-btn:focus-visible,
body.nxtl-help-faq .help-scope-reset:focus-visible,
body.nxtl-help-faq .help-search-submit:focus-visible,
body.nxtl-help-faq .help-copy-fallback input:focus-visible {
  outline: 2px solid var(--coral, #FF3D5A);
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  body.nxtl-help-faq .nxtl-help-main .h-hero,
  body.nxtl-help-faq .nxtl-help-main .help-hero-title {
    font-size: clamp(2.85rem, 5.2vw, 4.2rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.nxtl-help-faq .nxtl-help-main,
  body.nxtl-help-faq .nxtl-help-main * {
    scroll-behavior: auto !important;
  }
}
@media print {
  body.nxtl-help-faq,
  body.nxtl-help-faq .nxtl-help-main {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
  body.nxtl-help-faq .nxtl-skip,
  body.nxtl-help-faq .hdr,
  body.nxtl-help-faq .mob-drawer,
  body.nxtl-help-faq .ftr,
  body.nxtl-help-faq .help-search-card,
  body.nxtl-help-faq .help-topic-rail,
  body.nxtl-help-faq .help-status-bar,
  body.nxtl-help-faq .help-copy-btn,
  body.nxtl-help-faq .help-no-results,
  body.nxtl-help-faq .help-copy-fallback,
  body.nxtl-help-faq .help-copy-live,
  body.nxtl-help-faq .help-support-photo-wrap,
  body.nxtl-help-faq .help-support-actions,
  body.nxtl-help-faq .help-pre-purchase,
  body.nxtl-help-faq .help-quiet-divider {
    display: none !important;
  }
  body.nxtl-help-faq .help-topic-group,
  body.nxtl-help-faq .help-topic-group[hidden],
  body.nxtl-help-faq details.help-disclosure,
  body.nxtl-help-faq details.help-disclosure[hidden],
  body.nxtl-help-faq details.help-disclosure > *:not(summary) {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }
  body.nxtl-help-faq .nxtl-help-main a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75em;
    font-weight: 400;
    color: #000000;
    word-break: break-all;
  }
  body.nxtl-help-faq .nxtl-help-main a[href^="#"]::after {
    content: none;
  }
  body.nxtl-help-faq .nxtl-help-main a[href^="mailto:"]::after {
    content: " (" attr(href) ")";
  }
}
