.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi {
  font-family: 'Arial', sans-serif;
  color: var(--text-main); /* #F3F8FF */
  background-color: var(--deep-navy); /* #08162B from shared.css */
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgba(17, 59, 122, 0.8) 0%, rgba(8, 22, 43, 0.8) 100%), url('[GALLERY:blog:1920x1080:f8bef,abstract_background,blue_gold,digital_patterns]') no-repeat center center;
  background-size: cover;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 15px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-content {
  flex: 1 1 500px;
  text-align: left;
  z-index: 1;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-main); /* #F3F8FF */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__intro-text {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--text-secondary); /* #AFC4E8 */
  margin-bottom: 30px;
  max-width: 600px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff; /* White text for contrast */
  border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 5px 15px rgba(43, 115, 246, 0.4);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__btn-secondary {
  background: none;
  color: var(--glow); /* #4FA8FF */
  border: 2px solid var(--glow); /* #4FA8FF */
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__btn-secondary:hover {
  background: var(--glow); /* #4FA8FF */
  color: var(--deep-navy); /* #08162B */
  box-shadow: 0 5px 15px rgba(79, 168, 255, 0.4);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-image {
  flex: 1 1 500px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__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-va-choi-f8bef-cho-nguoi-moi__content-area {
  padding: 80px 15px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--gold); /* #F2C14E */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--glow); /* #4FA8FF */
  border-radius: 2px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__paragraph {
  font-size: 1rem;
  color: var(--text-secondary); /* #AFC4E8 */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__benefit-list,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__unordered-list,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__tips-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__benefit-item,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__tip-item,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__unordered-list li {
  background-color: var(--card-b-g); /* #10233F */
  border: 1px solid var(--border); /* #244D84 */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: var(--text-main); /* #F3F8FF */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__benefit-item:hover,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__tip-item:hover,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__unordered-list li:hover {
  transform: translateY(-5px);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__benefit-item strong,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__tip-item strong {
  color: var(--gold); /* #F2C14E */
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__guide-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__guide-step {
  background-color: var(--card-b-g); /* #10233F */
  border: 1px solid var(--border); /* #244D84 */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__step-title {
  font-size: 1.6rem;
  color: var(--gold); /* #F2C14E */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__step-description {
  font-size: 1rem;
  color: var(--text-secondary); /* #AFC4E8 */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__sub-list {
  list-style: disc;
  margin-left: 25px;
  color: var(--text-secondary); /* #AFC4E8 */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__sub-list li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__sub-list li strong {
  color: var(--text-main); /* #F3F8FF */
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__numbered-list {
  list-style: decimal;
  margin-left: 25px;
  color: var(--text-secondary); /* #AFC4E8 */
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__numbered-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--text-secondary);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__numbered-list li strong {
  color: var(--text-main); /* #F3F8FF */
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-item {
  background-color: var(--card-b-g); /* #10233F */
  border: 1px solid var(--border); /* #244D84 */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-main); /* #F3F8FF */
  cursor: pointer;
  position: relative;
  user-select: none;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 20px;
  color: var(--gold); /* #F2C14E */
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-item[open] .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: var(--text-secondary); /* #AFC4E8 */
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background-color: var(--card-b-g); /* #10233F */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-bottom .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__section-title {
  color: var(--gold); /* #F2C14E */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-bottom .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__paragraph {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-section {
    padding-top: 10px !important; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-container {
    flex-direction: column-reverse; /* Image above text for mobile */
    padding: 40px 15px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-content {
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__main-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__intro-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-button,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__btn-primary,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__btn-secondary,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi a[class*="button"],
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi 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-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-image {
    order: -1; /* Image first */
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__hero-side-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__content-area {
    padding: 40px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__benefit-item,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__tip-item,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__unordered-list li {
    padding: 15px;
    font-size: 0.95rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__guide-section {
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__guide-step {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__step-title {
    font-size: 1.4rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__step-description {
    font-size: 0.9rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__guide-image,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__content-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__sub-list,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__numbered-list {
    margin-left: 20px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__sub-list li,
  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__numbered-list li {
    font-size: 0.9rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-bottom {
    padding: 30px 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__cta-bottom .page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__paragraph {
    font-size: 1rem;
  }
}

/* Common styles for content sections, ensuring no overflow */
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__section,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__card,
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Ensure all images maintain original color */
.page-blog-huong-dan-dang-ky-va-choi-f8bef-cho-nguoi-moi img {
  filter: none !important;
}