.page-blog-huong-dan-dang-ky-tai-khoan-ae88 {
  font-family: Arial, sans-serif;
  color: var(--Text-Main, #F2FFF6); /* Default text color for main content */
  background-color: var(--background-color, #08160F); /* Body background from shared */
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden; /* Ensure no overflow */
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-image {
  width: 100%;
  max-height: 500px; /* Adjust as needed */
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover for desktop */
  object-position: center;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: var(--Card-B-G, #11271B); /* Card BG color */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-top: -100px; /* Overlap with image slightly */
  margin-bottom: 40px;
  color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--Gold, #F2C14E); /* Gold for main title */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%; /* Ensure container takes full width */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-primary,
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%; /* Ensure buttons don't overflow */
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-secondary {
  background: transparent;
  color: var(--Text-Main, #F2FFF6);
  border: 2px solid var(--Glow, #57E38D); /* Border with Glow color */
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1); /* Subtle hover effect */
  transform: translateY(-3px);
}

/* Content Area */
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__content-area {
  padding: 20px 0;
  color: var(--Text-Main, #F2FFF6); /* Ensure text color contrast with dark background */
  background-color: var(--background-color, #08160F);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body {
  background: var(--Card-B-G, #11271B); /* Card BG color */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  line-height: 1.7;
  color: var(--Text-Main, #F2FFF6); /* Main text color */
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--Gold, #F2C14E); /* Gold for section titles */
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--Glow, #57E38D); /* Glow for sub-titles */
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--Text-Main, #F2FFF6); /* Main text for smaller titles */
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body p {
  margin-bottom: 15px;
  color: var(--Text-Secondary, #A7D9B8); /* Secondary text color for paragraphs */
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__list,
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__numbered-list,
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__nested-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__numbered-list {
  list-style-type: decimal;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__list li,
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__numbered-list li,
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__nested-list li {
  margin-bottom: 10px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__nested-list {
    list-style-type: circle;
    margin-left: 30px;
}

/* CTA Block within article */
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-block {
  background: var(--Deep-Green, #0A4B2C); /* Deep Green for CTA block */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--Gold, #F2C14E);
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-button {
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-list {
  margin-top: 30px;
}

details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--Border, #2E7A4E); /* Border color */
  overflow: hidden;
  background: var(--Card-B-G, #11271B); /* Card BG color */
  color: var(--Text-Main, #F2FFF6);
}
details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item summary.page-blog-huong-dan-dang-ky-tai-khoan-ae88__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: var(--Text-Main, #F2FFF6);
}
details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item summary.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item summary.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-question:hover {
  background: var(--Divider, #1E3A2A); /* Divider color for hover */
}
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--Text-Main, #F2FFF6);
}
.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--Glow, #57E38D); /* Glow color for toggle icon */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item .page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-answer {
  padding: 0 20px 20px;
  background: var(--Deep-Green, #0A4B2C); /* Deep Green for answer background */
  border-radius: 0 0 8px 8px;
  color: var(--Text-Secondary, #A7D9B8);
}
details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item .page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-answer p {
  color: var(--Text-Secondary, #A7D9B8);
}

/* General image styling */
.page-blog-huong-dan-dang-ky-tai-khoan-ae88 img {
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-content {
    max-width: 700px;
    margin-top: -80px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__main-title {
    font-size: 2.5rem;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__description {
    font-size: 1rem;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body {
    padding: 30px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__section-title {
    font-size: 2rem;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-section {
    padding-top: 10px; /* Small top padding */
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-image img {
    object-fit: contain !important; /* Mobile: contain, not cover */
    aspect-ratio: unset !important; /* Remove aspect ratio */
    max-height: 300px; /* Limit height for mobile */
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__hero-content {
    padding: 25px 15px;
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__main-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  /* 按钮与按钮容器 */
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding-left: 15px; /* Add padding to container */
    padding-right: 15px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-primary,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-secondary,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88 a[class*="button"],
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88 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: 12px 15px; /* Adjust padding for mobile */
    font-size: 0.95rem;
  }
  /* 按钮容器移动端适配 */
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-buttons,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__button-group,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  /* 通用图片与容器 */
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset; /* Remove min-width for mobile */
    min-height: unset; /* Remove min-height for mobile */
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__section,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__card,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__container,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body {
    padding: 20px;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__section-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__sub-title {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body h4 {
    font-size: 1.1rem;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__article-body p {
    font-size: 0.95rem;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__list,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__numbered-list,
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__nested-list {
    margin-left: 15px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-block {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-title {
    font-size: 1.5rem;
  }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__cta-description {
    font-size: 0.95rem;
  }

  /* FAQ Section Mobile */
  details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item summary.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-question { padding: 15px; }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-qtext { font-size: 1rem; }
  .page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-toggle { font-size: 20px; margin-left: 10px; width: 24px; }
  details.page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-item .page-blog-huong-dan-dang-ky-tai-khoan-ae88__faq-answer { padding: 0 15px 15px; }
}