:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --button-register-bg: #C30808;
  --button-login-bg: #C30808;
  --button-text-yellow: #FFFF00;
  --border-color: #e0e0e0;
  --hover-bg-light: #f5f5f5;
  --active-bg-light: #eeeeee;
}

.page-resources-how-to-play-games-via-99win-app {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--secondary-color);
}

.page-resources-how-to-play-games-via-99win-app__intro-section {
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  padding-bottom: 60px;
}

.page-resources-how-to-play-games-via-99win-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-play-games-via-99win-app__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-how-to-play-games-via-99win-app__section--light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-how-to-play-games-via-99win-app__section--dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-how-to-play-games-via-99win-app__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-how-to-play-games-via-99win-app__main-heading {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-light);
  line-height: 1.2;
}

.page-resources-how-to-play-games-via-99win-app__intro-text {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light);
}

.page-resources-how-to-play-games-via-99win-app img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-how-to-play-games-via-99win-app__hero-image {
  width: 100%;
  margin-top: 40px;
  border-radius: 12px;
}

.page-resources-how-to-play-games-via-99win-app__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-how-to-play-games-via-99win-app__cta-group--center {
  justify-content: center;
}

.page-resources-how-to-play-games-via-99win-app__btn-primary,
.page-resources-how-to-play-games-via-99win-app__btn-secondary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-play-games-via-99win-app__btn-primary {
  background-color: var(--button-register-bg);
  color: var(--button-text-yellow);
  border: 2px solid var(--button-register-bg);
}

.page-resources-how-to-play-games-via-99win-app__btn-primary:hover {
  background-color: #a30707;
  border-color: #a30707;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-play-games-via-99win-app__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-how-to-play-games-via-99win-app__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-play-games-via-99win-app__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-how-to-play-games-via-99win-app__feature-item {
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  color: var(--text-dark);
}