/* style/blog-huong-dan-dang-ky-alo789.css */
.page-blog-huong-dan-dang-ky-alo789 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Text Main */
  background-color: #140C0C; /* Body Background */
}

.page-blog-huong-dan-dang-ky-alo789__hero-section {
  padding-top: 10px; /* Small top padding as shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #140C0C;
  color: #FFF1E8;
}

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

.page-blog-huong-dan-dang-ky-alo789__hero-content {
  flex: 1 1 500px;
  text-align: left;
}

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

.page-blog-huong-dan-dang-ky-alo789__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-alo789__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-alo789__cta-buttons--center {
  justify-content: center;
}

.page-blog-huong-dan-dang-ky-alo789__btn-primary,
.page-blog-huong-dan-dang-ky-alo789__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-alo789__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button Gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-alo789__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-alo789__btn-secondary {
  background-color: transparent;
  color: #F3C54D; /* Gold */
  border: 2px solid #F3C54D; /* Gold Border */
}

.page-blog-huong-dan-dang-ky-alo789__btn-secondary:hover {
  background-color: #F3C54D;
  color: #140C0C; /* Dark background color */
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-alo789__hero-image {
  flex: 1 1 450px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-alo789__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-alo789__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #140C0C; /* Body Background */
  color: #FFF1E8; /* Text Main */
}

.page-blog-huong-dan-dang-ky-alo789__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #F3C54D; /* Gold */
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-blog-huong-dan-dang-ky-alo789__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-alo789__guide-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-blog-huong-dan-dang-ky-alo789__guide-item {
  background-color: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-alo789__guide-step-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFB04A;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-alo789__guide-image-wrapper {
  margin-top: 25px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-alo789__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Min size requirement */
  min-height: 200px;
}

.page-blog-huong-dan-dang-ky-alo789__info-list,
.page-blog-huong-dan-dang-ky-alo789__benefits-list,
.page-blog-huong-dan-dang-ky-alo789__notes-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-alo789__info-list li,
.page-blog-huong-dan-dang-ky-alo789__benefits-list li,
.page-blog-huong-dan-dang-ky-alo789__notes-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-huong-dan-dang-ky-alo789__benefits-item {
  background-color: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-alo789__benefits-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #F3C54D; /* Gold */
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-alo789__faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #140C0C; /* Body Background */
  color: #FFF1E8; /* Text Main */
}

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

.page-blog-huong-dan-dang-ky-alo789__faq-item {
  background-color: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-alo789__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #F3C54D; /* Gold */
  position: relative;
}

.page-blog-huong-dan-dang-ky-alo789__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-alo789__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-alo789__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-alo789__faq-item[open] .page-blog-huong-dan-dang-ky-alo789__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-alo789__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-alo789__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  background-color: #140C0C; /* Body Background */
  color: #FFF1E8; /* Text Main */
}

.page-blog-huong-dan-dang-ky-alo789__conclusion-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-alo789__hero-container {
    flex-direction: column;
    text-align: center;
  }

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

  .page-blog-huong-dan-dang-ky-alo789__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-dang-ky-alo789__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-alo789__hero-container {
    padding: 30px 15px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-alo789__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-alo789__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-alo789__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-huong-dan-dang-ky-alo789__btn-primary,
  .page-blog-huong-dan-dang-ky-alo789__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  /* Content Area & Sections */
  .page-blog-huong-dan-dang-ky-alo789__content-area,
  .page-blog-huong-dan-dang-ky-alo789__faq-section,
  .page-blog-huong-dan-dang-ky-alo789__conclusion-section {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-alo789__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-alo789__text-block {
    font-size: 0.95rem;
  }

  /* Guide List Items */
  .page-blog-huong-dan-dang-ky-alo789__guide-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-alo789__guide-step-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  /* General Images */
  .page-blog-huong-dan-dang-ky-alo789 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-alo789__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-alo789__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  /* Conclusion Section */
  .page-blog-huong-dan-dang-ky-alo789__conclusion-text {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }
}