:root {
  --help-ink: #0f172a;
  --help-ink-2: #111827;
  --help-text: #1f2937;
  --help-muted: #6b7280;
  --help-line: rgba(15, 23, 42, 0.12);
  --help-surface: #ffffff;
  --help-soft: #f6f7fb;
  --help-soft-2: #f9fafb;
  --help-slate: #eef1f7;
  --help-red: #D52B1E;
  --help-red-dark: #b91c1c;
  --help-navy: #0b132b;
  --help-navy-2: #111d3a;
  --help-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
  --help-shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08);
  --help-shadow-tight: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.help-shell {
  background: #fff;
  color: var(--help-text);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.help-shell * {
  box-sizing: border-box;
}

.help-shell .mx-marketing-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  padding-right: clamp(1.5rem, 3vw, 2.5rem);
}

.help-hero-band {
  position: relative;
  background: radial-gradient(circle at 20% 10%, rgba(213, 43, 30, 0.18), transparent 50%),
    radial-gradient(circle at 90% 0%, rgba(11, 19, 43, 0.18), transparent 55%),
    linear-gradient(135deg, #ffffff 0%, #f5f7fb 55%, #fff3f2 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 2.1rem 0 4.5rem;
}

.help-hero-band::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -140px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(213, 43, 30, 0.25), transparent 65%);
  pointer-events: none;
}

.help-hero-band__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.8rem;
  align-items: center;
}

.help-hero-content {
  grid-column: span 12;
  display: grid;
  gap: 1.4rem;
}

.help-hero-panel {
  grid-column: span 5;
  display: grid;
  gap: 1rem;
}

.help-hero-panel--secondary {
  opacity: 0.9;
}

.help-hero-panel-card--muted {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--help-shadow-tight);
}

.help-panel-callout--muted {
  background: rgba(11, 19, 43, 0.06);
}

.help-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--help-muted);
  font-weight: 600;
}

.help-eyebrow::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--help-red);
  box-shadow: 0 0 0 6px rgba(213, 43, 30, 0.14);
}

.help-hero-title {
  font-size: clamp(2.7rem, 4.5vw, 4.4rem);
  line-height: 1.04;
  color: var(--help-ink);
  letter-spacing: -0.03em;
  font-weight: 700;
}

.help-lead {
  font-size: 1.15rem;
  color: var(--help-muted);
  max-width: 34rem;
}

.help-search-card {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  background: #fff;
  border-radius: 1.8rem;
  box-shadow: var(--help-shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  width: 100%;
}

.help-search-card--primary {
  position: relative;
  border: 1px solid rgba(213, 43, 30, 0.2);
  box-shadow: 0 28px 70px rgba(213, 43, 30, 0.15);
}

.help-primary-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--help-red);
}

.help-start-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.help-start-path p {
  margin: 0.2rem 0 0;
  color: var(--help-muted);
}

.help-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  padding: 0.6rem;
  background: var(--help-soft-2);
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.help-search input {
  border: none;
  background: transparent;
  padding: 1rem 1.2rem;
  font-size: 1.02rem;
}

.help-search button {
  border-radius: 999px;
}

.help-search-tags {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.help-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(11, 19, 43, 0.08);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--help-ink);
  text-decoration: none;
}

.help-hero-panel-card {
  background: #fff;
  border-radius: 1.8rem;
  padding: 2rem;
  box-shadow: var(--help-shadow-soft);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 1.2rem;
}

.help-panel-title {
  font-size: 1.05rem;
  color: var(--help-ink);
  font-weight: 600;
}

.help-panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.help-panel-list a {
  text-decoration: none;
  color: var(--help-ink);
  font-weight: 600;
  display: grid;
  gap: 0.3rem;
}

.help-panel-list small {
  color: var(--help-muted);
  font-weight: 400;
}

