.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: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-no-hu__container--center {
  text-align: center;
}

.page-no-hu__section-title {
  font-size: 2.5em;
  color: #FF8C1A; /* Main color for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-no-hu__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
}

.page-no-hu__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background: #0D0E12; /* Ensure consistent background */
}

.page-no-hu__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
  gap: 24px;
}

.page-no-hu__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-no-hu__main-title {
  font-size: 3em;
  color: #FF8C1A;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-no-hu__subtitle {
  font-size: 1.3em;
  color: #FFF3E6;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-no-hu__hero-image {
  flex: 1 1 45%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-no-hu__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 140, 26, 0.5); /* Glow */
}

.page-no-hu__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-no-hu__cta-buttons--center {
  justify-content: center;
}

.page-no-hu__btn-primary,
.page-no-hu__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #FFF3E6; /* Text Main */
  border: 2px solid transparent;
}

.page-no-hu__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 0 15px #FFB04D; /* Glow */
}

.page-no-hu__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FF8C1A; /* Main color */
  border: 2px solid #A84F0C; /* Border */
}

.page-no-hu__btn-secondary:hover {
  background: #FF8C1A;
  color: #FFF3E6;
  border-color: #FF8C1A;
  box-shadow: 0 0 15px rgba(255, 140, 26, 0.5);
}

.page-no-hu__introduction-section .page-no-hu__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu__feature-card {
  background: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-no-hu__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

.page-no-hu__icon-box-media {
  width: 200px; /* Fixed size for round image */
  height: 200px; /* Fixed size for round image */
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FF8C1A; /* Main color */
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-no-hu__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-no-hu__feature-title {
  font-size: 1.8em;
  color: #FFA53A; /* Auxiliary color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-no-hu__feature-description {
  font-size: 1em;
  color: #FFF3E6; /* Text Main */
}

.page-no-hu__how-to-play-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-no-hu__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu__guide-step {
  background: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-no-hu__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-no-hu__step-title {
  font-size: 1.6em;
  color: #FFA53A; /* Auxiliary color */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-no-hu__step-description {
  font-size: 1em;
  color: #FFF3E6; /* Text Main */
}

.page-no-hu__step-description a {
  color: #FF8C1A;
  text-decoration: none;
  font-weight: bold;
}

.page-no-hu__step-description a:hover {
  text-decoration: underline;
}

.page-no-hu__game-showcase-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-no-hu__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu__game-card {
  background: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-no-hu__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

.page-no-hu__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-no-hu__game-card-content {
  padding: 20px;
}

.page-no-hu__game-card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-no-hu__game-card-title a {
  color: #FFA53A; /* Auxiliary color */
  text-decoration: none;
  font-weight: bold;
}

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

.page-no-hu__game-card-description {
  font-size: 0.95em;
  color: #FFF3E6; /* Text Main */
  margin-bottom: 15px;
}

.page-no-hu__game-card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #FFF3E6; /* Text Main */
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background 0.3s ease;
}

.page-no-hu__game-card-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

.page-no-hu__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-no-hu__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
}

.page-no-hu__faq-item {
  background: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFA53A; /* Auxiliary color */
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-no-hu__faq-question::-webkit-details-marker {
  display: none;
}

.page-no-hu__faq-qtext {
  flex-grow: 1;
}

.page-no-hu__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FF8C1A;
}

.page-no-hu__faq-answer {
  padding: 0 25px 18px;
  font-size: 1em;
  color: #FFF3E6; /* Text Main */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-no-hu__faq-item[open] .page-no-hu__faq-answer {
  max-height: 500px; /* Sufficiently large for content */
  transition: max-height 0.5s ease-in;
}

.page-no-hu__cta-section {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}

.page-no-hu__cta-section .page-no-hu__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General image responsive styles */
.page-no-hu img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure all containers are responsive */
.page-no-hu__section,
.page-no-hu__card,
.page-no-hu__container,
.page-no-hu__features-grid,
.page-no-hu__guide-steps,
.page-no-hu__game-cards,
.page-no-hu__faq-list {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; /* Prevent horizontal scroll from content */
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-no-hu {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-no-hu__container {
    padding: 20px 15px;
  }

  .page-no-hu__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  /* HERO Section */
  .page-no-hu__hero-section {
    padding-top: 10px !important; /* Small top padding, important for mobile */
    padding-bottom: 40px;
  }
  .page-no-hu__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }
  .page-no-hu__hero-content {
    text-align: center;
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-no-hu__main-title {
    font-size: clamp(2em, 8vw, 2.5em); /* Use clamp for H1 */
    margin-bottom: 15px;
  }
  .page-no-hu__subtitle {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .page-no-hu__hero-image {
    flex: 1 1 100%;
  }
  .page-no-hu__hero-side-image {
    max-width: 400px; /* Adjust max-width for smaller screens */
  }

  /* CTA Buttons */
  .page-no-hu__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-no-hu__cta-buttons--center {
    align-items: center;
  }
  .page-no-hu__btn-primary,
  .page-no-hu__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* Module 1: Features Grid */
  .page-no-hu__features-grid {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 20px;
  }
  .page-no-hu__feature-card {
    padding: 20px;
  }
  .page-no-hu__icon-box-media {
    width: 150px; /* Maintain round shape but smaller */
    height: 150px;
    margin-bottom: 15px;
  }
  .page-no-hu__feature-title {
    font-size: 1.5em;
  }

  /* How-to-Play Section */
  .page-no-hu__guide-steps {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 20px;
  }
  .page-no-hu__guide-step {
    padding: 20px;
  }
  .page-no-hu__guide-image {
    max-width: 100%;
    height: auto;
  }
  .page-no-hu__step-title {
    font-size: 1.4em;
  }

  /* Game Showcase Section */
  .page-no-hu__game-cards {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 20px;
  }
  .page-no-hu__game-card-image {
    height: 180px; /* Adjust height for mobile card images */
  }
  .page-no-hu__game-card-title {
    font-size: 1.3em;
  }

  /* FAQ Section */
  .page-no-hu__faq-list {
    margin-top: 20px;
  }
  .page-no-hu__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-no-hu__faq-toggle {
    font-size: 1.3em;
  }
  .page-no-hu__faq-answer {
    padding: 0 20px 15px;
  }

  /* General image and container responsiveness */
  .page-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-no-hu__section,
  .page-no-hu__card,
  .page-no-hu__container,
  .page-no-hu__features-grid,
  .page-no-hu__guide-steps,
  .page-no-hu__game-cards,
  .page-no-hu__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Exception for icon-box-media img to maintain circle */
  .page-no-hu__icon-box-media img {
    height: 100% !important;
    width: 100% !important; /* Ensure it fills the circle */
    object-fit: cover !important;
  }
}