.help-page {
  padding-bottom: 36px;
}

.help-hero {
  min-height: 340px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(42px, 6vw, 82px) 16px 28px;
  position: relative;
  overflow: hidden;
}

.help-hero::before,
.help-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.help-hero::before {
  inset: 30% -8% auto;
  height: 190px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.82), transparent 52%),
    linear-gradient(90deg, transparent 4%, rgba(134, 161, 255, 0.3), rgba(45, 223, 255, 0.22), transparent 96%);
  filter: blur(8px);
}

.help-hero::after {
  inset: 44% 5% auto;
  height: 120px;
  border-bottom: 2px solid rgba(117, 165, 255, 0.34);
  border-radius: 50%;
}

.help-hero p {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  padding: 12px 42px;
  border: 1px solid rgba(40, 131, 255, 0.28);
  border-radius: 999px;
  color: #1b62ff;
  background: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 950;
  box-shadow: inset 0 1px 16px rgba(255, 255, 255, 0.82);
}

.help-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-bottom: 20px;
  color: #061b67;
  font-size: clamp(40px, 5.4vw, 70px);
  line-height: 1.16;
  font-weight: 950;
}

.help-hero h1 span {
  color: #1268ff;
}

.help-hero > strong {
  position: relative;
  z-index: 1;
  color: #44557e;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 850;
}

.help-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.08fr 0.94fr;
  gap: 24px;
  margin-top: 10px;
}

.quick-start,
.faq-panel,
.support-panel,
.service-promise {
  border: 1px solid rgba(80, 122, 218, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 86%, rgba(104, 161, 255, 0.12), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.88));
  box-shadow:
    inset 0 1px 22px rgba(255, 255, 255, 0.76),
    0 18px 42px rgba(43, 80, 158, 0.11);
}

.quick-start,
.faq-panel,
.support-panel {
  min-height: 520px;
  padding: clamp(26px, 3vw, 38px);
}

.help-grid h2 {
  margin-bottom: 30px;
  color: #061b67;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 950;
}

.quick-start ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.quick-start ol::before {
  position: absolute;
  left: 29px;
  top: 60px;
  bottom: 60px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7aa5ff, #bfd5ff);
  content: "";
}

.quick-start li {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  padding: 12px 20px;
  border: 1px solid rgba(80, 122, 218, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  color: #23345f;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 850;
}

.quick-start li span {
  width: 48px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #48a6ff, #1168ff);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(18, 104, 255, 0.22);
}

.faq-panel {
  position: relative;
  overflow: hidden;
}

.faq-item {
  margin-bottom: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(80, 122, 218, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.faq-item h3 {
  margin: 0;
  color: #122c76;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
}

.faq-item p {
  margin: 18px 0 0;
  color: #263762;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 760;
}

.support-tag {
  width: fit-content;
  margin: -12px 0 26px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 137, 42, 0.34);
  border-radius: 999px;
  color: #ff791f;
  background: rgba(255, 137, 42, 0.08);
  font-size: 18px;
  font-weight: 950;
}

.support-list {
  display: grid;
  gap: 20px;
}

.support-list a,
.support-list button,
.support-list div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 24px;
  border: 1px solid rgba(80, 122, 218, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #061b67;
  text-align: left;
  cursor: pointer;
}

.support-list span {
  color: #4d5d83;
  font-size: 17px;
  font-weight: 850;
}

.support-list strong {
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 950;
}

.service-promise {
  min-height: 170px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 34px 0 36px;
  padding: clamp(24px, 3vw, 38px);
}

.service-promise div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  column-gap: 22px;
  border-right: 1px solid rgba(80, 122, 218, 0.12);
}

.service-promise div:last-child {
  border-right: 0;
}

.service-promise span {
  grid-row: span 2;
  width: 70px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #48a6ff, #1168ff);
  box-shadow: 0 12px 24px rgba(18, 104, 255, 0.24);
}

.service-promise span::before {
  width: 30px;
  height: 16px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  content: "";
  transform: rotate(-45deg) translate(2px, -2px);
}

.service-promise strong {
  color: #061b67;
  font-size: clamp(22px, 2.7vw, 32px);
  font-weight: 950;
}

.service-promise p {
  margin: 8px 0 0;
  color: #4a5a80;
  font-size: 17px;
  font-weight: 760;
}

@media (max-width: 1080px) {
  .help-grid,
  .service-promise {
    grid-template-columns: 1fr;
  }

  .service-promise div {
    border-right: 0;
    border-bottom: 1px solid rgba(80, 122, 218, 0.12);
    padding-bottom: 22px;
  }

  .service-promise div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 680px) {
  .help-hero {
    min-height: 310px;
    padding-top: 34px;
  }

  .help-hero p {
    padding-inline: 22px;
  }

  .quick-start,
  .faq-panel,
  .support-panel {
    min-height: auto;
    padding: 24px 20px;
  }

  .quick-start ol::before {
    display: none;
  }

  .quick-start li {
    min-height: 66px;
    gap: 14px;
  }

  .support-list a,
  .support-list button,
  .support-list div {
    min-height: 82px;
  }

  .service-promise div {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
  }

  .service-promise span {
    width: 54px;
  }
}
