.page-news-industry-insights {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
}

.page-news-industry-insights__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff; /* White text for hero section */
  padding: 0;
  margin-bottom: 40px;
}

.page-news-industry-insights__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text contrast */
}

.page-news-industry-insights__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-news-industry-insights__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  width: 90%;
  padding: 20px;
  background: rgba(0, 31, 63, 0.6); /* Semi-transparent dark blue overlay */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-news-industry-insights__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffc107; /* Gold accent for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-news-industry-insights__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-news-industry-insights__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.page-news-industry-insights__button:first-of-type {
  background-color: #ffc107; /* Gold primary button */
  color: #001f3f;
  border: 2px solid #ffc107;
}

.page-news-industry-insights__button:first-of-type:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

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

.page-news-industry-insights__button--secondary:hover {
  background-color: #ffc107;
  color: #001f3f;
  transform: translateY(-2px);
}

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

.page-news-industry-insights__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-news-industry-insights__section-title {
  font-size: 2.5em;
  color: #001f3f;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-news-industry-insights__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-news-industry-insights__sub-title {
  font-size: 1.8em;
  color: #001f3f;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

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

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

.page-news-industry-insights__trend-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-industry-insights__trend-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-news-industry-insights__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-news-industry-insights__card-title {
  font-size: 1.4em;
  color: #001f3f;
  margin: 20px 15px 10px;
}

.page-news-industry-insights__card-description {
  font-size: 0.95em;
  color: #666666;
  padding: 0 15px 20px;
}

.page-news-industry-insights__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-news-industry-insights__list-item {
  background-color: #e6f7ff; /* Light blue background for list items */
  border-left: 4px solid #001f3f;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #333333;
}

.page-news-industry-insights__list-item strong {
  color: #001f3f;
}

.page-news-industry-insights__link {
  color: #001f3f;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-news-industry-insights__link:hover {
  color: #ffc107;
  text-decoration: underline;
}

.page-news-industry-insights__article-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-news-industry-insights__image-caption {
  text-align: center;
  font-style: italic;
  color: #777777;
  margin-top: -15px;
  margin-bottom: 30px;
}

.page-news-industry-insights__button--outline {
  background-color: transparent;
  color: #001f3f;
  border: 2px solid #001f3f;
  margin-right: 15px;
}

.page-news-industry-insights__button--outline:hover {
  background-color: #001f3f;
  color: #ffffff;
}

.page-news-industry-insights__call-to-action {
  background-color: #001f3f;
  color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.page-news-industry-insights__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(100%);
}

.page-news-industry-insights__cta-title,
.page-news-industry-insights__cta-description,
.page-news-industry-insights__button--cta {
  position: relative; /* Ensure text and button are above the image */
  z-index: 1;
}

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

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

.page-news-industry-insights__button--cta {
  background-color: #ffc107;
  color: #001f3f;
  border: 2px solid #ffc107;
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-news-industry-insights__button--cta:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-news-industry-insights__related-articles {
  margin-top: 60px;
  padding: 40px 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.page-news-industry-insights__article-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-news-industry-insights__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-news-industry-insights__article-card .page-news-industry-insights__card-image {
  height: 220px; /* Consistent height for related article images */
  width: 100%;
  object-fit: cover;
}

.page-news-industry-insights__article-card .page-news-industry-insights__card-title {
  font-size: 1.2em;
  color: #001f3f;
  margin: 15px;
  flex-grow: 1;
}

.page-news-industry-insights__article-card .page-news-industry-insights__card-title a {
  text-decoration: none;
  color: inherit;
}

.page-news-industry-insights__article-card .page-news-industry-insights__card-title a:hover {
  color: #ffc107;
}

.page-news-industry-insights__article-card .page-news-industry-insights__card-description {
  font-size: 0.9em;
  color: #666666;
  padding: 0 15px 15px;
}

/* Responsive Design */
@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;
  }
  .page-news-industry-insights__sub-title {
    font-size: 1.6em;
  }
  .page-news-industry-insights__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-news-industry-insights__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-news-industry-insights__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-news-industry-insights__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-industry-insights__button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
  }
  .page-news-industry-insights__content-area, .page-news-industry-insights__related-articles {
    padding: 20px 15px;
  }
  .page-news-industry-insights__article {
    padding: 20px;
  }
  .page-news-industry-insights__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-news-industry-insights__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-news-industry-insights__paragraph,
  .page-news-industry-insights__list-item {
    font-size: 1em;
  }
  .page-news-industry-insights__trends-grid,
  .page-news-industry-insights__articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-news-industry-insights__trend-card .page-news-industry-insights__card-image,
  .page-news-industry-insights__article-card .page-news-industry-insights__card-image {
    height: 200px;
  }
  .page-news-industry-insights__call-to-action {
    padding: 30px 20px;
  }
  .page-news-industry-insights__cta-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-news-industry-insights__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-news-industry-insights__button--cta {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  /* Mobile content area image constraint */
  .page-news-industry-insights img {
    max-width: 100%;
    height: auto;
  }

  .page-news-industry-insights {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-news-industry-insights__hero-title {
    font-size: 1.8em;
  }
  .page-news-industry-insights__hero-description {
    font-size: 0.9em;
  }
  .page-news-industry-insights__hero-content {
    padding: 15px;
  }
  .page-news-industry-insights__section-title {
    font-size: 1.6em;
  }
  .page-news-industry-insights__cta-title {
    font-size: 1.6em;
  }
}