.page-responsible-gambling-help-resources {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-responsible-gambling-help-resources__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gambling-help-resources__hero {
  position: relative;
  background-color: #1A2B4C;
  color: #fff;
  padding: 80px 0 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-responsible-gambling-help-resources__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-responsible-gambling-help-resources__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

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

.page-responsible-gambling-help-resources__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.page-responsible-gambling-help-resources__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-responsible-gambling-help-resources__btn--primary {
  background-color: #FFD700;
  color: #1A2B4C;
  border: 2px solid #FFD700;
}

.page-responsible-gambling-help-resources__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-responsible-gambling-help-resources__btn--secondary {
  background-color: transparent;
  color: #1A2B4C;
  border: 2px solid #1A2B4C;
}

.page-responsible-gambling-help-resources__btn--secondary:hover {
  background-color: #1A2B4C;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-responsible-gambling-help-resources__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-responsible-gambling-help-resources__section:last-of-type {
  border-bottom: none;
}

.page-responsible-gambling-help-resources__section--understanding {
  background-color: #f2f7fc;
}

.page-responsible-gambling-help-resources__section--tools {
  background-color: #fff;
}

.page-responsible-gambling-help-resources__heading {
  font-size: 2.5em;
  color: #1A2B4C;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-responsible-gambling-help-resources__subheading {
  font-size: 1.8em;
  color: #1A2B4C;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-responsible-gambling-help-resources__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  text-align: center;
}

.page-responsible-gambling-help-resources__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-responsible-gambling-help-resources__grid-item p {
  color: #555;
}

.page-responsible-gambling-help-resources__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gambling-help-resources__list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  color: #444;
}

.page-responsible-gambling-help-resources__list-icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
}

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

.page-responsible-gambling-help-resources__feature-item {
  background-color: #f2f7fc;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-responsible-gambling-help-resources__feature-item p {
  color: #555;
}

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

.page-responsible-gambling-help-resources__support-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-responsible-gambling-help-resources__support-item p {
  color: #555;
}

.page-responsible-gambling-help-resources__support-item a {
  color: #1A2B4C;
  text-decoration: underline;
  font-weight: bold;
}

.page-responsible-gambling-help-resources__support-item a:hover {
  color: #FFD700;
}

.page-responsible-gambling-help-resources__contact-us {
  text-align: center;
  padding-bottom: 80px;
}

.page-responsible-gambling-help-resources__contact-note {
  margin-top: 30px;
  font-style: italic;
  color: #666;
}

.page-responsible-gambling-help-resources__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-help-resources__title {
    font-size: 2.5em;
  }

  .page-responsible-gambling-help-resources__subtitle {
    font-size: 1.1em;
  }

  .page-responsible-gambling-help-resources__heading {
    font-size: 2em;
  }

  .page-responsible-gambling-help-resources__subheading {
    font-size: 1.5em;
  }

  .page-responsible-gambling-help-resources__section {
    padding: 40px 0;
  }

  .page-responsible-gambling-help-resources__hero {
    padding: 60px 0 30px;
  }

  .page-responsible-gambling-help-resources__list li {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-help-resources__title {
    font-size: 2em;
  }

  .page-responsible-gambling-help-resources__subtitle {
    font-size: 1em;
  }

  .page-responsible-gambling-help-resources__heading {
    font-size: 1.8em;
  }

  .page-responsible-gambling-help-resources__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-responsible-gambling-help-resources__grid,
  .page-responsible-gambling-help-resources__features-grid,
  .page-responsible-gambling-help-resources__support-grid {
    grid-template-columns: 1fr;
  }
}