.page-blog-94win-game-review {
  font-family: 'Arial', sans-serif;
  color: #A7D9B8; /* Text Secondary - general text for better contrast on dark bg */
  background-color: #08160F; /* Background */
}

.page-blog-94win-game-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  color: #F2FFF6;
  background-color: #08160F;
}

.page-blog-94win-game-review__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 675px; /* Limit height for hero image */
}

.page-blog-94win-game-review__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Pull content up slightly over the image for better visual flow, but not overlapping text on image */
  background-color: rgba(17, 40, 27, 0.8); /* Card B G with transparency for contrast */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-94win-game-review__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Glow */
}

.page-blog-94win-game-review__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-94win-game-review__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-94win-game-review__btn-primary,
.page-blog-94win-game-review__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-94win-game-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-94win-game-review__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-94win-game-review__btn-secondary {
  background: #08160F;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-94win-game-review__btn-secondary:hover {
  background: #11A84E;
  color: #F2FFF6;
}

.page-blog-94win-game-review__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-94win-game-review__light-bg {
  background-color: #08160F; /* Consistent dark background for sections */
  color: #A7D9B8;
}

.page-blog-94win-game-review__dark-bg {
  background-color: #11271B; /* Card B G */
  color: #F2FFF6;
}

.page-blog-94win-game-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-94win-game-review__section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: bold;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.4);
}

.page-blog-94win-game-review p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-94win-game-review__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  object-fit: cover;
}

.page-blog-94win-game-review__game-list,
.page-blog-94win-game-review__promo-list,
.page-blog-94win-game-review__strategy-list,
.page-blog-94win-game-review__step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: left;
}

.page-blog-94win-game-review__game-list li,
.page-blog-94win-game-review__promo-list li,
.page-blog-94win-game-review__strategy-list li,
.page-blog-94win-game-review__step-list li {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F2FFF6; /* Text Main for list item content */
}

.page-blog-94win-game-review__game-list li p,
.page-blog-94win-game-review__promo-list li p,
.page-blog-94win-game-review__strategy-list li p,
.page-blog-94win-game-review__step-list li p {
  color: #A7D9B8; /* Text Secondary for list item paragraphs */
}

.page-blog-94win-game-review__game-list li:hover,
.page-blog-94win-game-review__promo-list li:hover,
.page-blog-94win-game-review__strategy-list li:hover,
.page-blog-94win-game-review__step-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-94win-game-review__list-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-94win-game-review__game-review-card {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-94win-game-review__game-review-card p {
  color: #A7D9B8;
}

.page-blog-94win-game-review__card-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
}

.page-blog-94win-game-review__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-94win-game-review__text-link {
  color: #2AD16F; /* Button primary color for text link */
  text-decoration: none;
  font-weight: bold;
}

.page-blog-94win-game-review__text-link:hover {
  text-decoration: underline;
  color: #57E38D; /* Glow */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-94win-game-review__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-94win-game-review__hero-content {
    margin-top: -50px;
    padding: 15px;
  }

  .page-blog-94win-game-review__main-title {
    font-size: 2rem !important;
  }

  .page-blog-94win-game-review__hero-description {
    font-size: 1rem !important;
  }

  .page-blog-94win-game-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-94win-game-review__btn-primary,
  .page-blog-94win-game-review__btn-secondary {
    width: 100% !important;
    padding: 12px 20px !important;
  }

  .page-blog-94win-game-review__section {
    padding: 40px 15px;
  }

  .page-blog-94win-game-review__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 30px;
  }

  .page-blog-94win-game-review p,
  .page-blog-94win-game-review li p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }

  .page-blog-94win-game-review__list-title {
    font-size: 1.3rem !important;
  }

  .page-blog-94win-game-review__game-review-card {
    padding: 20px;
  }

  .page-blog-94win-game-review__card-title {
    font-size: 1.5rem !important;
  }

  /* Image and video responsiveness */
  .page-blog-94win-game-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-94win-game-review__container,
  .page-blog-94win-game-review__hero-section,
  .page-blog-94win-game-review__section,
  .page-blog-94win-game-review__game-review-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}