.page-blog-huong-dan-dang-ky-kuwin {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: var(--accent-color, #f5f5f5);
}

.page-blog-huong-dan-dang-ky-kuwin__hero-section {
  padding-top: 10px; /* Adjusted for shared header offset */
  padding-bottom: 60px;
  background-color: #ffffff;
  color: #333333;
}

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

.page-blog-huong-dan-dang-ky-kuwin__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-blog-huong-dan-dang-ky-kuwin__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

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

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

.page-blog-huong-dan-dang-ky-kuwin__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-kuwin__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-dang-ky-kuwin__btn-primary:hover {
  background-color: #1e87b3;
  border-color: #1e87b3;
}

.page-blog-huong-dan-dang-ky-kuwin__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-dang-ky-kuwin__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87b3;
  border-color: #1e87b3;
}

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

.page-blog-huong-dan-dang-ky-kuwin__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

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

.page-blog-huong-dan-dang-ky-kuwin__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-huong-dan-dang-ky-kuwin__benefits-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-kuwin__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-kuwin__benefit-item {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-kuwin__icon-box-media {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #26A9E0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-huong-dan-dang-ky-kuwin__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-huong-dan-dang-ky-kuwin__benefit-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-kuwin__benefit-text {
  font-size: 0.95em;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-kuwin__guide-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-kuwin__guide-step {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-kuwin__step-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-kuwin__step-description {
  font-size: 1.05em;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-kuwin__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-huong-dan-dang-ky-kuwin__info-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-kuwin__info-list li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  border-left: 3px solid #ffffff;
  margin-bottom: 8px;
  border-radius: 5px;
}

.page-blog-huong-dan-dang-ky-kuwin__tips-section {
  padding: 60px 0;
  background-color: #f0f8ff;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-kuwin__tips-list {
  list-style: disc;
  padding-left: 25px;
  font-size: 1.05em;
}

.page-blog-huong-dan-dang-ky-kuwin__tips-list li {
  margin-bottom: 10px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-kuwin__tips-list li strong {
  color: #333333;
}

.page-blog-huong-dan-dang-ky-kuwin__faq-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-kuwin__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-kuwin__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-kuwin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  user-select: none;
  list-style: none;
}

.page-blog-huong-dan-dang-ky-kuwin__faq-question::-webkit-details-marker {
  display: none;
}

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

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

.page-blog-huong-dan-dang-ky-kuwin__faq-answer {
  padding: 15px 20px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-blog-huong-dan-dang-ky-kuwin__conclusion-section {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-kuwin__conclusion-text {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #555555;
}

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

.page-blog-huong-dan-dang-ky-kuwin__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-kuwin__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-kuwin {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huong-dan-dang-ky-kuwin__hero-section {
    padding-top: 10px !important; /* Fixed header offset handled by body, small top padding for section */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

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

  .page-blog-huong-dan-dang-ky-kuwin__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    text-align: center;
  }

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

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

  .page-blog-huong-dan-dang-ky-kuwin__cta-button {
    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-kuwin__section-title {
    font-size: clamp(1.5em, 7vw, 2em);
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__benefits-section,
  .page-blog-huong-dan-dang-ky-kuwin__guide-section,
  .page-blog-huong-dan-dang-ky-kuwin__tips-section,
  .page-blog-huong-dan-dang-ky-kuwin__faq-section,
  .page-blog-huong-dan-dang-ky-kuwin__conclusion-section {
    padding: 40px 0;
  }

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

  .page-blog-huong-dan-dang-ky-kuwin__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__icon-box-media {
    width: 100px;
    height: 100px;
    border-width: 2px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__benefit-title {
    font-size: 1.2em;
  }

  .page-blog-huong-dan-dang-ky-kuwin__guide-step {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__step-title {
    font-size: 1.5em;
  }

  .page-blog-huong-dan-dang-ky-kuwin__info-list li {
    padding: 8px 10px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__tips-list {
    padding-left: 20px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__faq-answer {
    padding: 12px 15px 15px;
  }

  /* Mobile specific image handling */
  .page-blog-huong-dan-dang-ky-kuwin img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Exception for circular images to maintain aspect ratio */
  .page-blog-huong-dan-dang-ky-kuwin__icon-box-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }

  /* Ensure general content containers adapt */
  .page-blog-huong-dan-dang-ky-kuwin__content-area,
  .page-blog-huong-dan-dang-ky-kuwin__card,
  .page-blog-huong-dan-dang-ky-kuwin__section,
  .page-blog-huong-dan-dang-ky-kuwin__box {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-kuwin__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
}