.page-resources-trustworthy-game-platform-guide {
  font-family: 'Arial', sans-serif;
  color: #f8f9fa; /* Default light text color for dark body background */
  background-color: var(--dark-bg-1);
}

.page-resources-trustworthy-game-platform-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-trustworthy-game-platform-guide__center-content {
  text-align: center;
}

/* Hero Banner Section */
.page-resources-trustworthy-game-platform-guide__hero-banner {
  padding: 180px 0 80px; /* Desktop padding-top for fixed header */
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color), #0056b3);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-trustworthy-game-platform-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-trustworthy-game-platform-guide__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.page-resources-trustworthy-game-platform-guide__highlight {
  color: var(--secondary-color);
}

.page-resources-trustworthy-game-platform-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-resources-trustworthy-game-platform-guide__cta-button:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* General Section Styles */
.page-resources-trustworthy-game-platform-guide__introduction-section,
.page-resources-trustworthy-game-platform-guide__how-to-choose-section,
.page-resources-trustworthy-game-platform-guide__promotions-section,
.page-resources-trustworthy-game-platform-guide__blog-section {
  padding: 60px 0;
  background-color: #f8f9fa;
  color: #333333;
}

.page-resources-trustworthy-game-platform-guide__criteria-section,
.page-resources-trustworthy-game-platform-guide__game-types-section,
.page-resources-trustworthy-game-platform-guide__faq-section,
.page-resources-trustworthy-game-platform-guide__contact-cta-section {
  padding: 60px 0;
  background-color: var(--dark-bg-1);
  color: #f8f9fa;
}

.page-resources-trustworthy-game-platform-guide__section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary-color);
}

.page-resources-trustworthy-game-platform-guide__section-title--light {
  color: #ffffff;
}

.page-resources-trustworthy-game-platform-guide__text-block {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-trustworthy-game-platform-guide__text-block--light {
  color: #e0e0e0;
}

.page-resources-trustworthy-game-platform-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-trustworthy-game-platform-guide__image--small {
  max-width: 250px;
  margin: 20px auto 10px;
}

/* Criteria Grid */
.page-resources-trustworthy-game-platform-guide__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-trustworthy-game-platform-guide__criteria-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  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;
}

.page-resources-trustworthy-game-platform-guide__criteria-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-trustworthy-game-platform-guide__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-trustworthy-game-platform-guide__criteria-card p {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

/* How to Choose Section */
.page-resources-trustworthy-game-platform-guide__ordered-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-trustworthy-game-platform-guide__ordered-list li {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
  line-height: 1.6;
  color: #333333;
  border-left: 5px solid var(--secondary-color);
}

.page-resources-trustworthy-game-platform-guide__ordered-list li strong {
  color: var(--primary-color);
}

/* Game Types Section */
.page-resources-trustworthy-game-platform-guide__game-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-trustworthy-game-platform-guide__game-type-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  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;
}

