.page-resources-understanding-game-platform-bonuses {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark body background */
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-understanding-game-platform-bonuses a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-understanding-game-platform-bonuses a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-understanding-game-platform-bonuses__hero-banner {
  position: relative;
  padding: 180px 20px 80px; /* Desktop padding-top to clear fixed header */
  background: linear-gradient(135deg, var(--primary-color), #0a0a0a);
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.page-resources-understanding-game-platform-bonuses__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-understanding-game-platform-bonuses__hero-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-understanding-game-platform-bonuses__hero-link {
  color: var(--secondary-color);
  font-weight: bold;
}

.page-resources-understanding-game-platform-bonuses__hero-link:hover {
  color: #ffffff;
}

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

.page-resources-understanding-game-platform-bonuses__cta-button:hover {
  background: #ffc107;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-understanding-game-platform-bonuses__cta-button--secondary {
  background: var(--primary-color);
  color: #ffffff;
}

.page-resources-understanding-game-platform-bonuses__cta-button--secondary:hover {
  background: #152c6e;
}

.page-resources-understanding-game-platform-bonuses__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #0a0a0a; /* Dark background for sections */
}

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

.page-resources-understanding-game-platform-bonuses__light-bg {
  background-color: #1a1a1a;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-resources-understanding-game-platform-bonuses__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-understanding-game-platform-bonuses__introduction p,
.page-resources-understanding-game-platform-bonuses__bonus-types p,
.page-resources-understanding-game-platform-bonuses__maximization p,
.page-resources-understanding-game-platform-bonuses__important-notes p,
.page-resources-understanding-game-platform-bonuses__why-choose p,
.page-resources-understanding-game-platform-bonuses__latest-news p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-resources-understanding-game-platform-bonuses__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-understanding-game-platform-bonuses__card {
  background: #2a2a2a;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #f0f0f0;
}

.page-resources-understanding-game-platform-bonuses__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-understanding-game-platform-bonuses__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 150px;
}

.page-resources-understanding-game-platform-bonuses__card-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-resources-understanding-game-platform-bonuses__card-text {
  font-size: 16px;
  color: #e0e0e0;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-resources-understanding-game-platform-bonuses__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-understanding-game-platform-bonuses__list-item {
  background: #2a2a2a;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-resources-understanding-game-platform-bonuses__list-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-resources-understanding-game-platform-bonuses__center-content {
  text-align: center;
  margin-top: 40px;
}

.page-resources-understanding-game-platform-bonuses__checklist {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-understanding-game-platform-bonuses__checklist-item {
  display: flex;
  align-items: flex-start;
  background: #2a2a2a;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-resources-understanding-game-platform-bonuses__checklist-icon {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  margin-right: 25px;
  object-fit: contain;
  min-width: 80px; /* Ensure icon is not too small */
  min-height: 80px;
}

.page-resources-understanding-game-platform-bonuses__checklist-content {
  flex-grow: 1;
}

.page-resources-understanding-game-platform-bonuses__reason-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-understanding-game-platform-bonuses__reason-card {
  background: #2a2a2a;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f0f0f0;
}

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

.page-resources-understanding-game-platform-bonuses__reason-icon {
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  object-fit: contain;
  min-width: 100px;
  min-height: 100px;
}

.page-resources-understanding-game-platform-bonuses__reason-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-resources-understanding-game-platform-bonuses__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-understanding-game-platform-bonuses__news-card {
  background: #2a2a2a;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  color: #f0f0f0;
}

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

.page-resources-understanding-game-platform-bonuses__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-understanding-game-platform-bonuses__news-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--secondary-color);
  padding: 20px 20px 10px;
}

.page-resources-understanding-game-platform-bonuses__news-link {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-resources-understanding-game-platform-bonuses__news-link:hover {
  text-decoration: underline;
}

.page-resources-understanding-game-platform-bonuses__news-excerpt {
  font-size: 15px;
  color: #e0e0e0;
  padding: 0 20px 15px;
}

.page-resources-understanding-game-platform-bonuses__news-readmore {
  display: inline-block;
  font-weight: bold;
  color: var(--primary-color);
  padding: 0 20px 20px;
  text-decoration: none;
}

.page-resources-understanding-game-platform-bonuses__news-readmore:hover {
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* FAQ Section */
.page-resources-understanding-game-platform-bonuses__faq-section {
  padding: 60px 0;
}

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

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

.page-resources-understanding-game-platform-bonuses__faq-item.active .page-resources-understanding-game-platform-bonuses__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #1a1a1a;
  border-radius: 0 0 5px 5px;
}

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

.page-resources-understanding-game-platform-bonuses__faq-question:hover {
  background: #3a3a3a;
  border-color: #555;
}

.page-resources-understanding-game-platform-bonuses__faq-question:active {
  background: #4a4a4a;
}

.page-resources-understanding-game-platform-bonuses__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: var(--secondary-color);
}

.page-resources-understanding-game-platform-bonuses__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  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-understanding-game-platform-bonuses__faq-item.active .page-resources-understanding-game-platform-bonuses__faq-toggle {
  color: var(--secondary-color);
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-understanding-game-platform-bonuses__hero-title {
    font-size: 40px;
  }
  .page-resources-understanding-game-platform-bonuses__hero-subtitle {
    font-size: 18px;
  }
  .page-resources-understanding-game-platform-bonuses__section-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-understanding-game-platform-bonuses__hero-banner {
    padding-top: 140px !important; /* Mobile padding-top */
    padding-bottom: 60px;
  }
  .page-resources-understanding-game-platform-bonuses__hero-title {
    font-size: 32px;
  }
  .page-resources-understanding-game-platform-bonuses__hero-subtitle {
    font-size: 16px;
  }
  .page-resources-understanding-game-platform-bonuses__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-resources-understanding-game-platform-bonuses__section {
    padding: 40px 0;
  }
  .page-resources-understanding-game-platform-bonuses__container {
    padding: 0 15px;
  }
  .page-resources-understanding-game-platform-bonuses__light-bg {
    padding: 30px 20px;
  }
  .page-resources-understanding-game-platform-bonuses__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-resources-understanding-game-platform-bonuses__introduction p,
  .page-resources-understanding-game-platform-bonuses__bonus-types p,
  .page-resources-understanding-game-platform-bonuses__maximization p,
  .page-resources-understanding-game-platform-bonuses__important-notes p,
  .page-resources-understanding-game-platform-bonuses__why-choose p,
  .page-resources-understanding-game-platform-bonuses__latest-news p {
    font-size: 16px;
  }
  .page-resources-understanding-game-platform-bonuses__card {
    padding: 20px;
  }
  .page-resources-understanding-game-platform-bonuses__card-title {
    font-size: 20px;
  }
  .page-resources-understanding-game-platform-bonuses__list-item {
    padding: 20px;
  }
  .page-resources-understanding-game-platform-bonuses__list-title {
    font-size: 18px;
  }
  .page-resources-understanding-game-platform-bonuses__checklist-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .page-resources-understanding-game-platform-bonuses__checklist-icon {
    margin: 0 auto 15px;
  }
  .page-resources-understanding-game-platform-bonuses__reason-card {
    padding: 20px;
  }
  .page-resources-understanding-game-platform-bonuses__reason-title {
    font-size: 18px;
  }
  .page-resources-understanding-game-platform-bonuses__news-image {
    height: 180px;
  }
  .page-resources-understanding-game-platform-bonuses__news-title {
    font-size: 18px;
  }
  .page-resources-understanding-game-platform-bonuses__faq-question {
    padding: 15px;
  }
  .page-resources-understanding-game-platform-bonuses__faq-question h3 {
    font-size: 16px;
  }
  .page-resources-understanding-game-platform-bonuses__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-resources-understanding-game-platform-bonuses__faq-item.active .page-resources-understanding-game-platform-bonuses__faq-answer {
    padding: 15px !important;
  }
  /* Mobile image responsive override */
  .page-resources-understanding-game-platform-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-understanding-game-platform-bonuses__section,
  .page-resources-understanding-game-platform-bonuses__card,
  .page-resources-understanding-game-platform-bonuses__container,
  .page-resources-understanding-game-platform-bonuses__card-image,
  .page-resources-understanding-game-platform-bonuses__checklist-icon,
  .page-resources-understanding-game-platform-bonuses__reason-icon,
  .page-resources-understanding-game-platform-bonuses__news-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}