.page-industry-news-market-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-industry-news-market-trends__hero-section {
  background: linear-gradient(135deg, #1A237E, #3F51B5);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-industry-news-market-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Auxiliary color for emphasis */
  line-height: 1.2;
}

.page-industry-news-market-trends__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-industry-news-market-trends__section {
  padding: 60px 0;
  background-color: #fff;
}

.page-industry-news-market-trends__section--dark-bg {
  background-color: #1A237E;
  color: #e0e0e0;
}

.page-industry-news-market-trends__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.page-industry-news-market-trends__section--dark-bg .page-industry-news-market-trends__section-title {
  color: #FFC107;
}

.page-industry-news-market-trends__sub-title {
  font-size: 1.8em;
  color: #1A237E;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-industry-news-market-trends__section--dark-bg .page-industry-news-market-trends__sub-title {
  color: #FFC107;
}

.page-industry-news-market-trends__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-industry-news-market-trends__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-industry-news-market-trends__text-content {
  flex: 1;
  font-size: 1.1em;
}

.page-industry-news-market-trends__text-content--light p {
  color: #e0e0e0;
}

.page-industry-news-market-trends__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-industry-news-market-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-industry-news-market-trends__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  margin: 10px;
}

.page-industry-news-market-trends__btn--primary {
  background-color: #FFC107;
  color: #1A237E;
  border: 2px solid #FFC107;
}

.page-industry-news-market-trends__btn--primary:hover {
  background-color: #e0ac00;
  transform: translateY(-3px);
}

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

.page-industry-news-market-trends__btn--secondary:hover {
  background-color: #FFC107;
  color: #1A237E;
  transform: translateY(-3px);
}

.page-industry-news-market-trends__inline-link {
  color: #FFC107;
  text-decoration: underline;
  font-weight: bold;
}

.page-industry-news-market-trends__inline-link:hover {
  color: #e0ac00;
}

.page-industry-news-market-trends p {
  margin-bottom: 1em;
}

.page-industry-news-market-trends .highlight {
  color: #FFC107;
  font-weight: bold;
}

.page-industry-news-market-trends__cta-section {
  background: linear-gradient(45deg, #1A237E, #0D47A1);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-industry-news-market-trends__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFC107;
  font-weight: bold;
}

.page-industry-news-market-trends__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-market-trends__hero-title {
    font-size: 2.8em;
  }
  .page-industry-news-market-trends__hero-subtitle {
    font-size: 1.3em;
  }
  .page-industry-news-market-trends__section-title {
    font-size: 2em;
  }
  .page-industry-news-market-trends__sub-title {
    font-size: 1.5em;
  }
  .page-industry-news-market-trends__content-grid {
    flex-direction: column;
  }
  .page-industry-news-market-trends__content-grid--reverse {
    flex-direction: column;
  }
  .page-industry-news-market-trends__cta-title {
    font-size: 2.2em;
  }
  .page-industry-news-market-trends__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-industry-news-market-trends__hero-section {
    padding: 80px 0;
  }
  .page-industry-news-market-trends__hero-title {
    font-size: 2.2em;
  }
  .page-industry-news-market-trends__hero-subtitle {
    font-size: 1.1em;
  }
  .page-industry-news-market-trends__section {
    padding: 40px 0;
  }
  .page-industry-news-market-trends__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-industry-news-market-trends__sub-title {
    font-size: 1.3em;
  }
  .page-industry-news-market-trends__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news-market-trends__cta-title {
    font-size: 1.8em;
  }
  .page-industry-news-market-trends__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-market-trends__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-market-trends__hero-subtitle {
    font-size: 0.9em;
  }
  .page-industry-news-market-trends__section-title {
    font-size: 1.5em;
  }
  .page-industry-news-market-trends__sub-title {
    font-size: 1.1em;
  }
  .page-industry-news-market-trends__btn {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }
  .page-industry-news-market-trends__cta-title {
    font-size: 1.5em;
  }
  .page-industry-news-market-trends__cta-description {
    font-size: 0.9em;
  }
}