.page-resources-yo88-online-platform-advantages {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-yo88-online-platform-advantages__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background: linear-gradient(135deg, #26A9E0 0%, #1a7bbd 100%);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-yo88-online-platform-advantages__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 30px;
}

.page-resources-yo88-online-platform-advantages__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-yo88-online-platform-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-resources-yo88-online-platform-advantages__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.page-resources-yo88-online-platform-advantages__hero-image {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-yo88-online-platform-advantages__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.page-resources-yo88-online-platform-advantages__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-yo88-online-platform-advantages__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-yo88-online-platform-advantages__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-yo88-online-platform-advantages__section-title--light {
  color: #ffffff;
}

.page-resources-yo88-online-platform-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-resources-yo88-online-platform-advantages__paragraph--light {
  color: #f0f0f0;
}

.page-resources-yo88-online-platform-advantages__feature-grid, 
.page-resources-yo88-online-platform-advantages__game-showcase, 
.page-resources-yo88-online-platform-advantages__promo-grid, 
.page-resources-yo88-online-platform-advantages__support-channels, 
.page-resources-yo88-online-platform-advantages__user-experience-grid, 
.page-resources-yo88-online-platform-advantages__mobile-app-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-yo88-online-platform-advantages__feature-item,
.page-resources-yo88-online-platform-advantages__game-card,
.page-resources-yo88-online-platform-advantages__promo-card,
.page-resources-yo88-online-platform-advantages__channel-item,
.page-resources-yo88-online-platform-advantages__ux-item,
.page-resources-yo88-online-platform-advantages__app-feature {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-resources-yo88-online-platform-advantages__feature-item:hover,
.page-resources-yo88-online-platform-advantages__game-card:hover,
.page-resources-yo88-online-platform-advantages__promo-card:hover,
.page-resources-yo88-online-platform-advantages__channel-item:hover,
.page-resources-yo88-online-platform-advantages__ux-item:hover,
.page-resources-yo88-online-platform-advantages__app-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-yo88-online-platform-advantages__feature-image,
.page-resources-yo88-online-platform-advantages__game-image,
.page-resources-yo88-online-platform-advantages__promo-image,
.page-resources-yo88-online-platform-advantages__channel-icon,
.page-resources-yo88-online-platform-advantages__ux-image,
.page-resources-yo88-online-platform-advantages__app-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-yo88-online-platform-advantages__channel-icon {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-yo88-online-platform-advantages__feature-title,
.page-resources-yo88-online-platform-advantages__game-title,
.page-resources-yo88-online-platform-advantages__promo-title,
.page-resources-yo88-online-platform-advantages__channel-title,
.page-resources-yo88-online-platform-advantages__ux-title,
.page-resources-yo88-online-platform-advantages__app-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-yo88-online-platform-advantages__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-yo88-online-platform-advantages__game-title a:hover {
  text-decoration: underline;
}

.page-resources-yo88-online-platform-advantages__feature-text,
.page-resources-yo88-online-platform-advantages__game-description,
.page-resources-yo88-online-platform-advantages__promo-text,
.page-resources-yo88-online-platform-advantages__channel-text,
.page-resources-yo88-online-platform-advantages__ux-text,
.page-resources-yo88-online-platform-advantages__app-text {
  font-size: 1em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-yo88-online-platform-advantages__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-yo88-online-platform-advantages__btn-primary,
.page-resources-yo88-online-platform-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-yo88-online-platform-advantages__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border-color: #26A9E0;
}

.page-resources-yo88-online-platform-advantages__btn-primary:hover {
  background-color: #1a7bbd;
  border-color: #1a7bbd;
  transform: translateY(-2px);
}

.page-resources-yo88-online-platform-advantages__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-resources-yo88-online-platform-advantages__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7bbd;
  border-color: #1a7bbd;
  transform: translateY(-2px);
}

.page-resources-yo88-online-platform-advantages__faq-list {
  margin-top: 40px;
}

.page-resources-yo88-online-platform-advantages__faq-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-yo88-online-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #26A9E0;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.page-resources-yo88-online-platform-advantages__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-yo88-online-platform-advantages__faq-question h3 {
  margin: 0;
  color: #26A9E0;
}

.page-resources-yo88-online-platform-advantages__faq-toggle {
  font-size: 1.5em;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-yo88-online-platform-advantages__faq-item.active .page-resources-yo88-online-platform-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-yo88-online-platform-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-yo88-online-platform-advantages__faq-item.active .page-resources-yo88-online-platform-advantages__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 20px 30px;
}

.page-resources-yo88-online-platform-advantages__conclusion-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1a7bbd 0%, #26A9E0 100%);
  color: #ffffff;
  border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-yo88-online-platform-advantages__hero-title {
    font-size: 2.8em;
  }
  .page-resources-yo88-online-platform-advantages__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-yo88-online-platform-advantages__hero-section {
    flex-direction: column;
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-yo88-online-platform-advantages__hero-title {
    font-size: 2.2em;
  }

  .page-resources-yo88-online-platform-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-yo88-online-platform-advantages__content-area,
  .page-resources-yo88-online-platform-advantages__conclusion-section {
    padding: 30px 15px;
  }

  .page-resources-yo88-online-platform-advantages__section-title {
    font-size: 1.8em;
  }

  .page-resources-yo88-online-platform-advantages__paragraph {
    font-size: 0.95em;
  }

  .page-resources-yo88-online-platform-advantages__feature-grid,
  .page-resources-yo88-online-platform-advantages__game-showcase,
  .page-resources-yo88-online-platform-advantages__promo-grid,
  .page-resources-yo88-online-platform-advantages__support-channels,
  .page-resources-yo88-online-platform-advantages__user-experience-grid,
  .page-resources-yo88-online-platform-advantages__mobile-app-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-yo88-online-platform-advantages__feature-item,
  .page-resources-yo88-online-platform-advantages__game-card,
  .page-resources-yo88-online-platform-advantages__promo-card,
  .page-resources-yo88-online-platform-advantages__channel-item,
  .page-resources-yo88-online-platform-advantages__ux-item,
  .page-resources-yo88-online-platform-advantages__app-feature {
    padding: 20px;
  }

  .page-resources-yo88-online-platform-advantages__feature-title,
  .page-resources-yo88-online-platform-advantages__game-title,
  .page-resources-yo88-online-platform-advantages__promo-title,
  .page-resources-yo88-online-platform-advantages__channel-title,
  .page-resources-yo88-online-platform-advantages__ux-title,
  .page-resources-yo88-online-platform-advantages__app-title {
    font-size: 1.3em;
  }

  .page-resources-yo88-online-platform-advantages__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-yo88-online-platform-advantages__faq-answer {
    padding: 0 20px;
  }

  .page-resources-yo88-online-platform-advantages__faq-item.active .page-resources-yo88-online-platform-advantages__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-yo88-online-platform-advantages__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-yo88-online-platform-advantages__btn-primary,
  .page-resources-yo88-online-platform-advantages__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Image responsive rules */
  .page-resources-yo88-online-platform-advantages img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-yo88-online-platform-advantages__section,
  .page-resources-yo88-online-platform-advantages__card,
  .page-resources-yo88-online-platform-advantages__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Video responsive rules (if video were present) */
  .page-resources-yo88-online-platform-advantages video,
  .page-resources-yo88-online-platform-advantages__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-yo88-online-platform-advantages__video-section,
  .page-resources-yo88-online-platform-advantages__video-container,
  .page-resources-yo88-online-platform-advantages__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-resources-yo88-online-platform-advantages__hero-title {
    font-size: 1.8em;
  }
  .page-resources-yo88-online-platform-advantages__section-title {
    font-size: 1.5em;
  }
  .page-resources-yo88-online-platform-advantages__hero-description {
    font-size: 0.9em;
  }
  .page-resources-yo88-online-platform-advantages__btn-primary,
  .page-resources-yo88-online-platform-advantages__btn-secondary {
    font-size: 0.95em;
  }
  .page-resources-yo88-online-platform-advantages__faq-question {
    font-size: 0.9em;
  }
}