.page-red88-responsible-gambling-identify-problem {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #36454F; /* Charcoal Grey for body text */
  background-color: #f8f8f8;
}

.page-red88-responsible-gambling-identify-problem__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-red88-responsible-gambling-identify-problem__hero {
  background: linear-gradient(135deg, #DC143C 0%, #a00d2e 100%); /* Crimson gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-red88-responsible-gambling-identify-problem__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.page-red88-responsible-gambling-identify-problem__hero-subtitle {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

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

.page-red88-responsible-gambling-identify-problem__btn--primary {
  background-color: #36454F; /* Charcoal Grey */
  color: #FFFFFF;
}

.page-red88-responsible-gambling-identify-problem__btn--primary:hover {
  background-color: #1a232b;
  transform: translateY(-2px);
}

.page-red88-responsible-gambling-identify-problem__btn--secondary {
  background-color: transparent;
  color: #DC143C; /* Crimson */
  border: 2px solid #DC143C;
  margin-left: 20px;
}

.page-red88-responsible-gambling-identify-problem__btn--secondary:hover {
  background-color: #DC143C;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-red88-responsible-gambling-identify-problem__section {
  padding: 80px 0;
  text-align: center;
}

.page-red88-responsible-gambling-identify-problem__section--dark {
  background-color: #36454F;
  color: #f0f0f0;
}

.page-red88-responsible-gambling-identify-problem__section--dark .page-red88-responsible-gambling-identify-problem__section-title,
.page-red88-responsible-gambling-identify-problem__section--dark .page-red88-responsible-gambling-identify-problem__feature-title,
.page-red88-responsible-gambling-identify-problem__section--dark .page-red88-responsible-gambling-identify-problem__commitment-title,
.page-red88-responsible-gambling-identify-problem__section--dark .page-red88-responsible-gambling-identify-problem__info-title {
  color: #DC143C; /* Crimson */
}

.page-red88-responsible-gambling-identify-problem__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #DC143C; /* Crimson */
  font-weight: bold;
}

.page-red88-responsible-gambling-identify-problem__section-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 60px auto;
  color: #555;
}

.page-red88-responsible-gambling-identify-problem__section--dark .page-red88-responsible-gambling-identify-problem__section-description {
  color: #ccc;
}

.page-red88-responsible-gambling-identify-problem__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-bottom: 40px;
}

.page-red88-responsible-gambling-identify-problem__content-wrapper p {
  flex: 1;
  font-size: 1.1em;
  color: #36454F;
}

.page-red88-responsible-gambling-identify-problem__section--dark .page-red88-responsible-gambling-identify-problem__content-wrapper p {
  color: #f0f0f0;
}

.page-red88-responsible-gambling-identify-problem__image {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-red88-responsible-gambling-identify-problem__image--right {
  order: 2;
}

.page-red88-responsible-gambling-identify-problem__image--left {
  order: 1;
}

.page-red88-responsible-gambling-identify-problem__image--center {
  display: block;
  margin: 40px auto;
  max-width: 70%;
}

.page-red88-responsible-gambling-identify-problem__image--bottom {
  display: block;
  margin: 60px auto 0 auto;
  max-width: 90%;
}

.page-red88-responsible-gambling-identify-problem__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-red88-responsible-gambling-identify-problem__feature-item {
  background-color: #4a5d6b; /* Slightly lighter charcoal for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-red88-responsible-gambling-identify-problem__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(100%) saturate(100%) hue-rotate(290deg) brightness(1.2); /* Makes icons white/light */
}

.page-red88-responsible-gambling-identify-problem__feature-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #DC143C; /* Crimson */
}

.page-red88-responsible-gambling-identify-problem__feature-item p {
  color: #e0e0e0;
  font-size: 1em;
}

.page-red88-responsible-gambling-identify-problem__assessment-questions {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 60px auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-red88-responsible-gambling-identify-problem__question-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

.page-red88-responsible-gambling-identify-problem__question-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-red88-responsible-gambling-identify-problem__question-item p {
  font-size: 1.15em;
  margin-bottom: 5px;
  color: #36454F;
}

.page-red88-responsible-gambling-identify-problem__question-explanation {
  font-size: 0.95em;
  color: #666;
  font-style: italic;
}

.page-red88-responsible-gambling-identify-problem__assessment-results {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff8f8; /* Light crimson background */
  border: 1px solid #DC143C;
  padding: 30px;
  border-radius: 10px;
}

.page-red88-responsible-gambling-identify-problem__results-title {
  font-size: 1.8em;
  color: #DC143C;
  margin-bottom: 20px;
}

.page-red88-responsible-gambling-identify-problem__assessment-results ul {
  list-style-type: disc;
  padding-left: 25px;
  color: #36454F;
}

.page-red88-responsible-gambling-identify-problem__assessment-results li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-red88-responsible-gambling-identify-problem__info-block {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-red88-responsible-gambling-identify-problem__info-block ul {
  flex: 1;
  list-style-type: disc;
  padding-left: 25px;
  color: #f0f0f0;
}

.page-red88-responsible-gambling-identify-problem__info-block li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-red88-responsible-gambling-identify-problem__info-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: #DC143C; /* Crimson */
  flex-basis: 100%; /* Take full width on smaller screens */
  text-align: center;
}

.page-red88-responsible-gambling-identify-problem__commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-red88-responsible-gambling-identify-problem__commitment-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  color: #36454F;
}

