.page-blog-huong-dan-dang-ky-w188 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Main text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

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

.page-blog-huong-dan-dang-ky-w188__text-center {
  text-align: center;
}

/* HERO Section */
.page-blog-huong-dan-dang-ky-w188__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #0D0E12; /* Match body background for consistency */
  color: #FFF3E6;
}

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

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

.page-blog-huong-dan-dang-ky-w188__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em); /* H1 title font-size clamp */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FF8C1A; /* Brand color for main title */
}

.page-blog-huong-dan-dang-ky-w188__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

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

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

/* Buttons */
.page-blog-huong-dan-dang-ky-w188__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-w188__cta-buttons--inline {
  justify-content: flex-start;
}

.page-blog-huong-dan-dang-ky-w188__btn-primary,
.page-blog-huong-dan-dang-ky-w188__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  text-align: center;
}
}