/* style/industry-news-competitor-analysis.css */
.page-industry-news-competitor-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-industry-news-competitor-analysis__hero {
  background: linear-gradient(135deg, #003366, #1a4a7a);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-industry-news-competitor-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
  line-height: 1.2;
}

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

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

.page-industry-news-competitor-analysis__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-industry-news-competitor-analysis__cta-button--inline {
  margin-top: 20px;
}

.page-industry-news-competitor-analysis__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-industry-news-competitor-analysis__section {
  padding: 60px 0;
}

.page-industry-news-competitor-analysis__section--alt {
  background-color: #e0eaf3; /* Light blue-gray for contrast */
}

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

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

.page-industry-news-competitor-analysis__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-industry-news-competitor-analysis p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #333;
}

.page-industry-news-competitor-analysis strong {
  color: #003366;
}

.page-industry-news-competitor-analysis__list,
.page-industry-news-competitor-analysis__ordered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-industry-news-competitor-analysis__list li,
.page-industry-news-competitor-analysis__ordered-list li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #FFD700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.05em;
  color: #333;
}

.page-industry-news-competitor-analysis__ordered-list li {
  counter-increment: list-counter;
}

.page-industry-news-competitor-analysis__ordered-list li::before {
  content: counter(list-counter) ". ";
  font-weight: bold;
  color: #003366;
  margin-right: 8px;
}

.page-industry-news-competitor-analysis__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

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

.page-industry-news-competitor-analysis__text-link {
  color: #003366;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-industry-news-competitor-analysis__text-link:hover {
  color: #FFD700;
}

.page-industry-news-competitor-analysis__section--conclusion {
  background-color: #003366;
  color: #fff;
  text-align: center;
}

.page-industry-news-competitor-analysis__section--conclusion .page-industry-news-competitor-analysis__section-title {
  color: #FFD700;
}

.page-industry-news-competitor-analysis__section--conclusion p {
  color: #e0e0e0;
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

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

  .page-industry-news-competitor-analysis__hero-subtitle {
    font-size: 1.2em;
  }

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

  .page-industry-news-competitor-analysis__sub-title {
    font-size: 1.5em;
  }

  .page-industry-news-competitor-analysis p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-competitor-analysis__hero {
    padding: 60px 0;
  }

  .page-industry-news-competitor-analysis__hero-title {
    font-size: 2em;
  }

  .page-industry-news-competitor-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-industry-news-competitor-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-news-competitor-analysis__section {
    padding: 40px 0;
  }

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

  .page-industry-news-competitor-analysis__sub-title {
    font-size: 1.3em;
  }

  .page-industry-news-competitor-analysis__list li,
  .page-industry-news-competitor-analysis__ordered-list li {
    padding: 12px 15px;
    font-size: 0.95em;
  }
}