.page-resources-typhu88-platform-review {
  font-family: 'Arial', sans-serif;
  color: #F5F5F5; /* Light text for dark background */
  background-color: #0A0F18; /* Primary dark background */
  line-height: 1.6;
}

.page-resources-typhu88-platform-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-typhu88-platform-review__hero {
  background: linear-gradient(135deg, #0A0F18 0%, #1A202C 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-typhu88-platform-review__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_casino,light_effect,dark_background]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-typhu88-platform-review__hero > .page-resources-typhu88-platform-review__container {
  position: relative;
  z-index: 1;
}

.page-resources-typhu88-platform-review__title {
  font-size: 3.5em;
  color: #FFD700; /* Secondary gold for titles */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-resources-typhu88-platform-review__subtitle {
  font-size: 1.4em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-typhu88-platform-review__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-typhu88-platform-review__btn--primary {
  background-color: #FFD700;
  color: #0A0F18;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-typhu88-platform-review__btn--primary:hover {
  background-color: #E5C100;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-typhu88-platform-review__btn--secondary {
  background-color: #E53935; /* Emphasizing red for action */
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-resources-typhu88-platform-review__btn--secondary:hover {
  background-color: #C62828;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.6);
}

.page-resources-typhu88-platform-review__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-typhu88-platform-review__btn--outline:hover {
  background-color: #FFD700;
  color: #0A0F18;
  transform: translateY(-3px);
}

.page-resources-typhu88-platform-review__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-typhu88-platform-review__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-typhu88-platform-review__section:last-of-type {
  border-bottom: none;
}

.page-resources-typhu88-platform-review__heading {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-typhu88-platform-review__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-typhu88-platform-review__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-typhu88-platform-review__description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #E0E0E0;
}

.page-resources-typhu88-platform-review__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .page-resources-typhu88-platform-review__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-resources-typhu88-platform-review__grid--reverse .page-resources-typhu88-platform-review__image-wrapper {
    order: 2;
  }

  .page-resources-typhu88-platform-review__grid--reverse .page-resources-typhu88-platform-review__content-block {
    order: 1;
  }
}

.page-resources-typhu88-platform-review__content-block p {
  margin-bottom: 15px;
  color: #C0C0C0;
}

.page-resources-typhu88-platform-review__image-wrapper {
  text-align: center;
}

.page-resources-typhu88-platform-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-typhu88-platform-review__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-typhu88-platform-review__game-item {
  background-color: #1A202C;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-typhu88-platform-review__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-typhu88-platform-review__game-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-typhu88-platform-review__game-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-resources-typhu88-platform-review__game-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-resources-typhu88-platform-review__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-typhu88-platform-review__cta-group {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-typhu88-platform-review__list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-resources-typhu88-platform-review__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #C0C0C0;
}

.page-resources-typhu88-platform-review__list li::before {
  content: '✔'; /* Checkmark for unordered list */
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-typhu88-platform-review__list--bullet li::before {
  content: '•'; /* Bullet for specific lists */
  font-size: 1.5em;
  top: -2px;
}

.page-resources-typhu88-platform-review__list--ordered {
  list-style: decimal;
  padding-left: 25px;
}

.page-resources-typhu88-platform-review__list--ordered li::before {
    content: none;
}

.page-resources-typhu88-platform-review__list--ordered li {
    padding-left: 0;
}

.page-resources-typhu88-platform-review__list li strong {
  color: #FFD700;
}

.page-resources-typhu88-platform-review__transactions .page-resources-typhu88-platform-review__feature-item {
  background-color: #1A202C;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-typhu88-platform-review__transactions .page-resources-typhu88-platform-review__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

.page-resources-typhu88-platform-review__transactions .page-resources-typhu88-platform-review__feature-item h3 {
  color: #FFD700;
  font-size: 1.6em;
}

.page-resources-typhu88-platform-review__transactions .page-resources-typhu88-platform-review__feature-item p {
  color: #B0B0B0;
}

.page-resources-typhu88-platform-review__grid--2-cols {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .page-resources-typhu88-platform-review__grid--2-cols {
        grid-template-columns: 1fr 1fr;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-typhu88-platform-review__title {
    font-size: 2.8em;
  }
  .page-resources-typhu88-platform-review__subtitle {
    font-size: 1.2em;
  }
  .page-resources-typhu88-platform-review__heading {
    font-size: 2em;
  }
  .page-resources-typhu88-platform-review__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-typhu88-platform-review__section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .page-resources-typhu88-platform-review__hero {
    padding: 80px 0;
  }
  .page-resources-typhu88-platform-review__title {
    font-size: 2.2em;
  }
  .page-resources-typhu88-platform-review__subtitle {
    font-size: 1em;
  }
  .page-resources-typhu88-platform-review__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-typhu88-platform-review__heading {
    font-size: 1.8em;
  }
  .page-resources-typhu88-platform-review__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-typhu88-platform-review__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-typhu88-platform-review__cta-group {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-typhu88-platform-review__image {
    margin-top: 30px;
  }
}