.page-no-hu {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

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

.page-no-hu__hero-section {
  padding-top: 10px; /* Small top padding as per non-homepage rule */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-no-hu__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 0;
}

.page-no-hu__hero-content {
  flex: 1 1 500px;
  max-width: 600px;
  text-align: left;
  color: #1F2D3D;
}

.page-no-hu__main-title {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1F2D3D; /* Ensure good contrast on light background */
  max-width: 600px; /* Constrain H1 width */
}

.page-no-hu__hero-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;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

.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-color: #FFFFFF;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-no-hu__btn-secondary:hover {
  background-color: #2F6BFF;
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.2);
}

.page-no-hu__hero-image-wrapper {
  flex: 1 1 450px;
  text-align: center;
}

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

.page-no-hu__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #1F2D3D;
}

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

/* Intro Section */
.page-no-hu__intro-section {
  padding: 80px 0;
  background-color: #2F6BFF; /* Dark section */
  color: #FFFFFF;
}

.page-no-hu__intro-section .page-no-hu__section-title,
.page-no-hu__intro-section .page-no-hu__section-description {
  color: #FFFFFF;
}

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

.page-no-hu__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-no-hu__feature-item:hover {
  transform: translateY(-10px);
}

.page-no-hu__icon-box-media {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #6FA3FF;
  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%;
  display: block;
}

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

.page-no-hu__feature-text {
  font-size: 1em;
  line-height: 1.6;
  color: #FFFFFF;
}

/* Game Tabs Section */
.page-no-hu__game-tabs-section {
  padding: 80px 0;
  background-color: #F4F7FB;
}

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

.page-no-hu__tab-button {
  background-color: transparent;
  border: none;
  padding: 15px 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: 2px;
}

.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;
}

.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: 30px;
}

.page-no-hu__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-no-hu__game-card:hover {
  transform: translateY(-5px);
}

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

.page-no-hu__game-title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 15px 10px 5px;
  color: #1F2D3D;
}

.page-no-hu__game-provider {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
}

.page-no-hu__btn-small {
  display: inline-block;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 20px;
  transition: background 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

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

/* Guide Section */
.page-no-hu__guide-section {
  padding: 80px 0;
  background-color: #F4F7FB;
}

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

.page-no-hu__step-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}

.page-no-hu__step-icon-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #E0EFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-no-hu__step-icon-wrapper img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
  border-radius: 0; /* Not circular image itself */
}

.page-no-hu__step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #2F6BFF;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
  border: 3px solid #F4F7FB;
}

.page-no-hu__step-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1F2D3D;
}

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

/* Tips Section */
.page-no-hu__tips-section {
  padding: 80px 0;
  background-color: #E0EFFF; /* Light background for contrast */
}

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

.page-no-hu__tip-item {
  background-color: #FFFFFF;
  border-left: 5px solid #2F6BFF;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

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

/* Promo Section */
.page-no-hu__promo-section {
  padding: 80px 0;
  background-color: #F4F7FB;
}

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

.page-no-hu__promo-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
}

.page-no-hu__promo-card img {
  width: 100%;
  height: 220px; /* Fixed height for promo images */
  object-fit: cover;
  display: block;
}

.page-no-hu__promo-title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 20px 15px 10px;
  color: #1F2D3D;
}

.page-no-hu__promo-text {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 20px;
  padding: 0 15px;
}

/* FAQ Section */
.page-no-hu__faq-section {
  padding: 80px 0;
  background-color: #2F6BFF; /* Dark section */
  color: #FFFFFF;
}

.page-no-hu__faq-section .page-no-hu__section-title,
.page-no-hu__faq-section .page-no-hu__section-description {
  color: #FFFFFF;
}

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

.page-no-hu__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFFFFF;
}

.page-no-hu__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: #FFFFFF;
}

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

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

.page-no-hu__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  margin-left: 15px;
  color: #FFFFFF;
}

.page-no-hu__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #FFFFFF;
}

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

/* CTA Bottom Section */
.page-no-hu__cta-bottom-section {
  padding: 60px 0;
  background-color: #F4F7FB;
  text-align: center;
}

