/* style/resources-industry-news.css */
.page-resources-industry-news {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-resources-industry-news__hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-industry-news__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-industry-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.page-resources-industry-news__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-resources-industry-news__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.page-resources-industry-news__section--alt {
  background-color: #f1f6fc; /* Lighter blue variant for contrast */
}

.page-resources-industry-news__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.page-resources-industry-news__sub-title {
  font-size: 1.8em;
  color: #0056b3; /* Darker blue for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-industry-news__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-industry-news__highlight {
  color: #ffc107;
  font-weight: 700;
}

.page-resources-industry-news__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-industry-news__list li {
  margin-bottom: 10px;
}

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

.page-resources-industry-news__btn--primary {
  background-color: #ffc107;
  color: #0056b3; /* Dark blue text on gold button for strong contrast */
  border: 2px solid #ffc107;
}

.page-resources-industry-news__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-industry-news__btn--secondary {
  background-color: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-resources-industry-news__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
}

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

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

.page-resources-industry-news__cta-section {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-industry-news__cta-content {
  max-width: 900px;
}

.page-resources-industry-news__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-resources-industry-news__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-resources-industry-news__cta-buttons .page-resources-industry-news__btn {
  margin: 15px;
}

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

  .page-resources-industry-news__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-industry-news__section-title {
    font-size: 2em;
  }

  .page-resources-industry-news__sub-title {
    font-size: 1.5em;
  }

  .page-resources-industry-news__text,
  .page-resources-industry-news__list {
    font-size: 1em;
  }

  .page-resources-industry-news__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-industry-news__cta-title {
    font-size: 2.2em;
  }

  .page-resources-industry-news__cta-text {
    font-size: 1.1em;
  }

  .page-resources-industry-news__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-industry-news__cta-buttons .page-resources-industry-news__btn {
    width: 80%;
    max-width: 300px;
  }
}

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

  .page-resources-industry-news__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-industry-news__section-title {
    font-size: 1.8em;
  }

  .page-resources-industry-news__sub-title {
    font-size: 1.3em;
  }

  .page-resources-industry-news__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-industry-news__cta-title {
    font-size: 1.8em;
  }

  .page-resources-industry-news__cta-text {
    font-size: 1em;
  }
}