/* Помощь и сервисы: разделы → вопросы → ответ. Контент — data/help.json из сборки
   ВЭФ-2025 (7 разделов, 27 вопросов, двуязычный), оформление — по новому дизайну. */

.help-back { position: absolute; left: 32px; top: 226px; white-space: pre; cursor: pointer;
  font-weight: 500; font-size: 28px; line-height: 1.2; color: rgba(255,255,255,0.85); }
.help-title { position: absolute; left: 32px; top: 290px; width: 776px;
  font-weight: 700; font-size: 48px; line-height: 1.16; color: #fff; }
.help-sub { position: absolute; left: 32px; top: 356px; width: 776px;
  font-weight: 400; font-size: 26px; line-height: 1.2; color: var(--nd-accent); }

.help-list { position: absolute; left: 32px; top: 430px; width: 1016px; bottom: 560px;
  display: flex; flex-direction: column; gap: 16px; overflow-y: auto;
  scrollbar-width: none; -ms-overflow-style: none;
  mask-image: linear-gradient(to bottom, #000 calc(100% - 56px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 56px), transparent 100%); }
.help-list.fits { mask-image: none; -webkit-mask-image: none; }
.help-list::-webkit-scrollbar { width: 0; height: 0; }

.help-item { flex: 0 0 auto; position: relative; cursor: pointer; box-sizing: border-box;
  padding: 26px 80px 26px 32px; border-radius: var(--nd-r-btn);
  background: var(--nd-card); border: 1px solid var(--nd-card-br); }
.help-item .t { font-weight: 500; font-size: 30px; line-height: 1.2; color: #fff; }
.help-item .s { margin-top: 8px; font-weight: 400; font-size: 22px; color: rgba(255,255,255,0.55); }
.help-item .arr { position: absolute; right: 32px; top: 50%; margin-top: -16px;
  width: 32px; height: 32px; }

.help-answer { position: absolute; left: 32px; top: 430px; width: 1016px; bottom: 560px;
  overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.help-answer::-webkit-scrollbar { width: 0; height: 0; }
.help-q { font-weight: 600; font-size: 36px; line-height: 1.2; color: #fff; }
.help-a { margin-top: 20px; font-weight: 400; font-size: 26px; line-height: 1.4;
  color: rgba(255,255,255,0.88); }
.help-a ol, .help-a ul { margin: 12px 0 0 28px; }
.help-a li { margin-bottom: 8px; }
.help-qr-card { margin-top: 28px; width: 360px; padding: 24px; border-radius: var(--nd-r-card);
  background: #fff; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.help-qr { width: 280px; height: 280px; display: block; }
.help-qr-cap { font-weight: 500; font-size: 22px; line-height: 1.2; color: var(--nd-ink); text-align: center; }
