.page-no-hu {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* 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 */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-no-hu__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.page-no-hu__hero-content {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  max-width: 900px;
  margin-top: 20px; /* Space below image */
}

.page-no-hu__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #FFD86A; /* Gold color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-no-hu__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF5E1; /* Text Main */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.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: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #333333; /* Dark text for contrast on light gradient */
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button custom color */
  border: none;
}

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

.page-no-hu__btn-secondary {
  background: #7A0E0E; /* Deep Red */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F4D34D; /* Gold border */
}

.page-no-hu__btn-secondary:hover {
  background: #5A0A0A;
  border-color: #FFD86A;
  transform: translateY(-2px);
}

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

.page-no-hu__dark-section {
  background-color: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
}

.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, 3vw, 2.8rem);
  font-weight: 700;
  color: #FFD86A; /* Gold color for section titles */
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-no-hu__introduction-section .page-no-hu__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF5E1; /* Text Main */
}

.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: #7A0E0E; /* Deep Red */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #F4D34D; /* Gold border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-no-hu__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-no-hu__feature-icon {
  width: 150px;
  height: 112px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-no-hu__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFD86A; /* Gold color */
  margin-bottom: 15px;
}

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

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

.page-no-hu__game-card {
  background: #D32F2F; /* Card BG */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 2px solid #F4D34D; /* Gold border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-no-hu__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-no-hu__game-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFD86A; /* Gold color */
  margin-bottom: 10px;
}

.page-no-hu__game-description {
  font-size: 1rem;
  color: #FFF5E1; /* Text Main */
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-no-hu__btn-play {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button custom color */
  color: #333333; /* Dark text for contrast */
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

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

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

.page-no-hu__guide-item {
  background: #7A0E0E; /* Deep Red */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 2px solid #F4D34D; /* Gold border */
}

.page-no-hu__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Gold gradient */
  color: #333333; /* Dark text */
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-no-hu__step-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFD86A; /* Gold color */
  margin-bottom: 10px;
}

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

.page-no-hu__step-description a {
  color: #FFD86A; /* Gold link */
  text-decoration: none;
  font-weight: 600;
}

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

.page-no-hu__image-block {
  margin-top: 40px;
  text-align: center;
}

.page-no-hu__guide-image,
.page-no-hu__strategy-image,
.page-no-hu__promotion-image {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-no-hu__strategy-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-no-hu__list-item {
  background: #D32F2F; /* Card BG */
  border: 1px solid #F4D34D; /* Gold border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #FFF5E1; /* Text Main */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-no-hu__list-item strong {
  color: #FFD86A; /* Gold color */
}

.page-no-hu__list-item a {
  color: #FFD86A; /* Gold link */
  text-decoration: none;
  font-weight: 600;
}

.page-no-hu__list-item a:hover {
  text-decoration: underline;
}

.page-no-hu__promotion-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-no-hu__cta-center {
  margin-top: 40px;
}

.page-no-hu__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

details.page-no-hu__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 2px solid #F4D34D; /* Gold border */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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;
  color: #FFF5E1; /* Text Main */
}

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: #7A0E0E; /* Deep Red */
}

.page-no-hu__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFD86A; /* Gold color */
}

.page-no-hu__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD86A; /* Gold color */
  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: #B71C1C; /* Background */
  border-radius: 0 0 5px 5px;
  color: #FFF5E1; /* Text Main */
  font-size: 1rem;
}

.page-no-hu__faq-answer p {
  margin: 0;
  padding-top: 10px;
}

.page-no-hu__faq-answer a {
  color: #FFD86A; /* Gold link */
  text-decoration: none;
  font-weight: 600;
}

.page-no-hu__faq-answer a:hover {
  text-decoration: underline;
}

.page-no-hu__conclusion-section .page-no-hu__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF5E1; /* Text Main */
}

.page-no-hu__conclusion-section .page-no-hu__text-block a {
  color: #FFD86A; /* Gold link */
  text-decoration: none;
  font-weight: 600;
}

.page-no-hu__conclusion-section .page-no-hu__text-block a:hover {
  text-decoration: underline;
}

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

  .page-no-hu__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile hero */
    padding-bottom: 30px;
  }

  .page-no-hu__hero-image-wrapper {
    max-height: 400px;
  }

  .page-no-hu__hero-image {
    object-fit: contain !important; /* Ensure image is not cropped on mobile */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-no-hu__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-no-hu__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-no-hu__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-no-hu__btn-primary,
  .page-no-hu__btn-secondary,
  .page-no-hu a[class*="button"],
  .page-no-hu a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

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

  .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.6rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-no-hu__introduction-section .page-no-hu__text-block {
    font-size: 0.95rem;
  }

  .page-no-hu__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-no-hu__feature-card {
    padding: 25px;
  }

  .page-no-hu__feature-title {
    font-size: 1.3rem;
  }

  .page-no-hu__feature-description {
    font-size: 0.9rem;
  }

  .page-no-hu__game-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-no-hu__game-image {
    height: 180px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-no-hu__game-title {
    font-size: 1.4rem;
  }

  .page-no-hu__game-description {
    font-size: 0.9rem;
  }

  .page-no-hu__btn-play {
    font-size: 0.95rem;
    padding: 8px 20px;
  }

  .page-no-hu__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-no-hu__guide-item {
    padding: 20px;
  }

  .page-no-hu__step-number {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
  }

  .page-no-hu__step-title {
    font-size: 1.2rem;
  }

  .page-no-hu__step-description {
    font-size: 0.9rem;
  }

  .page-no-hu__image-block img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-no-hu__strategy-list,
  .page-no-hu__promotion-list {
    margin: 30px auto;
    padding: 0 10px;
  }

  .page-no-hu__list-item {
    padding: 15px;
    font-size: 0.95rem;
  }

  details.page-no-hu__faq-item {
    margin-bottom: 10px;
  }

  details.page-no-hu__faq-item summary.page-no-hu__faq-question {
    padding: 15px;
  }

  .page-no-hu__faq-qtext {
    font-size: 1rem;
  }

  .page-no-hu__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }

  details.page-no-hu__faq-item .page-no-hu__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }

  .page-no-hu__conclusion-section .page-no-hu__text-block {
    font-size: 0.95rem;
  }
}