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

.page-no-hu__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  margin-bottom: 40px;
  overflow: hidden;
}

.page-no-hu__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Max height for desktop hero */
  overflow: hidden;
}

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

.page-no-hu__hero-content {
  position: relative;
  z-index: 10;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 900px;
  margin-top: -80px; /* Overlap slightly for visual effect, but not over image */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-no-hu__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-no-hu__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-no-hu__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-no-hu__btn-primary:hover {
  background: #1e87b5;
  border-color: #1e87b5;
}

.page-no-hu__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-no-hu__btn-secondary:hover {
  background: #f0f8ff;
  color: #1e87b5;
  border-color: #1e87b5;
}

.page-no-hu__btn-play {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: 5px;
}

.page-no-hu__btn-play:hover {
  background: #cc6a00;
  border-color: #cc6a00;
}

.page-no-hu__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-no-hu__section:nth-of-type(even) {
  background-color: #ffffff;
}

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

.page-no-hu__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-no-hu__section-description {
  font-size: 1.1rem;
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__article-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
  max-width: 900px;
  margin: 0 auto;
}

.page-no-hu__article-body p {
  margin-bottom: 1em;
}

.page-no-hu__article-body h3 {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-no-hu__article-body ul,
.page-no-hu__article-body ol {
  list-style-position: inside;
  padding-left: 20px;
  margin-bottom: 1em;
}

.page-no-hu__article-body ul li,
.page-no-hu__article-body ol li {
  margin-bottom: 0.5em;
}

.page-no-hu__highlight {
  font-weight: bold;
  color: #EA7C07;
}

.page-no-hu__grid {
  display: grid;
  gap: 30px;
}

.page-no-hu__feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
}

.page-no-hu__feature-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-no-hu__feature-title {
  font-size: 1.35rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-no-hu__game-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-no-hu__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}

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

.page-no-hu__game-card-title {
  font-size: 1.25rem;
  color: #26A9E0;
  margin: 20px 15px 10px;
  font-weight: 600;
}

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

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

.page-no-hu__game-card-description {
  font-size: 0.95rem;
  color: #666;
  padding: 0 15px 20px;
  flex-grow: 1;
}

.page-no-hu__btn-play {
  margin: 0 15px 20px;
}

.page-no-hu__guide-list {
  list-style: none;
  padding: 0;
}

.page-no-hu__guide-list li {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.page-no-hu__guide-list li h3 {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-no-hu__promo-list {
  list-style: none;
  padding: 0;
}

.page-no-hu__promo-list li {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.page-no-hu__promo-list li h3 {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-no-hu__promo-cta,
.page-no-hu__final-cta {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Styles */
details.page-no-hu__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-no-hu__faq-item summary.page-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-no-hu__faq-item summary.page-no-hu__faq-question::-webkit-details-marker {
  display: none;
}
details.page-no-hu__faq-item summary.page-no-hu__faq-question:hover {
  background: #f5f5f5;
}
.page-no-hu__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-no-hu__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-no-hu__faq-item .page-no-hu__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555;
}

/* General image styling for content sections */
.page-no-hu img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-no-hu__hero-content {
    margin-top: -60px;
    padding: 25px 15px;
  }
  .page-no-hu__main-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
  }
  .page-no-hu__hero-description {
    font-size: 1.05rem;
  }
  .page-no-hu__section-title {
    font-size: clamp(1.6rem, 3.8vw, 2.5rem);
  }
  .page-no-hu__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-no-hu__game-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-no-hu__game-card-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-no-hu__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    margin-bottom: 20px;
  }
  .page-no-hu__hero-image-wrapper {
    max-height: unset;
    padding: 0 !important;
  }
  .page-no-hu__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-no-hu__hero-content {
    margin-top: -40px;
    padding: 20px 15px;
    max-width: 95%;
  }
  .page-no-hu__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 10px;
  }
  .page-no-hu__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-no-hu__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-no-hu__btn-primary,
  .page-no-hu__btn-secondary,
  .page-no-hu__btn-play {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-no-hu__section {
    padding: 40px 0;
    margin-bottom: 10px;
  }
  .page-no-hu__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-no-hu__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }
  .page-no-hu__section-description {
    font-size: 0.95rem;
  }
  .page-no-hu__article-body {
    font-size: 1rem;
    max-width: 100%;
  }
  .page-no-hu__article-body h3 {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-no-hu__feature-grid {
    grid-template-columns: 1fr;
  }
}