.page-news-industry-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Main content background will be transparent to show body background */
}

.page-news-industry-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-industry-trends__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-news-industry-trends__section:last-of-type {
  border-bottom: none;
}

.page-news-industry-trends__section-title {
  font-size: 36px;
  color: #DAA520; /* Primary color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-news-industry-trends__sub-title {
  font-size: 24px;
  color: #DAA520;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-news-industry-trends p {
  margin-bottom: 15px;
  color: #f0f0f0; /* Slightly lighter text for readability on dark background */
}

/* Hero Section */
.page-news-industry-trends__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  background: linear-gradient(135deg, #1A1A1A, #333333); /* Dark gradient for hero background */
  overflow: hidden; /* Prevent image overflow */
}

.page-news-industry-trends__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-news-industry-trends__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-news-industry-trends__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-news-industry-trends__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

.page-news-industry-trends__main-title {
  font-size: 48px;
  color: #DAA520;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-news-industry-trends__intro-text {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-industry-trends__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #DAA520; /* Primary button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid #DAA520;
  max-width: 100%; /* Button responsive */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-news-industry-trends__cta-button:hover {
  background: #B8860B; /* Darker gold on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Image wrappers */
.page-news-industry-trends__image-wrapper {
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news-industry-trends__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px; /* Ensure images maintain border-radius from wrapper */
  /* No filter property to change color */
}

/* CTA Final Section */
.page-news-industry-trends__cta-final {
  text-align: center;
  padding-bottom: 80px;
}

.page-news-industry-trends__cta-final .page-news-industry-trends__section-title {
  color: #DAA520;
}

.page-news-industry-trends__cta-final p {
  max-width: 900px;
  margin: 0 auto 30px auto;
  font-size: 18px;
}

.page-news-industry-trends__button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-news-industry-trends__btn-primary {
  background: #DAA520;
  color: #ffffff;
  border: 2px solid #DAA520;
}

.page-news-industry-trends__btn-primary:hover {
  background: #B8860B;
  border-color: #B8860B;
}

.page-news-industry-trends__btn-secondary {
  background: transparent;
  color: #DAA520;
  border: 2px solid #DAA520;
}

.page-news-industry-trends__btn-secondary:hover {
  background: #DAA520;
  color: #1A1A1A;
}

/* FAQ Section */
.page-news-industry-trends__faq {
  background-color: #1A1A1A; /* Dark background for FAQ section */
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-news-industry-trends__faq .page-news-industry-trends__section-title {
  color: #DAA520;
}

/* FAQ容器样式 */
.page-news-industry-trends__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for each item */
}

/* FAQ默认状态 - 答案隐藏 */
.page-news-industry-trends__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  color: #f0f0f0;
}

/* FAQ展开状态 - 🚨 使用!important và đủ lớn max-height để đảm bảo mở rộng */
.page-news-industry-trends__faq-item.active .page-news-industry-trends__faq-answer {
  max-height: 2000px !important; /* 🚨 Sử dụng !important để đảm bảo ưu tiên, giá trị đủ lớn để chứa mọi nội dung */
  padding: 20px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1); /* Slightly lighter background for answer */
  border-radius: 0 0 8px 8px;
}

/* Vấn đề kiểu dáng */
.page-news-industry-trends__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #1A1A1A; /* Dark background for question */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-news-industry-trends__faq-question:hover {
  background: #2a2a2a; /* Slightly lighter on hover */
  border-color: #DAA520; /* Primary color border on hover */
}

.page-news-industry-trends__faq-question:active {
  background: #0d0d0d;
}

/* Tiêu đề câu hỏi kiểu dáng */
.page-news-industry-trends__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* Ngăn chặn thẻ h3 chặn sự kiện click */
  color: #DAA520; /* Primary color for FAQ question text */
}

/* Biểu tượng chuyển đổi */
.page-news-industry-trends__faq-toggle {
  font-size: 28px; /* Larger icon for better visibility */
  font-weight: bold;
  line-height: 1;
  color: #DAA520; /* Primary color for toggle icon */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* Ngăn chặn biểu tượng chặn sự kiện click */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-news-industry-trends__faq-item.active .page-news-industry-trends__faq-toggle {
  color: #ffffff; /* White icon when active */
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-industry-trends__main-title {
    font-size: 40px;
  }

  .page-news-industry-trends__section-title {
    font-size: 30px;
  }

  .page-news-industry-trends__sub-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-news-industry-trends {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-news-industry-trends__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile specific padding-top */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-news-industry-trends__main-title {
    font-size: 32px;
  }

  .page-news-industry-trends__intro-text {
    font-size: 16px;
  }

  .page-news-industry-trends__section {
    padding: 40px 0;
  }

  .page-news-industry-trends__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-news-industry-trends__sub-title {
    font-size: 20px;
  }

  .page-news-industry-trends__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    margin-top: 20px;
    display: block; /* Stack buttons on mobile */
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-news-industry-trends__cta-button:last-child {
      margin-bottom: 0;
  }

  .page-news-industry-trends__cta-final .page-news-industry-trends__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Images responsive */
  .page-news-industry-trends img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-news-industry-trends__section,
  .page-news-industry-trends__container,
  .page-news-industry-trends__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-news-industry-trends__image-wrapper {
      padding: 0; /* Image wrapper itself should not have padding, only its content */
  }

  /* FAQ mobile */
  .page-news-industry-trends__faq-question {
    padding: 15px;
  }
  
  .page-news-industry-trends__faq-question h3 {
    font-size: 16px;
  }
  
  .page-news-industry-trends__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  
  .page-news-industry-trends__faq-answer {
    padding: 0 15px;
  }
  
  .page-news-industry-trends__faq-item.active .page-news-industry-trends__faq-answer {
    padding: 15px !important;
  }

  .page-news-industry-trends__button-group {
      flex-direction: column;
      gap: 10px;
  }
  .page-news-industry-trends__btn-primary {
    margin-right: 0; /* Remove right margin for stacking */
  }
}