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

.page-resources-new-88-game-strategy-tips__hero {
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #fff;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-resources-new-88-game-strategy-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-resources-new-88-game-strategy-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-resources-new-88-game-strategy-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-resources-new-88-game-strategy-tips__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #eee;
}

.page-resources-new-88-game-strategy-tips__hero-image-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
}

.page-resources-new-88-game-strategy-tips__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-new-88-game-strategy-tips__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  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 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-resources-new-88-game-strategy-tips__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-new-88-game-strategy-tips__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-new-88-game-strategy-tips__article-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-new-88-game-strategy-tips__back-link {
  display: inline-block;
  margin: 20px 0;
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-new-88-game-strategy-tips__back-link:hover {
  color: #FFD700;
}

.page-resources-new-88-game-strategy-tips__back-link--bottom {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-new-88-game-strategy-tips__section {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-new-88-game-strategy-tips__section:last-of-type {
  border-bottom: none;
}

.page-resources-new-88-game-strategy-tips__section-title {
  font-size: 2em;
  color: #8B0000;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-new-88-game-strategy-tips__section p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-resources-new-88-game-strategy-tips__section ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-resources-new-88-game-strategy-tips__section li {
  margin-bottom: 8px;
}

.page-resources-new-88-game-strategy-tips__game-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-new-88-game-strategy-tips__game-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-new-88-game-strategy-tips__game-card:hover {
  transform: translateY(-5px);
}

.page-resources-new-88-game-strategy-tips__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-resources-new-88-game-strategy-tips__game-card-title {
  font-size: 1.3em;
  color: #8B0000;
  padding: 15px 20px 10px;
  margin: 0;
}

.page-resources-new-88-game-strategy-tips__game-card p {
  padding: 0 20px;
  flex-grow: 1;
}

.page-resources-new-88-game-strategy-tips__game-card ul {
  padding: 0 20px 15px 40px;
  margin: 0;
}

.page-resources-new-88-game-strategy-tips__game-card-button {
  display: block;
  text-align: center;
  margin: 15px 20px 20px;
  padding: 10px 15px;
  background-color: #FFD700;
  color: #8B0000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-new-88-game-strategy-tips__game-card-button:hover {
  background-color: #e6c200;
}

.page-resources-new-88-game-strategy-tips__app-download-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
}

.page-resources-new-88-game-strategy-tips__app-image {
  max-width: 250px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-new-88-game-strategy-tips__app-info h3 {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-resources-new-88-game-strategy-tips__app-info p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-new-88-game-strategy-tips__contact-section {
  text-align: center;
  margin-top: 30px;
}

.page-resources-new-88-game-strategy-tips__final-cta {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}

.page-resources-new-88-game-strategy-tips .highlight {
  color: #8B0000;
  font-weight: bold;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-resources-new-88-game-strategy-tips__hero {
    flex-direction: row;
    text-align: left;
    padding: 80px 40px;
  }

  .page-resources-new-88-game-strategy-tips__hero-content {
    flex: 1;
    padding-right: 30px;
  }

  .page-resources-new-88-game-strategy-tips__hero-image-container {
    flex: 1;
    max-width: 50%;
  }

  .page-resources-new-88-game-strategy-tips__hero-title {
    font-size: 3.5em;
  }

  .page-resources-new-88-game-strategy-tips__hero-subtitle {
    font-size: 1.3em;
  }

  .page-resources-new-88-game-strategy-tips__app-download-section {
    flex-direction: row;
    text-align: left;
    padding: 40px;
  }

  .page-resources-new-88-game-strategy-tips__app-image {
    margin-right: 30px;
  }
}

@media (max-width: 480px) {
  .page-resources-new-88-game-strategy-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-new-88-game-strategy-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-new-88-game-strategy-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-new-88-game-strategy-tips__section-title {
    font-size: 1.5em;
  }

  .page-resources-new-88-game-strategy-tips__article-container {
    margin: 20px auto;
    padding: 0 10px;
  }

  .page-resources-new-88-game-strategy-tips__game-card-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-new-88-game-strategy-tips__app-info h3 {
    font-size: 1.5em;
  }
}