.industry-observe-wrap .industry-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #999;
  font-size: 14px;
}

.industry-observe-wrap .industry-breadcrumb a {
  color: #7790b3;
}

.industry-observe-wrap .industry-hero {
  height: 140px;
  padding: 30px 48px;
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(110deg, #2f73ed, #4d91ff);
}

.industry-observe-wrap .industry-hero h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.industry-observe-wrap .industry-hero p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.article-detail-wrap .article-content-wrap {
  line-height: 1.8;
}

.article-detail-wrap .article-content-wrap p + p {
  margin-top: 20px;
}

.article-detail-wrap .article-disclaimer {
  margin: -12px 0 24px;
  color: #999;
  font-size: 13px;
  line-height: 1.6;
}

.article-detail-wrap .article-disclaimer-bottom {
  margin: 48px 0 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.faq-section {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.faq-section h2 {
  margin: 0;
  color: #1a1a2e;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.faq-section .faq-description {
  margin-top: 12px;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.faq-section .faq-list {
  margin-top: 32px;
}

.faq-section .faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-section .faq-item summary {
  position: relative;
  padding: 20px 36px 20px 0;
  color: #1a1a2e;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-section .faq-item summary::after {
  position: absolute;
  top: 18px;
  right: 0;
  color: #307dff;
  font-size: 22px;
  font-weight: 400;
  content: "+";
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

.faq-section .faq-item > p {
  padding: 0 36px 20px 0;
  color: #444;
  font-size: 15px;
  line-height: 1.8;
}
