/* style/index-game-features.css */

/* --- General Page Styling --- */
.page-index-game-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#1a1a2e), so use light text */
  background-color: #1a1a2e; /* Inherited from shared, but for clarity */
}

.page-index-game-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-index-game-features__section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for titles */
  line-height: 1.3;
}

.page-index-game-features__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-index-game-features__card-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #FFD700;
  line-height: 1.4;
}