.page-no-hu {
  font-family: 'Arial', sans-serif;
  color: #FFF1E8; /* Text Main */
  background: #140C0C; /* Background */
}

.page-no-hu__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

.page-no-hu__section {
  padding: 60px 0;
  text-align: center;
}

.page-no-hu__section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #F3C54D; /* Gold */
  line-height: 1.2;
}

.page-no-hu__text-block {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF1E8;
}

.page-no-hu__text-block--small {
  font-size: 14px;
  color: rgba(255, 241, 232, 0.7);
}

/* Hero Section */
.page-no-hu__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.page-no-hu__hero-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-no-hu__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-no-hu__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(42, 18, 18, 0.7); /* Card BG with transparency */
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

.page-no-hu__main-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  color: #FFB04A; /* Gold from button gradient */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

.page-no-hu__description {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-no-hu__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-no-hu__btn-primary,
.page-no-hu__btn-secondary,
.page-no-hu__btn-gold {
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-no-hu__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
  color: #FFF1E8;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

.page-no-hu__btn-primary:hover {
  background: linear-gradient(180deg, #FFC77A 0%, #F07E2A 100%);
  box-shadow: 0 6px 20px rgba(255, 176, 74, 0.6);
  transform: translateY(-2px);
}

.page-no-hu__btn-secondary {
  background: transparent;
  color: #FFB04A; /* Gold from button gradient */
  border: 2px solid #FFB04A;
  box-shadow: 0 4px 15px rgba(255, 176, 74, 0.2);
}

.page-no-hu__btn-secondary:hover {
  background: rgba(255, 176, 74, 0.1);
  color: #FFF1E8;
  border-color: #FFC77A;
  box-shadow: 0 6px 20px rgba(255, 176, 74, 0.4);
  transform: translateY(-2px);
}

.page-no-hu__btn-gold {
  background: linear-gradient(180deg, #F3C54D 0%, #D86A14 100%); /* Gold with Deep Red */
  color: #2A1212;
  border: none;
  box-shadow: 0 3px 10px rgba(243, 197, 77, 0.3);
}

.page-no-hu__btn-gold:hover {
  background: linear-gradient(180deg, #FFD86E 0%, #F07E2A 100%);
  box-shadow: 0 5px 15px rgba(243, 197, 77, 0.5);
  transform: translateY(-2px);
}

/* Grid Layouts */
.page-no-hu__grid {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.page-no-hu__grid--2-cols {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-no-hu__grid--3-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Card Styles */
.page-no-hu__card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-no-hu__card-title {
  font-size: 22px;
  font-weight: 600;
  color: #F3C54D; /* Gold */
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-no-hu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-no-hu__list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
  color: #FFF1E8;
}

.page-no-hu__list li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FFB04A;
  font-size: 18px;
  top: 0;
}

/* Game Card Styles */
.page-no-hu__game-card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.page-no-hu__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #7E0D0D; /* Deep Red */
}

.page-no-hu__game-title {
  font-size: 20px;
  font-weight: 700;
  color: #F3C54D; /* Gold */
  margin-bottom: 10px;
}

.page-no-hu__game-description {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 241, 232, 0.8);
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Feature Icons */
.page-no-hu__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px rgba(243, 197, 77, 0.5));
}

.page-no-hu__advantages .page-no-hu__card {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.page-no-hu__advantages .page-no-hu__card p {
  text-align: center;
}

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

.page-no-hu__promo-card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-no-hu__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #7E0D0D;
}

.page-no-hu__promo-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFB04A;
  margin-bottom: 15px;
}

.page-no-hu__promo-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #FFF1E8;
  flex-grow: 1;
  margin-bottom: 25px;
}

/* FAQ Section */
.page-no-hu__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

details.page-no-hu__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #6A1E1E; /* Border */
  overflow: hidden;
  background: #2A1212; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

details.page-no-hu__faq-item summary.page-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #F3C54D; /* Gold */
  font-weight: 600;
  font-size: 18px;
}

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

details.page-no-hu__faq-item summary.page-no-hu__faq-question:hover {
  background: rgba(106, 30, 30, 0.5); /* Deep Red with transparency */
}

.page-no-hu__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3C54D;
}

.page-no-hu__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFB04A; /* Gold from button gradient */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-no-hu__faq-item .page-no-hu__faq-answer {
  padding: 0 25px 20px;
  background: #140C0C; /* Background */
  border-radius: 0 0 10px 10px;
  color: #FFF1E8;
  font-size: 16px;
  line-height: 1.6;
}

.page-no-hu__faq-answer p {
  margin: 0;
  padding-top: 10px;
}

