body.help-center-page {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 14%, rgba(229, 9, 20, 0.11) 0%, rgba(229, 9, 20, 0.03) 24%, transparent 46%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.04) 0%, transparent 22%),
    radial-gradient(circle at 82% 82%, rgba(78, 203, 255, 0.05) 0%, transparent 20%),
    linear-gradient(180deg, #06070a 0%, #0a0b11 44%, #07080d 100%);
  color: #f5f7fb;
}

.help-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top left, rgba(229, 9, 20, 0.12), transparent 32%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.help-hero-main,
.help-hero-side {
  display: grid;
  gap: 18px;
}

.help-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(229, 9, 20, 0.14);
  color: #ffb8bf;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 800;
}

.help-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.help-intro {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(245, 247, 251, 0.82);
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-btn:hover,
.hero-btn:focus-visible,
.resource-link:hover,
.resource-link:focus-visible,
.section-jump:hover,
.section-jump:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.hero-btn.primary {
  background: linear-gradient(135deg, #f2121f, #ba0912);
  color: #fff;
  box-shadow: 0 12px 28px rgba(229, 9, 20, 0.3);
}

.hero-btn.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-btn.ghost {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.08);
}

.section-jump-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-jump {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 600;
}

.support-panel,
.help-prep-card,
.final-cta,
.quick-card,
.help-faq-item,
.help-fact {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 16, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.support-panel {
  padding: 22px;
}

.support-panel h2,
.final-cta h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(1.42rem, 2vw, 2rem);
  letter-spacing: -0.03em;
}

.support-panel p,
.section-heading p,
.final-cta p,
.help-faq-item p,
.quick-card p {
  margin: 0;
  color: rgba(245, 247, 251, 0.78);
  line-height: 1.65;
}

.support-panel ul,
.prep-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.support-panel li,
.prep-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 247, 251, 0.92);
}

.support-panel li::before,
.prep-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2121f;
  box-shadow: 0 0 0 5px rgba(242, 18, 31, 0.14);
}

.support-email {
  color: #ffb8bf;
  text-decoration: none;
  font-weight: 700;
}

.support-email:hover,
.support-email:focus-visible {
  text-decoration: underline;
  outline: none;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.help-fact {
  padding: 16px 18px;
  display: grid;
  gap: 6px;
}

.help-fact strong {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffb8bf;
}

.help-fact span {
  color: #fff;
  line-height: 1.45;
}

.help-section {
  margin-top: 30px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.guide-language-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 184, 191, 0.2);
  background: rgba(255, 184, 191, 0.08);
  color: rgba(255, 241, 243, 0.92);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quick-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.quick-card h3 {
  margin: 0;
  font-size: 1.14rem;
  letter-spacing: -0.02em;
}

.resource-list,
.resource-grid {
  display: grid;
  gap: 12px;
}

.resource-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.resource-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 62px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.resource-link:hover,
.resource-link:focus-visible {
  background: rgba(229, 9, 20, 0.08);
  border-color: rgba(242, 18, 31, 0.34);
}

.resource-link span {
  font-weight: 700;
  line-height: 1.4;
}

.resource-link small {
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.help-prep-card {
  padding: 24px;
  display: grid;
  gap: 18px;
}

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

.help-faq-item {
  padding: 0 22px;
  overflow: hidden;
}

.help-faq-item + .help-faq-item {
  margin-top: 12px;
}

.help-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 700;
  line-height: 1.5;
}

.help-faq-item summary::-webkit-details-marker {
  display: none;
}

.help-faq-item p {
  padding: 0 0 20px;
}

.final-cta {
  padding: 28px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.13), rgba(255, 255, 255, 0.03)),
    rgba(8, 10, 16, 0.86);
}

body.help-center-page footer {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .help-hero {
    grid-template-columns: 1fr;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .help-shell {
    padding: 24px 14px 64px;
  }

  .help-hero,
  .help-prep-card,
  .final-cta,
  .quick-card,
  .support-panel {
    padding: 20px;
  }

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

  .resource-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .resource-link small {
    margin-top: 2px;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .section-jump-list {
    display: grid;
  }

  .hero-btn,
  .section-jump {
    width: 100%;
  }

  .help-hero h1 {
    max-width: none;
  }
}
