.page-responsible-gaming {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background: #0A0A0A; /* Background */
}

.page-responsible-gaming__hero-section {
  padding-top: var(--header-offset, 120px); /* Desktop: Ensure content is below fixed header */
  background: linear-gradient(135deg, #F2C14E, #FFD36B);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.page-responsible-gaming__hero-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-responsible-gaming__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 30px;
}

.page-responsible-gaming__hero-text-content {
  text-align: center;
  max-width: 900px;
  padding: 20px;
  background: rgba(17, 17, 17, 0.85); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #3A2A12; /* Border */
}

.page-responsible-gaming__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  line-height: 1.2;
  color: #FFD36B; /* Glow */
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gaming__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF6D6; /* Text Main */
}

.page-responsible-gaming__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for contrast */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-responsible-gaming__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming__section {
  padding: 60px 20px;
  margin-bottom: 0;
  background: #0A0A0A; /* Background */
}

.page-responsible-gaming__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-responsible-gaming__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Main Color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.page-responsible-gaming__text-block {
  font-size: 1.05em;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

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

.page-responsible-gaming__tool-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gaming__tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming__tool-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.page-responsible-gaming__tool-title {
  font-size: 1.5em;
  color: #FFD36B; /* Glow */
  margin-bottom: 15px;
}

.page-responsible-gaming__tool-description {
  font-size: 0.95em;
  color: #FFF6D6; /* Text Main */
}

.page-responsible-gaming__action-center {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #3A2A12;
}

.page-responsible-gaming__action-note {
  font-size: 0.9em;
  color: #F2C14E;
  margin-top: 20px;
}

.page-responsible-gaming__cta-button--play {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
}

.page-responsible-gaming__problem-gaming-section .page-responsible-gaming__section-title {
  color: #F2C14E;
}

.page-responsible-gaming__warning-signs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-responsible-gaming__section-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming__sign-list {
  flex: 2;
  list-style-type: disc;
  padding-left: 25px;
  color: #FFF6D6; /* Text Main */
  min-width: 300px;
}

.page-responsible-gaming__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-responsible-gaming__sub-title {
  font-size: 1.8em;
  color: #FFD36B; /* Glow */
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.page-responsible-gaming__assessment-list {
  list-style-type: decimal;
  padding-left: 25px;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 40px;
}

.page-responsible-gaming__help-section .page-responsible-gaming__section-title {
  color: #F2C14E;
}

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

.page-responsible-gaming__resource-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming__resource-title {
  font-size: 1.6em;
  color: #FFD36B; /* Glow */
  margin-bottom: 20px;
}

.page-responsible-gaming__resource-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 25px;
}

.page-responsible-gaming__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for contrast */
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease;
  display: inline-block;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-responsible-gaming__btn-primary:hover {
  transform: translateY(-2px);
}

.page-responsible-gaming__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Main Color */
  border: 2px solid #F2C14E; /* Border */
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-responsible-gaming__btn-secondary:hover {
  background-color: #F2C14E;
  color: #111111;
}

.page-responsible-gaming__age-verification-section .page-responsible-gaming__section-title {
  color: #F2C14E;
}

.page-responsible-gaming__age-protection-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}

.page-responsible-gaming__section-image--small {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming__parental-controls-text {
  flex: 2;
  min-width: 300px;
}

.page-responsible-gaming__parental-software-list {
  list-style-type: square;
  padding-left: 20px;
  color: #FFF6D6; /* Text Main */
  margin-top: 15px;
}

.page-responsible-gaming__myths-section .page-responsible-gaming__section-title {
  color: #F2C14E;
}

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

.page-responsible-gaming__myth-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming__card-title {
  font-size: 1.4em;
  color: #FFD36B; /* Glow */
  margin-bottom: 10px;
}

.page-responsible-gaming__card-description {
  font-size: 0.95em;
  color: #FFF6D6; /* Text Main */
}

.page-responsible-gaming__myth-conclusion {
  margin-top: 40px;
  font-style: italic;
  color: #F2C14E;
}

.page-responsible-gaming__faq-section .page-responsible-gaming__section-title {
  color: #F2C14E;
}

.page-responsible-gaming__faq-list {
  margin-top: 40px;
}

.page-responsible-gaming__faq-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-responsible-gaming__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow */
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-responsible-gaming__faq-question:hover {
  background-color: #1d1d1d;
}

.page-responsible-gaming__faq-title {
  margin: 0;
  color: inherit;
  font-size: 1em;
}

.page-responsible-gaming__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-responsible-gaming__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6; /* Text Main */
  background: #0A0A0A; /* Background */
}

.page-responsible-gaming__faq-item.active .page-responsible-gaming__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px 25px;
}

.page-responsible-gaming__faq-item.active .page-responsible-gaming__faq-toggle {
  transform: rotate(45deg);
}

.page-responsible-gaming__faq-answer .page-responsible-gaming__text-block {
  margin-bottom: 0;
}

.page-responsible-gaming__faq-sublist {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 15px;
  color: #FFF6D6;
}

.page-responsible-gaming__final-cta-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #F2C14E, #FFD36B);
}

.page-responsible-gaming__final-cta-content {
  background: rgba(17, 17, 17, 0.85); /* Card BG with transparency */
  border-radius: 10px;
  padding: 40px;
  border: 1px solid #3A2A12;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-responsible-gaming__cta-button--final {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for contrast */
  font-size: 1.2em;
  padding: 18px 35px;
  margin-top: 30px;
}

.page-responsible-gaming__cta-button--final:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

/* All images base responsive styling */
.page-responsible-gaming img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .page-responsible-gaming__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile: Ensure content is below fixed header */
    min-height: auto;
  }

  .page-responsible-gaming__hero-image {
    margin-bottom: 20px;
  }

  .page-responsible-gaming__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-responsible-gaming__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-responsible-gaming__cta-button,
  .page-responsible-gaming__btn-primary,
  .page-responsible-gaming__btn-secondary,
  .page-responsible-gaming a[class*="button"],
  .page-responsible-gaming a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }

  .page-responsible-gaming__action-center {
    padding-top: 20px;
  }

  .page-responsible-gaming__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-responsible-gaming__text-block {
    font-size: 1em;
    text-align: left;
  }

  .page-responsible-gaming__tools-grid,
  .page-responsible-gaming__warning-signs,
  .page-responsible-gaming__support-resources,
  .page-responsible-gaming__age-protection-content,
  .page-responsible-gaming__myth-fact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-responsible-gaming__section-image,
  .page-responsible-gaming__section-image--small {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-responsible-gaming__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-responsible-gaming__faq-answer {
    padding: 0 20px;
  }

  .page-responsible-gaming__faq-item.active .page-responsible-gaming__faq-answer {
    padding: 15px 20px;
  }

  .page-responsible-gaming__final-cta-content {
    padding: 30px 20px;
  }

  .page-responsible-gaming__cta-button--final {
    font-size: 1.1em;
    padding: 15px 25px;
  }

  /* Ensure all image containers are responsive */
  .page-responsible-gaming__section,
  .page-responsible-gaming__card,
  .page-responsible-gaming__container,
  .page-responsible-gaming__hero-content-wrapper,
  .page-responsible-gaming__tools-grid,
  .page-responsible-gaming__warning-signs,
  .page-responsible-gaming__support-resources,
  .page-responsible-gaming__age-protection-content,
  .page-responsible-gaming__myth-fact-grid,
  .page-responsible-gaming__faq-list,
  .page-responsible-gaming__final-cta-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* If buttons are in a flex container and need to wrap */
  .page-responsible-gaming__action-center,
  .page-responsible-gaming__button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}