.page-blog-huong-dan-dang-ky-shbet800 {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-shbet800__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-dang-ky-shbet800__hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding as per instruction */
  padding-bottom: 60px;
  text-align: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-shbet800__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-shbet800__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow color for prominence */
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-huong-dan-dang-ky-shbet800__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-shbet800__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for contrast */
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-shbet800__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-huong-dan-dang-ky-shbet800__hero-image {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-huong-dan-dang-ky-shbet800__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-huong-dan-dang-ky-shbet800__section {
  padding: 60px 0;
  border-bottom: 1px solid #3A2A12; /* Border color */
}

.page-blog-huong-dan-dang-ky-shbet800__section:last-of-type {
  border-bottom: none;
}

.page-blog-huong-dan-dang-ky-shbet800__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Primary color */
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-huong-dan-dang-ky-shbet800__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-shbet800__article-body p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-shbet800__benefits-list,
.page-blog-huong-dan-dang-ky-shbet800__info-list,
.page-blog-huong-dan-dang-ky-shbet800__checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-shbet800__benefits-list li,
.page-blog-huong-dan-dang-ky-shbet800__info-list li,
.page-blog-huong-dan-dang-ky-shbet800__checklist li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 1.05rem;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-shbet800__benefits-list li::before,
.page-blog-huong-dan-dang-ky-shbet800__info-list li::before,
.page-blog-huong-dan-dang-ky-shbet800__checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FFD36B; /* Glow color for checkmark */
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-shbet800__image-wrapper {
  margin: 30px auto;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-shbet800__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-huong-dan-dang-ky-shbet800__step-item {
  margin-bottom: 50px;
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-huong-dan-dang-ky-shbet800__step-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #F2C14E; /* Primary color */
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}

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

details.page-blog-huong-dan-dang-ky-shbet800__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #3A2A12; /* Border */
  overflow: hidden;
  background: #111111; /* Card BG */
}
details.page-blog-huong-dan-dang-ky-shbet800__faq-item summary.page-blog-huong-dan-dang-ky-shbet800__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF6D6;
}
details.page-blog-huong-dan-dang-ky-shbet800__faq-item summary.page-blog-huong-dan-dang-ky-shbet800__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-dang-ky-shbet800__faq-item summary.page-blog-huong-dan-dang-ky-shbet800__faq-question:hover {
  background: rgba(242, 193, 78, 0.1);
}
.page-blog-huong-dan-dang-ky-shbet800__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF6D6;
}
.page-blog-huong-dan-dang-ky-shbet800__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F2C14E; /* Primary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-shbet800__faq-item .page-blog-huong-dan-dang-ky-shbet800__faq-answer {
  padding: 0 20px 20px;
  background: rgba(242, 193, 78, 0.05);
  border-radius: 0 0 5px 5px;
  color: #FFF6D6;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-shbet800__container {
    padding: 20px 30px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-shbet800 {
    font-size: 15px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__container,
  .page-blog-huong-dan-dang-ky-shbet800__article-body,
  .page-blog-huong-dan-dang-ky-shbet800__hero-section,
  .page-blog-huong-dan-dang-ky-shbet800__section,
  .page-blog-huong-dan-dang-ky-shbet800__step-item,
  .page-blog-huong-dan-dang-ky-shbet800__image-wrapper,
  .page-blog-huong-dan-dang-ky-shbet800__cta-footer {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__hero-content {
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .page-blog-huong-dan-dang-ky-shbet800__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__btn-primary {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-dang-ky-shbet800__hero-image {
    margin-top: 20px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__hero-image img,
  .page-blog-huong-dan-dang-ky-shbet800__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important; /* HERO image specific for mobile */
    aspect-ratio: unset !important; /* HERO image specific for mobile */
  }
  .page-blog-huong-dan-dang-ky-shbet800__section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-shbet800__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__article-body p,
  .page-blog-huong-dan-dang-ky-shbet800__benefits-list li,
  .page-blog-huong-dan-dang-ky-shbet800__info-list li,
  .page-blog-huong-dan-dang-ky-shbet800__checklist li {
    font-size: 1rem;
  }
  .page-blog-huong-dan-dang-ky-shbet800__step-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__step-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    margin-bottom: 15px;
  }
  details.page-blog-huong-dan-dang-ky-shbet800__faq-item summary.page-blog-huong-dan-dang-ky-shbet800__faq-question {
    padding: 15px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__faq-qtext {
    font-size: 15px;
  }
  details.page-blog-huong-dan-dang-ky-shbet800__faq-item .page-blog-huong-dan-dang-ky-shbet800__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-huong-dan-dang-ky-shbet800__cta-footer {
    margin-top: 30px;
  }
}