.page-responsible-gambling-self-exclusion {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-responsible-gambling-self-exclusion__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-responsible-gambling-self-exclusion__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-self-exclusion__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-self-exclusion__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-self-exclusion__section {
  padding: 60px 0;
  border-bottom: 1px solid #e9ecef;
}

.page-responsible-gambling-self-exclusion__section:last-of-type {
  border-bottom: none;
}

.page-responsible-gambling-self-exclusion__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-responsible-gambling-self-exclusion__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-responsible-gambling-self-exclusion__tools-section {
  background-color: #eaf6ff;
}

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

.page-responsible-gambling-self-exclusion__tool-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-responsible-gambling-self-exclusion__tool-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-responsible-gambling-self-exclusion__tool-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #007bff;
}

.page-responsible-gambling-self-exclusion__tool-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-responsible-gambling-self-exclusion__tool-card p {
  font-size: 1em;
  color: #666;
  text-align: center;
  flex-grow: 1;
}

.page-responsible-gambling-self-exclusion__list,
.page-responsible-gambling-self-exclusion__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-responsible-gambling-self-exclusion__numbered-list {
  list-style-type: decimal;
}

.page-responsible-gambling-self-exclusion__list li,
.page-responsible-gambling-self-exclusion__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-responsible-gambling-self-exclusion__list li strong {
  color: #007bff;
}

.page-responsible-gambling-self-exclusion__how-to-section {
  background-color: #f1f7fc;
}

.page-responsible-gambling-self-exclusion__cta-section {
  background-color: #007bff;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-responsible-gambling-self-exclusion__cta-content {
  max-width: 900px;
}

.page-responsible-gambling-self-exclusion__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-responsible-gambling-self-exclusion__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-responsible-gambling-self-exclusion__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000000;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-self-exclusion__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-self-exclusion__hero-title {
    font-size: 2em;
  }

  .page-responsible-gambling-self-exclusion__hero-description,
  .page-responsible-gambling-self-exclusion__cta-description {
    font-size: 1em;
  }

  .page-responsible-gambling-self-exclusion__section-title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-self-exclusion__grid {
    grid-template-columns: 1fr;
  }

  .page-responsible-gambling-self-exclusion__cta-title {
    font-size: 2em;
  }

  .page-responsible-gambling-self-exclusion__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-self-exclusion__hero-title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-self-exclusion__section {
    padding: 40px 0;
  }

  .page-responsible-gambling-self-exclusion__tool-card {
    padding: 20px;
  }
}