.page-blog-huong-dan-dang-ky-vh88__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: linear-gradient(135deg, #017439, #005f2f);
  color: #ffffff;
}

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

.page-blog-huong-dan-dang-ky-vh88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-vh88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-vh88__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-huong-dan-dang-ky-vh88__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-vh88__btn-primary,
.page-blog-huong-dan-dang-ky-vh88__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-vh88__btn-primary {
  background-color: #C30808; /* Đăng ký color */
  color: #FFFF00; /* Đăng ký font color */
  border: 2px solid #C30808;
}

.page-blog-huong-dan-dang-ky-vh88__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-huong-dan-dang-ky-vh88__btn-secondary {
  background-color: transparent;
  color: #FFFF00; /* Đăng nhập font color */
  border: 2px solid #FFFF00;
}

.page-blog-huong-dan-dang-ky-vh88__btn-secondary:hover {
  background-color: #FFFF00;
  color: #C30808;
}

.page-blog-huong-dan-dang-ky-vh88__hero-image {
  flex: 1 1 40%;
  text-align: center;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-vh88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-blog-huong-dan-dang-ky-vh88__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 16px;
  color: #333333;
  background-color: #ffffff;
}

.page-blog-huong-dan-dang-ky-vh88__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-vh88__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-vh88__section-title:not(:first-of-type) {
  margin-top: 50px;
}

.page-blog-huong-dan-dang-ky-vh88 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-vh88__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-vh88__list li {
  margin-bottom: 8px;
}

.page-blog-huong-dan-dang-ky-vh88__guide-step {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-vh88__step-title {
  font-size: 1.8rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-vh88__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-vh88__faq-list {
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-vh88__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-vh88__faq-item summary {
  display: block;
  padding: 20px;
  cursor: pointer;
  outline: none;
  user-select: none;
  position: relative;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-vh88__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-vh88__faq-item summary:hover {
  background-color: #f5f5f5;
}

.page-blog-huong-dan-dang-ky-vh88__faq-qtext {
  display: block;
  padding-right: 30px;
}

.page-blog-huong-dan-dang-ky-vh88__faq-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1;
  color: #017439;
}

.page-blog-huong-dan-dang-ky-vh88__faq-item[open] .page-blog-huong-dan-dang-ky-vh88__faq-toggle {
  content: '−';
}

.page-blog-huong-dan-dang-ky-vh88__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-vh88__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-blog-huong-dan-dang-ky-vh88__cta-bottom .page-blog-huong-dan-dang-ky-vh88__btn-primary {
  font-size: 1.2rem;
  padding: 16px 32px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-vh88__hero-container {
    flex-direction: column;
    text-align: center;
    padding: 30px 16px;
  }

  .page-blog-huong-dan-dang-ky-vh88__hero-content,
  .page-blog-huong-dan-dang-ky-vh88__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-huong-dan-dang-ky-vh88__cta-buttons {
    justify-content: center;
  }

  .page-blog-huong-dan-dang-ky-vh88__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-huong-dan-dang-ky-vh88__section-title {
    font-size: 2rem;
  }

  .page-blog-huong-dan-dang-ky-vh88__guide-step {
    padding: 25px;
  }

  .page-blog-huong-dan-dang-ky-vh88__step-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-dang-ky-vh88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-vh88__hero-container {
    padding: 20px 15px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-vh88__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-vh88__hero-description {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-vh88__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-vh88__btn-primary,
  .page-blog-huong-dan-dang-ky-vh88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-huong-dan-dang-ky-vh88__hero-side-image {
    border-radius: 8px;
  }

  /* Content Area */
  .page-blog-huong-dan-dang-ky-vh88__content-area {
    padding: 40px 15px;
  }

  .page-blog-huong-dan-dang-ky-vh88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-vh88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .page-blog-huong-dan-dang-ky-vh88 p,
  .page-blog-huong-dan-dang-ky-vh88__list li {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* Guide Steps */
  .page-blog-huong-dan-dang-ky-vh88__guide-step {
    padding: 20px;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-vh88__step-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-vh88__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-vh88__faq-item summary {
    padding: 15px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-vh88__faq-qtext {
    padding-right: 25px;
  }

  .page-blog-huong-dan-dang-ky-vh88__faq-toggle {
    right: 15px;
    font-size: 1.3rem;
  }

  .page-blog-huong-dan-dang-ky-vh88__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }

  /* Bottom CTA */
  .page-blog-huong-dan-dang-ky-vh88__cta-bottom {
    margin-top: 40px;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-vh88__cta-bottom .page-blog-huong-dan-dang-ky-vh88__btn-primary {
    font-size: 1.1rem;
    padding: 14px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General Image Responsiveness */
  .page-blog-huong-dan-dang-ky-vh88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-huong-dan-dang-ky-vh88__section,
  .page-blog-huong-dan-dang-ky-vh88__card,
  .page-blog-huong-dan-dang-ky-vh88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}