/* FAQs 页头 — 与首页 h5whyusSection 同色深蓝 */
.tempFAQsPage .cu4banner.faqsPageBanner {
  background: #0a2a5e;
  padding-bottom: 70px;
}

.tempFAQsPage .faqsPageBanner .cu4BannerHeading {
  margin: 0 0 14px;
  padding-bottom: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
}

.tempFAQsPage .faqsPageBanner .cu4BannerSubheading {
  margin: 0 auto;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .tempFAQsPage .faqsPageBanner .cu4BannerHeading {
    font-size: 28px;
  }

  .tempFAQsPage .faqsPageBanner .cu4BannerSubheading {
    font-size: 15px;
  }
}

/* FAQs 页面手风琴：默认折叠，点击展开（参考 vorlane.com/faq-2） */

.tempFAQsPage .tempFAQs {
  max-width: 900px;
  margin: 0 auto;
}

.tempFAQsPage .faqsAccordionList {
  border-top: 1px solid #e5e5e5;
}

.tempFAQsPage .tempFAQs .accordiaBox {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.tempFAQsPage .tempFAQs .accordiaBox:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.tempFAQsPage .tempFAQs .accordion {
  position: relative;
  margin: 0;
  padding: 20px 48px 20px 0;
  color: #172969;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.tempFAQsPage .tempFAQs .accordion:hover {
  color: #0052a8;
  text-decoration: none;
}

.tempFAQsPage .tempFAQs .accordion:before {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "+";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #172969;
  transform: translateY(-50%);
  transition: transform 0.25s ease, color 0.2s ease;
}

.tempFAQsPage .tempFAQs .accordiaBox.active .accordion:before {
  content: "−";
  transform: translateY(-50%);
}

.tempFAQsPage .tempFAQs .panel {
  display: none;
  padding: 0 0 22px;
  margin: 0;
}

.tempFAQsPage .tempFAQs .faqsAnswer {
  color: #4b4b4b;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.tempFAQsPage .tempFAQs .faqsAnswer p {
  margin: 0 0 0.75em;
}

.tempFAQsPage .tempFAQs .faqsAnswer p:last-child {
  margin-bottom: 0;
}

.tempFAQsPage .faqsEmpty {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .tempFAQsPage .tempFAQs .accordion {
    font-size: 16px;
    padding: 16px 40px 16px 0;
  }

  .tempFAQsPage .tempFAQs .panel {
    padding-bottom: 18px;
  }
}
