.page-industry-news-regulatory-changes {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light gray for main text on dark background */
  line-height: 1.7;
  background-color: #0A2239; /* Main dark blue background */
}

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

.page-industry-news-regulatory-changes__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1A3E5C 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-industry-news-regulatory-changes__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, rgba(10, 34, 57, 0) 70%);
  opacity: 0.3;
  animation: page-industry-news-regulatory-changes__pulse 15s infinite alternate;
}

@keyframes page-industry-news-regulatory-changes__pulse {
  0% { transform: scale(0.8); opacity: 0.2; }
  100% { transform: scale(1.2); opacity: 0.4; }
}

.page-industry-news-regulatory-changes__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-regulatory-changes__subtitle {
  font-size: 1.5em;
  color: #E0E0E0; /* Lighter gray for subtitle */
  margin-bottom: 40px;
}

.page-industry-news-regulatory-changes__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-industry-news-regulatory-changes__btn--primary {
  background-color: #FFD700; /* Gold for primary button */
  color: #0A2239; /* Dark blue text on gold */
  margin-right: 15px;
}

.page-industry-news-regulatory-changes__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.3);
}

.page-industry-news-regulatory-changes__btn--secondary {
  background-color: #DC143C; /* Red for secondary button */
  color: #FFFFFF; /* White text on red */
}

.page-industry-news-regulatory-changes__btn--secondary:hover {
  background-color: #B01030;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(220, 20, 60, 0.3);
}

.page-industry-news-regulatory-changes__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

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

.page-industry-news-regulatory-changes__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-industry-news-regulatory-changes__introduction p,
.page-industry-news-regulatory-changes__global-overview p,
.page-industry-news-regulatory-changes__hello88-commitment p,
.page-industry-news-regulatory-changes__player-impact p,
.page-industry-news-regulatory-changes__future-outlook p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F8F8F8;
}

.page-industry-news-regulatory-changes__global-overview h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-regulatory-changes__global-overview ul,
.page-industry-news-regulatory-changes__hello88-commitment ul,
.page-industry-news-regulatory-changes__future-outlook ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-industry-news-regulatory-changes__global-overview li,
.page-industry-news-regulatory-changes__hello88-commitment li,
.page-industry-news-regulatory-changes__future-outlook li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-industry-news-regulatory-changes__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

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

.page-industry-news-regulatory-changes__grid-item {
  background-color: #1A3E5C; /* Slightly lighter dark blue for grid items */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-industry-news-regulatory-changes__grid-item:hover {
  transform: translateY(-5px);
}

.page-industry-news-regulatory-changes__grid-item h4 {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-industry-news-regulatory-changes__grid-item p {
  font-size: 1em;
  color: #E0E0E0;
}

.page-industry-news-regulatory-changes__icon {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-industry-news-regulatory-changes__player-impact h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-regulatory-changes__call-to-action {
  background: linear-gradient(90deg, #0A2239, #3A6690);
  text-align: center;
  padding: 80px 0;
}

.page-industry-news-regulatory-changes__call-to-action-content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-industry-news-regulatory-changes__call-to-action .page-industry-news-regulatory-changes__section-title {
  color: #FFD700;
  margin-bottom: 25px;
}

.page-industry-news-regulatory-changes__call-to-action p {
  font-size: 1.2em;
  color: #F8F8F8;
  margin-bottom: 30px;
}

.page-industry-news-regulatory-changes__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.page-industry-news-regulatory-changes__responsible-gambling-note {
  font-size: 0.9em;
  color: #B0B0B0;
  margin-top: 30px;
}

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

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

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

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

  .page-industry-news-regulatory-changes__cta-buttons {
    flex-direction: column;
  }

  .page-industry-news-regulatory-changes__btn--primary {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

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

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

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

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