.help-logo-link {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.help-logo {
  display: block;
  height: 46px;
  object-fit: contain;
  width: auto;
}

.help-logo-subtitle {
  border-left: 1px solid #dfe3e8;
  color: #515164;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15;
  padding-left: 13px;
  white-space: nowrap;
}

.help-footer-brand {
  background: #151519;
  border-top: 1px solid #2a2a31;
  color: #d8d8df;
}

.help-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, .7fr));
}

.help-footer-company {
  display: grid;
  gap: 18px;
  max-width: 420px;
}

.help-footer-logo {
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .22));
  height: auto;
  max-width: 230px;
  width: 100%;
}

.help-footer-company p,
.help-footer-contact span {
  color: #aeb0bd;
  line-height: 1.65;
  margin: 0;
}

.help-footer-column {
  align-content: start;
  display: grid;
  gap: 9px;
}

.help-footer-column h2 {
  color: #ffffff;
  font-size: .88rem;
  font-weight: 850;
  letter-spacing: .06em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.help-footer-column a {
  color: #d8d8df;
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
}

.help-footer-column a:hover,
.help-footer-bottom a:hover {
  color: #f04679;
}

.help-social-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-social-link {
  align-items: center;
  background: #23232a;
  border: 1px solid #353541;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
  width: 38px;
}

.help-social-link svg {
  height: 19px;
  width: 19px;
}

.help-social-link:hover {
  background: #f04679;
  border-color: #f04679;
  color: #ffffff;
  transform: translateY(-1px);
}

.help-guide-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.help-footer-bottom {
  align-items: center;
  border-top: 1px solid #2a2a31;
  color: #aeb0bd;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 20px;
}

.help-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.help-footer-bottom a {
  color: #d8d8df;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .help-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .help-logo {
    max-width: 178px;
  }

  .help-logo-subtitle {
    display: none;
  }

  .help-footer-grid {
    grid-template-columns: 1fr;
  }

  .help-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