.page-resources-trustworthy-game-platform-guide__game-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-trustworthy-game-platform-guide__game-type-icon {
  width: 150px; /* Min size 200x200px, but for icons, let's make it 150 to fit better in cards */
  height: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.page-resources-trustworthy-game-platform-guide__game-type-card .page-resources-trustworthy-game-platform-guide__card-title {
  color: var(--primary-color);
}

.page-resources-trustworthy-game-platform-guide__game-type-card p {
  font-size: 0.95em;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-trustworthy-game-platform-guide__card-link {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-trustworthy-game-platform-guide__card-link:hover {
  color: #218838;
  text-decoration: underline;
}

/* Promotions Section */
.page-resources-trustworthy-game-platform-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-trustworthy-game-platform-guide__promo-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-resources-trustworthy-game-platform-guide__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-trustworthy-game-platform-guide__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-resources-trustworthy-game-platform-guide__promo-card .page-resources-trustworthy-game-platform-guide__card-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: var(--primary-color);
  padding: 0 20px;
}

.page-resources-trustworthy-game-platform-guide__promo-card p {
  font-size: 0.95em;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 25px;
  padding: 0 20px;
}

.page-resources-trustworthy-game-platform-guide__promo-button {
  display: inline-block;
  padding: 12px 25px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.page-resources-trustworthy-game-platform-guide__promo-button:hover {
  background: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-resources-trustworthy-game-platform-guide__faq-list {
  margin-top: 40px;
}

.page-resources-trustworthy-game-platform-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-trustworthy-game-platform-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-trustworthy-game-platform-guide__faq-item.active .page-resources-trustworthy-game-platform-guide__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

.page-resources-trustworthy-game-platform-guide__faq-answer p {
  color: #333333;
}

.page-resources-trustworthy-game-platform-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-trustworthy-game-platform-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-trustworthy-game-platform-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-trustworthy-game-platform-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

.page-resources-trustworthy-game-platform-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-trustworthy-game-platform-guide__faq-item.active .page-resources-trustworthy-game-platform-guide__faq-toggle {
  color: #333;
  transform: rotate(45deg);
}

/* Blog Section */
.page-resources-trustworthy-game-platform-guide__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-trustworthy-game-platform-guide__blog-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-resources-trustworthy-game-platform-guide__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-trustworthy-game-platform-guide__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-resources-trustworthy-game-platform-guide__blog-card .page-resources-trustworthy-game-platform-guide__card-title {
  font-size: 1.3em;
  margin: 20px 20px 10px;
  text-align: left;
  color: var(--primary-color);
}

.page-resources-trustworthy-game-platform-guide__blog-card .page-resources-trustworthy-game-platform-guide__card-title a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-resources-trustworthy-game-platform-guide__blog-card .page-resources-trustworthy-game-platform-guide__card-title a:hover {
  text-decoration: underline;
}

.page-resources-trustworthy-game-platform-guide__blog-excerpt {
  font-size: 0.95em;
  line-height: 1.5;
  color: #555555;
  margin: 0 20px 15px;
  text-align: left;
}

.page-resources-trustworthy-game-platform-guide__blog-date {
  display: block;
  font-size: 0.85em;
  color: #888888;
  margin: 0 20px 20px;
  text-align: left;
}

/* Contact CTA Section */
.page-resources-trustworthy-game-platform-guide__contact-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0056b3, var(--primary-color));
  text-align: center;
  color: #ffffff;
}

.page-resources-trustworthy-game-platform-guide__contact-cta-section .page-resources-trustworthy-game-platform-guide__section-title {
  margin-bottom: 20px;
}

.page-resources-trustworthy-game-platform-guide__contact-cta-section .page-resources-trustworthy-game-platform-guide__text-block {
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-trustworthy-game-platform-guide__hero-title {
    font-size: 3em;
  }

  .page-resources-trustworthy-game-platform-guide__section-title {
    font-size: 2em;
  }

  .page-resources-trustworthy-game-platform-guide__hero-description,
  .page-resources-trustworthy-game-platform-guide__text-block,
  .page-resources-trustworthy-game-platform-guide__ordered-list li,
  .page-resources-trustworthy-game-platform-guide__criteria-card p,
  .page-resources-trustworthy-game-platform-guide__game-type-card p,
  .page-resources-trustworthy-game-platform-guide__promo-card p,
  .page-resources-trustworthy-game-platform-guide__blog-excerpt {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-trustworthy-game-platform-guide__hero-banner {
    padding-top: 160px !important; /* Mobile padding-top for fixed header */
    padding-bottom: 60px;
  }

  .page-resources-trustworthy-game-platform-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-trustworthy-game-platform-guide__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-trustworthy-game-platform-guide__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-resources-trustworthy-game-platform-guide__introduction-section,
  .page-resources-trustworthy-game-platform-guide__criteria-section,
  .page-resources-trustworthy-game-platform-guide__how-to-choose-section,
  .page-resources-trustworthy-game-platform-guide__game-types-section,
  .page-resources-trustworthy-game-platform-guide__promotions-section,
  .page-resources-trustworthy-game-platform-guide__faq-section,
  .page-resources-trustworthy-game-platform-guide__blog-section,
  .page-resources-trustworthy-game-platform-guide__contact-cta-section {
    padding: 40px 0;
  }

  .page-resources-trustworthy-game-platform-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-trustworthy-game-platform-guide__criteria-grid,
  .page-resources-trustworthy-game-platform-guide__game-type-grid,
  .page-resources-trustworthy-game-platform-guide__promo-grid,
  .page-resources-trustworthy-game-platform-guide__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-trustworthy-game-platform-guide__criteria-card,
  .page-resources-trustworthy-game-platform-guide__game-type-card,
  .page-resources-trustworthy-game-platform-guide__promo-card,
  .page-resources-trustworthy-game-platform-guide__blog-card {
    padding: 25px;
  }

  .page-resources-trustworthy-game-platform-guide__card-title {
    font-size: 1.2em;
  }

  .page-resources-trustworthy-game-platform-guide__ordered-list li {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-trustworthy-game-platform-guide__game-type-icon {
    width: 120px;
  }

  .page-resources-trustworthy-game-platform-guide__promo-image {
    height: 180px;
  }

  .page-resources-trustworthy-game-platform-guide__promo-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-trustworthy-game-platform-guide__blog-image {
    height: 180px;
  }

  .page-resources-trustworthy-game-platform-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-resources-trustworthy-game-platform-guide__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-resources-trustworthy-game-platform-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-resources-trustworthy-game-platform-guide__faq-answer {
    padding: 0 15px;
  }
  
  .page-resources-trustworthy-game-platform-guide__faq-item.active .page-resources-trustworthy-game-platform-guide__faq-answer {
    padding: 15px !important;
  }
  
  .page-resources-trustworthy-game-platform-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-resources-trustworthy-game-platform-guide__section,
  .page-resources-trustworthy-game-platform-guide__card,
  .page-resources-trustworthy-game-platform-guide__container,
  .page-resources-trustworthy-game-platform-guide__hero-banner,
  .page-resources-trustworthy-game-platform-guide__introduction-section,
  .page-resources-trustworthy-game-platform-guide__criteria-section,
  .page-resources-trustworthy-game-platform-guide__how-to-choose-section,
  .page-resources-trustworthy-game-platform-guide__game-types-section,
  .page-resources-trustworthy-game-platform-guide__promotions-section,
  .page-resources-trustworthy-game-platform-guide__faq-section,
  .page-resources-trustworthy-game-platform-guide__blog-section,
  .page-resources-trustworthy-game-platform-guide__contact-cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}