.page-responsible-gaming-get-help {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text for dark background */
  line-height: 1.6;
}

.page-responsible-gaming-get-help__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gaming-get-help__hero {
  background: linear-gradient(135deg, #0A192F 0%, #203657 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gaming-get-help__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gaming-get-help__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

.page-responsible-gaming-get-help__section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-responsible-gaming-get-help__section--light {
  background-color: #1A2E4C;
}

.page-responsible-gaming-get-help__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-responsible-gaming-get-help__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F8F8F8;
  text-align: justify;
}

.page-responsible-gaming-get-help__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-responsible-gaming-get-help__grid-item {
  background-color: #1A2E4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-responsible-gaming-get-help__grid-item .page-responsible-gaming-get-help__image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-responsible-gaming-get-help__item-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-responsible-gaming-get-help__item-description {
  color: #E0E0E0;
  font-size: 1em;
  text-align: center;
  flex-grow: 1;
}

.page-responsible-gaming-get-help__list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  color: #E0E0E0;
}

.page-responsible-gaming-get-help__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-responsible-gaming-get-help__list li::before {
  content: '▪';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
}

.page-responsible-gaming-get-help__list a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-responsible-gaming-get-help__list a:hover {
  color: #FFF;
  text-decoration: underline;
}

.page-responsible-gaming-get-help__advice-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-responsible-gaming-get-help__advice-list li {
  background-color: #1A2E4C;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  color: #F8F8F8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming-get-help__icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
}

.page-responsible-gaming-get-help__image--wide {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-responsible-gaming-get-help__section--cta {
  background-color: #0A192F;
  text-align: center;
  padding: 80px 0;
}

.page-responsible-gaming-get-help__contact-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-responsible-gaming-get-help__contact-list li {
  background-color: #1A2E4C;
  padding: 15px 25px;
  border-radius: 50px;
  color: #F8F8F8;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming-get-help__contact-list li .page-responsible-gaming-get-help__icon {
  font-size: 1.2em;
  margin-right: 10px;
}

.page-responsible-gaming-get-help__section--dark-promo {
  background-color: #050E1A;
  padding: 80px 0;
  text-align: center;
}

.page-responsible-gaming-get-help__promo-box {
  background-color: #0A192F;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border: 1px solid #FFD700;
}

.page-responsible-gaming-get-help__promo-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-responsible-gaming-get-help__promo-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #E0E0E0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gaming-get-help__promo-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-responsible-gaming-get-help__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-get-help__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-responsible-gaming-get-help__btn--primary:hover {
  background-color: #e6c200;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-responsible-gaming-get-help__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-responsible-gaming-get-help__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-responsible-gaming-get-help__btn--gold {
  background: linear-gradient(135deg, #FFD700, #e6c200);
  color: #0A192F;
  border: none;
  padding: 18px 35px;
  font-size: 1.2em;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-responsible-gaming-get-help__btn--gold:hover {
  background: linear-gradient(135deg, #e6c200, #FFD700);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-responsible-gaming-get-help__hero-title {
    font-size: 2.5em;
  }

  .page-responsible-gaming-get-help__section-title {
    font-size: 2em;
  }

  .page-responsible-gaming-get-help__promo-title {
    font-size: 2.2em;
  }

  .page-responsible-gaming-get-help__content-grid {
    grid-template-columns: 1fr;
  }

  .page-responsible-gaming-get-help__grid-item {
    padding: 25px;
  }

  .page-responsible-gaming-get-help__promo-box {
    padding: 40px;
  }

  .page-responsible-gaming-get-help__promo-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-responsible-gaming-get-help__btn--gold {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .page-responsible-gaming-get-help__hero {
    padding: 80px 0;
  }

  .page-responsible-gaming-get-help__hero-title {
    font-size: 2em;
  }

  .page-responsible-gaming-get-help__hero-subtitle {
    font-size: 1em;
  }

  .page-responsible-gaming-get-help__section {
    padding: 40px 0;
  }

  .page-responsible-gaming-get-help__section-title {
    font-size: 1.8em;
  }

  .page-responsible-gaming-get-help__item-title {
    font-size: 1.5em;
  }

  .page-responsible-gaming-get-help__promo-title {
    font-size: 1.8em;
  }

  .page-responsible-gaming-get-help__promo-text {
    font-size: 1em;
  }

  .page-responsible-gaming-get-help__contact-list {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-responsible-gaming-get-help__hero-title {
    font-size: 1.8em;
  }

  .page-responsible-gaming-get-help__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-responsible-gaming-get-help__promo-title {
    font-size: 1.5em;
  }

  .page-responsible-gaming-get-help__promo-box {
    padding: 30px;
  }

  .page-responsible-gaming-get-help__btn--gold {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}