.page-resources-game-guides {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background #0a0a0a, so text is white */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-game-guides__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-game-guides__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-game-guides__light-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-game-guides__hero-section {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background-color: #26A9E0; /* Brand color for hero background */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-game-guides__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-game-guides__hero-section .page-resources-game-guides__container {
  position: relative;
  z-index: 1;
}

.page-resources-game-guides__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-game-guides__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-game-guides__intro-section,
.page-resources-game-guides__game-types-section,
.page-resources-game-guides__strategy-section,
.page-resources-game-guides__security-section,
.page-resources-game-guides__faq-section,
.page-resources-game-guides__cta-section {
  padding: 60px 0;
}

.page-resources-game-guides__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-game-guides__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-game-guides__btn-primary,
.page-resources-game-guides__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid transparent;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-game-guides__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border-color: #26A9E0;
}

.page-resources-game-guides__btn-primary:hover {
  background-color: #1d8acb;
  border-color: #1d8acb;
}

.page-resources-game-guides__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-resources-game-guides__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-game-guides__game-type-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

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

.page-resources-game-guides__card-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-game-guides__card-text {
  font-size: 1.05em;
  margin-bottom: 15px;
  text-align: justify;
}

.page-resources-game-guides__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.page-resources-game-guides__strategy-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1em;
  color: #ffffff;
}

.page-resources-game-guides__strategy-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  object-fit: contain;
  min-width: 60px;
  min-height: 60px;
}

.page-resources-game-guides__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-game-guides__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Max width for video */
  margin: 0 auto 30px auto;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-game-guides__video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-resources-game-guides__video-cta-text {
  font-size: 1.1em;
  font-style: italic;
  color: #26A9E0;
}

.page-resources-game-guides__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-game-guides__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-game-guides__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-game-guides__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-game-guides__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-game-guides__faq-item.active .page-resources-game-guides__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-game-guides__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1.05em;
  text-align: justify;
}

.page-resources-game-guides__faq-item.active .page-resources-game-guides__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-game-guides__hero-section {
    padding: 60px 0;
  }

  .page-resources-game-guides__hero-title {
    font-size: 2.2em;
  }

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

  .page-resources-game-guides__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-game-guides__btn-primary,
  .page-resources-game-guides__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    font-size: 0.9em;
  }

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

  .page-resources-game-guides__intro-section,
  .page-resources-game-guides__game-types-section,
  .page-resources-game-guides__strategy-section,
  .page-resources-game-guides__security-section,
  .page-resources-game-guides__faq-section,
  .page-resources-game-guides__cta-section {
    padding: 40px 0;
  }

  .page-resources-game-guides__container {
    padding: 0 15px;
  }

  .page-resources-game-guides__text-block {
    font-size: 1em;
  }

  .page-resources-game-guides__game-type-card {
    padding: 20px;
  }

  .page-resources-game-guides__card-title {
    font-size: 1.5em;
  }

  .page-resources-game-guides__card-text {
    font-size: 0.95em;
  }

  .page-resources-game-guides__strategy-item {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    font-size: 1em;
  }

  .page-resources-game-guides__strategy-icon {
    margin-bottom: 10px;
  }

  .page-resources-game-guides__video-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-game-guides__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-game-guides__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-game-guides__faq-answer {
    padding: 15px;
    font-size: 0.95em;
  }

  /* Ensure all images are responsive */
  .page-resources-game-guides img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Ensure all containers with images/videos/buttons are responsive */
  .page-resources-game-guides__section,
  .page-resources-game-guides__card,
  .page-resources-game-guides__container,
  .page-resources-game-guides__cta-buttons,
  .page-resources-game-guides__video-section,
  .page-resources-game-guides__video-container,
  .page-resources-game-guides__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-resources-game-guides__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Apply header offset on mobile if needed */
  }
}