.page-responsible-gambling-self-exclusion {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page-responsible-gambling-self-exclusion__content-block {
  padding: 60px 20px;
}

.page-responsible-gambling-self-exclusion__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #333d4f 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-self-exclusion__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_lines,dark_gaming_pattern,subtle_texture]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-responsible-gambling-self-exclusion__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-self-exclusion__hero-subtitle {
  font-size: 1.5em;
  color: #e5dfd3;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-self-exclusion__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.page-responsible-gambling-self-exclusion__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-responsible-gambling-self-exclusion__btn--primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
  transform: translateY(-3px);
}

.page-responsible-gambling-self-exclusion__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-responsible-gambling-self-exclusion__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-responsible-gambling-self-exclusion__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-responsible-gambling-self-exclusion__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #e5dfd3;
}

.page-responsible-gambling-self-exclusion__intro-section, 
.page-responsible-gambling-self-exclusion__how-it-works-section, 
.page-responsible-gambling-self-exclusion__consequences-section, 
.page-responsible-gambling-self-exclusion__types-section, 
.page-responsible-gambling-self-exclusion__after-exclusion-section, 
.page-responsible-gambling-self-exclusion__support-section, 
.page-responsible-gambling-self-exclusion__faq-section, 
.page-responsible-gambling-self-exclusion__cta-section {
  background-color: #2a303c;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-self-exclusion__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-responsible-gambling-self-exclusion__content-grid .page-responsible-gambling-self-exclusion__text-content {
  flex: 1;
}

.page-responsible-gambling-self-exclusion__content-grid .page-responsible-gambling-self-exclusion__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-responsible-gambling-self-exclusion__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-responsible-gambling-self-exclusion__step-card {
  background-color: #3a4454;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-responsible-gambling-self-exclusion__step-card:hover {
  transform: translateY(-5px);
}

.page-responsible-gambling-self-exclusion__step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #1A202C;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-responsible-gambling-self-exclusion__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-responsible-gambling-self-exclusion__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-responsible-gambling-self-exclusion__list li {
  background-color: #3a4454;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #e5dfd3;
}

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

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

.page-responsible-gambling-self-exclusion__type-card {
  background-color: #3a4454;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #FFD700;
}

.page-responsible-gambling-self-exclusion__type-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-responsible-gambling-self-exclusion__faq-item {
  background-color: #3a4454;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-self-exclusion__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-responsible-gambling-self-exclusion__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-responsible-gambling-self-exclusion__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-responsible-gambling-self-exclusion__faq-answer {
  color: #e5dfd3;
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.3);
  margin-top: 15px;
}

.page-responsible-gambling-self-exclusion__faq-answer.active {
  display: block;
}

.page-responsible-gambling-self-exclusion__cta-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(90deg, #1A202C, #3a4454);
}

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

.page-responsible-gambling-self-exclusion__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-responsible-gambling-self-exclusion__inline-link:hover {
  text-decoration: underline;
}

.page-responsible-gambling-self-exclusion__image-wrapper--center {
  text-align: center;
  margin-top: 40px;
}

.page-responsible-gambling-self-exclusion__image-wrapper--left {
  text-align: left;
  margin-top: 40px;
}

.page-responsible-gambling-self-exclusion__image-wrapper--right {
  text-align: right;
  margin-top: 40px;
}

/* Floating Promotion */
.page-responsible-gambling-self-exclusion__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: page-responsible-gambling-self-exclusion-bounceIn 0.8s ease-out;
}

.page-responsible-gambling-self-exclusion__floating-promo a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #1A202C;
}

.page-responsible-gambling-self-exclusion__floating-promo-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.page-responsible-gambling-self-exclusion__floating-promo-text p {
  margin: 0;
  line-height: 1.3;
}

.page-responsible-gambling-self-exclusion__floating-promo-text p:first-child {
  font-weight: bold;
  font-size: 1.1em;
}

@keyframes page-responsible-gambling-self-exclusion-bounceIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-responsible-gambling-self-exclusion__hero-title {
    font-size: 2.8em;
  }
  .page-responsible-gambling-self-exclusion__hero-subtitle {
    font-size: 1.2em;
  }
  .page-responsible-gambling-self-exclusion__section-title {
    font-size: 2em;
  }
  .page-responsible-gambling-self-exclusion__content-grid {
    flex-direction: column;
  }
  .page-responsible-gambling-self-exclusion__image-wrapper--left, .page-responsible-gambling-self-exclusion__image-wrapper--right {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-responsible-gambling-self-exclusion__hero-title {
    font-size: 2.2em;
  }
  .page-responsible-gambling-self-exclusion__hero-subtitle {
    font-size: 1em;
  }
  .page-responsible-gambling-self-exclusion__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 0 5px 15px;
  }
  .page-responsible-gambling-self-exclusion__section-title {
    font-size: 1.8em;
  }
  .page-responsible-gambling-self-exclusion__step-card, .page-responsible-gambling-self-exclusion__type-card {
    padding: 25px;
  }
  .page-responsible-gambling-self-exclusion__faq-question {
    font-size: 1.1em;
  }
  .page-responsible-gambling-self-exclusion__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 10px 15px;
    gap: 10px;
  }
  .page-responsible-gambling-self-exclusion__floating-promo-icon {
    width: 30px;
    height: 30px;
  }
  .page-responsible-gambling-self-exclusion__floating-promo-text p {
    font-size: 0.9em;
  }
  .page-responsible-gambling-self-exclusion__floating-promo-text p:first-child {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-self-exclusion__hero-title {
    font-size: 1.8em;
  }
  .page-responsible-gambling-self-exclusion__hero-subtitle {
    font-size: 0.9em;
  }
  .page-responsible-gambling-self-exclusion__btn {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }
  .page-responsible-gambling-self-exclusion__section-title {
    font-size: 1.5em;
  }
  .page-responsible-gambling-self-exclusion__content-block {
    padding: 40px 15px;
  }
  .page-responsible-gambling-self-exclusion__floating-promo {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90%;
    justify-content: center;
  }
  .page-responsible-gambling-self-exclusion__floating-promo-text {
    text-align: center;
  }
}