.page-resources-latest-game-strategies {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  font-size: 16px;
}

.page-resources-latest-game-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  background: linear-gradient(135deg, #017439, #005f2b); /* Darker gradient for hero background */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-latest-game-strategies__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-resources-latest-game-strategies__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-latest-game-strategies__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-latest-game-strategies__hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
}

.page-resources-latest-game-strategies__main-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: 700;
  color: #FFFF00; /* Use yellow for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-latest-game-strategies__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-latest-game-strategies__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #C30808; /* Register/Login button color */
  color: #FFFFFF; /* Ensure high contrast for text */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-resources-latest-game-strategies__cta-button:hover {
  background: #e01010;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-latest-game-strategies__section {
  padding: 80px 20px;
}

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

.page-resources-latest-game-strategies__introduction.page-resources-latest-game-strategies__light-bg {
  background: #FFFFFF;
  color: #333333;
}

.page-resources-latest-game-strategies__principles.page-resources-latest-game-strategies__dark-bg {
  background: #017439;
  color: #ffffff;
}

.page-resources-latest-game-strategies__specific-strategies.page-resources-latest-game-strategies__light-bg {
  background: #f8f8f8;
  color: #333333;
}

.page-resources-latest-game-strategies__advanced-tips.page-resources-latest-game-strategies__dark-bg {
  background: #017439;
  color: #ffffff;
}

.page-resources-latest-game-strategies__why-90ok.page-resources-latest-game-strategies__light-bg {
  background: #FFFFFF;
  color: #333333;
}

.page-resources-latest-game-strategies__faq-section.page-resources-latest-game-strategies__dark-bg {
  background: #017439;
  color: #ffffff;
}

.page-resources-latest-game-strategies__conclusion.page-resources-latest-game-strategies__light-bg {
  background: #FFFFFF;
  color: #333333;
}

.page-resources-latest-game-strategies__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: inherit; /* Inherits color from section for contrast */
}

.page-resources-latest-game-strategies__principles .page-resources-latest-game-strategies__section-title,
.page-resources-latest-game-strategies__advanced-tips .page-resources-latest-game-strategies__section-title,
.page-resources-latest-game-strategies__faq-section .page-resources-latest-game-strategies__section-title {
  color: #FFFF00; /* Yellow for titles on dark background */
}

.page-resources-latest-game-strategies__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-latest-game-strategies__paragraph--cta {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

.page-resources-latest-game-strategies__link-in-text {
  color: #C30808; /* Red for links within text */
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-latest-game-strategies__link-in-text:hover {
  color: #e01010;
  text-decoration: none;
}

.page-resources-latest-game-strategies__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-latest-game-strategies__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-latest-game-strategies__list-item {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-latest-game-strategies__principles .page-resources-latest-game-strategies__list-item {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.page-resources-latest-game-strategies__list-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFFF00; /* Yellow for list titles on dark background */
}

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

.page-resources-latest-game-strategies__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-latest-game-strategies__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-latest-game-strategies__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}