.page-resources-card-game-strategy {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #D3D3D3; /* Light grey for general text on dark background */
  background-color: #0A2239; /* Primary dark blue background */
}

.page-resources-card-game-strategy__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-card-game-strategy__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1A3A5A 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-card-game-strategy__hero::before {
  content: '';
  position: absolute;
  top: -50px; left: -50px; right: -50px; bottom: -50px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgODAwIDgwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0aCBpZD0ieCIgZD0iTTAgMGg4MDB2ODAwSDB6Ii8+PC9kZWZzPjx1c2UgaHJlZj0iI3giIGZpbGw9IiMwQTIyMzkiLz48Y2lyY2xlIGN4PSI0MDAiIGN5PSI0MDAiIHI9IjM1MCIgZmlsbD0iI0ZGRDcwMCIgb3BhY2l0eT0iMC4xIi8+PGNpcmNsZSBjeD0iNjAwIiBjeT0iMjAwIiByPSIyMDAiIGZpbGw9IiNGRkQ3MDAiIG9wYWNpdHk9IjAuMDgiLz48Y2lyY2xlIGN4PSIyMDAiIGN5PSI2MDAiIHI9IjI1MCIgZmlsbD0iI0ZGRDcwMCIgb3BhY2l0eT0iMC4wNyIvPjwvc3ZnPg==');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-card-game-strategy__title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.page-resources-card-game-strategy__subtitle {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-card-game-strategy__btn {
  display: inline-block;
  padding: 12px 30px;
  margin: 0 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.1em;
}

.page-resources-card-game-strategy__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2239; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-resources-card-game-strategy__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-card-game-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-card-game-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-3px);
}

.page-resources-card-game-strategy__content-wrapper {
  padding: 50px 0;
  background-color: #0A2239;
}

.page-resources-card-game-strategy__article-content {
  background-color: #1A3A5A; /* Slightly lighter blue for article background */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Content width for comfortable reading */
}

.page-resources-card-game-strategy__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-card-game-strategy__heading2 {
  font-size: 2.2em;
  color: #FFD700; /* Gold for H2 */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-resources-card-game-strategy__heading3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold for H3 */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-resources-card-game-strategy__heading4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}

.page-resources-card-game-strategy__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #D3D3D3;
}

.page-resources-card-game-strategy__list {
  list-style: disc inside;
  margin-bottom: 1em;
  padding-left: 20px;
  color: #D3D3D3;
}

.page-resources-card-game-strategy__list li {
  margin-bottom: 0.5em;
  font-size: 1.05em;
}

.page-resources-card-game-strategy__list ul {
  list-style: circle inside;
  padding-left: 25px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.page-resources-card-game-strategy__image-container {
  text-align: center;
  margin: 40px 0;
  background-color: rgba(255, 215, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
}

.page-resources-card-game-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-card-game-strategy__image-caption {
  margin-top: 15px;
  font-style: italic;
  color: #AAAAAA;
  font-size: 0.95em;
}

.page-resources-card-game-strategy__cta-section {
  background-color: #0A2239;
  text-align: center;
  padding: 50px 20px;
  margin-top: 50px;
  border-radius: 12px;
  border: 1px solid #FFD700;
}

.page-resources-card-game-strategy__cta-section .page-resources-card-game-strategy__heading2 {
  color: #FFD700;
  border-bottom: none;
  margin-bottom: 20px;
}

.page-resources-card-game-strategy__cta-section p {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-resources-card-game-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-card-game-strategy__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #FFD700;
}

.page-resources-card-game-strategy__related-resources .page-resources-card-game-strategy__heading3 {
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-card-game-strategy__related-resources .page-resources-card-game-strategy__list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-resources-card-game-strategy__related-resources .page-resources-card-game-strategy__list li {
  margin-bottom: 10px;
}

.page-resources-card-game-strategy__link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-card-game-strategy__link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-card-game-strategy__link--back {
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-card-game-strategy__title {
    font-size: 2.5em;
  }

  .page-resources-card-game-strategy__subtitle {
    font-size: 1.2em;
  }

  .page-resources-card-game-strategy__btn {
    padding: 10px 20px;
    font-size: 1em;
    margin-bottom: 15px;
  }

  .page-resources-card-game-strategy__article-content {
    padding: 25px;
  }

  .page-resources-card-game-strategy__heading2 {
    font-size: 1.8em;
  }

  .page-resources-card-game-strategy__heading3 {
    font-size: 1.5em;
  }

  .page-resources-card-game-strategy__heading4 {
    font-size: 1.2em;
  }

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

@media (max-width: 480px) {
  .page-resources-card-game-strategy__title {
    font-size: 2em;
  }

  .page-resources-card-game-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-card-game-strategy__hero {
    padding: 60px 0 40px;
  }

  .page-resources-card-game-strategy__article-content {
    padding: 15px;
  }

  .page-resources-card-game-strategy__heading2 {
    font-size: 1.6em;
  }

  .page-resources-card-game-strategy__heading3 {
    font-size: 1.3em;
  }
}