/* style/industry-news-responsible-gambling-progress.css */
.page-industry-news-responsible-gambling-progress {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Light text on dark background */
  background-color: #1A237E; /* Main dark background */
}

.page-industry-news-responsible-gambling-progress a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
}

.page-industry-news-responsible-gambling-progress a:hover {
  text-decoration: underline;
  color: #FFEB3B;
}

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

.page-industry-news-responsible-gambling-progress__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A237E 0%, #0D103D 100%);
  position: relative;
  overflow: hidden;
}

.page-industry-news-responsible-gambling-progress__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-industry-news-responsible-gambling-progress__hero h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-industry-news-responsible-gambling-progress__hero p {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-industry-news-responsible-gambling-progress__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-industry-news-responsible-gambling-progress__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-industry-news-responsible-gambling-progress__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-industry-news-responsible-gambling-progress__section:last-of-type {
  border-bottom: none;
}

.page-industry-news-responsible-gambling-progress__section h2 {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-industry-news-responsible-gambling-progress__section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-industry-news-responsible-gambling-progress__section h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-industry-news-responsible-gambling-progress__section p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #DEDEDE;
}

.page-industry-news-responsible-gambling-progress__section ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-industry-news-responsible-gambling-progress__section li {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #DEDEDE;
}

.page-industry-news-responsible-gambling-progress__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-industry-news-responsible-gambling-progress__cta-button:hover {
  background-color: #FFEB3B;
  transform: translateY(-3px);
  color: #0D103D;
}

.page-industry-news-responsible-gambling-progress__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-industry-news-responsible-gambling-progress__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A237E;
  transform: translateY(-3px);
}

.page-industry-news-responsible-gambling-progress__feature-grid, 
.page-industry-news-responsible-gambling-progress__commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-responsible-gambling-progress__feature-item,
.page-industry-news-responsible-gambling-progress__commitment-item {
  background-color: #2A317F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-industry-news-responsible-gambling-progress__feature-item h3,
.page-industry-news-responsible-gambling-progress__commitment-item h3 {
  color: #FFD700;
  margin-bottom: 15px;
}

.page-industry-news-responsible-gambling-progress__feature-item p,
.page-industry-news-responsible-gambling-progress__commitment-item p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-industry-news-responsible-gambling-progress__image--inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-industry-news-responsible-gambling-progress__faq-item {
  background-color: #2A317F;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-industry-news-responsible-gambling-progress__faq-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-industry-news-responsible-gambling-progress__faq-item p {
  color: #C0C0C0;
  font-size: 1em;
  margin-bottom: 0;
}

.page-industry-news-responsible-gambling-progress__container--centered {
  text-align: center;
}

@media (max-width: 768px) {
  .page-industry-news-responsible-gambling-progress__hero h1 {
    font-size: 2.5em;
  }

  .page-industry-news-responsible-gambling-progress__hero p {
    font-size: 1em;
  }

  .page-industry-news-responsible-gambling-progress__section h2 {
    font-size: 2em;
  }

  .page-industry-news-responsible-gambling-progress__section h3 {
    font-size: 1.5em;
  }

  .page-industry-news-responsible-gambling-progress__feature-grid, 
  .page-industry-news-responsible-gambling-progress__commitment-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-industry-news-responsible-gambling-progress__hero {
    padding: 60px 15px;
  }

  .page-industry-news-responsible-gambling-progress__hero h1 {
    font-size: 2em;
  }

  .page-industry-news-responsible-gambling-progress__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-news-responsible-gambling-progress__section {
    padding: 40px 0;
  }

  .page-industry-news-responsible-gambling-progress__section h2 {
    font-size: 1.8em;
  }

  .page-industry-news-responsible-gambling-progress__section p, 
  .page-industry-news-responsible-gambling-progress__section li {
    font-size: 0.95em;
  }
}