.page-no-hu {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f8f8f8;
}

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

.page-no-hu__section-title {
  font-size: 38px;
  font-weight: 700;
  color: #C91F17; /* Main brand color */
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-no-hu__section-title--gold {
  color: #F4D34D; /* Gold color for dark sections */
}

.page-no-hu__description {
  font-size: 18px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #333333;
}

.page-no-hu__description--light {
  color: #FFF5E1; /* Light text for dark sections */
}

.page-no-hu__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-no-hu__btn-primary,
.page-no-hu__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom button color */
  color: #333333; /* Dark text for contrast on gold */
  border: none;
  box-shadow: 0 4px 15px rgba(230, 184, 0, 0.4);
}

.page-no-hu__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 6px 20px rgba(230, 184, 0, 0.6);
}

.page-no-hu__btn-secondary {
  background: #C91F17; /* Main brand color */
  color: #FFF5E1; /* Light text for contrast */
  border: 2px solid #F2B544; /* Custom border color */
  margin-left: 20px;
  box-shadow: 0 4px 15px rgba(201, 31, 23, 0.4);
}

.page-no-hu__btn-secondary:hover {
  background: #E53935; /* Accent color */
  border-color: #FFCC66; /* Glow color */
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.6);
}

.page-no-hu__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* HERO SECTION */
.page-no-hu__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #B71C1C; /* Custom background color */
  color: #FFF5E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-no-hu__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-no-hu__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-no-hu__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-no-hu__main-title {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #FFF5E1; /* Text Main */
}

/* INTRO SECTION */
.page-no-hu__intro-section,
.page-no-hu__how-to-play-section,
.page-no-hu__tips-section,
.page-no-hu__faq-section {
  padding: 80px 0;
  background-color: #f8f8f8;
  color: #333333;
}

/* GAMES SECTION */
.page-no-hu__games-section,
.page-no-hu__promo-section,
.page-no-hu__benefits-section,
.page-no-hu__cta-final-section {
  padding: 80px 0;
  background-color: #B71C1C; /* Custom background color */
  color: #FFF5E1;
}

.page-no-hu__games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu__game-card {
  background-color: #D32F2F; /* Custom Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #FFF5E1;
}

.page-no-hu__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-no-hu__game-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F4D34D; /* Gold color */
  padding: 0 15px;
}

.page-no-hu__game-card-title a {
  color: #F4D34D;
  text-decoration: none;
}

.page-no-hu__game-card-title a:hover {
  text-decoration: underline;
}

.page-no-hu__game-card-description {
  font-size: 16px;
  color: #FFF5E1;
  padding: 0 15px;
  flex-grow: 1;
}

.page-no-hu__btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 25px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #333333;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  align-self: center;
}

.page-no-hu__btn-play:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
}

/* HOW TO PLAY SECTION */
.page-no-hu__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-no-hu__step-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 80px;
}

.page-no-hu__step-item::before {
  content: '▶'; /* Unicode play icon */
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 32px;
  color: #C91F17;
  font-weight: bold;
  line-height: 1;
}

.page-no-hu__step-title {
  font-size: 22px;
  font-weight: 700;
  color: #C91F17;
  margin-bottom: 10px;
}