.page-no-hu__hero-section {
  padding-top: 10px; /* Aligns with body padding from shared.css */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #F4F7FB 0%, #E6EEF7 100%);
  color: #1F2D3D;
}

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

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

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

.page-no-hu__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

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

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

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-no-hu__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

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

.page-no-hu__btn-secondary:hover {
  background: #E6EEF7;
  color: #2F6BFF;
  border-color: #2F6BFF;
}

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

.page-no-hu__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-no-hu__content-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  color: #1F2D3D;
}

.page-no-hu__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-no-hu__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1F2D3D;
  text-align: justify;
}

.page-no-hu__intro-section,
.page-no-hu__game-tabs-section,
.page-no-hu__guide-section,
.page-no-hu__strategy-section,
.page-no-hu__faq-section,
.page-no-hu__outro-section {
  padding: 60px 0;
  background: #F4F7FB;
}

.page-no-hu__intro-section .page-no-hu__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.page-no-hu__icon-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-no-hu__icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-no-hu__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #D6E2FF;
  box-shadow: 0 0 0 8px rgba(47, 107, 255, 0.1);
}

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

.page-no-hu__icon-box-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-no-hu__icon-box-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-no-hu__tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #D6E2FF;
}

.page-no-hu__tab-button {
  background: none;
  border: none;
  padding: 12px 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px; /* Overlap border */
}

.page-no-hu__tab-button:hover {
  color: #2F6BFF;
}

.page-no-hu__tab-button.is-active {
  color: #2F6BFF;
  border-bottom: 3px solid #2F6BFF;
}

.page-no-hu__game-panel {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

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

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-no-hu__panel-title {
  font-size: 2em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.page-no-hu__panel-description {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}

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

.page-no-hu__game-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-no-hu__game-trial-frame {
  width: 100%;
  height: 250px;
  border: none;
  display: block;
  margin-bottom: 15px;
}

.page-no-hu__game-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-no-hu__game-btn {
  display: inline-block;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.page-no-hu__game-btn:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

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

.page-no-hu__step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

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

.page-no-hu__step-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-no-hu__step-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #1F2D3D;
  text-align: justify;
}

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

.page-no-hu__strategy-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

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

.page-no-hu__strategy-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.page-no-hu__strategy-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #1F2D3D;
  text-align: justify;
}

.page-no-hu__promo-section {
  padding: 80px 0;
  text-align: center;
}

.page-no-hu__dark-section {
  background: #2F6BFF;
  color: #ffffff;
}

.page-no-hu__dark-section .page-no-hu__section-title {
  color: #ffffff;
}

.page-no-hu__dark-section .page-no-hu__text-block {
  color: #E6EEF7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__promo-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

.page-no-hu__faq-item {
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  background: #F4F7FB;
  border-bottom: 1px solid #D6E2FF;
  list-style: none;
  user-select: none; /* Prevent text selection on click */
}

.page-no-hu__faq-item[open] .page-no-hu__faq-question {
  border-bottom: 1px solid #D6E2FF;
}

.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: #2F6BFF;
}

.page-no-hu__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #1F2D3D;
  text-align: justify;
}

.page-no-hu__faq-answer p {
  margin-bottom: 0;
}

.page-no-hu__outro-section {
  text-align: center;
}

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

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

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-no-hu__main-title {
    font-size: 2.8em;
  }

  .page-no-hu__section-title {
    font-size: 2em;
  }

  .page-no-hu__hero-container {
    flex-direction: column;
    text-align: center;
    padding: 30px 16px;
  }

  .page-no-hu__hero-content {
    order: 2;
  }

  .page-no-hu__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

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

@media (max-width: 768px) {
  /* HERO Section */
  .page-no-hu__hero-section {
    padding-top: 10px !important; /* Ensures small top padding */
    padding-bottom: 40px;
  }

  .page-no-hu__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

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

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

  .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 (3-column intro) */
  .page-no-hu__intro-section,
  .page-no-hu__game-tabs-section,
  .page-no-hu__guide-section,
  .page-no-hu__strategy-section,
  .page-no-hu__promo-section,
  .page-no-hu__faq-section,
  .page-no-hu__outro-section {
    padding: 40px 0;
  }

  .page-no-hu__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .page-no-hu__text-block {
    font-size: 0.95em;
    padding: 0 15px;
  }

  .page-no-hu__content-container {
    padding: 20px 0;
  }

  .page-no-hu__features-grid,
  .page-no-hu__guide-steps,
  .page-no-hu__strategy-grid,
  .page-no-hu__game-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
  }

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

  .page-no-hu__icon-box-title {
    font-size: 1.2em;
  }

  /* Game Tabs */
  .page-no-hu__tab-nav {
    flex-direction: column;
    align-items: stretch;
    padding: 0 15px;
    border-bottom: none;
  }

  .page-no-hu__tab-button {
    border-bottom: 1px solid #D6E2FF;
    text-align: center;
    margin-bottom: 0;
    font-size: 1em;
  }

  .page-no-hu__tab-button.is-active {
    border-bottom: 1px solid #2F6BFF;
  }

  .page-no-hu__panel-title {
    font-size: 1.5em;
    padding: 0 15px;
  }

  .page-no-hu__panel-description {
    font-size: 0.9em;
    padding: 0 15px;
  }

  .page-no-hu__game-card {
    margin: 0 auto;
    max-width: 350px;
  }

  /* General Images */
  .page-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

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

  /* FAQ Section */
  .page-no-hu__faq-list {
    padding: 0 15px;
  }

  .page-no-hu__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

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

  .page-no-hu__faq-toggle {
    font-size: 1.3em;
  }

  .page-no-hu__promo-image {
    padding: 0 15px;
  }
}