.page-news-industry-trends {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-news-industry-trends__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  box-sizing: border-box;
}

.page-news-industry-trends__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-news-industry-trends__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-news-industry-trends__hero-content {
  max-width: 900px;
  text-align: center;
  margin-top: 40px;
  z-index: 1;
  color: #F2FFF6;
}

.page-news-industry-trends__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-news-industry-trends__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-news-industry-trends__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-news-industry-trends__btn-primary,
.page-news-industry-trends__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-news-industry-trends__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-news-industry-trends__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-news-industry-trends__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold border */
}

.page-news-industry-trends__btn-secondary:hover {
  background: rgba(242, 193, 78, 0.1);
  color: #ffffff;
  box-shadow: 0 0 15px #F2C14E;
}

.page-news-industry-trends__section {
  padding: 60px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

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

.page-news-industry-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-news-industry-trends__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-news-industry-trends__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  color: #22C768; /* Auxiliary Color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-news-industry-trends__text-block {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-news-industry-trends__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  object-fit: cover;
}

.page-news-industry-trends__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-news-industry-trends__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-news-industry-trends__list-item::before {
  content: '⚡'; /* Emoji bullet point */
  color: #F2C14E; /* Gold */
  font-size: 1.2em;
  line-height: 1;
  flex-shrink: 0;
}

.page-news-industry-trends__dark-section {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-news-industry-trends__faq-section {
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-news-industry-trends__faq-list {
  margin-top: 40px;
}

.page-news-industry-trends__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-news-industry-trends__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-news-industry-trends__faq-question::-webkit-details-marker {
  display: none;
}

.page-news-industry-trends__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-news-industry-trends__faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #F2C14E; /* Gold */
  line-height: 1;
}

.page-news-industry-trends__faq-item[open] .page-news-industry-trends__faq-toggle {
  content: '−';
}

.page-news-industry-trends__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-news-industry-trends__text-center {
  text-align: center;
}

.page-news-industry-trends__cta-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-news-industry-trends__hero-content {
    margin-top: 30px;
  }

  .page-news-industry-trends__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-news-industry-trends__section-title {
    font-size: clamp(1.6rem, 3.8vw, 2.5rem);
  }

  .page-news-industry-trends__sub-title {
    font-size: clamp(1.3rem, 3vw, 2rem);
  }
}

@media (max-width: 768px) {
  .page-news-industry-trends {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-news-industry-trends__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-news-industry-trends__hero-content {
    margin-top: 20px;
  }

  .page-news-industry-trends__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-news-industry-trends__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-news-industry-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-news-industry-trends__btn-primary,
  .page-news-industry-trends__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

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

  .page-news-industry-trends__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-news-industry-trends__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-news-industry-trends__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-news-industry-trends__text-block,
  .page-news-industry-trends__list-item,
  .page-news-industry-trends__faq-answer p {
    font-size: 0.95rem;
  }

  /* Image responsiveness */
  .page-news-industry-trends img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* FAQ items */
  .page-news-industry-trends__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-news-industry-trends__faq-answer {
    padding: 0 20px 15px;
  }

  .page-news-industry-trends__cta-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .page-news-industry-trends__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .page-news-industry-trends__hero-description {
    font-size: 0.9rem;
  }

  .page-news-industry-trends__section-title {
    font-size: clamp(1.3rem, 6vw, 2rem);
  }

  .page-news-industry-trends__sub-title {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
  }

  .page-news-industry-trends__list-item,
  .page-news-industry-trends__faq-question {
    padding: 12px 15px;
  }

  .page-news-industry-trends__faq-answer {
    padding: 0 15px 12px;
  }
}