.help-main {
  background: transparent;
  color: #f3fbff;
}

.help-hero {
  padding: 92px 48px 64px;
  text-align: center;
}

.help-hero-inner {
  max-width: 960px;
  margin: 0 auto;
}

.help-hero .eyebrow {
  color: #6fe3bd;
}

.help-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.96;
}

.help-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(208, 225, 231, 0.74);
  font-size: 18px;
  line-height: 1.65;
}

.help-search {
  width: min(100%, 760px);
  margin: 34px auto 0;
}

.help-search label {
  display: block;
}

.help-search span {
  display: block;
  margin-bottom: 10px;
  color: rgba(208, 225, 231, 0.54);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.help-search input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(129, 165, 176, 0.22);
  background: rgba(7, 18, 26, 0.72);
  color: #f4fbff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.help-search input::placeholder {
  color: rgba(208, 225, 231, 0.42);
}

.help-content {
  display: grid;
  gap: 72px;
  padding: 0 48px 96px;
}

.help-quickstart {
  width: min(100%, 1180px);
  margin: 0 auto;
}

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

.help-section-heading .eyebrow {
  color: #6fe3bd;
}

.help-section-heading h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.help-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(129, 165, 176, 0.18);
  border-bottom: 1px solid rgba(129, 165, 176, 0.18);
  list-style: none;
}

.help-step {
  min-height: 220px;
  padding: 26px 24px;
  border-right: 1px solid rgba(129, 165, 176, 0.14);
}

.help-step:last-child {
  border-right: 0;
}

.help-step span {
  display: block;
  margin-bottom: 32px;
  color: #ffd54d;
  font-size: 13px;
  font-weight: 850;
}

.help-step strong {
  display: block;
  margin-bottom: 12px;
  color: #f4fbff;
  font-size: 18px;
}

.help-step p {
  margin: 0;
  color: rgba(208, 225, 231, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.help-browser {
  display: grid;
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  gap: 38px;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.help-categories {
  position: sticky;
  top: 96px;
  display: grid;
  align-content: start;
  gap: 0;
  border-top: 1px solid rgba(129, 165, 176, 0.18);
  border-bottom: 1px solid rgba(129, 165, 176, 0.18);
}

.help-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 0 0 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(129, 165, 176, 0.12);
  background: transparent;
  color: rgba(208, 225, 231, 0.68);
  text-align: left;
  cursor: pointer;
}

.help-category:last-child {
  border-bottom: 0;
}

.help-category span {
  font-size: 14px;
  font-weight: 780;
}

.help-category small {
  color: rgba(208, 225, 231, 0.42);
  font-size: 12px;
  font-weight: 850;
}

.help-category:hover,
.help-category.is-active {
  color: #ffffff;
}

.help-category.is-active small {
  color: #6fe3bd;
}

.help-articles {
  display: grid;
  gap: 46px;
  min-width: 0;
}

.help-article-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 34px;
  padding-top: 2px;
}

.help-article-heading .eyebrow {
  margin-bottom: 14px;
  color: #6fe3bd;
}

.help-article-heading h2 {
  color: rgba(208, 225, 231, 0.74);
  font-size: 18px;
  font-weight: 660;
  line-height: 1.5;
}

.help-article-list {
  border-top: 1px solid rgba(129, 165, 176, 0.18);
  border-bottom: 1px solid rgba(129, 165, 176, 0.18);
}

.help-article {
  border-bottom: 1px solid rgba(129, 165, 176, 0.12);
}

.help-article:last-child {
  border-bottom: 0;
}

.help-article summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  color: #f4fbff;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

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

.help-article summary::after {
  content: "+";
  color: #6fe3bd;
  font-size: 22px;
  font-weight: 420;
  text-align: right;
}

.help-article[open] summary::after {
  content: "-";
  color: #ffd54d;
}

.help-article p {
  max-width: 760px;
  margin: -4px 40px 14px 0;
  color: rgba(208, 225, 231, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.help-article-link {
  display: inline-flex;
  margin: 0 0 24px;
  color: #6fe3bd;
  font-size: 13px;
  font-weight: 850;
}

.help-article-link:hover {
  color: #ffffff;
}

.help-empty {
  padding: 34px;
  border: 1px solid rgba(129, 165, 176, 0.18);
  background: rgba(7, 18, 26, 0.48);
}

.help-empty strong {
  display: block;
  margin-bottom: 10px;
  color: #f4fbff;
  font-size: 20px;
}

.help-empty p {
  margin: 0;
  color: rgba(208, 225, 231, 0.68);
}

@media (max-width: 980px) {
  .help-browser,
  .help-article-group {
    grid-template-columns: 1fr;
  }

  .help-categories {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    gap: 0 18px;
  }

  .help-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-step:nth-child(2n) {
    border-right: 0;
  }

  .help-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(129, 165, 176, 0.14);
  }
}

@media (max-width: 620px) {
  .help-hero {
    padding: 72px 22px 48px;
  }

  .help-content {
    gap: 58px;
    padding: 0 22px 76px;
  }

  .help-steps,
  .help-categories {
    grid-template-columns: 1fr;
  }

  .help-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(129, 165, 176, 0.14);
  }

  .help-step:last-child {
    border-bottom: 0;
  }

  .help-step span {
    margin-bottom: 22px;
  }

  .help-article summary {
    font-size: 16px;
  }

  .help-article p {
    margin-right: 0;
  }
}
