.page-resources-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-game-strategy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-game-strategy .hero-section {
  background: linear-gradient(135deg, #0A246A, #1a3a8a);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-game-strategy .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-game-strategy .hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-game-strategy .hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-game-strategy .hero-actions .btn {
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.page-resources-game-strategy .btn-primary {
  background-color: #FFD700;
  color: #0A246A;
  border: 2px solid #FFD700;
}

.page-resources-game-strategy .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

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

.page-resources-game-strategy .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-resources-game-strategy .content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-game-strategy .article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-game-strategy .article-intro {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555;
}

.page-resources-game-strategy h2 {
  font-size: 2em;
  color: #0A246A;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-game-strategy h3 {
  font-size: 1.5em;
  color: #0A246A;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-game-strategy h4 {
  font-size: 1.2em;
  color: #0A246A;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-game-strategy p {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.05em;
}

.page-resources-game-strategy ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #333;
}

.page-resources-game-strategy ul ul {
  list-style-type: circle;
  margin-left: 20px;
}

.page-resources-game-strategy li {
  margin-bottom: 0.5em;
}

.page-resources-game-strategy .article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-game-strategy .cta-banner {
  background-color: #0A246A;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin: 50px 0;
}

.page-resources-game-strategy .cta-banner p {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #fff;
}

.page-resources-game-strategy .cta-banner .btn {
  background-color: #FFD700;
  color: #0A246A;
  border: none;
  padding: 15px 30px;
  font-size: 1.1em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-game-strategy .cta-banner .btn:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-game-strategy .app-download-section {
  background-color: #f0f4f8;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-game-strategy .app-download-section p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #0A246A;
}

.page-resources-game-strategy .app-download-section .btn {
  margin-bottom: 30px;
}

.page-resources-game-strategy .app-mockup {
  max-width: 300px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-game-strategy .article-conclusion {
  font-style: italic;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
  color: #555;
}

.page-resources-game-strategy .article-actions {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-game-strategy .article-actions .btn {
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-game-strategy .hero-title {
    font-size: 2em;
  }

  .page-resources-game-strategy .hero-description {
    font-size: 1em;
  }

  .page-resources-game-strategy .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-game-strategy .hero-actions .btn {
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-game-strategy h2 {
    font-size: 1.6em;
  }

  .page-resources-game-strategy h3 {
    font-size: 1.3em;
  }

  .page-resources-game-strategy .cta-banner p {
    font-size: 1.1em;
  }

  .page-resources-game-strategy .cta-banner .btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-game-strategy .app-download-section {
    flex-direction: column;
  }

  .page-resources-game-strategy .app-mockup {
    margin-top: 20px;
  }

  .page-resources-game-strategy .article-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-game-strategy .article-actions .btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-resources-game-strategy .hero-title {
    font-size: 1.8em;
  }

  .page-resources-game-strategy .hero-actions {
    gap: 8px;
  }

  .page-resources-game-strategy .hero-actions .btn {
    width: 90%;
  }

  .page-resources-game-strategy .cta-banner .btn {
    width: 90%;
  }

  .page-resources-game-strategy .article-actions .btn {
    width: 90%;
  }
}