.page-resources-win8bet-responsible-gaming {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A2B3C; /* Primary dark background */
}

.page-resources-win8bet-responsible-gaming__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-win8bet-responsible-gaming__hero {
  background: linear-gradient(135deg, #1A2B3C 0%, #3a4f63 100%); /* Dark gradient for hero */
  color: #FFD700; /* Gold for hero title */
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-resources-win8bet-responsible-gaming__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,dark_pattern]'); /* Abstract pattern for background */
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-win8bet-responsible-gaming__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-resources-win8bet-responsible-gaming__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light grey */
  position: relative;
  z-index: 1;
}

.page-resources-win8bet-responsible-gaming__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A2B3C; /* Dark text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-win8bet-responsible-gaming__hero-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-win8bet-responsible-gaming__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-win8bet-responsible-gaming__section:nth-of-type(even) {
  background-color: #243B4E; /* Slightly lighter dark background for alternating sections */
}

.page-resources-win8bet-responsible-gaming__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 40px;
  position: relative;
}

.page-resources-win8bet-responsible-gaming__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-win8bet-responsible-gaming__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #B0B0B0; /* Muted light grey */
}

.page-resources-win8bet-responsible-gaming__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win8bet-responsible-gaming__grid-item {
  background-color: #1A2B3C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3a4f63;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-win8bet-responsible-gaming__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-win8bet-responsible-gaming__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-win8bet-responsible-gaming__grid-item h3 {
  color: #FFD700; /* Gold */
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-win8bet-responsible-gaming__grid-item p {
  color: #E0E0E0;
}

.page-resources-win8bet-responsible-gaming__feature-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.page-resources-win8bet-responsible-gaming__feature-item {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 40px;
}

.page-resources-win8bet-responsible-gaming__feature-item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.page-resources-win8bet-responsible-gaming__feature-image {
  width: 45%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-resources-win8bet-responsible-gaming__feature-content {
  width: 55%;
}

.page-resources-win8bet-responsible-gaming__feature-content h3 {
  font-size: 2em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
}

.page-resources-win8bet-responsible-gaming__feature-content p {
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-win8bet-responsible-gaming__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-win8bet-responsible-gaming__list li {
  background-color: #243B4E;
  margin-bottom: 10px;
  padding: 15px 25px;
  border-left: 5px solid #FFD700; /* Gold accent */
  border-radius: 5px;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-win8bet-responsible-gaming__list li strong {
  color: #FFD700;
}

.page-resources-win8bet-responsible-gaming__contact-text {
  font-size: 1.2em;
  margin-top: 40px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-win8bet-responsible-gaming__illustration-image {
  max-width: 700px;
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-win8bet-responsible-gaming__button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A2B3C; /* Dark text on gold */
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.page-resources-win8bet-responsible-gaming__button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-win8bet-responsible-gaming__button--primary {
  background-color: #FFD700;
  color: #1A2B3C;
}

.page-resources-win8bet-responsible-gaming__button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-win8bet-responsible-gaming__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B3C;
}

.page-resources-win8bet-responsible-gaming__cta {
  background-color: #1A2B3C;
  padding: 80px 0;
}

.page-resources-win8bet-responsible-gaming__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-win8bet-responsible-gaming__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  min-width: 250px;
}

.page-resources-win8bet-responsible-gaming__button--inverted {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-win8bet-responsible-gaming__button--inverted:hover {
  background-color: #FFD700;
  color: #1A2B3C;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-win8bet-responsible-gaming__hero-title {
    font-size: 2.8em;
  }
  .page-resources-win8bet-responsible-gaming__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-win8bet-responsible-gaming__section-title {
    font-size: 2em;
  }
  .page-resources-win8bet-responsible-gaming__feature-item {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-win8bet-responsible-gaming__feature-item:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-win8bet-responsible-gaming__feature-image,
  .page-resources-win8bet-responsible-gaming__feature-content {
    width: 100%;
  }
  .page-resources-win8bet-responsible-gaming__feature-content h3 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-win8bet-responsible-gaming__hero-title {
    font-size: 2.2em;
  }
  .page-resources-win8bet-responsible-gaming__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-win8bet-responsible-gaming__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-win8bet-responsible-gaming__section {
    padding: 40px 0;
  }
  .page-resources-win8bet-responsible-gaming__section-title {
    font-size: 1.8em;
  }
  .page-resources-win8bet-responsible-gaming__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-win8bet-responsible-gaming__list li {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-win8bet-responsible-gaming__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
    min-width: unset;
  }
}