:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f9f9f9;
  --border-color: #e0e0e0;
  --login-color: #EA7C07;
}

.page-resources-how-to-choose-vip666-app-game {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--secondary-color);
}

.page-resources-how-to-choose-vip666-app-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-vip666-app-game__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-how-to-choose-vip666-app-game__section:nth-of-type(even) {
  background-color: var(--background-light);
}

.page-resources-how-to-choose-vip666-app-game__section-title {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-how-to-choose-vip666-app-game__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-dark);
}

.page-resources-how-to-choose-vip666-app-game__paragraph a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.page-resources-how-to-choose-vip666-app-game__paragraph a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-resources-how-to-choose-vip666-app-game__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);
  background: linear-gradient(135deg, var(--primary-color), #87CEEB);
  color: var(--text-light);
}

.page-resources-how-to-choose-vip666-app-game__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-choose-vip666-app-game__hero-image {
  width: 100%;
  margin-bottom: 30px;
}
}