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

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

.page-industry-news-industry-reports__hero {
  background: linear-gradient(135deg, #1A2E5B 0%, #FF8C00 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-industry-reports__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_lines,digital_pattern,dark_blue_orange]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 1;
}

.page-industry-news-industry-reports__hero .page-industry-news-industry-reports__container {
  position: relative;
  z-index: 2;
}

.page-industry-news-industry-reports__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-industry-reports__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-industry-news-industry-reports__cta-button {
  display: inline-block;
  background-color: #FF8C00;
  color: #1A2E5B;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-industry-reports__cta-button:hover {
  background-color: #e57a00;
  transform: translateY(-3px);
}

.page-industry-news-industry-reports__cta-button--small {
  padding: 10px 25px;
  font-size: 1em;
}

.page-industry-news-industry-reports__cta-button--large {
  padding: 18px 45px;
  font-size: 1.2em;
}

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

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

.page-industry-news-industry-reports__section-title {
  font-size: 2.5em;
  color: #1A2E5B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-industry-news-industry-reports__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FF8C00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-industry-news-industry-reports__sub-section-title {
  font-size: 1.8em;
  color: #1A2E5B;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FF8C00;
  padding-left: 15px;
}

.page-industry-news-industry-reports p {
  margin-bottom: 15px;
  color: #444;
}

.page-industry-news-industry-reports__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-industry-news-industry-reports__list li {
  margin-bottom: 10px;
  color: #444;
}

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

.page-industry-news-industry-reports__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-news-industry-reports .highlight {
  color: #FF8C00;
  font-weight: bold;
}

.page-industry-news-industry-reports__call-to-action {
  background-color: #1A2E5B;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-industry-news-industry-reports__call-to-action .page-industry-news-industry-reports__section-title {
  color: #ffffff;
}

.page-industry-news-industry-reports__call-to-action .page-industry-news-industry-reports__section-title::after {
  background-color: #FF8C00;
}

.page-industry-news-industry-reports__call-to-action p {
  color: #f0f0f0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-industry-news-industry-reports__text-link {
  color: #FF8C00;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-industry-news-industry-reports__text-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-industry-news-industry-reports__note {
  margin-top: 30px;
  font-size: 0.9em;
  color: #cccccc;
}

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

  .page-industry-news-industry-reports__subtitle {
    font-size: 1.1em;
  }

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

  .page-industry-news-industry-reports__sub-section-title {
    font-size: 1.5em;
  }

  .page-industry-news-industry-reports__hero,
  .page-industry-news-industry-reports__call-to-action {
    padding: 60px 0;
  }
}

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

  .page-industry-news-industry-reports__subtitle {
    font-size: 1em;
  }

  .page-industry-news-industry-reports__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
  }

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

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

  .page-industry-news-industry-reports__sub-section-title {
    font-size: 1.3em;
  }
}