.tm-help {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 46px;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 211, 106, 0.16), transparent 26%),
    radial-gradient(circle at 12% 28%, rgba(30, 133, 196, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(22, 32, 51, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 32, 51, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #fbfaf7 0%, #ffffff 48%, #f7f8fb 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.tm-help-summary {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 430px);
  gap: 42px;
  align-items: center;
  min-height: 330px;
  padding: 64px max(28px, calc((100vw - 1180px) / 2)) 46px;
  border-bottom: 1px solid rgba(223, 229, 238, 0.9);
}

.tm-help-summary > div:first-child {
  max-width: 680px;
}

.tm-help-summary span,
.tm-help-nav-title span,
.tm-help-article header > span,
.tm-help-section-title span,
.tm-help-side section > span {
  color: #667085;
  font-size: 12px;
  line-height: 18px;
  font-weight: 850;
}

.tm-help-summary h1 {
  margin: 12px 0 0;
  color: #162033;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.tm-help-summary p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #4b5870;
  font-size: 17px;
  line-height: 30px;
}

.tm-help-hero-panel {
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dfe7ef;
  border-radius: 28px;
  box-shadow: 0 34px 82px rgba(22, 32, 51, 0.12);
}

.tm-help-search {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 16px;
  background: #f7f9fc;
  border: 1px solid #dfe7ef;
  border-radius: 16px;
}

.tm-help-search svg,
.tm-help-nav svg,
.tm-help-links svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.tm-help-search svg {
  color: #667085;
}

.tm-help-search input {
  width: 100%;
  min-width: 0;
  color: #162033;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
}

.tm-help-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.tm-help-quick span {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  color: #536079;
  background: #ffffff;
  border: 1px solid #e4eaf0;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 800;
}

.tm-help-quick b {
  color: #162033;
  font-size: 28px;
  line-height: 1;
}

.tm-help-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: start;
  width: min(1180px, calc(100vw - 56px));
  margin: 34px auto 0;
}

.tm-help-nav,
.tm-help-article,
.tm-help-side section {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dfe7ef;
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(22, 32, 51, 0.08);
}

.tm-help-nav {
  position: sticky;
  top: 96px;
  padding: 14px;
}

.tm-help-nav-title {
  padding: 6px 8px 14px;
}

.tm-help-nav-title strong {
  display: block;
  margin-top: 4px;
  color: #162033;
  font-size: 18px;
  line-height: 24px;
}

.tm-help-nav nav {
  display: grid;
  gap: 8px;
}

.tm-help-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 16px;
}

.tm-help-nav a:hover,
.tm-help-nav a.is-active {
  background: #f2f8fc;
  border-color: rgba(30, 133, 196, 0.24);
}

.tm-help-nav svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: #1e85c4;
  background: #ffffff;
  border: 1px solid #d5e7f2;
  border-radius: 12px;
}

.tm-help-nav strong,
.tm-help-nav small {
  display: block;
  min-width: 0;
}

.tm-help-nav strong {
  color: #162033;
  font-size: 15px;
  line-height: 21px;
}

.tm-help-nav small {
  margin-top: 3px;
  color: #667085;
  line-height: 18px;
}

.tm-help-article {
  overflow: hidden;
}

.tm-help-breadcrumb {
  padding: 13px 24px;
  color: #667085;
  background: #f7f9fc;
  border-bottom: 1px solid #e4eaf0;
  font-size: 13px;
}

.tm-help-article header {
  padding: 30px 34px 22px;
}

.tm-help-article h1 {
  max-width: 780px;
  margin: 8px 0 0;
  color: #162033;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0;
}

.tm-help-article p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #4b5870;
  line-height: 27px;
}

.tm-help-section {
  padding: 0 34px 34px;
}

.tm-help-section-title {
  padding-top: 22px;
  border-top: 1px solid #e4eaf0;
}

.tm-help-section-title h2 {
  margin: 5px 0 0;
  color: #162033;
  font-size: 22px;
  line-height: 30px;
}

.tm-help-steps {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tm-help-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  background: #fbfcfe;
  border: 1px solid #e4eaf0;
  border-radius: 18px;
}

.tm-help-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #162033;
  background: #ffd36a;
  border: 1px solid rgba(255, 170, 54, 0.62);
  border-radius: 12px;
  font-weight: 950;
}

.tm-help-steps strong {
  display: block;
  color: #162033;
  font-size: 18px;
  line-height: 24px;
}

.tm-help-steps p {
  margin-top: 6px;
}

.tm-help-steps a,
.tm-help-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  color: #ffffff;
  background: #162033;
  border: 1px solid #162033;
  border-radius: 10px;
  font-weight: 900;
}

.tm-help-steps a {
  margin-top: 11px;
}

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

.tm-help-side section {
  padding: 18px;
}

.tm-help-side strong {
  display: block;
  margin-top: 7px;
  color: #162033;
  font-size: 17px;
  line-height: 24px;
}

.tm-help-side p {
  margin: 8px 0 0;
  color: #667085;
  line-height: 24px;
}

.tm-help-side ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: #344054;
  line-height: 22px;
}

.tm-help-links {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.tm-help-links a {
  justify-content: flex-start;
  width: 100%;
  color: #162033;
  background: #ffffff;
  border-color: #dfe7ef;
}

.tm-help-links a:first-child {
  color: #ffffff;
  background: #1e85c4;
  border-color: #1e85c4;
}

@media (max-width: 1120px) {
  .tm-help-summary,
  .tm-help-layout {
    grid-template-columns: 1fr;
  }

  .tm-help-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tm-help-nav {
    position: static;
  }
}

@media (max-width: 760px) {
  .tm-help-summary {
    min-height: auto;
    padding: 42px 18px 30px;
  }

  .tm-help-summary h1 {
    font-size: 34px;
  }

  .tm-help-quick,
  .tm-help-side {
    grid-template-columns: 1fr;
  }

  .tm-help-layout {
    width: min(100% - 28px, 680px);
    margin-top: 22px;
  }

  .tm-help-article header,
  .tm-help-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tm-help-article h1 {
    font-size: 27px;
    line-height: 36px;
  }

  .tm-help-steps li {
    grid-template-columns: 1fr;
  }
}
