.page-industry-news-market-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for readability on dark background */
  background-color: #0A2342; /* Main brand color as background */
}

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

.page-industry-news-market-analysis__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #304a6e 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for hero text */
  padding: 100px 0;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-industry-news-market-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFD700;
}

.page-industry-news-market-analysis__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #E0E0E0;
}

.page-industry-news-market-analysis__content-section {
  padding: 60px 0;
  background-color: #1a3a5e; /* Slightly lighter dark blue for content sections */
}

.page-industry-news-market-analysis__article {
  background-color: #0A2342;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news-market-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 15px;
}

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

.page-industry-news-market-analysis__article p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-industry-news-market-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-industry-news-market-analysis__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

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

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

.page-industry-news-market-analysis__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
}

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

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

.page-industry-news-market-analysis__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
}

.page-industry-news-market-analysis__btn--tertiary {
  background-color: #304a6e;
  color: #E0E0E0;
  border: 2px solid #304a6e;
}

.page-industry-news-market-analysis__btn--tertiary:hover {
  background-color: #446187;
  transform: translateY(-3px);
}

.page-industry-news-market-analysis__cta-section {
  background-color: #0A2342;
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news-market-analysis__cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-industry-news-market-analysis__button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-industry-news-market-analysis__faq-section {
  padding: 60px 0;
  background-color: #1a3a5e;
}

.page-industry-news-market-analysis__faq-item {
  background-color: #0A2342;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-market-analysis__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-industry-news-market-analysis__faq-answer {
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-industry-news-market-analysis__faq-answer a {
  color: #FFD700;
  text-decoration: underline;
}

.page-industry-news-market-analysis__faq-answer a:hover {
  color: #e6c200;
}

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

  .page-industry-news-market-analysis__hero-description {
    font-size: 1em;
  }

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

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

  .page-industry-news-market-analysis__article {
    padding: 25px;
  }

  .page-industry-news-market-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-news-market-analysis__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-industry-news-market-analysis__btn {
    width: 80%;
    margin: 10px 0;
  }
}

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

  .page-industry-news-market-analysis__hero-description {
    font-size: 0.9em;
  }

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

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

  .page-industry-news-market-analysis__article p,
  .page-industry-news-market-analysis__list li,
  .page-industry-news-market-analysis__faq-answer {
    font-size: 0.95em;
  }

  .page-industry-news-market-analysis__faq-question {
    font-size: 1.3em;
  }
}