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

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

.page-industry-news-market-outlook__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-market-outlook__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-market-outlook__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-industry-news-market-outlook__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

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

.page-industry-news-market-outlook__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-industry-news-market-outlook__subsection-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-market-outlook__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-industry-news-market-outlook__list--ordered {
  list-style-type: decimal;
}

.page-industry-news-market-outlook__list li {
  margin-bottom: 10px;
}

.page-industry-news-market-outlook__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-industry-news-market-outlook__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-market-outlook__image-caption {
  font-style: italic;
  color: #666;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-industry-news-market-outlook__trend-item {
  background-color: #f9f9f9;
  border-left: 5px solid #ffc107;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-industry-news-market-outlook__trend-item p {
  margin-bottom: 15px;
}

.page-industry-news-market-outlook__trend-item .page-industry-news-market-outlook__image {
  margin-top: 20px;
  border: 1px solid #ddd;
}

.page-industry-news-market-outlook__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-industry-news-market-outlook__btn--primary {
  background-color: #ffc107;
  color: #0056b3;
}

.page-industry-news-market-outlook__btn--primary:hover {
  background-color: #e0a800;
  color: #003e80;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-market-outlook__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-industry-news-market-outlook__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-market-outlook__cta {
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-industry-news-market-outlook__cta-content {
  max-width: 800px;
}

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

.page-industry-news-market-outlook__cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-industry-news-market-outlook__cta-buttons .page-industry-news-market-outlook__btn {
  margin: 0 15px;
  background-color: #ffc107;
  color: #0056b3;
  border: 2px solid #ffc107;
}

.page-industry-news-market-outlook__cta-buttons .page-industry-news-market-outlook__btn:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-industry-news-market-outlook__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-market-outlook__hero-subtitle {
    font-size: 1.2em;
  }

  .page-industry-news-market-outlook__section-title {
    font-size: 2em;
  }

  .page-industry-news-market-outlook__subsection-title {
    font-size: 1.5em;
  }

  .page-industry-news-market-outlook__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-industry-news-market-outlook__cta-title {
    font-size: 2em;
  }

  .page-industry-news-market-outlook__cta-buttons .page-industry-news-market-outlook__btn {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-industry-news-market-outlook__hero-title {
    font-size: 2em;
  }

  .page-industry-news-market-outlook__hero-subtitle {
    font-size: 1em;
  }

  .page-industry-news-market-outlook__section {
    padding: 40px 0;
  }

  .page-industry-news-market-outlook__section-title {
    font-size: 1.8em;
  }

  .page-industry-news-market-outlook__subsection-title {
    font-size: 1.3em;
  }
}