.page-red88-responsible-gambling-identify-problem__commitment-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.page-red88-responsible-gambling-identify-problem__commitment-title {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #DC143C;
}

.page-red88-responsible-gambling-identify-problem__commitment-item p {
  font-size: 1em;
}

.page-red88-responsible-gambling-identify-problem__cta-group {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-red88-responsible-gambling-identify-problem__tips-list {
  list-style-type: decimal;
  text-align: left;
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding-left: 40px;
  color: #36454F;
}

.page-red88-responsible-gambling-identify-problem__tips-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-red88-responsible-gambling-identify-problem__tips-list strong {
  color: #DC143C;
}

.page-red88-responsible-gambling-identify-problem__section--cta {
  background-color: #DC143C;
  color: #FFFFFF;
  padding: 80px 0;
}

.page-red88-responsible-gambling-identify-problem__section--cta .page-red88-responsible-gambling-identify-problem__section-title {
  color: #FFFFFF;
}

.page-red88-responsible-gambling-identify-problem__section--cta .page-red88-responsible-gambling-identify-problem__section-description {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-red88-responsible-gambling-identify-problem__section--cta .page-red88-responsible-gambling-identify-problem__btn--primary {
  background-color: #36454F;
  color: #FFFFFF;
}

.page-red88-responsible-gambling-identify-problem__section--cta .page-red88-responsible-gambling-identify-problem__btn--primary:hover {
  background-color: #1a232b;
}

/* Floating Ad Menu */
.page-red88-responsible-gambling-identify-problem__floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-red88-responsible-gambling-identify-problem__floating-btn {
  display: flex;
  align-items: center;
  background-color: #DC143C; /* Crimson */
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-red88-responsible-gambling-identify-problem__floating-btn:hover {
  background-color: #a00d2e;
  transform: translateY(-2px);
}

.page-red88-responsible-gambling-identify-problem__floating-btn span {
  margin-right: 10px;
}

.page-red88-responsible-gambling-identify-problem__floating-icon {
  width: 20px;
  height: 20px;
  filter: invert(100%); /* Make icon white */
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-red88-responsible-gambling-identify-problem__hero-title {
    font-size: 2.8em;
  }

  .page-red88-responsible-gambling-identify-problem__hero-subtitle {
    font-size: 1.2em;
  }

  .page-red88-responsible-gambling-identify-problem__section-title {
    font-size: 2.2em;
  }

  .page-red88-responsible-gambling-identify-problem__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-red88-responsible-gambling-identify-problem__image {
    max-width: 80%;
    order: initial;
  }

  .page-red88-responsible-gambling-identify-problem__info-block {
    flex-direction: column;
    text-align: center;
  }

  .page-red88-responsible-gambling-identify-problem__info-block ul {
    padding-left: 0;
    text-align: left;
  }

  .page-red88-responsible-gambling-identify-problem__info-block .page-red88-responsible-gambling-identify-problem__image {
    order: initial;
  }

  .page-red88-responsible-gambling-identify-problem__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-red88-responsible-gambling-identify-problem__cta-group {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .page-red88-responsible-gambling-identify-problem__hero {
    padding: 80px 0;
  }

  .page-red88-responsible-gambling-identify-problem__hero-title {
    font-size: 2.2em;
  }

  .page-red88-responsible-gambling-identify-problem__hero-subtitle {
    font-size: 1em;
  }

  .page-red88-responsible-gambling-identify-problem__section {
    padding: 60px 0;
  }

  .page-red88-responsible-gambling-identify-problem__section-title {
    font-size: 1.8em;
  }

  .page-red88-responsible-gambling-identify-problem__assessment-questions,
  .page-red88-responsible-gambling-identify-problem__assessment-results,
  .page-red88-responsible-gambling-identify-problem__info-block,
  .page-red88-responsible-gambling-identify-problem__tips-list {
    padding: 20px;
    margin: 0 10px 40px 10px;
  }

  .page-red88-responsible-gambling-identify-problem__floating-ad {
    flex-direction: row;
    bottom: 10px;
    right: 10px;
    left: 10px;
    justify-content: center;
    gap: 8px;
  }

  .page-red88-responsible-gambling-identify-problem__floating-btn {
    flex: 1;
    text-align: center;
    padding: 10px 15px;
    font-size: 0.9em;
    justify-content: center;
  }

  .page-red88-responsible-gambling-identify-problem__floating-btn span {
    margin-right: 5px;
  }

  .page-red88-responsible-gambling-identify-problem__floating-icon {
    width: 16px;
    height: 16px;
  }
}

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

  .page-red88-responsible-gambling-identify-problem__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-red88-responsible-gambling-identify-problem__section-title {
    font-size: 1.6em;
  }

  .page-red88-responsible-gambling-identify-problem__feature-title {
    font-size: 1.4em;
  }

  .page-red88-responsible-gambling-identify-problem__question-item p {
    font-size: 1em;
  }

  .page-red88-responsible-gambling-identify-problem__floating-ad {
    flex-direction: column;
    align-items: stretch;
  }
}