.page-news-industry-insights {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css (#000000) */
}

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

.page-news-industry-insights__hero-section {
  position: relative;
  padding: 120px 0 80px;
  text-align: center;
  background-color: #017439; /* Brand color as hero background */
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-news-industry-insights__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-news-industry-insights__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-industry-insights__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-news-industry-insights__btn-primary,
.page-news-industry-insights__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-news-industry-insights__btn-primary {
  background-color: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  border: 2px solid #C30808;
}

.page-news-industry-insights__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
  color: #ffffff;
}

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

.page-news-industry-insights__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-news-industry-insights__content-section {
  padding: 60px 0;
}

.page-news-industry-insights__content-section.page-news-industry-insights__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-news-industry-insights__content-section.page-news-industry-insights__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-news-industry-insights__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: inherit; /* Inherit color from parent section */
}

.page-news-industry-insights__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-news-industry-insights__text-block a {
  color: #007bff; /* Standard link color */
  text-decoration: underline;
}

.page-news-industry-insights__text-block a:hover {
  color: #0056b3;
}

.page-news-industry-insights__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-news-industry-insights__cta-buttons--bottom {
  margin-top: 60px;
}

.page-news-industry-insights__faq-section {
  padding: 80px 0;
  background-color: #017439; /* Dark background for FAQ */
  color: #ffffff;
}

.page-news-industry-insights__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-news-industry-insights__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white for items */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-news-industry-insights__faq-item details > summary {
  list-style: none;
}

.page-news-industry-insights__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-news-industry-insights__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-news-industry-insights__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-news-industry-insights__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-news-industry-insights__faq-item[open] .page-news-industry-insights__faq-toggle {
  transform: rotate(45deg);
}

.page-news-industry-insights__faq-answer {
  padding: 20px 25px;
  font-size: 1.1em;
  line-height: 1.7;
  background-color: rgba(255, 255, 255, 0.02);
  color: #f0f0f0;
}

.page-news-industry-insights__faq-answer p {
  margin-bottom: 10px;
}

.page-news-industry-insights__faq-answer a {
  color: #FFFF00; /* Yellow for links in FAQ answer */
  text-decoration: underline;
}

.page-news-industry-insights__faq-answer a:hover {
  color: #ffcc00;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-industry-insights__hero-title {
    font-size: 3em;
  }
  .page-news-industry-insights__hero-description {
    font-size: 1.2em;
  }
  .page-news-industry-insights__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-news-industry-insights__hero-section {
    padding: 100px 0 60px;
  }
  .page-news-industry-insights__hero-title {
    font-size: 2.5em;
  }
  .page-news-industry-insights__hero-description {
    font-size: 1em;
  }
  .page-news-industry-insights__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-industry-insights__btn-primary,
  .page-news-industry-insights__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-news-industry-insights__content-section,
  .page-news-industry-insights__faq-section {
    padding: 40px 0;
  }
  .page-news-industry-insights__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-news-industry-insights__text-block {
    font-size: 0.95em;
  }
  .page-news-industry-insights__image {
    margin: 30px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-news-industry-insights__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-news-industry-insights__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-news-industry-insights__faq-answer {
    font-size: 1em;
    padding: 15px 20px;
  }
  /* Ensure main content area respects header offset */
  .page-news-industry-insights__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-news-industry-insights__hero-title {
    font-size: 2em;
  }
  .page-news-industry-insights__section-title {
    font-size: 1.5em;
  }
  .page-news-industry-insights__faq-question {
    font-size: 1em;
  }
}