.page-no-hu {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

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

.page-no-hu .hero-no-hu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
}

.page-no-hu .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-no-hu .hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
}

.page-no-hu .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-no-hu h1 {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-no-hu .hero-content p {
  font-size: 1.2em;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-no-hu .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #0A192F;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-no-hu .cta-button:hover {
  background: linear-gradient(90deg, #FFA500, #FFD700);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-no-hu .section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-no-hu .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-no-hu p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-no-hu h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-no-hu h4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-no-hu .introduction-section, .page-no-hu .why-choose-us, .page-no-hu .guide-section, .page-no-hu .tips-section, .page-no-hu .faq-section, .page-no-hu .other-games-section, .page-no-hu .conclusion-section {
  padding: 40px 0;
}

.page-no-hu .introduction-section {
  background-color: #1A2E47;
}

.page-no-hu .game-types ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-no-hu .game-types li {
  background-color: #0A192F;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.05em;
}

.page-no-hu .game-types li strong {
  color: #FFD700;
}

.page-no-hu .content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-no-hu .why-choose-us {
  background-color: #0A192F;
}

.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 {
  background-color: #1A2E47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-no-hu .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.page-no-hu .feature-item .feature-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-no-hu .feature-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-no-hu .feature-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-no-hu .guide-section {
  background-color: #1A2E47;
}

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

.page-no-hu .step-item {
  background-color: #0A192F;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-top: 70px;
}

.page-no-hu .step-item .step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #0A192F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #0A192F;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-no-hu .step-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-no-hu .step-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-no-hu .button-small {
  display: inline-block;
  padding: 10px 25px;
  background-color: #DC143C;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-no-hu .button-small:hover {
  background-color: #B2002C;
  transform: translateY(-2px);
}

.page-no-hu .tips-section {
  background-color: #0A192F;
}

.page-no-hu .tips-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}

.page-no-hu .tips-list li {
  background-color: #1A2E47;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #FFD700;
}

.page-no-hu .tips-list li h4 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-no-hu .tips-list li p {
  color: #E0E0E0;
}

.page-no-hu .faq-section {
  background-color: #1A2E47;
}

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

.page-no-hu .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-no-hu .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #0A192F;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-no-hu .faq-question:hover {
  background-color: #1A2E47;
}

.page-no-hu .faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #FFD700;
}

.page-no-hu .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-no-hu .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
  background-color: #0A192F;
  color: #E0E0E0;
}

.page-no-hu .faq-item.active .faq-answer {
  max-height: 500px; /* Đủ lớn để chứa nội dung */
  padding: 15px 25px;
  background-color: #1A2E47;
}

.page-no-hu .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-no-hu .faq-answer p {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-no-hu .other-games-section {
  background-color: #0A192F;
}

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

.page-no-hu .game-card {
  background-color: #1A2E47;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-no-hu .game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

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

.page-no-hu .game-card h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.page-no-hu .game-card h3 a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-no-hu .game-card h3 a:hover {
  color: #FFA500;
}

.page-no-hu .game-card p {
  color: #E0E0E0;
  font-size: 0.95em;
  padding: 0 15px 20px;
  margin-bottom: 0;
}

.page-no-hu .conclusion-section {
  background-color: #1A2E47;
  text-align: center;
}

.page-no-hu .conclusion-section p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-no-hu .inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-no-hu .inline-link:hover {
  color: #FFA500;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-no-hu h1 {
    font-size: 2.8em;
  }
  .page-no-hu .section-title {
    font-size: 2.2em;
  }
  .page-no-hu .features-grid, .page-no-hu .guide-steps, .page-no-hu .game-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-no-hu h1 {
    font-size: 2.2em;
  }
  .page-no-hu .hero-content p {
    font-size: 1em;
  }
  .page-no-hu .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-no-hu .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-no-hu p {
    font-size: 0.95em;
  }
  .page-no-hu h3 {
    font-size: 1.4em;
  }
  .page-no-hu h4 {
    font-size: 1.2em;
  }
  .page-no-hu .feature-item, .page-no-hu .step-item, .page-no-hu .game-card {
    padding: 20px;
  }
  .page-no-hu .faq-question {
    padding: 15px 20px;
  }
  .page-no-hu .faq-question h3 {
    font-size: 1.1em;
  }
  .page-no-hu .faq-toggle {
    font-size: 1.5em;
  }
  .page-no-hu .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
  .page-no-hu .tips-list li {
    padding: 20px 25px;
  }
}

@media (max-width: 480px) {
  .page-no-hu h1 {
    font-size: 1.8em;
  }
  .page-no-hu .section-title {
    font-size: 1.6em;
  }
  .page-no-hu .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-no-hu .features-grid, .page-no-hu .guide-steps, .page-no-hu .game-cards {
    grid-template-columns: 1fr;
  }
  .page-no-hu .step-item .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    top: -20px;
  }
  .page-no-hu .step-item {
    padding-top: 60px;
  }
  .page-no-hu .game-card .card-image {
    height: 180px;
  }
}