.page-index {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so use light text */
  background-color: #121212; /* Matches assumed shared.css body background */
}

.page-index__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-index__section {
  padding: 60px 0;
  margin-bottom: 0;
}

.page-index__dark-bg {
  background-color: #121212;
  color: #ffffff;
}

.page-index__light-bg {
  background-color: #2a2a2a;
  color: #ffffff;
}