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

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

.page-industry-news-regulatory-trends__hero-section {
  background: linear-gradient(135deg, #FFD700, #000000);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px; /* Ensure sufficient height for hero */
}

.page-industry-news-regulatory-trends__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF; /* High contrast with dark gradient */
}

.page-industry-news-regulatory-trends__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0; /* Slightly lighter for readability */
}

.page-industry-news-regulatory-trends__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #000000; /* Black for high contrast */
  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: 2px solid #FFD700;
}

.page-industry-news-regulatory-trends__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-industry-news-regulatory-trends__cta-button--secondary {
  background-color: #000000;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-industry-news-regulatory-trends__cta-button--secondary:hover {
  background-color: #333333;
  color: #FFD700;
}

.page-industry-news-regulatory-trends__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-industry-news-regulatory-trends__article {
  max-width: 900px;
  margin: 0 auto;
  color: #333333;
}

.page-industry-news-regulatory-trends__article p {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444444; /* Dark grey for good contrast */
}

.page-industry-news-regulatory-trends__heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-industry-news-regulatory-trends__sub-heading {
  font-size: 1.6em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

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

.page-industry-news-regulatory-trends__image-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #666666;
  margin-top: 10px;
}

.page-industry-news-regulatory-trends__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
}

.page-industry-news-regulatory-trends__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
}

.page-industry-news-regulatory-trends__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-industry-news-regulatory-trends__related-links {
  padding: 60px 0;
  background-color: #f0f0f0;
  text-align: center;
}

.page-industry-news-regulatory-trends__link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-industry-news-regulatory-trends__link-item {
  display: block;
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  border: 1px solid #eee;
}

.page-industry-news-regulatory-trends__link-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #FFD700;
}

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

  .page-industry-news-regulatory-trends__hero-subtitle {
    font-size: 1.1em;
  }

  .page-industry-news-regulatory-trends__heading {
    font-size: 1.8em;
  }

  .page-industry-news-regulatory-trends__sub-heading {
    font-size: 1.4em;
  }

  .page-industry-news-regulatory-trends__cta-text {
    font-size: 1.2em;
  }

  .page-industry-news-regulatory-trends__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-industry-news-regulatory-trends__cta-button--secondary {
    margin-left: 0;
  }

  .page-industry-news-regulatory-trends__link-grid {
    grid-template-columns: 1fr;
  }
}

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

  .page-industry-news-regulatory-trends__hero-subtitle {
    font-size: 1em;
  }

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

  .page-industry-news-regulatory-trends__heading {
    font-size: 1.6em;
  }

  .page-industry-news-regulatory-trends__sub-heading {
    font-size: 1.2em;
  }

  .page-industry-news-regulatory-trends__call-to-action {
    padding: 30px 20px;
  }

  .page-industry-news-regulatory-trends__cta-text {
    font-size: 1.1em;
  }
}