.page-no-hu {
  font-family: Arial, sans-serif;
  color: #F3F8FF; /* Text Main */
  background-color: transparent; /* Body background handled by shared.css */
}

.page-no-hu__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

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

.page-no-hu__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #AFC4E8; /* Text Secondary */
  line-height: 1.6;
}

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

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF; /* Text Main */
}

.page-no-hu__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-no-hu__btn-secondary {
  background: #10233F; /* Card BG */
  color: #F3F8FF; /* Text Main */
  border: 2px solid #244D84; /* Border */
}

.page-no-hu__btn-secondary:hover {
  background: #1B3357; /* Divider */
  color: #F3F8FF;
}

.page-no-hu__btn-play {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  font-size: 16px;
  padding: 8px 16px;
  margin-top: 10px;
  border-radius: 6px;
}

.page-no-hu__btn-play:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* HERO SECTION */
.page-no-hu__hero-section {
  padding-top: 10px; /* Small top padding to avoid double header offset */
  padding-bottom: 60px;
  background: transparent;
}

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

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

.page-no-hu__hero-title {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  margin-bottom: 16px;
  color: #F3F8FF; /* Text Main */
  line-height: 1.1;
}

.page-no-hu__hero-description {
  font-size: 20px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 32px;
  line-height: 1.6;
}

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

.page-no-hu__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-no-hu__hero-main-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* INTRO SECTION */
.page-no-hu__intro-section {
  padding: 60px 0;
  background-color: #10233F; /* Card BG */
  border-top: 1px solid #1B3357; /* Divider */
  border-bottom: 1px solid #1B3357; /* Divider */
}

.page-no-hu__icon-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-no-hu__icon-box {
  flex: 1 1 calc(33% - 30px);
  min-width: 280px;
  background-color: rgba(17, 59, 122, 0.3); /* Transparent version of #113B7A */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
}

.page-no-hu__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F2C14E; /* Gold */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-no-hu__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* Ensure image itself is round */
  display: block;
}

.page-no-hu__icon-box-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F3F8FF; /* Text Main */
}

.page-no-hu__icon-box-text {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  line-height: 1.6;
}

/* GAME TABS SECTION */
.page-no-hu__game-tabs-section {
  padding: 60px 0;
}

.page-no-hu__tab-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-no-hu__tab-button {
  background-color: #10233F; /* Card BG */
  color: #AFC4E8; /* Text Secondary */
  border: 1px solid #244D84; /* Border */
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-no-hu__tab-button:hover,
.page-no-hu__tab-button.is-active {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF; /* Text Main */
  border-color: #2B73F6;
}

.page-no-hu__game-panel {
  display: none;
}

.page-no-hu__game-panel.is-active {
  display: block;
}

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

.page-no-hu__game-card {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-no-hu__game-iframe {
  width: 100%;
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-no-hu__game-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 10px;
}

/* GUIDE SECTION */
.page-no-hu__guide-section {
  padding: 60px 0;
  background-color: #08162B; /* Deep Navy */
}

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

.page-no-hu__guide-step {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  padding: 30px;
  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__guide-step-title {
  font-size: 22px;
  font-weight: 700;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 15px;
}

.page-no-hu__guide-step-text {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  line-height: 1.6;
}

/* TIPS SECTION */
.page-no-hu__tips-section {
  padding: 60px 0;
}

.page-no-hu__tips-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-no-hu__tips-text-block {
  flex: 1 1 55%;
  min-width: 300px;
}

.page-no-hu__tips-text-block p {
  font-size: 18px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 20px;
  line-height: 1.6;
}

.page-no-hu__tips-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #AFC4E8; /* Text Secondary */
}

.page-no-hu__tips-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.page-no-hu__tips-list strong {
  color: #F3F8FF; /* Text Main */
}

.page-no-hu__tips-image-wrapper {
  flex: 1 1 35%;
  min-width: 280px;
  text-align: center;
}

.page-no-hu__tips-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* PROMO SECTION */
.page-no-hu__promo-section {
  padding: 60px 0;
  background-color: #10233F; /* Card BG */
  border-top: 1px solid #1B3357; /* Divider */
  border-bottom: 1px solid #1B3357; /* Divider */
}

.page-no-hu__promo-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-no-hu__promo-text {
  flex: 1 1 55%;
  min-width: 300px;
}

.page-no-hu__promo-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 15px;
  margin-top: 25px;
}

.page-no-hu__promo-text p {
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 15px;
  line-height: 1.6;
}

.page-no-hu__promo-text .page-no-hu__btn-primary {
  margin-top: 20px;
}

.page-no-hu__promo-image {
  flex: 1 1 35%;
  min-width: 280px;
  text-align: center;
}

.page-no-hu__promo-main-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ SECTION */
.page-no-hu__faq-section {
  padding: 60px 0;
}

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

.page-no-hu__faq-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #F3F8FF; /* Text Main */
  cursor: pointer;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  list-style: none; /* Remove default marker */
}

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

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

