/* style/no-hu.css */
.page-no-hu {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-no-hu__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.page-no-hu__section {
  padding: 60px 0;
}

.page-no-hu__section--intro,
.page-no-hu__section--popular-games,
.page-no-hu__section--tips,
.page-no-hu__section--faq {
  background-color: #0D0E12; /* Background */
}

.page-no-hu__dark-section {
  background-color: #17191F; /* Card BG */
  color: #FFF3E6;
}

.page-no-hu__section-title {
  font-size: clamp(28px, 4vw, 40px);
  color: #FF8C1A; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-no-hu__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: -20px auto 40px;
  color: #FFF3E6;
}