/* style/game-strategies.css */
.page-game-strategies {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-game-strategies__hero {
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-game-strategies__hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.page-game-strategies__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-strategies__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #eee;
}

.page-game-strategies__hero-cta {
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-strategies__hero-cta:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-strategies__hero-image-wrapper {
  max-width: 600px;
  margin-top: 40px;
}

.page-game-strategies__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-game-strategies__section-title {
  font-size: 2.5em;
  color: #1E90FF;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

.page-game-strategies__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-strategies__intro, .page-game-strategies__general-tips, .page-game-strategies__game-specific, .page-game-strategies__win789-club, .page-game-strategies__download-app, .page-game-strategies__related-articles, .page-game-strategies__cta-final {
  padding: 60px 0;
}

.page-game-strategies__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #444;
}

.page-game-strategies__general-tips {
  background-color: #eef7ff;
}

.page-game-strategies__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-strategies__tip-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-game-strategies__tip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-game-strategies__card-title {
  font-size: 1.8em;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-game-strategies__card-description {
  color: #555;
  font-size: 1em;
  flex-grow: 1;
}

.page-game-strategies__card-btn {
  display: inline-block;
  background-color: #1E90FF;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-game-strategies__card-btn:hover {
  background-color: #1565b3;
}

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

.page-game-strategies__game-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-strategies__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-game-strategies__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-game-strategies__game-card .page-game-strategies__game-title {
  font-size: 1.6em;
  color: #1E90FF;
  padding: 20px 20px 10px;
}

.page-game-strategies__game-card .page-game-strategies__game-description {
  color: #555;
  padding: 0 20px 20px;
  font-size: 0.95em;
}

.page-game-strategies__game-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: background-color 0.3s ease;
}

.page-game-strategies__game-btn:hover {
  background-color: #e6c200;
}

.page-game-strategies__win789-club {
  background-color: #1E90FF;
  color: #fff;
  text-align: center;
}

.page-game-strategies__win789-club .page-game-strategies__section-title {
  color: #FFD700;
}

.page-game-strategies__win789-club .page-game-strategies__section-title::after {
  background-color: #fff;
}

.page-game-strategies__win789-club .page-game-strategies__text {
  color: #eee;
  max-width: 800px;
  margin: 20px auto 40px;
}

.page-game-strategies__club-cta {
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-strategies__club-cta:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-strategies__download-app {
  background-color: #f0f8ff;
}

.page-game-strategies__download-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.page-game-strategies__download-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-game-strategies__download-cta {
  background-color: #1E90FF;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  display: inline-block;
}

.page-game-strategies__download-cta:hover {
  background-color: #1565b3;
  transform: translateY(-3px);
}

.page-game-strategies__download-image-wrapper {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

.page-game-strategies__download-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-game-strategies__related-articles {
  background-color: #fff;
}

.page-game-strategies__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-strategies__article-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-strategies__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.page-game-strategies__article-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-game-strategies__article-title a {
  color: #1E90FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-game-strategies__article-title a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.page-game-strategies__article-description {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-game-strategies__article-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-game-strategies__article-btn:hover {
  background-color: #e6c200;
}

.page-game-strategies__cta-final {
  background-color: #1E90FF;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-game-strategies__cta-final .page-game-strategies__section-title {
  color: #FFD700;
}

.page-game-strategies__cta-final .page-game-strategies__section-title::after {
  background-color: #fff;
}

.page-game-strategies__cta-final .page-game-strategies__text {
  color: #eee;
  max-width: 800px;
  margin: 20px auto 40px;
}

.page-game-strategies__cta-final-btn {
  background-color: #FFD700;
  color: #1a1a1a;
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-game-strategies__cta-final-btn:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-strategies__hero {
    padding: 60px 0;
  }
  .page-game-strategies__hero-title {
    font-size: 2.5em;
  }
  .page-game-strategies__hero-description {
    font-size: 1.1em;
  }
  .page-game-strategies__section-title {
    font-size: 2em;
  }
  .page-game-strategies__download-content {
    flex-direction: column;
  }
  .page-game-strategies__download-text, .page-game-strategies__download-image-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-game-strategies__hero {
    padding: 40px 0;
  }
  .page-game-strategies__hero-title {
    font-size: 2em;
  }
  .page-game-strategies__hero-description {
    font-size: 1em;
  }
  .page-game-strategies__hero-cta, .page-game-strategies__club-cta, .page-game-strategies__download-cta, .page-game-strategies__cta-final-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-strategies__section-title {
    font-size: 1.8em;
  }
  .page-game-strategies__tip-card, .page-game-strategies__game-card, .page-game-strategies__article-card {
    padding: 20px;
  }
  .page-game-strategies__card-title {
    font-size: 1.5em;
  }
  .page-game-strategies__game-card .page-game-strategies__game-title {
    font-size: 1.4em;
  }
}