.page-typhu88-responsible-gaming-harm-identification {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text for dark background */
  background-color: #0A0F18;
  line-height: 1.6;
}

.page-typhu88-responsible-gaming-harm-identification__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-typhu88-responsible-gaming-harm-identification__hero-section {
  background: linear-gradient(135deg, #0A0F18 0%, #333d4d 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-typhu88-responsible-gaming-harm-identification__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_lines,digital_pattern,dark_background]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-typhu88-responsible-gaming-harm-identification__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.page-typhu88-responsible-gaming-harm-identification__hero-subtitle {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-typhu88-responsible-gaming-harm-identification__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-typhu88-responsible-gaming-harm-identification__btn--primary {
  background-color: #FFD700;
  color: #0A0F18;
}

.page-typhu88-responsible-gaming-harm-identification__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-typhu88-responsible-gaming-harm-identification__btn--secondary {
  background-color: #E53935;
  color: #F8F8F8;
  margin-left: 20px;
}

.page-typhu88-responsible-gaming-harm-identification__btn--secondary:hover {
  background-color: #c42d2d;
  transform: translateY(-3px);
}

.page-typhu88-responsible-gaming-harm-identification__content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-typhu88-responsible-gaming-harm-identification__content-section:last-of-type {
  border-bottom: none;
}

.page-typhu88-responsible-gaming-harm-identification__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-typhu88-responsible-gaming-harm-identification__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E53935;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-typhu88-responsible-gaming-harm-identification__about p,
.page-typhu88-responsible-gaming-harm-identification__about ul,
.page-typhu88-responsible-gaming-harm-identification__about li {
  color: #E0E0E0;
}

.page-typhu88-responsible-gaming-harm-identification__about h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-typhu88-responsible-gaming-harm-identification__grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-typhu88-responsible-gaming-harm-identification__image-wrapper {
  text-align: center;
}

.page-typhu88-responsible-gaming-harm-identification__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-typhu88-responsible-gaming-harm-identification__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-typhu88-responsible-gaming-harm-identification__feature-item {
  background-color: #1A1F28;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-typhu88-responsible-gaming-harm-identification__feature-title {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-typhu88-responsible-gaming-harm-identification__feature-item p {
  color: #C0C0C0;
}

.page-typhu88-responsible-gaming-harm-identification__self-assessment p {
  color: #E0E0E0;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
}

.page-typhu88-responsible-gaming-harm-identification__assessment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.page-typhu88-responsible-gaming-harm-identification__assessment-item {
  background-color: #1A1F28;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.page-typhu88-responsible-gaming-harm-identification__assessment-item p {
  text-align: left;
  margin: 0;
  color: #C0C0C0;
}

.page-typhu88-responsible-gaming-harm-identification__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint for icons */
}

.page-typhu88-responsible-gaming-harm-identification__callout-text {
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-typhu88-responsible-gaming-harm-identification__intervention h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-typhu88-responsible-gaming-harm-identification__intervention p {
  color: #E0E0E0;
}

.page-typhu88-responsible-gaming-harm-identification__steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-typhu88-responsible-gaming-harm-identification__steps-list li {
  background-color: #1A1F28;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-typhu88-responsible-gaming-harm-identification__steps-list li h3 {
  margin-top: 0;
  color: #FFD700;
  font-size: 1.6em;
}

.page-typhu88-responsible-gaming-harm-identification__steps-list li p {
  color: #C0C0C0;
}

.page-typhu88-responsible-gaming-harm-identification__image--centered {
  display: block;
  margin: 40px auto 0;
  max-width: 800px;
}

.page-typhu88-responsible-gaming-harm-identification__typhu88-commitment p {
  color: #E0E0E0;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-typhu88-responsible-gaming-harm-identification__typhu88-commitment .page-typhu88-responsible-gaming-harm-identification__btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
}

.page-typhu88-responsible-gaming-harm-identification__contact p {
  color: #E0E0E0;
  text-align: center;
  margin-bottom: 30px;
}

.page-typhu88-responsible-gaming-harm-identification__resource-list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.page-typhu88-responsible-gaming-harm-identification__resource-list li {
  background-color: #1A1F28;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #C0C0C0;
  font-size: 1.1em;
}

.page-typhu88-responsible-gaming-harm-identification__resource-list li strong {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-typhu88-responsible-gaming-harm-identification__hero-title {
    font-size: 2.8em;
  }
  .page-typhu88-responsible-gaming-harm-identification__hero-subtitle {
    font-size: 1.1em;
  }
  .page-typhu88-responsible-gaming-harm-identification__grid-layout {
    grid-template-columns: 1fr;
  }
  .page-typhu88-responsible-gaming-harm-identification__image-wrapper {
    margin-top: 30px;
  }
  .page-typhu88-responsible-gaming-harm-identification__section-title {
    font-size: 2em;
  }
  .page-typhu88-responsible-gaming-harm-identification__assessment-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-typhu88-responsible-gaming-harm-identification__hero-title {
    font-size: 2.2em;
  }
  .page-typhu88-responsible-gaming-harm-identification__hero-subtitle {
    font-size: 1em;
  }
  .page-typhu88-responsible-gaming-harm-identification__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-typhu88-responsible-gaming-harm-identification__btn--secondary {
    margin-left: 0;
    margin-top: 15px; /* Stack buttons on smaller screens */
  }
  .page-typhu88-responsible-gaming-harm-identification__section-title {
    font-size: 1.8em;
  }
  .page-typhu88-responsible-gaming-harm-identification__features-grid {
    grid-template-columns: 1fr;
  }
  .page-typhu88-responsible-gaming-harm-identification__assessment-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-typhu88-responsible-gaming-harm-identification__assessment-item p {
    text-align: center;
  }
}