.central-help-page {
  background: #ffffff;
  padding: 22px 0 28px;
}

.central-help-page__container {
  width: min(1120px, calc(100vw - 40px));
}

.central-help-page__top {
  margin-bottom: 28px;
}

.central-help-page__title {
  margin: 0;
  color: #042b46;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(2.8rem, 4.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.central-help-page__line {
  display: none;
}

.central-help-page__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.central-help-sidebar {
  position: sticky;
  top: 108px;
}

.central-help-sidebar__title {
  margin: 0 0 18px;
  color: #042b46;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  line-height: 1.08;
}

.central-help-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.central-help-sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  color: #c17d09;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  transition: transform 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  opacity: 0.95;
}

.central-help-sidebar__link:hover,
.central-help-sidebar__link.is-active {
  color: #042b46;
  opacity: 1;
  transform: translateX(4px);
}

.central-help-sidebar__link img {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  object-fit: contain;
  display: block;
}

.central-help-content {
  min-width: 0;
}

.faq-category {
  margin-bottom: 42px;
  scroll-margin-top: 108px;
}

.faq-category__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.faq-category__header img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
  display: block;
}

.faq-category__header h2 {
  margin: 0;
  color: #042b46;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(2rem, 3vw, 2.45rem);
  line-height: 1.02;
}

.faq-subgroup {
  margin-top: 28px;
}

.faq-subgroup + .faq-subgroup {
  margin-top: 32px;
}

.faq-subgroup__title {
  margin: 0 0 14px;
  color: #042b46;
  font-family: var(--font-body);
  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 16px;
}

.faq-question {
  width: 100%;
  min-height: 86px;
  border: 1.2px solid rgba(4, 43, 70, 0.72);
  border-radius: 18px;
  background: #ffffff;
  color: #042b46;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-question:hover {
  box-shadow: 0 10px 24px rgba(4, 43, 70, 0.08);
  border-color: #042b46;
}

.faq-icon {
  flex: 0 0 auto;
  font-size: 15px;
  color: #0b4a73;
  display: inline-block;
  position: relative;
  top: 0;
  transition: transform 0.28s ease, color 0.22s ease, top 0.28s ease;
  animation: faqArrowBob 1.7s ease-in-out infinite;
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

@keyframes faqArrowBob {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -3px;
  }
}

.faq-answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 !important;
  margin: 0;
  transition: max-height 0.38s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.24s ease;
}

.faq-answer__inner {
  width: 100%;
  box-sizing: border-box;
  min-height: 86px;
  margin-top: 10px;
  padding: 18px 24px;
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 18px;
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-item.is-open .faq-answer__inner {
  transform: translateY(0);
}

.faq-answer p {
  margin: 0;
  width: 100%;
  max-width: none;
  color: #31485a;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-item.is-open .faq-answer__inner {
  transform: translateY(0);
}

.faq-answer p {
  margin: 0;
  color: #31485a;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
}

.contact-disclaimer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  color: inherit;
}

.contact-disclaimer a:hover {
  color: #c17d09;
}

@media (max-width: 980px) {
  .central-help-page__container {
    width: calc(100vw - 22px);
  }

  .central-help-page__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .central-help-sidebar {
    position: static;
    top: auto;
  }

  .central-help-sidebar__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }

  .faq-category {
    scroll-margin-top: 92px;
  }
}

@media (max-width: 820px) {
  .central-help-page {
    padding: 34px 0 18px;
  }

  .central-help-page__title {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .central-help-page__line {
    width: 154px;
    margin-top: 14px;
  }

  .central-help-sidebar__title {
    font-size: clamp(1.9rem, 7vw, 2.2rem);
  }

  .central-help-sidebar__nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .central-help-sidebar__link {
    font-size: 0.98rem;
  }

  .faq-category__header img {
    width: 38px !important;
    height: 38px !important;
  }

  .faq-category__header h2 {
    font-size: clamp(1.8rem, 7.4vw, 2.35rem);
  }

  .faq-question {
  min-height: 74px;
  padding: 14px 18px;
  font-size: 0.98rem;
  line-height: 1.35;
}

.faq-answer__inner {
  width: 100%;
  min-height: 74px;
  padding: 14px 18px;
  border-radius: 16px;
}

.faq-answer p {
  font-size: 0.96rem;
  line-height: 1.56;
}
}
