/* style/resources-33win-app-exclusive-game-strategy.css */
.page-resources-33win-app-exclusive-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: transparent; /* Body background is from shared.css */
}

.page-resources-33win-app-exclusive-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-33win-app-exclusive-game-strategy__section {
  padding: 60px 0;
}

.page-resources-33win-app-exclusive-game-strategy__dark-bg {
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-33win-app-exclusive-game-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-33win-app-exclusive-game-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 20px;
  padding-top: calc(var(--header-offset, 120px) + 60px); /* Adjust for header offset */
  min-height: 600px;
  overflow: hidden;
}