.page-blog-goo888-games-features {
  font-family: Arial, sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
}

.page-blog-goo888-games-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #ffffff;
}

.page-blog-goo888-games-features__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-blog-goo888-games-features__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-goo888-games-features__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-goo888-games-features__main-title {
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-blog-goo888-games-features__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-goo888-games-features__highlight {
  color: #A5C4FF;
  font-weight: bold;
}

.page-blog-goo888-games-features__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-goo888-games-features__btn-primary,
.page-blog-goo888-games-features__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-goo888-games-features__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-goo888-games-features__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-goo888-games-features__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-goo888-games-features__btn-secondary:hover {
  background: #f4f7fb;
  color: #1a4fbb;
  border-color: #1a4fbb;
}

.page-blog-goo888-games-features__section {
  padding: 60px 20px;
  border-bottom: 1px solid #D6E2FF;
}

.page-blog-goo888-games-features__light-bg {
  background: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-goo888-games-features__dark-section {
  background: #2F6BFF;
  color: #ffffff;
}

.page-blog-goo888-games-features__dark-section .page-blog-goo888-games-features__section-title,
.page-blog-goo888-games-features__dark-section .page-blog-goo888-games-features__sub-title {
  color: #ffffff;
}

.page-blog-goo888-games-features__dark-section .page-blog-goo888-games-features__text-block,
.page-blog-goo888-games-features__dark-section .page-blog-goo888-games-features__list-item {
  color: #f0f0f0;
}

.page-blog-goo888-games-features__dark-section .page-blog-goo888-games-features__highlight {
  color: #A5C4FF;
}

.page-blog-goo888-games-features__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%; /* Ensure container takes full width on desktop too */
}

.page-blog-goo888-games-features__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #1F2D3D;
}

.page-blog-goo888-games-features__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-goo888-games-features__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-goo888-games-features__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-goo888-games-features__list-item {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-blog-goo888-games-features__image-content {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 40px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-blog-goo888-games-features__faq-list {
  margin-top: 40px;
}

.page-blog-goo888-games-features__faq-item {
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-goo888-games-features__faq-item[open] {
  box-shadow: 0 4px 12px rgba(47, 107, 255, 0.1);
}

.page-blog-goo888-games-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  background: #F4F7FB;
  border-bottom: 1px solid #D6E2FF;
  list-style: none; /* For details tag */
}

.page-blog-goo888-games-features__faq-question::-webkit-details-marker {
  display: none; /* For details tag */
}

.page-blog-goo888-games-features__faq-qtext {
  flex-grow: 1;
}

.page-blog-goo888-games-features__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #2F6BFF;
  margin-left: 15px;
  line-height: 1;
}

.page-blog-goo888-games-features__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #333333;
  background: #ffffff;
}

.page-blog-goo888-games-features__faq-answer p {
  margin-bottom: 0;
}

.page-blog-goo888-games-features__conclusion-section {
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-goo888-games-features__main-title {
    font-size: 2.5em;
  }

  .page-blog-goo888-games-features__section-title {
    font-size: 2em;
  }

  .page-blog-goo888-games-features__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-goo888-games-features {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-goo888-games-features__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-goo888-games-features__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-goo888-games-features__description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-goo888-games-features__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-goo888-games-features__btn-primary,
  .page-blog-goo888-games-features__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-goo888-games-features__section {
    padding: 30px 15px;
  }

  .page-blog-goo888-games-features__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-goo888-games-features__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-goo888-games-features__sub-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-goo888-games-features__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px 0;
  }

  .page-blog-goo888-games-features__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-goo888-games-features__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-goo888-games-features__main-title {
    font-size: 1.8em;
  }

  .page-blog-goo888-games-features__section-title {
    font-size: 1.6em;
  }

  .page-blog-goo888-games-features__sub-title {
    font-size: 1.1em;
  }
}