.help-shell {
  position: relative;
  padding: 3rem 0 4rem;
  background:
    radial-gradient(circle at top left, rgba(32, 110, 255, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.1), transparent 28%),
    linear-gradient(180deg, #eef5fb 0%, #ffffff 24%, #f8fbfd 100%);
}

.help-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.028) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}

.help-shell .container {
  position: relative;
  z-index: 1;
}

.help-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 2rem 2rem 2.15rem;
  color: #fff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
}

.help-hero::after {
  content: '';
  position: absolute;
  right: -8%;
  top: -24%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.help-hero--overview,
.help-hero--cobalt {
  background: linear-gradient(135deg, #0f3d66 0%, #1955a5 58%, #4f8df6 100%);
}

.help-hero--emerald {
  background: linear-gradient(135deg, #0f4d43 0%, #0f766e 55%, #23b08e 100%);
}

.help-hero--sky {
  background: linear-gradient(135deg, #0f4c81 0%, #0ea5e9 55%, #54d4ff 100%);
}

.help-hero--indigo {
  background: linear-gradient(135deg, #312e81 0%, #4f46e5 58%, #7c6cf8 100%);
}

.help-hero--amber {
  background: linear-gradient(135deg, #7c3f00 0%, #d97706 58%, #f3b54a 100%);
}

.help-hero--gold {
  background: linear-gradient(135deg, #6b3e00 0%, #c27a00 58%, #f7c65a 100%);
}

.help-hero--royal {
  background: linear-gradient(135deg, #15335f 0%, #2558a7 58%, #5794ff 100%);
}

.help-hero--slate {
  background: linear-gradient(135deg, #1f2937 0%, #334155 58%, #64748b 100%);
}

.help-hero--mint {
  background: linear-gradient(135deg, #0d5c46 0%, #0f9f6d 58%, #39d399 100%);
}

.help-hero--graphite {
  background: linear-gradient(135deg, #111827 0%, #1f2937 58%, #475569 100%);
}

.help-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
}

.help-hero__back:hover,
.help-hero__back:focus {
  color: #fff;
  text-decoration: none;
}

.help-hero__eyebrow,
.help-section-heading__eyebrow,
.help-panel__eyebrow,
.help-side-card__eyebrow,
.help-topic-card__eyebrow,
.help-hero__note-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
}

.help-hero__eyebrow {
  opacity: 0.74;
  margin-bottom: 0.9rem;
}

.help-hero__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 800;
}

.help-hero__title i {
  margin-right: 0.85rem;
}

.help-hero__lead {
  margin: 1rem 0 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
}

.help-hero__note {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.help-hero__note p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.help-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.help-hero__actions .btn {
  min-width: 180px;
  border-radius: 999px;
  font-weight: 700;
}

.help-stat-grid,
.help-topic-grid {
  margin-top: 2rem;
}

.help-stat-card,
.help-topic-card,
.help-panel,
.help-side-card {
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.help-stat-card {
  height: 100%;
  padding: 1.35rem;
}

.help-stat-card__value {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-size: 1.7rem;
  font-weight: 800;
}

.help-stat-card__label {
  color: #475569;
  line-height: 1.45;
}

.help-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.help-section-heading__eyebrow {
  color: #1d4ed8;
  margin-bottom: 0.5rem;
}

.help-section-heading__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.8rem;
  font-weight: 800;
}

.help-section-heading__lead {
  margin: 0.45rem 0 0;
  color: #475569;
}

.help-topic-card {
  display: block;
  height: 100%;
  padding: 1.45rem;
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.help-topic-card:hover,
.help-topic-card:focus {
  color: #0f172a;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
  border-color: rgba(96, 165, 250, 0.7);
}

.help-topic-card__icon,
.help-topic-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.help-accent--cobalt,
.help-topic-card--cobalt .help-topic-card__icon,
.help-panel--cobalt .help-panel__accent {
  background: linear-gradient(135deg, #1d4ed8, #60a5fa);
}

.help-accent--emerald,
.help-topic-card--emerald .help-topic-card__icon,
.help-panel--emerald .help-panel__accent {
  background: linear-gradient(135deg, #047857, #34d399);
}

.help-accent--sky,
.help-topic-card--sky .help-topic-card__icon,
.help-panel--sky .help-panel__accent {
  background: linear-gradient(135deg, #0369a1, #38bdf8);
}

.help-accent--indigo,
.help-topic-card--indigo .help-topic-card__icon,
.help-panel--indigo .help-panel__accent {
  background: linear-gradient(135deg, #4338ca, #818cf8);
}

.help-accent--amber,
.help-topic-card--amber .help-topic-card__icon,
.help-panel--amber .help-panel__accent {
  background: linear-gradient(135deg, #b45309, #f59e0b);
}

.help-accent--gold,
.help-topic-card--gold .help-topic-card__icon,
.help-panel--gold .help-panel__accent {
  background: linear-gradient(135deg, #a16207, #facc15);
}

.help-accent--royal,
.help-topic-card--royal .help-topic-card__icon,
.help-panel--royal .help-panel__accent {
  background: linear-gradient(135deg, #1e40af, #60a5fa);
}

.help-accent--slate,
.help-topic-card--slate .help-topic-card__icon,
.help-panel--slate .help-panel__accent {
  background: linear-gradient(135deg, #334155, #94a3b8);
}

.help-accent--mint,
.help-topic-card--mint .help-topic-card__icon,
.help-panel--mint .help-panel__accent {
  background: linear-gradient(135deg, #0f766e, #5eead4);
}

.help-accent--graphite,
.help-topic-card--graphite .help-topic-card__icon,
.help-panel--graphite .help-panel__accent {
  background: linear-gradient(135deg, #1f2937, #64748b);
}

.help-topic-card__eyebrow {
  margin: 1rem 0 0.55rem;
  color: #1d4ed8;
}

.help-topic-card__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.help-topic-card__summary {
  margin: 0.55rem 0 0;
  color: #475569;
  line-height: 1.55;
}

.help-topic-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: #0f3d66;
  font-weight: 700;
}

.help-main-grid {
  margin-top: 2rem;
}

.help-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.35rem;
}

.help-panel__accent {
  height: 5px;
}

.help-panel__header {
  padding: 1.35rem 1.45rem 0;
}

.help-panel__eyebrow {
  color: #2563eb;
  margin-bottom: 0.45rem;
}

.help-panel__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.24rem;
  font-weight: 800;
}

.help-panel__title i {
  margin-right: 0.65rem;
  color: #1e293b;
}

.help-panel__body {
  padding: 1rem 1.45rem 1.45rem;
  color: #334155;
}

.help-panel__body > :last-child,
.help-side-card__copy > :last-child,
.help-doc-callout > :last-child {
  margin-bottom: 0;
}

.help-panel__body p,
.help-panel__body li,
.help-side-card__copy p,
.help-side-card__copy li {
  line-height: 1.65;
}

.help-doc-list {
  margin: 0;
  padding-left: 1.15rem;
}

.help-doc-list li + li {
  margin-top: 0.55rem;
}

.help-doc-callout {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-weight: 600;
}

.help-doc-callout--info {
  background: rgba(96, 165, 250, 0.14);
  color: #0f4c81;
}

.help-doc-callout--warning {
  background: rgba(245, 158, 11, 0.16);
  color: #8a5100;
}

.help-doc-callout--success {
  background: rgba(16, 185, 129, 0.14);
  color: #0f5b4c;
}

.help-panel__body .table,
.help-panel__body .help-mini-table {
  margin-top: 0.25rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.82);
}

.help-panel__body .table thead th,
.help-panel__body .help-mini-table thead th {
  border-top: 0;
  background: #eff6ff;
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 700;
}

.help-panel__body .table td,
.help-panel__body .table th,
.help-panel__body .help-mini-table td,
.help-panel__body .help-mini-table th {
  padding: 0.8rem 0.9rem;
  vertical-align: top;
}

.help-sidebar-stack {
  display: grid;
  gap: 1rem;
}

.help-side-card {
  padding: 1.2rem;
}

.help-side-card__eyebrow {
  color: #2563eb;
  margin-bottom: 0.45rem;
}

.help-side-card__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 800;
}

.help-side-card__copy {
  margin-top: 0.8rem;
  color: #475569;
}

.help-topic-link {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem;
  border-radius: 18px;
  color: #0f172a;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.help-topic-link:hover,
.help-topic-link:focus {
  color: #0f172a;
  text-decoration: none;
  background: #f8fafc;
  transform: translateX(2px);
}

.help-topic-link.is-active {
  background: #eff6ff;
}

.help-topic-link + .help-topic-link {
  margin-top: 0.45rem;
}

.help-topic-link__content {
  display: grid;
  gap: 0.25rem;
}

.help-topic-link__content strong {
  font-size: 0.97rem;
}

.help-topic-link__content small {
  color: #64748b;
  line-height: 1.45;
}

.help-side-card--cta {
  color: #fff;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-color: rgba(15, 23, 42, 0.2);
}

.help-side-card--cta .help-side-card__eyebrow,
.help-side-card--cta .help-side-card__title,
.help-side-card--cta .help-side-card__copy,
.help-side-card--cta .help-side-card__copy p {
  color: #fff;
}

.help-side-card__actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.help-side-card__links {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.help-side-card__links .btn,
.help-side-card__actions .btn {
  border-radius: 999px;
  font-weight: 700;
}

.help-side-card__copy ul,
.help-side-card__copy ol {
  margin: 0;
  padding-left: 1.15rem;
}

.help-side-card__copy li + li {
  margin-top: 0.45rem;
}

@media (min-width: 992px) {
  .help-sidebar-stack {
    position: sticky;
    top: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .help-hero {
    padding: 1.7rem 1.45rem 1.8rem;
  }

  .help-section-heading {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .help-shell {
    padding-top: 2rem;
  }

  .help-hero__title {
    font-size: 1.85rem;
  }

  .help-hero__title i {
    display: block;
    margin: 0 0 0.8rem;
  }

  .help-topic-card,
  .help-panel,
  .help-side-card,
  .help-stat-card {
    border-radius: 20px;
  }
}