.page-game-strategy-hub {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Main content background is transparent, body handles the dark background */
}

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

/* Hero Section */
.page-game-strategy-hub__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
  min-height: 600px;
  overflow: hidden;
}

.page-game-strategy-hub__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-game-strategy-hub__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-game-strategy-hub__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-game-strategy-hub__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Accent color for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-game-strategy-hub__hero-description {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-game-strategy-hub__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Buttons */
.page-game-strategy-hub__btn-primary,
.page-game-strategy-hub__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-game-strategy-hub__btn-primary {
  background-color: #1A73E8;
  color: #ffffff;
  border: 2px solid #1A73E8;
}

.page-game-strategy-hub__btn-primary:hover {
  background-color: #145cb3;
  border-color: #145cb3;
}

.page-game-strategy-hub__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-strategy-hub__btn-secondary:hover {
  background-color: #FFD700;
  color: #121212; /* Dark text on light background */
}

.page-game-strategy-hub__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* General Section Styling */
.page-game-strategy-hub__benefits-section,
.page-game-strategy-hub__content-area,
.page-game-strategy-hub__cta-bottom {
  padding: 60px 0;
}

.page-game-strategy-hub__dark-section {
  background-color: #1A73E8;
  color: #ffffff;
}

.page-game-strategy-hub__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  color: #FFD700; /* Accent color for main section titles */
}

.page-game-strategy-hub__dark-section .page-game-strategy-hub__section-title {
  color: #ffffff; /* White for titles on dark sections */
}

.page-game-strategy-hub__section-intro,
.page-game-strategy-hub__text-block {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-strategy-hub__content-area .page-game-strategy-hub__section-intro,
.page-game-strategy-hub__content-area .page-game-strategy-hub__text-block {
  color: #ffffff; /* White text on transparent/dark body background */
}

/* Benefits Grid */
.page-game-strategy-hub__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-strategy-hub__benefit-card {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for cards on dark background */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.page-game-strategy-hub__benefit-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px;
  width: auto; /* Allow natural scaling */
  height: auto;
}

.page-game-strategy-hub__benefit-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-strategy-hub__benefit-text {
  font-size: 1em;
  line-height: 1.5;
}

/* Article Cards */
.page-game-strategy-hub__article-card {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for article cards */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-game-strategy-hub__article-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-strategy-hub__list {
  list-style: disc inside;
  margin-left: 20px;
  line-height: 1.6;
  font-size: 1.1em;
}

.page-game-strategy-hub__list li {
  margin-bottom: 10px;
}

/* Video Section */
.page-game-strategy-hub__video-wrapper {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden; /* Ensure video container does not overflow */
}

.page-game-strategy-hub__video-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  line-height: 0; /* Remove extra space below video */
}

.page-game-strategy-hub__video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.page-game-strategy-hub__video-link::after {
  content: '▶'; /* Play icon */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: #FFD700;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Allow click on video */
  transition: background-color 0.3s ease;
}

.page-game-strategy-hub__video-link:hover::after {
  background-color: rgba(0, 0, 0, 0.8);
}


/* FAQ Section */
.page-game-strategy-hub__faq-container {
  max-width: 900px;
  margin: 40px auto;
}

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

.page-game-strategy-hub__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

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

.page-game-strategy-hub__faq-title {
  font-size: 1.3em;
  color: #FFD700;
  margin: 0;
}

.page-game-strategy-hub__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-game-strategy-hub__faq-item.active .page-game-strategy-hub__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-game-strategy-hub__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 1.1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-game-strategy-hub__faq-item.active .page-game-strategy-hub__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px 25px;
}

/* CTA Bottom Section */
.page-game-strategy-hub__cta-bottom {
  text-align: center;
  padding: 80px 20px;
  background-color: #1A73E8; /* Primary color background */
  color: #ffffff;
}

.page-game-strategy-hub__cta-bottom .page-game-strategy-hub__section-title {
  color: #ffffff;
}

.page-game-strategy-hub__cta-bottom .page-game-strategy-hub__text-block {
  color: #f0f0f0;
  margin-bottom: 40px;
}