.help-main {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1120px;
  padding: 64px 20px 56px;
  position: relative;
  width: 100%;
  z-index: 4;
}

.help-hero {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.help-eyebrow {
  color: #ffd58c;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.help-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin: 0;
}

.help-hero p:last-child {
  color: #b8c9dc;
  line-height: 1.65;
  margin: 14px auto 0;
}

.help-search-wrap {
  margin: 0 auto 22px;
  max-width: 720px;
}

.help-search-label {
  color: #e8dfcc;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.help-search {
  background: rgba(8, 17, 34, 0.94);
  border: 1px solid rgba(240, 165, 43, 0.48);
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  padding: 14px 16px;
  width: 100%;
}

.help-search:focus {
  border-color: #ffd58c;
  box-shadow: 0 0 0 3px rgba(240, 165, 43, 0.16);
  outline: none;
}

.help-browser {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
}

.help-topic-list,
.help-detail {
  background: rgba(9, 18, 36, 0.88);
  border: 1px solid rgba(240, 165, 43, 0.28);
  border-radius: 15px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.help-topic-list {
  display: grid;
  gap: 9px;
  padding: 12px;
}

.help-topic-button {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid transparent;
  border-radius: 10px;
  color: #e7f5ff;
  cursor: pointer;
  font: inherit;
  padding: 14px;
  text-align: left;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.help-topic-button strong,
.help-topic-button span {
  display: block;
}

.help-topic-button span {
  color: #9fb4c9;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-top: 4px;
}

.help-topic-button:hover,
.help-topic-button:focus-visible {
  background: rgba(240, 165, 43, 0.11);
  border-color: rgba(240, 165, 43, 0.42);
  outline: none;
  transform: translateX(2px);
}

.help-topic-button[aria-selected="true"] {
  background: linear-gradient(135deg, rgba(240, 165, 43, 0.2), rgba(37, 99, 235, 0.15));
  border-color: #f0a52b;
}

.help-no-results {
  color: #b8c9dc;
  line-height: 1.5;
  margin: 8px;
  text-align: center;
}

.help-detail {
  min-height: 430px;
  padding: clamp(20px, 4vw, 34px);
}

.help-detail h2,
.help-detail h3 {
  color: #e9bd6a;
  margin-top: 0;
}

.help-detail h3 {
  margin-top: 26px;
}

.help-detail p,
.help-detail li {
  line-height: 1.65;
}

.help-detail a {
  color: #ffd58c;
}

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

.guide-step {
  align-items: start;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  display: grid;
  gap: 14px;
  grid-template-columns: 38px 1fr;
  padding: 15px;
}

.guide-step::before {
  align-items: center;
  background: linear-gradient(145deg, #f0a52b, #2563eb);
  border-radius: 50%;
  color: #03101c;
  content: counter(guide-step);
  counter-increment: guide-step;
  display: flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.guide-step strong,
.guide-step span {
  display: block;
}

.guide-step span {
  color: #b8c9dc;
  margin-top: 4px;
}

.help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.help-action {
  background: #f0a52b;
  border: 1px solid #f0a52b;
  border-radius: 8px;
  color: #04111d !important;
  display: inline-flex;
  font-weight: 800;
  padding: 10px 15px;
  text-decoration: none;
}

.help-action.secondary {
  background: transparent;
  color: #bcecff !important;
}

.result-note {
  background: rgba(34, 197, 94, 0.09);
  border: 1px solid rgba(74, 222, 128, 0.34);
  border-radius: 11px;
  margin-top: 20px;
  padding: 15px 17px;
}

.result-note strong { color: #86efac; }

.announcement {
  background: #070d18;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: #e8dfcc;
  line-height: 1.65;
  margin-top: 16px;
  padding: 17px;
  white-space: pre-wrap;
}

.copy-button {
  background: #f0a52b;
  border: 0;
  border-radius: 8px;
  color: #04111d;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  margin-top: 12px;
  padding: 10px 15px;
}

.copy-status {
  color: #86efac;
  margin-left: 10px;
}

@media (max-width: 800px) {
  .help-main { padding-top: 46px; }
  .help-browser { grid-template-columns: 1fr; }
  .help-topic-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .help-detail { min-height: 0; }
}

@media (max-width: 560px) {
  .help-main { padding-left: 12px; padding-right: 12px; }
  .help-topic-list { grid-template-columns: 1fr; }
  .help-detail { border-radius: 12px; padding: 18px; }
  .guide-step { grid-template-columns: 34px 1fr; padding: 13px; }
  .guide-step::before { height: 34px; width: 34px; }
  .help-action { box-sizing: border-box; justify-content: center; width: 100%; }
}
