.page-resources-23wim-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #E5DFCA; /* Light text for dark background */
  background-color: #1A2035;
  line-height: 1.6;
}

.page-resources-23wim-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-23wim-game-strategy__hero {
  background: linear-gradient(135deg, #1A2035 0%, #303a5c 100%);
  color: #E5DFCA;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-23wim-game-strategy__hero-content {
  flex: 1;
  min-width: 300px;
  padding-left: 20px;
}

.page-resources-23wim-game-strategy__hero h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-23wim-game-strategy__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
}

.page-resources-23wim-game-strategy__hero-image-wrapper {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-23wim-game-strategy__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-23wim-game-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-23wim-game-strategy__btn--primary {
  background-color: #FFD700;
  color: #1A2035;
}

.page-resources-23wim-game-strategy__btn--primary:hover {
  background-color: #e6c200;
}

.page-resources-23wim-game-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-23wim-game-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2035;
}

.page-resources-23wim-game-strategy__section {
  padding: 60px 0;
  background-color: #1A2035;
  color: #E5DFCA;
}

.page-resources-23wim-game-strategy__section--intro {
  background-color: #262c44;
}

.page-resources-23wim-game-strategy__section h2 {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-23wim-game-strategy__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-23wim-game-strategy__section h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-23wim-game-strategy__section p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-resources-23wim-game-strategy__section ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-23wim-game-strategy__section ul li {
  margin-bottom: 10px;
}

.page-resources-23wim-game-strategy__game-strategy {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #262c44;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}

.page-resources-23wim-game-strategy__game-strategy--reversed {
  flex-direction: row-reverse;
}

.page-resources-23wim-game-strategy__game-strategy-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-23wim-game-strategy__game-strategy-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-23wim-game-strategy__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-23wim-game-strategy__tip-item {
  background-color: #262c44;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-resources-23wim-game-strategy__tip-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-resources-23wim-game-strategy__tip-item p {
  color: #E5DFCA;
  font-size: 0.95em;
  flex-grow: 1;
}

.page-resources-23wim-game-strategy__tip-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-resources-23wim-game-strategy__section--responsible-gambling {
  background-color: #1A2035;
  text-align: center;
  padding: 80px 0;
}

.page-resources-23wim-game-strategy__section--responsible-gambling h2 {
  color: #FFD700;
}

.page-resources-23wim-game-strategy__section--responsible-gambling ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-23wim-game-strategy__section--responsible-gambling ul li {
  background-color: #262c44;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 1.1em;
  color: #E5DFCA;
}

.page-resources-23wim-game-strategy__image--small {
  width: 100px;
  height: auto;
  margin-top: 30px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-23wim-game-strategy__cta {
  background-color: #FFD700;
  color: #1A2035;
  text-align: center;
  padding: 80px 0;
}

.page-resources-23wim-game-strategy__cta h2 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #1A2035;
}

.page-resources-23wim-game-strategy__cta p {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-23wim-game-strategy__cta-buttons .page-resources-23wim-game-strategy__btn--primary {
  background-color: #1A2035;
  color: #FFD700;
}

.page-resources-23wim-game-strategy__cta-buttons .page-resources-23wim-game-strategy__btn--primary:hover {
  background-color: #303a5c;
  color: #FFD700;
}

.page-resources-23wim-game-strategy__cta-buttons .page-resources-23wim-game-strategy__btn--secondary {
  background-color: transparent;
  color: #1A2035;
  border: 2px solid #1A2035;
}

.page-resources-23wim-game-strategy__cta-buttons .page-resources-23wim-game-strategy__btn--secondary:hover {
  background-color: #1A2035;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-23wim-game-strategy__hero {
    padding: 80px 20px;
    flex-direction: column;
    text-align: center;
  }

  .page-resources-23wim-game-strategy__hero-content {
    padding-left: 0;
  }

  .page-resources-23wim-game-strategy__hero h1 {
    font-size: 2.8em;
  }

  .page-resources-23wim-game-strategy__hero p {
    font-size: 1.1em;
  }

  .page-resources-23wim-game-strategy__game-strategy,
  .page-resources-23wim-game-strategy__game-strategy--reversed {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-23wim-game-strategy__game-strategy-content,
  .page-resources-23wim-game-strategy__game-strategy-image {
    min-width: unset;
    width: 100%;
  }

  .page-resources-23wim-game-strategy__section h2 {
    font-size: 2em;
  }

  .page-resources-23wim-game-strategy__section h3 {
    font-size: 1.6em;
  }

  .page-resources-23wim-game-strategy__cta h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-23wim-game-strategy__hero h1 {
    font-size: 2.2em;
  }

  .page-resources-23wim-game-strategy__hero p {
    font-size: 1em;
  }

  .page-resources-23wim-game-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-23wim-game-strategy__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-23wim-game-strategy__section {
    padding: 40px 0;
  }

  .page-resources-23wim-game-strategy__section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-23wim-game-strategy__section h3 {
    font-size: 1.4em;
  }

  .page-resources-23wim-game-strategy__game-strategy {
    padding: 20px;
  }

  .page-resources-23wim-game-strategy__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-23wim-game-strategy__cta h2 {
    font-size: 1.8em;
  }

  .page-resources-23wim-game-strategy__cta p {
    font-size: 1.1em;
  }

  .page-resources-23wim-game-strategy__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}