/* style/blog-huong-dan-dang-ky-debet-2.css */
.page-blog-huong-dan-dang-ky-debet-2 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  background-color: #FFFFFF; /* Explicitly set for clarity, though body is default white */
}

.page-blog-huong-dan-dang-ky-debet-2__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-debet-2__hero-section {
  padding-top: 10px; /* Small top padding for fixed header */
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

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

.page-blog-huong-dan-dang-ky-debet-2__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-debet-2__main-title {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439; /* Brand color for main title */
  letter-spacing: -0.03em;
  max-width: 600px;
}

.page-blog-huong-dan-dang-ky-debet-2__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-debet-2__hero-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-debet-2__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-debet-2__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-blog-huong-dan-dang-ky-debet-2__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-huong-dan-dang-ky-debet-2__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-huong-dan-dang-ky-debet-2__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-debet-2__hero-image-wrapper {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-debet-2__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-debet-2__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-debet-2__content-section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-blog-huong-dan-dang-ky-debet-2__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-debet-2__section-subtitle {
  font-size: 1.8em;
  font-weight: 600;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-debet-2__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #444444;
}

.page-blog-huong-dan-dang-ky-debet-2__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-debet-2__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #017439;
}

.page-blog-huong-dan-dang-ky-debet-2__step-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-debet-2__step-description {
  font-size: 1em;
  margin-bottom: 20px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-debet-2__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: block;
}

.page-blog-huong-dan-dang-ky-debet-2__info-list,
.page-blog-huong-dan-dang-ky-debet-2__bullet-list,
.page-blog-huong-dan-dang-ky-debet-2__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-debet-2__info-list li,
.page-blog-huong-dan-dang-ky-debet-2__bullet-list li,
.page-blog-huong-dan-dang-ky-debet-2__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-debet-2__ordered-list {
  list-style-type: decimal;
}

.page-blog-huong-dan-dang-ky-debet-2__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-debet-2__promo-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.page-blog-huong-dan-dang-ky-debet-2__promo-image {
  width: 100%;
  height: 250px; /* Fixed height for promo images */
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-debet-2__promo-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #017439;
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-debet-2__promo-description {
  font-size: 0.95em;
  color: #555555;
  padding: 0 20px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-debet-2__promo-card .page-blog-huong-dan-dang-ky-debet-2__cta-button {
  margin-top: auto; /* Push button to bottom */
  width: calc(100% - 40px); /* Adjust width for padding */
  max-width: 250px;
}

.page-blog-huong-dan-dang-ky-debet-2__full-promo-cta {
  text-align: center;
  margin-top: 40px;
}

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

.page-blog-huong-dan-dang-ky-debet-2__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-blog-huong-dan-dang-ky-debet-2__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  list-style: none;
  user-select: none;
  outline: none;
}

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

.page-blog-huong-dan-dang-ky-debet-2__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-huong-dan-dang-ky-debet-2__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-debet-2__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-debet-2__final-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* General image responsive styles */
.page-blog-huong-dan-dang-ky-debet-2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-debet-2 {
    font-size: 15px;
    line-height: 1.5;
  }

  /* HERO Section */
  .page-blog-huong-dan-dang-ky-debet-2__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-debet-2__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 25px;
  }

  .page-blog-huong-dan-dang-ky-debet-2__hero-content,
  .page-blog-huong-dan-dang-ky-debet-2__hero-image-wrapper {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-huong-dan-dang-ky-debet-2__main-title {
    font-size: 2em;
    text-align: center;
    max-width: 100%;
  }

  .page-blog-huong-dan-dang-ky-debet-2__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-debet-2__hero-cta-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  /* Buttons general mobile styles */
  .page-blog-huong-dan-dang-ky-debet-2__cta-button,
  .page-blog-huong-dan-dang-ky-debet-2__btn-primary,
  .page-blog-huong-dan-dang-ky-debet-2__btn-secondary,
  .page-blog-huong-dan-dang-ky-debet-2 a[class*="button"],
  .page-blog-huong-dan-dang-ky-debet-2 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 !important;
    padding-right: 15px !important;
  }

  /* Content Sections */
  .page-blog-huong-dan-dang-ky-debet-2__content-section {
    padding: 30px 0;
  }

  .page-blog-huong-dan-dang-ky-debet-2__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-debet-2__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-debet-2__section-subtitle {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-debet-2__step-item {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-debet-2__step-title {
    font-size: 1.3em;
  }

  /* Promo Grid */
  .page-blog-huong-dan-dang-ky-debet-2__promo-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-blog-huong-dan-dang-ky-debet-2__promo-card .page-blog-huong-dan-dang-ky-debet-2__cta-button {
    width: calc(100% - 30px); /* Adjust for 15px padding on container */
    max-width: 100%;
  }

  .page-blog-huong-dan-dang-ky-debet-2__promo-image {
    height: 200px; /* Adjust height for mobile */
  }

  .page-blog-huong-dan-dang-ky-debet-2__full-promo-cta {
    padding: 0 15px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-debet-2__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-huong-dan-dang-ky-debet-2__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* Final CTA Group */
  .page-blog-huong-dan-dang-ky-debet-2__final-cta-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  /* General images */
  .page-blog-huong-dan-dang-ky-debet-2 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure no horizontal scroll */
  .page-blog-huong-dan-dang-ky-debet-2__hero-section,
  .page-blog-huong-dan-dang-ky-debet-2__content-section,
  .page-blog-huong-dan-dang-ky-debet-2__promo-card,
  .page-blog-huong-dan-dang-ky-debet-2__step-item,
  .page-blog-huong-dan-dang-ky-debet-2__faq-item {
    overflow-x: hidden;
  }
}