/* Base styles for the Hướng dẫn chơi page */
.page-huong-dan-choi {
  font-family: Arial, sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-huong-dan-choi__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-huong-dan-choi__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2C14E; /* Main color */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-huong-choi__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF6D6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-huong-dan-choi p {
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Buttons */
.page-huong-dan-choi__btn-primary,
.page-huong-dan-choi__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  font-size: 1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-huong-dan-choi__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
}

.page-huong-dan-choi__btn-primary:hover {
  filter: brightness(1.1);
}

.page-huong-dan-choi__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E; /* Main color */
}

.page-huong-dan-choi__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
}

/* HERO Section */
.page-huong-dan-choi__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #0A0A0A;
}

.page-huong-dan-choi__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-huong-dan-choi__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-huong-dan-choi__hero-title {
  font-size: 3.2em;
  font-weight: bold;
  color: #F2C14E; /* Main color */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-huong-dan-choi__hero-description {
  font-size: 1.2em;
  color: #FFF6D6;
  margin-bottom: 30px;
}

.page-huong-dan-choi__hero-cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-huong-dan-choi__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

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

/* Guide Section */
.page-huong-dan-choi__guide-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-huong-dan-choi__guide-step {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-huong-dan-choi__guide-step:nth-child(even) {
  flex-direction: row-reverse;
}

.page-huong-dan-choi__guide-step-media {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-huong-dan-choi__guide-step-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-huong-dan-choi__guide-step-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-huong-dan-choi__guide-step-title {
  font-size: 2em;
  font-weight: bold;
  color: #FFD36B; /* Glow color */
  margin-bottom: 15px;
  line-height: 1.3;
}

/* FAQ Section */
.page-huong-dan-choi__faq-section {
  padding: 60px 0;
  background-color: #111111; /* Card BG */
}

.page-huong-dan-choi__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-huong-dan-choi__faq-item {
  background-color: #0A0A0A; /* Background */
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  list-style: none;
}

.page-huong-dan-choi__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-huong-dan-choi__faq-item summary::marker {
  display: none;
}

.page-huong-dan-choi__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFF6D6;
  cursor: pointer;
  position: relative;
  background-color: #111111;
}

.page-huong-dan-choi__faq-question:hover {
  background-color: #1a1a1a;
}

.page-huong-dan-choi__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-huong-dan-choi__faq-item[open] .page-huong-dan-choi__faq-toggle {
  transform: rotate(45deg);
}

.page-huong-dan-choi__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #FFF6D6;
  line-height: 1.6;
}

/* Call to Action Bottom Section */
.page-huong-dan-choi__cta-bottom-section {
  padding: 80px 0;
  background-color: #0A0A0A;
  text-align: center;
}

.page-huong-dan-choi__cta-bottom-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-huong-dan-choi__cta-bottom-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #F2C14E;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-huong-dan-choi__cta-bottom-description {
  font-size: 1.2em;
  color: #FFF6D6;
  margin-bottom: 40px;
}

.page-huong-dan-choi__cta-bottom-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Universal image responsive styles */
.page-huong-dan-choi img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-huong-dan-choi__hero-title {
    font-size: 2.8em;
  }

  .page-huong-dan-choi__section-title {
    font-size: 2.2em;
  }

  .page-huong-dan-choi__guide-step-title {
    font-size: 1.8em;
  }

  .page-huong-dan-choi__cta-bottom-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  /* All containers */
  .page-huong-dan-choi__container,
  .page-huong-dan-choi__hero-container,
  .page-huong-dan-choi__cta-bottom-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-huong-dan-choi {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-huong-dan-choi__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles --header-offset */
    padding-bottom: 40px;
  }

  .page-huong-dan-choi__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-huong-dan-choi__hero-content,
  .page-huong-dan-choi__hero-image {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
  }

  .page-huong-dan-choi__hero-title {
    font-size: 2.2em;
    text-align: center;
  }

  .page-huong-dan-choi__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-huong-dan-choi__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Guide Section */
  .page-huong-dan-choi__guide-section {
    padding: 40px 0;
  }

  .page-huong-dan-choi__guide-step {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .page-huong-dan-choi__guide-step:nth-child(even) {
    flex-direction: column;
  }

  .page-huong-dan-choi__guide-step-media,
  .page-huong-dan-choi__guide-step-content {
    flex: 1 1 100%;
    min-width: unset;
    width: 100%;
  }

  .page-huong-dan-choi__guide-step-title {
    font-size: 1.5em;
    text-align: center;
  }

  /* FAQ Section */
  .page-huong-dan-choi__faq-section {
    padding: 40px 0;
  }

  .page-huong-dan-choi__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-huong-dan-choi__section-intro {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-huong-dan-choi__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-huong-dan-choi__faq-answer {
    padding: 0 20px 15px;
    font-size: 1em;
  }

  /* Call to Action Bottom Section */
  .page-huong-dan-choi__cta-bottom-section {
    padding: 50px 0;
  }

  .page-huong-dan-choi__cta-bottom-title {
    font-size: 2em;
  }

  .page-huong-dan-choi__cta-bottom-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-huong-dan-choi__cta-bottom-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Buttons */
  .page-huong-dan-choi__btn-primary,
  .page-huong-dan-choi__btn-secondary,
  .page-huong-dan-choi a[class*="button"],
  .page-huong-dan-choi a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-huong-dan-choi__hero-cta-buttons,
  .page-huong-dan-choi__cta-bottom-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap !important;
    gap: 15px;
  }

  /* Universal image responsive styles */
  .page-huong-dan-choi img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* No specific __icon-box-media, __game-tabs, __intro-section for this page */
}