.page-no-hu__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-no-hu__main-title {
    font-size: 2.8em;
  }
  .page-no-hu__section-title {
    font-size: 2.2em;
  }
  .page-no-hu__hero-container {
    flex-direction: column-reverse; /* Image above text on smaller screens */
    text-align: center;
  }
  .page-no-hu__hero-content {
    text-align: center;
    max-width: 100%;
  }
  .page-no-hu__cta-buttons {
    justify-content: center;
  }
  .page-no-hu__hero-image-wrapper {
    order: -1; /* Move image to top */
  }
}

@media (max-width: 768px) {
  /* General mobile adaptations */
  .page-no-hu__container {
    padding: 0 15px !important;
  }
  .page-no-hu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }
  .page-no-hu__main-title {
    font-size: 2.2em !important;
    margin-bottom: 15px !important;
  }
  .page-no-hu__hero-description {
    font-size: 1em !important;
    margin-bottom: 25px !important;
  }
  .page-no-hu__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .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 !important;
    padding-right: 15px !important;
  }
  .page-no-hu__section-title {
    font-size: 1.8em !important;
    margin-bottom: 15px !important;
  }
  .page-no-hu__section-description {
    font-size: 0.95em !important;
    margin-bottom: 30px !important;
  }

  /* Intro Section - 3 columns to 1 */
  .page-no-hu__intro-section {
    padding: 50px 0 !important;
  }
  .page-no-hu__features-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  .page-no-hu__icon-box-media {
    width: 120px !important;
    height: 120px !important;
    border: 3px solid #6FA3FF !important;
  }
  .page-no-hu__feature-title {
    font-size: 1.3em !important;
  }

  /* Game Tabs Section */
  .page-no-hu__game-tabs-section {
    padding: 50px 0 !important;
  }
  .page-no-hu__tab-nav {
    flex-direction: column !important;
    border-bottom: none !important;
    gap: 5px !important;
  }
  .page-no-hu__tab-button {
    width: 100% !important;
    border-bottom: 1px solid #D6E2FF !important;
    padding: 12px 15px !important;
    font-size: 1em !important;
  }
  .page-no-hu__tab-button.is-active {
    border-bottom: 2px solid #2F6BFF !important;
  }
  .page-no-hu__game-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .page-no-hu__game-card img {
    
  }

  /* Guide Section */
  .page-no-hu__guide-section {
    padding: 50px 0 !important;
  }
  .page-no-hu__guide-steps {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  .page-no-hu__step-icon-wrapper {
    width: 100px !important;
    height: 100px !important;
  }
  .page-no-hu__step-number {
    width: 35px !important;
    height: 35px !important;
    font-size: 1.1em !important;
    border: 2px solid #F4F7FB !important;
  }
  .page-no-hu__step-title {
    font-size: 1.4em !important;
  }

  /* Tips Section */
  .page-no-hu__tips-section {
    padding: 50px 0 !important;
  }
  .page-no-hu__tips-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  .page-no-hu__tip-title {
    font-size: 1.3em !important;
  }

  /* Promo Section */
  .page-no-hu__promo-section {
    padding: 50px 0 !important;
  }
  .page-no-hu__promo-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  .page-no-hu__promo-card img {
    
  }
  .page-no-hu__promo-title {
    font-size: 1.3em !important;
  }

  /* FAQ Section */
  .page-no-hu__faq-section {
    padding: 50px 0 !important;
  }
  .page-no-hu__faq-item summary {
    padding: 15px 20px !important;
    font-size: 1em !important;
  }
  .page-no-hu__faq-toggle {
    font-size: 1.3em !important;
  }
  .page-no-hu__faq-answer {
    padding: 0 20px 15px !important;
  }

  /* CTA Bottom Section */
  .page-no-hu__cta-bottom-section {
    padding: 40px 0 !important;
  }
  .page-no-hu__btn-large {
    padding: 15px 30px !important;
    font-size: 1.1em !important;
  }

  /* Universal image responsive rule for content area */
  .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 {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}