.help-panel-callout {
  display: grid;
  gap: 0.6rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background: linear-gradient(120deg, rgba(11, 19, 43, 0.08), rgba(213, 43, 30, 0.08));
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.help-section {
  padding: 5.5rem 0;
}

.help-start-section {
  padding-top: 3.5rem;
}

.help-start-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.help-start-card {
  padding: 1.8rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: var(--help-shadow-soft);
  text-decoration: none;
  color: var(--help-ink);
  display: grid;
  gap: 0.6rem;
}

.help-start-card p {
  color: var(--help-muted);
}

.help-collections {
  display: grid;
  gap: 2rem;
}

.help-collection-feature {
  padding: 2.4rem;
  border-radius: 2rem;
  background: linear-gradient(140deg, rgba(11, 19, 43, 0.92), rgba(17, 29, 58, 0.98));
  color: #fff;
  box-shadow: var(--help-shadow);
  text-decoration: none;
  display: grid;
  gap: 1rem;
}

.help-collection-feature span {
  color: rgba(255, 255, 255, 0.85);
}

.help-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.help-collection-card {
  padding: 1.8rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: var(--help-shadow-soft);
  text-decoration: none;
  color: var(--help-ink);
  display: grid;
  gap: 0.6rem;
}

.help-collection-card p {
  color: var(--help-muted);
}

.help-section--surface {
  background: var(--help-soft);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.help-section--ink {
  background: var(--help-navy);
  color: #fff;
}

.help-section__intro {
  display: grid;
  gap: 0.7rem;
  max-width: 46rem;
  margin-bottom: 2.5rem;
}

.help-section__intro h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  font-weight: 700;
  color: var(--help-ink);
}

.help-section__intro p {
  color: var(--help-muted);
}

.help-section--ink .help-section__intro h2,
.help-section--ink .help-section__intro p {
  color: #fff;
}

.help-split {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
}

.help-split__main {
  grid-column: span 7;
}

.help-split__side {
  grid-column: span 5;
}

.help-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}

.help-category-tile {
  position: relative;
  padding: 2.4rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--help-shadow-soft);
  display: grid;
  gap: 1.2rem;
  text-decoration: none;
  color: var(--help-ink);
}

.help-category-tile::after {
  content: 'Explore →';
  font-size: 0.8rem;
  color: var(--help-red);
  font-weight: 600;
}

.help-category-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--help-muted);
}

.help-category-highlight {
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(140deg, rgba(11, 19, 43, 0.9), rgba(17, 29, 58, 0.98));
  color: #fff;
  box-shadow: var(--help-shadow);
  display: grid;
  gap: 1rem;
}

.help-category-highlight h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.help-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.help-resource-card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.8rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--help-shadow-soft);
  display: grid;
  gap: 0.9rem;
}

.help-resource-card .help-eyebrow {
  font-size: 0.62rem;
}

.help-resource-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--help-ink);
}

.help-resource-card p {
  color: var(--help-muted);
}

.help-resource-card a {
  color: var(--help-red);
  font-weight: 600;
  text-decoration: none;
}

.help-category-hero {
  position: relative;
  padding: 3.2rem 0 2.4rem;
  background: linear-gradient(140deg, #ffffff 0%, #f6f7fb 55%, #fff3f2 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.help-category-header {
  display: grid;
  gap: 1.2rem;
  max-width: 52rem;
}

.help-category-header h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  color: var(--help-ink);
}

.help-category-meta {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  color: var(--help-muted);
  font-size: 0.95rem;
}

.help-category-rail {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.help-category-rail__main {
  grid-column: span 8;
  display: grid;
  gap: 1rem;
}

.help-category-rail__side {
  grid-column: span 4;
}

.help-article-row {
  display: grid;
  grid-template-columns: 1.5fr 2.5fr 1fr;
  gap: 1.2rem;
  padding: 1.4rem 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: var(--help-shadow-soft);
  text-decoration: none;
  color: var(--help-ink);
}

.help-article-row span {
  color: var(--help-muted);
  font-size: 0.9rem;
}

.help-article-row strong {
  font-size: 1.05rem;
}

.help-article-row small {
  color: var(--help-muted);
}

.help-article-hero {
  position: relative;
  padding: 3.5rem 0 3rem;
  background: linear-gradient(140deg, #ffffff 0%, #f6f7fb 55%, #fff3f2 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.help-breadcrumb {
  display: inline-flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--help-muted);
  text-decoration: none;
}

.help-article-header {
  display: grid;
  gap: 1.2rem;
  max-width: 60rem;
}

.help-article-header h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--help-ink);
}

.help-article-meta {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: var(--help-muted);
}

.help-article-layout {
  padding: 2.8rem 0 4.5rem;
  background: var(--help-soft);
}

.help-article-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  align-items: start;
}

