.page-news-industry-insights {
  color: #ffffff; /* Body background is #000, so text is white */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #000; /* Ensure page background is dark */
}

.page-news-industry-insights__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  overflow: hidden;
}

.page-news-industry-insights__dark-bg {
  background-color: #003366; /* Main brand color for dark sections */
  color: #ffffff;
}

.page-news-industry-insights__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-news-industry-insights__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Accent color for title */
  line-height: 1.2;
}

.page-news-industry-insights__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-news-industry-insights__btn-primary {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-news-industry-insights__btn-primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-news-industry-insights__btn-full-width {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  display: block;
}

.page-news-industry-insights__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-news-industry-insights__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: brightness(0.8); /* Allow slight dimming for background effect, not color change */
}

.page-news-industry-insights__section {
  padding: 60px 20px;
  text-align: center;
}

.page-news-industry-insights__content-area {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #1a1a1a; /* Slightly lighter dark background for content area */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-news-industry-insights__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #FFCC00;
}

.page-news-industry-insights__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #FFCC00;
}

.page-news-industry-insights__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: left;
  color: #f0f0f0;
}

.page-news-industry-insights__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-news-industry-insights__image-block {
  flex: 1;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px; /* Min image size */
}

.page-news-industry-insights__text-block {
  flex: 1;
  text-align: left;
}

.page-news-industry-insights__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.page-news-industry-insights__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 8px;
  color: #f0f0f0;
  font-size: 1.1em;
}

.page-news-industry-insights__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-news-industry-insights__card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-news-industry-insights__card-title {
  font-size: 1.5em;
  color: #FFCC00;
  margin-bottom: 15px;
}

.page-news-industry-insights__card-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-news-industry-insights__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 15px;
  min-width: 200px; /* Min image size */
}

.page-news-industry-insights__faq-container {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-news-industry-insights__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

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

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

.page-news-industry-insights__faq-question h3 {
  margin: 0;
  color: #FFCC00;
}

.page-news-industry-insights__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFCC00;
  transition: transform 0.3s ease;
}

.page-news-industry-insights__faq-item.active .page-news-industry-insights__faq-toggle {
  transform: rotate(45deg); /* Change to X or - */
}

.page-news-industry-insights__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-news-industry-insights__faq-item.active .page-news-industry-insights__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px 20px;
}

.page-news-industry-insights__faq-answer p {
  margin: 0;
  color: #f0f0f0;
}

.page-news-industry-insights__cta-download {
  background-color: #003366;
  padding: 80px 20px;
  text-align: center;
}

.page-news-industry-insights__cta-title {
  font-size: 2.8em;
  color: #FFCC00;
  margin-bottom: 20px;
}

.page-news-industry-insights__cta-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-industry-insights__hero-title {
    font-size: 2.8em;
  }
  .page-news-industry-insights__section-title {
    font-size: 2em;
  }
  .page-news-industry-insights__sub-title {
    font-size: 1.5em;
  }
  .page-news-industry-insights__image-text-block {
    flex-direction: column;
  }
  .page-news-industry-insights__image-block {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-news-industry-insights {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-news-industry-insights__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }
  .page-news-industry-insights__hero-title {
    font-size: 2em;
  }
  .page-news-industry-insights__hero-description {
    font-size: 1em;
  }
  .page-news-industry-insights__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-news-industry-insights__btn-full-width {
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px auto !important;
  }
  .page-news-industry-insights__section {
    padding: 40px 15px;
  }
  .page-news-industry-insights__content-area {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-news-industry-insights__section-title {
    font-size: 1.8em;
  }
  .page-news-industry-insights__sub-title {
    font-size: 1.3em;
  }
  .page-news-industry-insights__paragraph {
    font-size: 0.95em;
  }
  .page-news-industry-insights__image-text-block {
    flex-direction: column;
    gap: 20px;
  }
  .page-news-industry-insights__image-block,
  .page-news-industry-insights__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px; /* Ensure minimum size is maintained */
  }
  .page-news-industry-insights__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-news-industry-insights__card {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-news-industry-insights__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-news-industry-insights__faq-answer {
    padding: 0 20px;
  }
  .page-news-industry-insights__faq-item.active .page-news-industry-insights__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-news-industry-insights__cta-title {
    font-size: 2em;
  }
  .page-news-industry-insights__cta-description {
    font-size: 1em;
  }
  /* Ensure all image containers are responsive */
  .page-news-industry-insights__hero-image-wrapper,
  .page-news-industry-insights__image-text-block,
  .page-news-industry-insights__card-grid,
  .page-news-industry-insights__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
}