.page-no-hu { font-family: Arial, sans-serif; line-height: 1.6; color: #333333; background-color: #FFFFFF; }

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

.page-no-hu__section-title { font-size: 2.5em; color: #26A9E0; text-align: center; margin-bottom: 40px; font-weight: bold; line-height: 1.2; }

.page-no-hu__btn-primary, .page-no-hu__btn-secondary { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; text-align: center; white-space: nowrap; word-wrap: break-word; box-sizing: border-box; }
.page-no-hu__btn-primary { background-color: #26A9E0; color: #ffffff; border: 2px solid #26A9E0; }
.page-no-hu__btn-primary:hover { background-color: #1e87b3; border-color: #1e87b3; }
.page-no-hu__btn-secondary { background-color: #ffffff; color: #26A9E0; border: 2px solid #26A9E0; margin-left: 15px; }
.page-no-hu__btn-secondary:hover { background-color: #f0f0f0; }
.page-no-hu__btn-small { padding: 8px 15px; font-size: 0.9em; }

.page-no-hu__light-bg { background-color: #FFFFFF; color: #333333; }
.page-no-hu__dark-bg { background-color: #26A9E0; color: #ffffff; }
.page-no-hu__dark-bg .page-no-hu__section-title { color: #ffffff; }
.page-no-hu__dark-bg .page-no-hu__btn-secondary { background-color: #ffffff; color: #26A9E0; border-color: #ffffff; }
.page-no-hu__dark-bg .page-no-hu__btn-secondary:hover { background-color: #f0f0f0; }

/* Hero Section */
.page-no-hu__hero-section { padding-top: 10px; padding-bottom: 40px; }
.page-no-hu__hero-container { max-width: 1170px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; padding: 40px 16px; gap: 24px; }
.page-no-hu__hero-content { flex: 1 1 45%; min-width: 300px; padding-right: 20px; }
.page-no-hu__hero-title { font-size: 3em; margin-bottom: 20px; font-weight: bold; line-height: 1.2; }
.page-no-hu__hero-description { font-size: 1.1em; margin-bottom: 30px; }
.page-no-hu__hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.page-no-hu__hero-image { flex: 1 1 45%; text-align: center; }
.page-no-hu__hero-side-image { max-width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

/* Intro Section (3 columns) */
.page-no-hu__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }
.page-no-hu__icon-box { padding: 20px; border-radius: 10px; background-color: #f9f9f9; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-no-hu__icon-box-media { width: 200px; height: 200px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #e0f2f7; }
.page-no-hu__icon-box-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-no-hu__icon-box-title { font-size: 1.5em; color: #26A9E0; margin-bottom: 10px; }
.page-no-hu__icon-box-description { font-size: 0.95em; color: #555; }

/* Game Selection Section (Grid of games) */
.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: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; padding-bottom: 20px; }
.page-no-hu__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }
.page-no-hu__game-card-title { font-size: 1.4em; color: #26A9E0; margin: 20px 10px 10px; }
.page-no-hu__game-card-description { font-size: 0.9em; color: #555; padding: 0 15px 15px; }

/* Guide Section */
.page-no-hu__guide-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }
.page-no-hu__guide-steps { flex: 1 1 55%; min-width: 300px; }
.page-no-hu__guide-step { margin-bottom: 25px; padding-left: 20px; border-left: 4px solid #26A9E0; }
.page-no-hu__guide-step-title { font-size: 1.3em; color: #26A9E0; margin-bottom: 5px; }
.page-no-hu__guide-step p { font-size: 1em; color: #555; }
.page-no-hu__guide-image { flex: 1 1 35%; text-align: center; }
.page-no-hu__guide-illustration { max-width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

/* Promo Section */
.page-no-hu__promo-section { text-align: center; padding: 60px 16px; }
.page-no-hu__promo-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #ffffff; }

/* Trust Section */
.page-no-hu__trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.page-no-hu__trust-item { background-color: #f9f9f9; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-no-hu__trust-item img {  height: auto; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; }
.page-no-hu__trust-item-title { font-size: 1.4em; color: #26A9E0; margin-bottom: 10px; }
.page-no-hu__trust-item p { font-size: 0.95em; color: #555; }

/* FAQ Section */
.page-no-hu__faq-list { max-width: 800px; margin: 0 auto; }
.page-no-hu__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.page-no-hu__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 1.1em; color: #333333; cursor: pointer; font-weight: bold; list-style: none; }
.page-no-hu__faq-question::-webkit-details-marker { display: none; }
.page-no-hu__faq-question:hover { background-color: #eef7fa; }
.page-no-hu__faq-answer { padding: 10px 20px 20px; font-size: 1em; color: #555; border-top: 1px solid #eee; }
.page-no-hu__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; }

/* CTA Section */
.page-no-hu__cta-section { text-align: center; padding: 60px 16px; }
.page-no-hu__cta-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #ffffff; }

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

/* Responsive Styles for larger screens (1024px) */
@media (max-width: 1024px) {
  .page-no-hu__hero-title { font-size: 2.5em; }
  .page-no-hu__section-title { font-size: 2em; }
  .page-no-hu__hero-content { padding-right: 0; }
  .page-no-hu__hero-container { padding: 30px 16px; }
  .page-no-hu__container { padding: 30px 16px; }
  .page-no-hu__intro-grid, .page-no-hu__game-grid, .page-no-hu__trust-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .page-no-hu__icon-box-media { width: 180px; height: 180px; }
  .page-no-hu__btn-primary, .page-no-hu__btn-secondary { padding: 10px 20px; }
  .page-no-hu__promo-section, .page-no-hu__cta-section { padding: 50px 16px; }
}

/* Mobile Responsive Styles (768px) - MUST INCLUDE ALL REQUIRED SECTIONS */
@media (max-width: 768px) {
  /* HERO Section */
  .page-no-hu__hero-section { padding-top: 10px !important; padding-bottom: 30px !important; }
  .page-no-hu__hero-container { flex-direction: column; padding: 20px 15px !important; gap: 20px; }
  .page-no-hu__hero-content { flex: 1 1 100%; text-align: center; padding-right: 0; }
  .page-no-hu__hero-title { font-size: 2em; margin-bottom: 15px; }
  .page-no-hu__hero-description { font-size: 1em; margin-bottom: 25px; }
  .page-no-hu__hero-buttons { flex-direction: column; gap: 10px; width: 100%; }
  .page-no-hu__btn-primary, .page-no-hu__btn-secondary { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; white-space: normal !important; word-wrap: break-word !important; margin-left: 0 !important; padding-left: 15px !important; padding-right: 15px !important; }
  .page-no-hu__hero-image { flex: 1 1 100%; }
  .page-no-hu__hero-side-image { max-width: 100% !important; height: auto !important; width: 100% !important; }

  /* Intro Section (3 columns with circular images) */
  .page-no-hu__intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-no-hu__icon-box-media { width: 150px; height: 150px; margin-bottom: 15px; }
  .page-no-hu__icon-box-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

  /* Game Selection Section (Grid of games) */
  .page-no-hu__game-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-no-hu__game-card-image { height: 180px; }

  /* Guide Section */
  .page-no-hu__guide-content { flex-direction: column; gap: 20px; }
  .page-no-hu__guide-steps { flex: 1 1 100%; }
  .page-no-hu__guide-image { flex: 1 1 100%; }
  .page-no-hu__guide-illustration { max-width: 100% !important; height: auto !important; width: 100% !important; }

  /* Promo Section */
  .page-no-hu__promo-section { padding: 40px 15px !important; }
  .page-no-hu__promo-description { font-size: 1em; }

  /* Trust Section */
  .page-no-hu__trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-no-hu__trust-item img {  }

  /* FAQ Section */
  .page-no-hu__faq-question { font-size: 1em; padding: 12px 15px; }
  .page-no-hu__faq-answer { padding: 8px 15px 15px; font-size: 0.95em; }

  /* CTA Section */
  .page-no-hu__cta-section { padding: 40px 15px !important; }
  .page-no-hu__cta-description { font-size: 1em; }

  /* General content sections */
  .page-no-hu__container, .page-no-hu__section { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding-left: 15px !important; padding-right: 15px !important; }
  .page-no-hu__section-title { font-size: 1.8em; margin-bottom: 30px; }

  /* All images */
  .page-no-hu img:not(.page-no-hu__icon-box-media img) { max-width: 100% !important; width: 100% !important; height: auto !important; }
}

@media (max-width: 480px) {
  .page-no-hu__hero-title { font-size: 1.8em; }
  .page-no-hu__section-title { font-size: 1.6em; }
  .page-no-hu__icon-box-media { width: 120px; height: 120px; }
  .page-no-hu__btn-primary, .page-no-hu__btn-secondary { padding: 10px 15px; font-size: 0.9em; }
}