.page-responsible-gaming-self-limitation-tools {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* White text on dark background */
  background-color: #1A1A2E; /* Main dark background */
  line-height: 1.6;
}

.page-responsible-gaming-self-limitation-tools__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gaming-self-limitation-tools__hero {
  background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5c 100%); /* Dark blue gradient */
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gaming-self-limitation-tools__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-responsible-gaming-self-limitation-tools__hero-title {
  font-size: 3.2em;
  color: #E6B325; /* Auxiliary gold for emphasis */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-self-limitation-tools__hero-subtitle {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-responsible-gaming-self-limitation-tools__section {
  padding: 60px 0;
  text-align: center;
}

.page-responsible-gaming-self-limitation-tools__section--alt-bg {
  background-color: #2A2A4A; /* Slightly lighter dark blue for contrast */
}

.page-responsible-gaming-self-limitation-tools__section-title {
  font-size: 2.5em;
  color: #E6B325;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-responsible-gaming-self-limitation-tools__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E6B325;
  border-radius: 2px;
}

.page-responsible-gaming-self-limitation-tools__description {
  font-size: 1.1em;
  color: #cccccc;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gaming-self-limitation-tools__description--note {
  font-style: italic;
  color: #FFD700;
}

.page-responsible-gaming-self-limitation-tools__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gaming-self-limitation-tools__content-item {
  background-color: #2A2A4A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-responsible-gaming-self-limitation-tools__content-item:hover {
  transform: translateY(-10px);
  background-color: #3A3A5A;
}

.page-responsible-gaming-self-limitation-tools__content-item h3 {
  font-size: 1.5em;
  color: #E6B325;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-responsible-gaming-self-limitation-tools__content-item p {
  color: #cccccc;
  font-size: 1em;
}

.page-responsible-gaming-self-limitation-tools__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(230, 179, 37, 0.5));
}

.page-responsible-gaming-self-limitation-tools__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-responsible-gaming-self-limitation-tools__feature-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #E6B325;
  display: flex;
  flex-direction: column;
}

.page-responsible-gaming-self-limitation-tools__feature-image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(230, 179, 37, 0.6));
}

.page-responsible-gaming-self-limitation-tools__feature-title {
  font-size: 1.8em;
  color: #E6B325;
  margin-bottom: 15px;
}

.page-responsible-gaming-self-limitation-tools__feature-text {
  color: #cccccc;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-responsible-gaming-self-limitation-tools__list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-responsible-gaming-self-limitation-tools__list li {
  color: #e0e0e0;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  font-size: 0.95em;
}

.page-responsible-gaming-self-limitation-tools__list li strong {
  color: #FFD700;
}

.page-responsible-gaming-self-limitation-tools__list li::before {
  content: '✔';
  color: #E6B325;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-responsible-gaming-self-limitation-tools__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gaming-self-limitation-tools__step-item {
  background-color: #2A2A4A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-responsible-gaming-self-limitation-tools__step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #E6B325;
  color: #1A1A2E;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(230, 179, 37, 0.7);
}

.page-responsible-gaming-self-limitation-tools__step-item h3 {
  font-size: 1.4em;
  color: #E6B325;
  margin-bottom: 10px;
}

.page-responsible-gaming-self-limitation-tools__step-item p {
  color: #cccccc;
}

.page-responsible-gaming-self-limitation-tools__action-text {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-top: 40px;
}