.help-article-body {
  grid-column: span 8;
  max-width: 760px;
  background: #fff;
  border-radius: 2rem;
  padding: 2.6rem;
  box-shadow: var(--help-shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  line-height: 1.75;
  color: var(--help-text);
  font-size: 1.02rem;
}

.help-article-body .mx-btn {
  width: 100%;
}

.help-article-body .mx-btn-primary,
.help-article-body .mx-btn-primary:visited {
  color: #fff;
}

.help-article-body .mx-btn-primary:hover,
.help-article-body .mx-btn-primary:focus,
.help-article-body .mx-btn-primary:active {
  color: #fff;
}

.help-article-prose {
  display: grid;
  gap: 0.85rem;
}

.help-article-prose h2 {
  font-size: 1.55rem;
  margin-top: 0.85rem;
  color: var(--help-ink);
  letter-spacing: -0.01em;
  font-weight: 700;
}

.help-article-prose h3 {
  font-size: 1.2rem;
  margin-top: 0.6rem;
  color: var(--help-ink-2);
  font-weight: 650;
}

.help-article-prose h4 {
  font-size: 1.05rem;
  margin-top: 0.5rem;
  color: var(--help-ink-2);
  font-weight: 650;
}

.help-article-prose p {
  margin: 0;
  color: var(--help-text);
}

.help-article-prose strong {
  color: var(--help-ink);
  font-weight: 700;
}

.help-article-prose ul,
.help-article-prose ol {
  margin: 0.25rem 0 0.45rem 1.2rem;
  padding: 0;
  color: var(--help-text);
  display: grid;
  gap: 0.3rem;
}

.help-article-prose ul {
  list-style: disc;
}

.help-article-prose ol {
  list-style: decimal;
}

.help-article-prose li {
  padding-left: 0.2rem;
}

.help-article-prose li::marker {
  color: var(--help-red);
  font-weight: 700;
}

.help-article-prose a {
  color: var(--help-red);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.help-article-prose blockquote {
  margin: 0.5rem 0 0.45rem;
  padding: 0.9rem 1.1rem;
  border-left: 3px solid var(--help-red);
  background: #f9fafb;
  border-radius: 0.8rem;
  color: var(--help-ink-2);
}

.help-article-prose code {
  background: #f3f4f6;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
  font-size: 0.95em;
}

.help-article-prose pre {
  background: #0f172a;
  color: #f8fafc;
  padding: 1rem 1.2rem;
  border-radius: 0.9rem;
  overflow: auto;
  font-size: 0.92rem;
  line-height: 1.6;
}

.help-article-callout {
  padding: 1rem 1.3rem;
  border-radius: 1.2rem;
  background: linear-gradient(120deg, rgba(213, 43, 30, 0.12), rgba(11, 19, 43, 0.08));
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 0.9rem;
  display: grid;
  gap: 0.35rem;
}

.help-article-callout strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: var(--help-ink);
}

.help-article-sidebar {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: stretch;
}

.help-article-sidebar .mx-btn {
  width: 100%;
}

.help-article-sidebar .mx-btn-primary,
.help-article-sidebar .mx-btn-primary:visited {
  color: #fff;
}

.help-article-sidebar .mx-btn-primary:hover,
.help-article-sidebar .mx-btn-primary:focus,
.help-article-sidebar .mx-btn-primary:active {
  color: #fff;
}

.help-sidebar-card {
  padding: 1.4rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--help-shadow-soft);
  display: grid;
  gap: 0.7rem;
  height: auto;
  width: 100%;
}

.help-outline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.92rem;
  color: var(--help-text);
}

.help-outline li::before {
  content: '•';
  color: var(--help-red);
  margin-right: 0.5rem;
}

.help-sidebar-card a:not(.mx-btn) {
  color: var(--help-red);
  font-weight: 600;
  text-decoration: none;
}

.help-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.help-related-list a {
  display: grid;
  gap: 0.3rem;
  color: var(--help-ink);
  text-decoration: none;
  font-weight: 600;
}

.help-related-list small {
  color: var(--help-muted);
  font-weight: 400;
}

.help-cta-band {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(120deg, #0b132b, #141e3f);
  color: #fff;
}

.help-cta-band::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(213, 43, 30, 0.35), transparent 65%);
  pointer-events: none;
}

.help-cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.help-cta-band__inner h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 700;
}

.help-cta-band__inner p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 34rem;
}

.help-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(213, 43, 30, 0.12);
  color: var(--help-red);
  font-size: 0.72rem;
  font-weight: 600;
}

.help-divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
  margin: 2rem 0;
}

@media (max-width: 1100px) {
  .help-hero-band__inner,
  .help-split,
  .help-category-rail,
  .help-article-grid {
    grid-template-columns: 1fr;
  }

  .help-hero-content,
  .help-hero-panel,
  .help-split__main,
  .help-split__side,
  .help-category-rail__main,
  .help-category-rail__side,
  .help-article-body,
  .help-article-sidebar {
    grid-column: span 1;
  }

  .help-category-grid,
  .help-start-grid {
    grid-template-columns: 1fr;
  }

  .help-resource-grid,
  .help-collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .help-article-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .help-hero-band {
    padding: 2.2rem 0 3.2rem;
  }

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

  .help-resource-grid,
  .help-collections-grid {
    grid-template-columns: 1fr;
  }

  .help-article-body {
    padding: 1.8rem;
  }

  .help-cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