.page-no-hu__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-no-hu__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #AFC4E8; /* Text Secondary */
  line-height: 1.6;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.page-no-hu__faq-item[open] .page-no-hu__faq-answer {
  opacity: 1;
  max-height: 500px; /* Arbitrary large value for smooth transition */
}

/* CTA SECTION */
.page-no-hu__cta-section {
  padding: 60px 0;
  text-align: center;
  background-color: #08162B; /* Deep Navy */
}

.page-no-hu__cta-section .page-no-hu__section-title {
  margin-bottom: 16px;
}

.page-no-hu__cta-section .page-no-hu__section-description {
  margin-bottom: 32px;
}

.page-no-hu__cta-section .page-no-hu__btn-primary {
  margin-top: 20px;
}

/* GENERAL IMAGE STYLES */
.page-no-hu img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .page-no-hu__hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .page-no-hu__hero-content {
    text-align: center;
  }

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

  .page-no-hu__tips-content,
  .page-no-hu__promo-content {
    flex-direction: column;
  }

  .page-no-hu__tips-text-block,
  .page-no-hu__promo-text {
    text-align: center;
  }

  .page-no-hu__promo-text .page-no-hu__btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .page-no-hu__container {
    padding: 30px 15px; /* Smaller padding for mobile */
  }

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

  .page-no-hu__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  /* HERO SECTION */
  .page-no-hu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-no-hu__hero-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .page-no-hu__hero-description {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .page-no-hu__hero-cta-buttons {
    flex-direction: column;
    gap: 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-left: 15px;
    padding-right: 15px;
  }

  /* INTRO SECTION */
  .page-no-hu__icon-boxes {
    flex-direction: column;
  }

  .page-no-hu__icon-box {
    min-width: unset;
    width: 100%;
  }

  .page-no-hu__icon-box-media {
    width: 150px;
    height: 150px;
  }

  /* GAME TABS SECTION */
  .page-no-hu__tab-nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .page-no-hu__tab-button {
    width: 100%;
    font-size: 16px;
  }

  .page-no-hu__game-grid {
    grid-template-columns: 1fr;
  }

  /* GUIDE SECTION */
  .page-no-hu__guide-steps {
    grid-template-columns: 1fr;
  }

  /* TIPS SECTION */
  .page-no-hu__tips-content {
    flex-direction: column-reverse;
  }

  .page-no-hu__tips-text-block,
  .page-no-hu__tips-image-wrapper {
    width: 100%;
    min-width: unset;
  }

  /* PROMO SECTION */
  .page-no-hu__promo-content {
    flex-direction: column;
  }

  .page-no-hu__promo-text,
  .page-no-hu__promo-image {
    width: 100%;
    min-width: unset;
  }

  .page-no-hu__promo-text .page-no-hu__btn-primary {
    margin-left: 0;
    margin-right: 0;
  }

  /* FAQ SECTION */
  .page-no-hu__faq-question {
    font-size: 16px;
    padding: 15px 20px;
  }

  .page-no-hu__faq-answer {
    padding: 0 20px 15px;
    font-size: 15px;
  }

  /* Universal image and container responsiveness */
  .page-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-no-hu__section,
  .page-no-hu__card,
  .page-no-hu__container,
  .page-no-hu__hero-cta-buttons,
  .page-no-hu__button-group,
  .page-no-hu__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-no-hu__hero-cta-buttons,
  .page-no-hu__tab-nav {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-no-hu__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}