/* style/blog-huong-dan-dang-ky-888l.css */

/* Base styles for the page */
.page-blog-huong-dan-dang-ky-888l {
  font-family: Arial, sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #F4F7FB; /* Page background color */
}

/* HERO Section */
.page-blog-huong-dan-dang-ky-888l__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

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

.page-blog-huong-dan-dang-ky-888l__hero-image {
  flex: 1 1 500px; /* Adjust base width for flexibility */
  text-align: center;
  order: 2; /* Image below text on mobile, next to text on desktop */
}

.page-blog-huong-dan-dang-ky-888l__main-visual {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-888l__hero-content {
  flex: 1 1 500px; /* Adjust base width for flexibility */
  order: 1;
  color: #1F2D3D;
  text-align: left;
}

.page-blog-huong-dan-dang-ky-888l__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000;
}

.page-blog-huong-dan-dang-ky-888l__description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-888l__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-888l__btn-primary,
.page-blog-huong-dan-dang-ky-888l__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-888l__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-888l__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-huong-dan-dang-ky-888l__btn-secondary {
  background-color: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-huong-dan-dang-ky-888l__btn-secondary:hover {
  background-color: #F4F7FB;
  color: #2F6BFF;
  border-color: #2F6BFF;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.2);
}

/* Content Area */
.page-blog-huong-dan-dang-ky-888l__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-888l__section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-888l__section-intro {
  margin-bottom: 60px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-888l__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-888l__guide-section {
  margin-bottom: 80px;
}

.page-blog-huong-dan-dang-ky-888l__step-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-888l__step-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-huong-dan-dang-ky-888l__step-title {
  font-size: 24px;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-888l__step-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-888l__step-list {
  list-style: disc;
  text-align: left;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-888l__step-list li {
  margin-bottom: 8px;
}

.page-blog-huong-dan-dang-ky-888l__btn-link {
  color: #2F6BFF;
  text-decoration: underline;
  font-weight: 500;
}

.page-blog-huong-dan-dang-ky-888l__btn-link:hover {
  text-decoration: none;
}

.page-blog-huong-dan-dang-ky-888l__cta-block {
  background-color: #2F6BFF;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  color: #ffffff;
  margin-top: 60px;
}

.page-blog-huong-dan-dang-ky-888l__cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-888l__cta-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Important Notes Section */
.page-blog-huong-dan-dang-ky-888l__important-notes-section {
  margin-bottom: 80px;
}

.page-blog-huong-dan-dang-ky-888l__notes-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-blog-huong-dan-dang-ky-888l__notes-list li {
  background-color: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #1F2D3D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-888l__notes-list li strong {
  color: #000000;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-888l__faq-section {
  margin-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-888l__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-huong-dan-dang-ky-888l__faq-item {
  background-color: #ffffff;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-888l__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #1F2D3D;
  outline: none;
  user-select: none;
}

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

.page-blog-huong-dan-dang-ky-888l__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-huong-dan-dang-ky-888l__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-blog-huong-dan-dang-ky-888l__faq-item[open] .page-blog-huong-dan-dang-ky-888l__faq-toggle {
  content: '−';
}

.page-blog-huong-dan-dang-ky-888l__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-888l__faq-answer p {
  margin: 0;
}

/* General image responsiveness */
.page-blog-huong-dan-dang-ky-888l img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

  .page-blog-huong-dan-dang-ky-888l__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-888l__hero-content {
    order: 2;
    text-align: center;
  }

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

  .page-blog-huong-dan-dang-ky-888l__main-title {
    font-size: clamp(26px, 5vw, 42px);
  }

  .page-blog-huong-dan-dang-ky-888l__description {
    font-size: 17px;
  }

  .page-blog-huong-dan-dang-ky-888l__section-title {
    font-size: clamp(22px, 4vw, 32px);
  }

  .page-blog-huong-dan-dang-ky-888l__step-title {
    font-size: 22px;
  }

  .page-blog-huong-dan-dang-ky-888l__cta-title {
    font-size: 28px;
  }
}

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

  .page-blog-huong-dan-dang-ky-888l__hero-container {
    padding: 30px 15px !important;
    gap: 25px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__main-title {
    font-size: clamp(24px, 6vw, 36px) !important;
    margin-bottom: 15px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__description {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-888l__btn-primary,
  .page-blog-huong-dan-dang-ky-888l__btn-secondary,
  .page-blog-huong-dan-dang-ky-888l a[class*="button"],
  .page-blog-huong-dan-dang-ky-888l 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 20px !important;
    font-size: 15px !important;
  }

  /* Content Area */
  .page-blog-huong-dan-dang-ky-888l__content-area {
    padding: 40px 15px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__section-title {
    font-size: clamp(20px, 5vw, 28px) !important;
    margin-bottom: 25px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__section-intro {
    margin-bottom: 40px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__text-block {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-888l__guide-section {
    margin-bottom: 60px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__step-card {
    padding: 20px !important;
    margin-bottom: 30px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__step-title {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__step-description,
  .page-blog-huong-dan-dang-ky-888l__step-list li {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .page-blog-huong-dan-dang-ky-888l__cta-block {
    padding: 30px 20px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__cta-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__cta-text {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }

  /* Important Notes Section */
  .page-blog-huong-dan-dang-ky-888l__important-notes-section {
    margin-bottom: 60px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__notes-list {
    grid-template-columns: 1fr !important; /* Single column layout */
    gap: 15px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__notes-list li {
    padding: 15px !important;
    font-size: 15px !important;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-888l__faq-section {
    margin-bottom: 40px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__faq-item summary {
    padding: 15px 20px !important;
    font-size: 16px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__faq-toggle {
    font-size: 20px !important;
  }

  .page-blog-huong-dan-dang-ky-888l__faq-answer {
    padding: 0 20px 15px !important;
    font-size: 15px !important;
  }

  /* General Image & Container Responsiveness */
  .page-blog-huong-dan-dang-ky-888l img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-888l__hero-container,
  .page-blog-huong-dan-dang-ky-888l__content-area,
  .page-blog-huong-dan-dang-ky-888l__step-card,
  .page-blog-huong-dan-dang-ky-888l__cta-block,
  .page-blog-huong-dan-dang-ky-888l__notes-list,
  .page-blog-huong-dan-dang-ky-888l__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* padding-left and padding-right handled by specific sections */
  }

  /* No icon-box-media in this specific page, so no 200x200 rule for it here */
}

/* Ensure contrast for various elements */
.page-blog-huong-dan-dang-ky-888l p,
.page-blog-huong-dan-dang-ky-888l li {
  color: #1F2D3D; /* Text Main color */
}

.page-blog-huong-dan-dang-ky-888l__hero-content {
  background-color: transparent;
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-888l__step-card {
  background-color: #FFFFFF;
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-888l__important-notes-section li {
  background-color: #FFFFFF;
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-888l__faq-item {
  background-color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-888l__faq-item summary {
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-888l__faq-answer {
  color: #1F2D3D;
}

/* Fixed page-content padding-top if shared.css doesn't provide body padding-top */
/* This block is commented out as per instruction: rely on body padding from shared.css */
/*
.page-content.page-blog-huong-dan-dang-ky-888l {
  padding-top: var(--header-offset, 120px); 
}
*/