/* style/index-huong-dan-nap-rut-tien.css */

.page-index-huong-dan-nap-rut-tien {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light body background */
  background-color: var(--secondary-color); /* Matches body background from shared.css */
}

.page-index-huong-dan-nap-rut-tien__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Section */
.page-index-huong-dan-nap-rut-tien__hero-section {
  padding-top: 10px; /* Small top padding, relies on body for header offset */
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.page-index-huong-dan-nap-rut-tien__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 15px;
}

.page-index-huong-dan-nap-rut-tien__hero-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.page-index-huong-dan-nap-rut-tien__hero-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-index-huong-dan-nap-rut-tien__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-index-huong-dan-nap-rut-tien__hero-ctas,
.page-index-huong-dan-nap-rut-tien__bottom-ctas {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-index-huong-dan-nap-rut-tien__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  box-sizing: border-box;
  max-width: 100%;
}

.page-index-huong-dan-nap-rut-tien__btn--primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-index-huong-dan-nap-rut-tien__btn--primary:hover {
  background-color: #1e87bb;
  border-color: #1e87bb;
}

.page-index-huong-dan-nap-rut-tien__btn--secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-huong-dan-nap-rut-tien__btn--secondary:hover {
  background-color: #f0f8ff;
  color: #1e87bb;
  border-color: #1e87bb;
}

.page-index-huong-dan-nap-rut-tien__hero-image-wrapper {
  flex: 1 1 500px;
  text-align: center;
}

.page-index-huong-dan-nap-rut-tien__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* General Content Sections */
.page-index-huong-dan-nap-rut-tien__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-index-huong-dan-nap-rut-tien__overview-section {
  background-color: #f8f8f8;
}

.page-index-huong-dan-nap-rut-tien__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-huong-dan-nap-rut-tien__text-block {
  font-size: 1.05em;
  margin-bottom: 25px;
  text-align: justify;
  color: #444444;
}

.page-index-huong-dan-nap-rut-tien__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Guide Steps */
.page-index-huong-dan-nap-rut-tien__guide-step {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-huong-dan-nap-rut-tien__guide-subtitle {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-index-huong-dan-nap-rut-tien__guide-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1em;
  color: #555555;
}

.page-index-huong-dan-nap-rut-tien__guide-list li {
  margin-bottom: 10px;
}

.page-index-huong-dan-nap-rut-tien__checklist {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1em;
  color: #555555;
}

.page-index-huong-dan-nap-rut-tien__checklist li {
  margin-bottom: 8px;
}

/* Tips Section */
.page-index-huong-dan-nap-rut-tien__tips-section {
  background-color: #f8f8f8;
}

.page-index-huong-dan-nap-rut-tien__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.page-index-huong-dan-nap-rut-tien__grid-item {
  flex: 1 1 calc(50% - 15px);
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-huong-dan-nap-rut-tien__bullet-list {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1em;
  color: #555555;
}

.page-index-huong-dan-nap-rut-tien__bullet-list li {
  margin-bottom: 8px;
}

/* Why Bet 69 Section */
.page-index-huong-dan-nap-rut-tien__why-bet69 {
  background-color: #FFFFFF;
}

/* FAQ Section */
.page-index-huong-dan-nap-rut-tien__faq-section {
  background-color: #f8f8f8;
}

.page-index-huong-dan-nap-rut-tien__faq-list {
  margin-top: 40px;
}

.page-index-huong-dan-nap-rut-tien__faq-item {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-index-huong-dan-nap-rut-tien__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  list-style: none;
  outline: none;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}

.page-index-huong-dan-nap-rut-tien__faq-item summary:hover {
  background-color: #f0f0f0;
}

.page-index-huong-dan-nap-rut-tien__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-index-huong-dan-nap-rut-tien__faq-qtext {
  flex-grow: 1;
}

.page-index-huong-dan-nap-rut-tien__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-index-huong-dan-nap-rut-tien__faq-item[open] .page-index-huong-dan-nap-rut-tien__faq-toggle {
  content: '−';
}

.page-index-huong-dan-nap-rut-tien__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

/* Bottom CTA Section */
.page-index-huong-dan-nap-rut-tien__cta-bottom {
  padding: 80px 0;
  background-color: #26A9E0;
  text-align: center;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom-content {
  max-width: 800px;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__section-title {
  color: #FFFFFF;
  margin-bottom: 25px;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__text-block {
  color: #e0f2f7;
  margin-bottom: 40px;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__btn--primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  border-color: #EA7C07;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__btn--primary:hover {
  background-color: #d46f06;
  border-color: #d46f06;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__btn--secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border-color: #FFFFFF;
}

.page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__btn--secondary:hover {
  background-color: #e0f2f7;
  color: #1e87bb;
  border-color: #e0f2f7;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-huong-dan-nap-rut-tien__hero-title {
    font-size: 2.4em;
  }
  .page-index-huong-dan-nap-rut-tien__section-title {
    font-size: 2em;
  }
  .page-index-huong-dan-nap-rut-tien__guide-subtitle {
    font-size: 1.4em;
  }
  .page-index-huong-dan-nap-rut-tien__hero-container {
    padding: 40px 15px;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-index-huong-dan-nap-rut-tien__hero-section {
    padding-top: 10px !important; /* Small top padding, relies on body for header offset */
    padding-bottom: 40px;
  }

  .page-index-huong-dan-nap-rut-tien__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-index-huong-dan-nap-rut-tien__hero-content,
  .page-index-huong-dan-nap-rut-tien__hero-image-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-index-huong-dan-nap-rut-tien__hero-title {
    font-size: 2em;
    text-align: center;
  }

  .page-index-huong-dan-nap-rut-tien__hero-description {
    text-align: center;
    font-size: 1em;
  }

  .page-index-huong-dan-nap-rut-tien__hero-ctas,
  .page-index-huong-dan-nap-rut-tien__bottom-ctas {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  /* Buttons */
  .page-index-huong-dan-nap-rut-tien__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;
  }

  /* General Content Sections */
  .page-index-huong-dan-nap-rut-tien__content-section {
    padding: 40px 0;
  }

  .page-index-huong-dan-nap-rut-tien__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-huong-dan-nap-rut-tien__guide-subtitle {
    font-size: 1.3em;
  }

  .page-index-huong-dan-nap-rut-tien__text-block {
    font-size: 0.95em;
  }

  /* Images */
  .page-index-huong-dan-nap-rut-tien img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-index-huong-dan-nap-rut-tien__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Tips Grid */
  .page-index-huong-dan-nap-rut-tien__grid {
    flex-direction: column;
    gap: 20px;
  }

  .page-index-huong-dan-nap-rut-tien__grid-item {
    flex: 1 1 100%;
  }

  /* FAQ */
  .page-index-huong-dan-nap-rut-tien__faq-item summary {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-index-huong-dan-nap-rut-tien__faq-answer {
    padding: 0 20px 15px;
  }

  /* CTA Bottom */
  .page-index-huong-dan-nap-rut-tien__cta-bottom {
    padding: 60px 0;
  }
  .page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__section-title {
    font-size: 1.8em;
  }
  .page-index-huong-dan-nap-rut-tien__cta-bottom .page-index-huong-dan-nap-rut-tien__text-block {
    font-size: 0.95em;
  }
}