.page-no-hu__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
}

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

.page-no-hu__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

.page-no-hu__btn-secondary:hover {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border-color: #ffffff;
}

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

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

.page-no-hu__intro-section,
.page-no-hu__games-showcase-section,
.page-no-hu__guide-section,
.page-no-hu__promo-section,
.page-no-hu__faq-section {
  padding: 60px 0;
  background-color: #F5F7FA;
  color: #333333;
}

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

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

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

.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-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
}

.page-no-hu__icon-box-media {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

.page-no-hu__games-showcase-section {
  background-color: #ffffff;
}

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

.page-no-hu__game-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  transition: transform 0.3s ease;
}

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

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

.page-no-hu__game-info {
  padding: 25px;
}

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

.page-no-hu__game-text {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333333;
}

.page-no-hu__btn-small {
  padding: 8px 20px;
  font-size: 0.9em;
}

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

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

.page-no-hu__step-item {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}

.page-no-hu__step-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #E53935;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1em;
}

.page-no-hu__step-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #E53935;
}

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

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

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

.page-no-hu__cta-center {
  text-align: center;
  margin-top: 50px;
}

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

.page-no-hu__promo-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  transition: transform 0.3s ease;
}

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

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

.page-no-hu__promo-info {
  padding: 25px;
}

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

.page-no-hu__promo-text {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333333;
}

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

.page-no-hu__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

.page-no-hu__faq-question .page-no-hu__faq-qtext {
  color: #E53935;
}

.page-no-hu__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #E53935;
  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: #333333;
}

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

/* General container responsive styles */
.page-no-hu__section,
.page-no-hu__card,
.page-no-hu__container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

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

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

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

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

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

  .page-no-hu__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 15px;
    font-size: 0.95em;
  }

  .page-no-hu__hero-image {
    min-width: unset;
  }

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

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

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

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

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

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

  .page-no-hu__game-info,
  .page-no-hu__promo-info {
    padding: 20px;
  }

  .page-no-hu__guide-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-no-hu__guide-steps {
    min-width: unset;
  }

  .page-no-hu__step-item {
    padding-left: 35px;
    margin-bottom: 25px;
  }

  .page-no-hu__step-item::before {
    width: 28px;
    height: 28px;
    font-size: 1em;
  }

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

  .page-no-hu__guide-image {
    min-width: unset;
  }

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

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

  .page-no-hu__faq-answer {
    padding: 0 20px 18px;
  }

  /* Mandatory image responsive styles for mobile */
  .page-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !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;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific exception for circular icons: maintain aspect ratio, do not auto height */
  .page-no-hu__icon-box-media {
    width: 150px;
    height: 150px;
  }
  .page-no-hu__icon-box-media img {
    height: 100% !important;
    object-fit: cover !important;
  }
}