.page-no-hu__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
  color: #333333;
}

.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-image {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: center;
}

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

.page-no-hu__hero-content {
  flex: 1 1 40%;
  min-width: 300px;
  color: #333333;
}

.page-no-hu__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439;
}

.page-no-hu__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

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

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

.page-no-hu__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

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

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

.page-no-hu__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

.page-no-hu__intro-section {
  padding: 60px 0;
  background-color: #f5f5f5;
  color: #333333;
}

.page-no-hu__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-no-hu__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #017439;
}

.page-no-hu__section-title--light {
  color: #FFFFFF;
}

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

.page-no-hu__section-description--light {
  color: #f0f0f0;
}

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

.page-no-hu__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.page-no-hu__icon-box-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #017439;
  box-shadow: 0 0 0 8px rgba(1, 116, 57, 0.2);
}

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

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

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

.page-no-hu__game-selection-section {
  padding: 60px 0;
  background-color: #017439;
  color: #FFFFFF;
}

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

.page-no-hu__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  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-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-no-hu__game-card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #017439;
}

.page-no-hu__game-card-text {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-no-hu__guide-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  color: #333333;
}

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

.page-no-hu__guide-step {
  text-align: center;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-no-hu__guide-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #017439;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 2em;
  font-weight: 700;
  margin: 0 auto 20px;
}

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

.page-no-hu__guide-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
}

.page-no-hu__promo-section {
  padding: 60px 0;
  background-color: #017439;
  color: #FFFFFF;
}

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

.page-no-hu__promo-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

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

.page-no-hu__promo-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-no-hu__promo-card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #017439;
}

.page-no-hu__promo-card-text {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-no-hu__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  color: #333333;
}

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

.page-no-hu__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

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

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

.page-no-hu__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-no-hu__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  width: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-no-hu__faq-item[open] .page-no-hu__faq-toggle {
  transform: rotate(45deg);
}

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

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

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

.page-no-hu__faq-answer .page-no-hu__btn-secondary {
  margin-top: 15px;
  display: inline-block;
  font-size: 0.9em;
  padding: 10px 20px;
}

.page-no-hu__final-cta-section {
  padding: 60px 0;
  background-color: #017439;
  color: #FFFFFF;
  text-align: center;
}

.page-no-hu__final-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-no-hu__text-center {
  text-align: center;
}

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

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

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

  .page-no-hu__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }

  .page-no-hu__hero-title {
    font-size: 2.2em !important;
    text-align: center;
  }

  .page-no-hu__hero-description {
    font-size: 1em !important;
    text-align: center;
  }

  .page-no-hu__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-no-hu__btn-primary,
  .page-no-hu__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-no-hu__intro-section,
  .page-no-hu__game-selection-section,
  .page-no-hu__guide-section,
  .page-no-hu__promo-section,
  .page-no-hu__faq-section,
  .page-no-hu__final-cta-section {
    padding: 40px 0 !important;
  }

  .page-no-hu__content-area {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-no-hu__section-title {
    font-size: 2em !important;
    margin-bottom: 15px !important;
  }

  .page-no-hu__section-description {
    font-size: 0.95em !important;
    margin-bottom: 30px !important;
  }

  .page-no-hu__feature-grid,
  .page-no-hu__game-grid,
  .page-no-hu__guide-steps,
  .page-no-hu__promo-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-no-hu__feature-item,
  .page-no-hu__game-card,
  .page-no-hu__guide-step,
  .page-no-hu__promo-card {
    max-width: 100% !important;
  }

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

  .page-no-hu__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-no-hu__game-card-image,
  .page-no-hu__promo-card-image {
    height: 180px;
  }

  .page-no-hu__game-card-title,
  .page-no-hu__promo-card-title {
    font-size: 1.3em !important;
  }

  .page-no-hu__faq-item summary {
    font-size: 1em !important;
    padding: 15px 20px !important;
  }

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

  .page-no-hu__final-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-no-hu__cta-buttons,
  .page-no-hu__button-group,
  .page-no-hu__btn-container,
  .page-no-hu__final-cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap !important;
    gap: 10px;
  }

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