/* Final CTA Section */
.page-no-hu__cta-final {
  background: #140C0C; /* Background */
  padding: 80px 0;
}

.page-no-hu__cta-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu__cta-content .page-no-hu__section-title {
  color: #FFB04A;
}

.page-no-hu__cta-content .page-no-hu__description {
  margin-bottom: 40px;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-no-hu__container {
    padding: 20px;
  }

  .page-no-hu__section {
    padding: 40px 0;
  }

  .page-no-hu__section-title {
    font-size: 32px;
  }

  .page-no-hu__description {
    font-size: 18px;
  }

  .page-no-hu__grid--2-cols {
    grid-template-columns: 1fr;
  }

  .page-no-hu__grid--3-cols {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

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

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

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

  details.page-no-hu__faq-item summary.page-no-hu__faq-question {
    font-size: 17px;
  }

  .page-no-hu__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .page-no-hu__hero-section {
    min-height: 450px;
    padding-top: 10px; /* Ensure small top padding */
  }

  .page-no-hu__hero-image-wrap {
    height: 100%;
  }

  .page-no-hu__hero-image {
    object-fit: contain !important; /* HERO mobile: contain */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: 100% !important;
  }

  .page-no-hu__hero-content {
    padding: 30px 15px;
    margin: 0 15px 30px;
  }

  .page-no-hu__main-title {
    font-size: clamp(28px, 8vw, 36px);
    margin-bottom: 15px;
  }

  .page-no-hu__description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-no-hu__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

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

  .page-no-hu__section {
    padding: 30px 0;
  }

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

  .page-no-hu__text-block {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
  }

  .page-no-hu__grid {
    gap: 20px;
    margin-top: 20px;
  }

  .page-no-hu__grid--2-cols,
  .page-no-hu__grid--3-cols {
    grid-template-columns: 1fr;
  }

  .page-no-hu__card {
    padding: 20px;
    margin: 0 15px;
  }

  .page-no-hu__card-title {
    font-size: 20px;
  }

  .page-no-hu__list li {
    font-size: 15px;
  }

  .page-no-hu__game-card {
    margin: 0 15px;
  }

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

  .page-no-hu__promo-grid {
    gap: 20px;
  }

  .page-no-hu__promo-card {
    margin: 0 15px;
    padding: 20px;
  }

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

  .page-no-hu__promo-title {
    font-size: 20px;
  }

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

  details.page-no-hu__faq-item {
    margin: 0 15px 15px;
  }

  details.page-no-hu__faq-item summary.page-no-hu__faq-question {
    padding: 15px;
    font-size: 16px;
  }

  .page-no-hu__faq-qtext {
    font-size: 16px;
  }

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

  .page-no-hu__cta-final {
    padding: 50px 0;
  }

  .page-no-hu__cta-content {
    padding: 0 15px;
  }

  /* Generic images and containers */
  .page-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-no-hu__container,
  .page-no-hu__card,
  .page-no-hu__game-card,
  .page-no-hu__promo-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-no-hu__products-section { overflow-x: hidden; } /* Ensure product grid doesn't overflow */
  .page-no-hu__article-body { max-width: 100% !important; margin: 0 auto; padding: 0 15px; } /* For SEO text block if it were an article body */
  .page-no-hu__section-title-wrap { display: block; } /* Ensure title wraps */
  .page-no-hu__article-figure { max-width: 100% !important; margin: 20px auto; } /* Example for figures in article body */
}

@media (max-width: 480px) {
  .page-no-hu__section-title {
    font-size: 24px;
  }
  .page-no-hu__hero-content {
    margin: 0 10px 20px;
  }
  .page-no-hu__main-title {
    font-size: clamp(24px, 7vw, 32px);
  }
  .page-no-hu__cta-buttons {
    padding: 0 10px;
  }
  .page-no-hu__card, .page-no-hu__game-card, .page-no-hu__promo-card, details.page-no-hu__faq-item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
  }
  .page-no-hu__list li {
    font-size: 14px;
  }
  .page-no-hu__game-image {
    height: 120px;
  }
  .page-no-hu__promo-image {
    height: 150px;
  }
  details.page-no-hu__faq-item summary.page-no-hu__faq-question {
    padding: 12px;
  }
  .page-no-hu__faq-qtext {
    font-size: 14px;
  }
  details.page-no-hu__faq-item .page-no-hu__faq-answer {
    padding: 0 12px 12px;
    font-size: 14px;
  }
  .page-no-hu__text-block { padding: 0 10px; }
  .page-no-hu__section-title { padding: 0 10px; }
  .page-no-hu__container { padding: 15px 10px; }
  .page-no-hu__cta-content { padding: 0 10px; }
}