.page-blog-huong-dan-dang-ky-bj888 { color: var(--text-main, #FFF1E8); background: var(--bg-primary, #140C0C); }
.page-blog-huong-dan-dang-ky-bj888__container { max-width: 1170px; margin: 0 auto; padding: 40px 16px; box-sizing: border-box; }
.page-blog-huong-dan-dang-ky-bj888__section-title { font-size: 2.5em; color: var(--gold, #F3C54D); text-align: center; margin-bottom: 40px; font-weight: 700; line-height: 1.2; }
.page-blog-huong-dan-dang-ky-bj888 p { line-height: 1.6; margin-bottom: 1em; }
.page-blog-huong-dan-dang-ky-bj888 img { max-width: 100%; height: auto; display: block; }

/* Hero Section */
.page-blog-huong-dan-dang-ky-bj888__hero-section { padding-top: 10px; padding-bottom: 60px; background: var(--deep-red, #7E0D0D); color: var(--text-main, #FFF1E8); }
.page-blog-huong-dan-dang-ky-bj888__hero-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; padding: 60px 16px; }
.page-blog-huong-dan-dang-ky-bj888__hero-content { flex: 1 1 50%; min-width: 300px; }
.page-blog-huong-dan-dang-ky-bj888__hero-title { font-size: clamp(2em, 4vw, 3.5em); font-weight: 800; margin-bottom: 20px; line-height: 1.2; color: var(--gold, #F3C54D); }
.page-blog-huong-dan-dang-ky-bj888__hero-description { font-size: 1.1em; margin-bottom: 30px; opacity: 0.9; }
.page-blog-huong-dan-dang-ky-bj888__hero-image { flex: 1 1 40%; text-align: center; }
.page-blog-huong-dan-dang-ky-bj888__hero-side-image { max-width: 600px; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
.page-blog-huong-dan-dang-ky-bj888__cta-buttons { display: flex; gap: 20px; flex-wrap: wrap; }
.page-blog-huong-dan-dang-ky-bj888__btn-primary, .page-blog-huong-dan-dang-ky-bj888__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}
.page-blog-huong-dan-dang-ky-bj888__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}
.page-blog-huong-dan-dang-ky-bj888__btn-primary:hover { background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 176, 74, 0.6); }
.page-blog-huong-dan-dang-ky-bj888__btn-secondary {
  background: transparent;
  color: var(--gold, #F3C54D);
  border: 2px solid var(--gold, #F3C54D);
}
.page-blog-huong-dan-dang-ky-bj888__btn-secondary:hover { background: var(--gold, #F3C54D); color: var(--deep-red, #7E0D0D); transform: translateY(-2px); }

/* Intro Section */
.page-blog-huong-dan-dang-ky-bj888__intro-section { padding: 80px 0; background: var(--bg-primary, #140C0C); }
.page-blog-huong-dan-dang-ky-bj888__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }
.page-blog-huong-dan-dang-ky-bj888__icon-box { background: var(--card-bg, #2A1212); padding: 30px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; border: 1px solid var(--border-color, #6A1E1E); }
.page-blog-huong-dan-dang-ky-bj888__icon-box:hover { transform: translateY(-8px); }
.page-blog-huong-dan-dang-ky-bj888__icon-box-media { width: 160px; height: 160px; aspect-ratio: 1/1; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; border: 3px solid var(--gold, #F3C54D); }
.page-blog-huong-dan-dang-ky-bj888__icon-box-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.page-blog-huong-dan-dang-ky-bj888__icon-box-title { font-size: 1.4em; color: var(--gold, #F3C54D); margin-bottom: 15px; font-weight: 700; }
.page-blog-huong-dan-dang-ky-bj888__icon-box-description { font-size: 0.95em; color: var(--text-main, #FFF1E8); opacity: 0.8; }

/* Guide Section */
.page-blog-huong-dan-dang-ky-bj888__guide-section { padding: 80px 0; background: var(--bg-primary, #140C0C); }
.page-blog-huong-dan-dang-ky-bj888__guide-step { background: var(--card-bg, #2A1212); padding: 40px; border-radius: 12px; margin-bottom: 30px; border: 1px solid var(--border-color, #6A1E1E); }
.page-blog-huong-dan-dang-ky-bj888__step-title { font-size: 2em; color: var(--gold, #F3C54D); margin-bottom: 20px; font-weight: 700; }
.page-blog-huong-dan-dang-ky-bj888__step-description { font-size: 1.05em; margin-bottom: 20px; color: var(--text-main, #FFF1E8); opacity: 0.9; }
.page-blog-huong-dan-dang-ky-bj888__step-image { max-width: 800px; margin: 20px auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border: 1px solid var(--border-color, #6A1E1E); }
.page-blog-huong-dan-dang-ky-bj888__step-list { list-style-type: disc; margin-left: 20px; margin-bottom: 20px; color: var(--text-main, #FFF1E8); opacity: 0.9; }
.page-blog-huong-dan-dang-ky-bj888__step-list li { margin-bottom: 8px; font-size: 1em; }
.page-blog-huong-dan-dang-ky-bj888__step-list strong { color: var(--gold, #F3C54D); }

/* Benefits Section */
.page-blog-huong-dan-dang-ky-bj888__benefits-section { padding: 80px 0; background: var(--bg-primary, #140C0C); }
.page-blog-huong-dan-dang-ky-bj888__benefits-grid { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; }
.page-blog-huong-dan-dang-ky-bj888__benefits-text { flex: 1 1 55%; min-width: 300px; }
.page-blog-huong-dan-dang-ky-bj888__benefits-text p { font-size: 1.05em; margin-bottom: 20px; color: var(--text-main, #FFF1E8); opacity: 0.9; }
.page-blog-huong-dan-dang-ky-bj888__benefits-list { list-style-type: none; padding-left: 0; margin-bottom: 20px; }
.page-blog-huong-dan-dang-ky-bj888__benefits-list li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 1.05em; color: var(--text-main, #FFF1E8); opacity: 0.9; }
.page-blog-huong-dan-dang-ky-bj888__benefits-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold, #F3C54D); font-weight: 700; font-size: 1.2em; top: 0; }
.page-blog-huong-dan-dang-ky-bj888__benefits-list strong { color: var(--gold, #F3C54D); }
.page-blog-huong-dan-dang-ky-bj888__benefits-image { flex: 1 1 35%; text-align: center; }
.page-blog-huong-dan-dang-ky-bj888__content-image { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border: 1px solid var(--border-color, #6A1E1E); }

/* FAQ Section */
.page-blog-huong-dan-dang-ky-bj888__faq-section { padding: 80px 0; background: var(--bg-primary, #140C0C); }
.page-blog-huong-dan-dang-ky-bj888__faq-list { flex: 1 1 55%; min-width: 300px; }
.page-blog-huong-dan-dang-ky-bj888__faq-item { background: var(--card-bg, #2A1212); margin-bottom: 15px; border-radius: 8px; border: 1px solid var(--border-color, #6A1E1E); }
.page-blog-huong-dan-dang-ky-bj888__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; font-size: 1.15em; font-weight: 600; color: var(--gold, #F3C54D); list-style: none; }
.page-blog-huong-dan-dang-ky-bj888__faq-question::-webkit-details-marker { display: none; }
.page-blog-huong-dan-dang-ky-bj888__faq-qtext { flex-grow: 1; }
.page-blog-huong-dan-dang-ky-bj888__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; }
.page-blog-huong-dan-dang-ky-bj888__faq-item[open] .page-blog-huong-dan-dang-ky-bj888__faq-toggle { transform: rotate(45deg); }
.page-blog-huong-dan-dang-ky-bj888__faq-answer { padding: 0 25px 20px; font-size: 1em; line-height: 1.6; color: var(--text-main, #FFF1E8); opacity: 0.8; }
.page-blog-huong-dan-dang-ky-bj888__faq-image-container { flex: 1 1 35%; text-align: center; }
.page-blog-huong-dan-dang-ky-bj888__faq-section .page-blog-huong-dan-dang-ky-bj888__container { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }

/* CTA Section */
.page-blog-huong-dan-dang-ky-bj888__cta-section { padding: 80px 0; text-align: center; background: var(--card-bg, #2A1212); border-top: 1px solid var(--border-color, #6A1E1E); }
.page-blog-huong-dan-dang-ky-bj888__cta-title { font-size: 2.2em; color: var(--gold, #F3C54D); margin-bottom: 20px; font-weight: 700; }
.page-blog-huong-dan-dang-ky-bj888__cta-description { font-size: 1.1em; margin-bottom: 40px; color: var(--text-main, #FFF1E8); opacity: 0.9; max-width: 800px; margin-left: auto; margin-right: auto; }

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-bj888__hero-container { flex-direction: column; text-align: center; padding: 40px 16px; }
  .page-blog-huong-dan-dang-ky-bj888__hero-content { flex: none; width: 100%; }
  .page-blog-huong-dan-dang-ky-bj888__hero-image { flex: none; width: 100%; margin-top: 30px; }
  .page-blog-huong-dan-dang-ky-bj888__cta-buttons { justify-content: center; }
  .page-blog-huong-dan-dang-ky-bj888__benefits-grid, .page-blog-huong-dan-dang-ky-bj888__faq-section .page-blog-huong-dan-dang-ky-bj888__container { flex-direction: column; }
  .page-blog-huong-dan-dang-ky-bj888__benefits-text, .page-blog-huong-dan-dang-ky-bj888__benefits-image, .page-blog-huong-dan-dang-ky-bj888__faq-list, .page-blog-huong-dan-dang-ky-bj888__faq-image-container { flex: none; width: 100%; }
  .page-blog-huong-dan-dang-ky-bj888__benefits-image, .page-blog-huong-dan-dang-ky-bj888__faq-image-container { margin-top: 30px; }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-bj888__hero-section { padding-top: 10px !important; padding-bottom: 40px !important; }
  .page-blog-huong-dan-dang-ky-bj888__hero-title { font-size: 2em; }
  .page-blog-huong-dan-dang-ky-bj888__hero-description { font-size: 1em; }
  .page-blog-huong-dan-dang-ky-bj888__cta-buttons { flex-direction: column; gap: 15px; }
  .page-blog-huong-dan-dang-ky-bj888__btn-primary, .page-blog-huong-dan-dang-ky-bj888__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-huong-dan-dang-ky-bj888__section-title { font-size: 1.8em; margin-bottom: 30px; }
  .page-blog-huong-dan-dang-ky-bj888__intro-grid { grid-template-columns: 1fr; }
  .page-blog-huong-dan-dang-ky-bj888__icon-box-media { width: 120px; height: 120px; margin-bottom: 15px; }
  .page-blog-huong-dan-dang-ky-bj888__icon-box-title { font-size: 1.2em; }
  .page-blog-huong-dan-dang-ky-bj888__guide-step { padding: 30px 20px; }
  .page-blog-huong-dan-dang-ky-bj888__step-title { font-size: 1.5em; }
  .page-blog-huong-dan-dang-ky-bj888__step-description { font-size: 0.95em; }
  .page-blog-huong-dan-dang-ky-bj888__faq-question { padding: 15px 20px; font-size: 1em; }
  .page-blog-huong-dan-dang-ky-bj888__faq-answer { padding: 0 20px 15px; font-size: 0.9em; }
  .page-blog-huong-dan-dang-ky-bj888__cta-title { font-size: 1.8em; }
  .page-blog-huong-dan-dang-ky-bj888__cta-description { font-size: 1em; }

  /* General Image and Container Mobile Adaptations */
  .page-blog-huong-dan-dang-ky-bj888 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-huong-dan-dang-ky-bj888__container,
  .page-blog-huong-dan-dang-ky-bj888__hero-container,
  .page-blog-huong-dan-dang-ky-bj888__intro-section,
  .page-blog-huong-dan-dang-ky-bj888__guide-section,
  .page-blog-huong-dan-dang-ky-bj888__benefits-section,
  .page-blog-huong-dan-dang-ky-bj888__faq-section,
  .page-blog-huong-dan-dang-ky-bj888__cta-section,
  .page-blog-huong-dan-dang-ky-bj888__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}