.page-responsible-gaming-self-limitation-tools__link {
  color: #E6B325;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-responsible-gaming-self-limitation-tools__link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-responsible-gaming-self-limitation-tools__section--cta {
  background: linear-gradient(90deg, #1A1A2E, #2A2A4A);
  padding: 80px 0;
}

.page-responsible-gaming-self-limitation-tools__cta-title {
  font-size: 2.8em;
  color: #E6B325;
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-self-limitation-tools__cta-text {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gaming-self-limitation-tools__bullet-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-responsible-gaming-self-limitation-tools__bullet-list li {
  background-color: #2A2A4A;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #e0e0e0;
  position: relative;
  padding-left: 45px;
  font-size: 1.05em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-responsible-gaming-self-limitation-tools__bullet-list li::before {
  content: '•';
  color: #E6B325;
  font-size: 2em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.page-responsible-gaming-self-limitation-tools__list-columns {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  text-align: left;
}

.page-responsible-gaming-self-limitation-tools__list-columns li {
  background-color: #1A1A2E;
  padding: 20px;
  border-radius: 8px;
  color: #e0e0e0;
  position: relative;
  padding-left: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 3px solid #E6B325;
  transition: transform 0.3s ease;
}

.page-responsible-gaming-self-limitation-tools__list-columns li:hover {
  transform: translateY(-5px);
}

.page-responsible-gaming-self-limitation-tools__list-columns li::before {
  content: '✨';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.page-responsible-gaming-self-limitation-tools__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-responsible-gaming-self-limitation-tools__btn--primary {
  background-color: #E6B325;
  color: #1A1A2E;
  box-shadow: 0 5px 15px rgba(230, 179, 37, 0.4);
}

.page-responsible-gaming-self-limitation-tools__btn--primary:hover {
  background-color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(230, 179, 37, 0.6);
}

.page-responsible-gaming-self-limitation-tools__btn--secondary {
  background-color: transparent;
  color: #E6B325;
  border: 2px solid #E6B325;
  box-shadow: 0 5px 15px rgba(230, 179, 37, 0.2);
}

.page-responsible-gaming-self-limitation-tools__btn--secondary:hover {
  background-color: #E6B325;
  color: #1A1A2E;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(230, 179, 37, 0.4);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-responsible-gaming-self-limitation-tools__hero-title {
    font-size: 2.5em;
  }
  .page-responsible-gaming-self-limitation-tools__section-title {
    font-size: 2em;
  }
  .page-responsible-gaming-self-limitation-tools__cta-title {
    font-size: 2.2em;
  }
  .page-responsible-gaming-self-limitation-tools__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-responsible-gaming-self-limitation-tools__hero {
    padding: 80px 0 40px;
  }
  .page-responsible-gaming-self-limitation-tools__hero-title {
    font-size: 2em;
  }
  .page-responsible-gaming-self-limitation-tools__hero-subtitle {
    font-size: 1.1em;
  }
  .page-responsible-gaming-self-limitation-tools__section {
    padding: 40px 0;
  }
  .page-responsible-gaming-self-limitation-tools__section-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-self-limitation-tools__cta-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-self-limitation-tools__content-grid,
  .page-responsible-gaming-self-limitation-tools__steps-grid,
  .page-responsible-gaming-self-limitation-tools__list-columns {
    grid-template-columns: 1fr;
  }
  .page-responsible-gaming-self-limitation-tools__feature-item {
    text-align: center;
    align-items: center;
  }
  .page-responsible-gaming-self-limitation-tools__feature-image {
    margin-left: auto;
    margin-right: auto;
  }
  .page-responsible-gaming-self-limitation-tools__list li {
    padding-left: 0;
  }
  .page-responsible-gaming-self-limitation-tools__list li::before {
    display: none;
  }
  .page-responsible-gaming-self-limitation-tools__bullet-list li {
    padding-left: 20px;
  }
  .page-responsible-gaming-self-limitation-tools__bullet-list li::before {
    left: 0;
    font-size: 1.5em;
  }
  .page-responsible-gaming-self-limitation-tools__list-columns li {
    padding-left: 20px;
  }
  .page-responsible-gaming-self-limitation-tools__list-columns li::before {
    left: 0;
    top: 15px;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .page-responsible-gaming-self-limitation-tools__hero-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-self-limitation-tools__section-title {
    font-size: 1.5em;
  }
  .page-responsible-gaming-self-limitation-tools__cta-title {
    font-size: 1.6em;
  }
  .page-responsible-gaming-self-limitation-tools__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}