.page-news-guides-game-strategy {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A1A1A; /* Auxiliary color as main background */
  line-height: 1.6;
}

.page-news-guides-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-guides-game-strategy__hero {
  background: linear-gradient(135deg, #2a2a2a, #1A1A1A);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-news-guides-game-strategy__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Main color for primary title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-news-guides-game-strategy__hero-subtitle {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-guides-game-strategy__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  border: none;
}

.page-news-guides-game-strategy__button--primary {
  background-color: #FFD700; /* Main color for primary button */
  color: #1A1A1A; /* Auxiliary color for text on primary button */
}

.page-news-guides-game-strategy__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-news-guides-game-strategy__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Main color for text on secondary button */
  border: 2px solid #FFD700;
}

.page-news-guides-game-strategy__button--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.2);
}

.page-news-guides-game-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-news-guides-game-strategy__section--dark {
  background-color: #222222;
}

.page-news-guides-game-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Main color for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-news-guides-game-strategy__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #B0B0B0;
}

.page-news-guides-game-strategy__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-news-guides-game-strategy__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-news-guides-game-strategy__text-content {
  flex: 1;
}

.page-news-guides-game-strategy__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-news-guides-game-strategy__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-news-guides-game-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.page-news-guides-game-strategy__image:hover {
  transform: scale(1.02);
}

.page-news-guides-game-strategy__image-small {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-news-guides-game-strategy__strategy-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border-left: 5px solid #FFD700;
}

.page-news-guides-game-strategy__strategy-heading {
  font-size: 1.8em;
  color: #FFD700; /* Main color for strategy headings */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-news-guides-game-strategy__list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-news-guides-game-strategy__list li {
  background-color: #333333;
  margin-bottom: 8px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #F0F0F0;
}

.page-news-guides-game-strategy__list li::before {
  content: '✔';
  color: #FFD700;
  margin-right: 10px;
  font-weight: bold;
}

.page-news-guides-game-strategy__app-note {
  font-style: italic;
  color: #B0B0B0;
  margin-top: 20px;
}

.page-news-guides-game-strategy__faq-item {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.page-news-guides-game-strategy__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Main color for FAQ questions */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-news-guides-game-strategy__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-news-guides-game-strategy__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-news-guides-game-strategy__faq-answer {
  color: #E0E0E0;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-news-guides-game-strategy__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-news-guides-game-strategy__hero-title {
    font-size: 2.8em;
  }

  .page-news-guides-game-strategy__hero-subtitle {
    font-size: 1.1em;
  }

  .page-news-guides-game-strategy__section-title {
    font-size: 2em;
  }

  .page-news-guides-game-strategy__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-news-guides-game-strategy__content-wrapper--reverse {
    flex-direction: column-reverse;
  }

  .page-news-guides-game-strategy__image-wrapper {
    margin-top: 30px;
  }

  .page-news-guides-game-strategy__image {
    max-width: 90%;
  }

  .page-news-guides-game-strategy__strategy-heading {
    font-size: 1.6em;
  }

  .page-news-guides-game-strategy__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  .page-news-guides-game-strategy__hero {
    padding: 80px 0 50px;
  }

  .page-news-guides-game-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-news-guides-game-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-news-guides-game-strategy__button {
    padding: 12px 20px;
    font-size: 1em;
    margin: 5px;
  }

  .page-news-guides-game-strategy__section-title {
    font-size: 1.8em;
  }

  .page-news-guides-game-strategy__section-description {
    font-size: 0.95em;
  }

  .page-news-guides-game-strategy__strategy-item {
    padding: 20px;
  }

  .page-news-guides-game-strategy__strategy-heading {
    font-size: 1.4em;
  }

  .page-news-guides-game-strategy__list li {
    font-size: 0.9em;
    padding: 8px 10px;
  }

  .page-news-guides-game-strategy__faq-question {
    font-size: 1.1em;
  }
  .page-news-guides-game-strategy__faq-answer {
    font-size: 0.95em;
  }
}