.page-blog-huong-dan-dang-ky-okevip {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

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

.page-blog-huong-dan-dang-ky-okevip__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-okevip__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-okevip__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: #f0f8ff;
}

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

.page-blog-huong-dan-dang-ky-okevip__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #1e1765;
}

.page-blog-huong-dan-dang-ky-okevip__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em); /* Responsive font size for H1 */
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-okevip__hero-description {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #333333;
}

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

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

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

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

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

.page-blog-huong-dan-dang-ky-okevip__btn-secondary:hover {
  background-color: #e0f2ff;
  color: #1e87c0;
  border-color: #1e87c0;
}

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

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

/* Benefits Section */
.page-blog-huong-dan-dang-ky-okevip__benefits-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

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

.page-blog-huong-dan-dang-ky-okevip__benefit-item {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-dang-ky-okevip__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-huong-dan-dang-ky-okevip__benefit-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-blog-huong-dan-dang-ky-okevip__benefit-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

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

/* Guide Section */
.page-blog-huong-dan-dang-ky-okevip__guide-section {
  padding: 60px 0;
  background-color: #f0f8ff;
}

.page-blog-huong-dan-dang-ky-okevip__guide-step {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-okevip__step-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-okevip__step-text {
  font-size: 1.05em;
  color: #444444;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-okevip__step-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #444444;
}

.page-blog-huong-dan-dang-ky-okevip__step-list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

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

.page-blog-huong-dan-dang-ky-okevip__cta-bottom {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background-color: #e0f2ff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-okevip__cta-text {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
}

/* Notes Section */
.page-blog-huong-dan-dang-ky-okevip__notes-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-okevip__notes-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-okevip__notes-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.05em;
  color: #444444;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-okevip__list-strong {
  color: #26A9E0;
}

/* After Registration Section */
.page-blog-huong-dan-dang-ky-okevip__after-reg-section {
  padding: 60px 0;
  background-color: #f0f8ff;
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-item {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-title a:hover {
  text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-okevip__after-reg-text {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-okevip__btn-text-link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-okevip__btn-text-link:hover {
  color: #1e87c0;
  border-color: #1e87c0;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-okevip__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

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

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

.page-blog-huong-dan-dang-ky-okevip__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #e0f2ff;
  border-bottom: 1px solid #d0e8f8;
  transition: background-color 0.3s ease;
  list-style: none;
}

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

.page-blog-huong-dan-dang-ky-okevip__faq-question:hover {
  background-color: #c0e0f8;
}

.page-blog-huong-dan-dang-ky-okevip__faq-qtext {
  color: #26A9E0;
}

.page-blog-huong-dan-dang-ky-okevip__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-huong-dan-dang-ky-okevip__faq-item[open] .page-blog-huong-dan-dang-ky-okevip__faq-question {
  background-color: #d0e8f8;
  border-bottom: none;
}

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

.page-blog-huong-dan-dang-ky-okevip__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  background-color: #f9f9f9;
}

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

/* General Image Styling */
.page-blog-huong-dan-dang-ky-okevip img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

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

  .page-blog-huong-dan-dang-ky-okevip__main-title {
    font-size: 2em; /* Adjusted for mobile */
    text-align: center;
  }

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

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

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

  /* Benefits Section */
  .page-blog-huong-dan-dang-ky-okevip__benefits-section {
    padding: 30px 0;
  }

  .page-blog-huong-dan-dang-ky-okevip__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-dang-ky-okevip__benefit-icon {
    width: 80px;
    height: 80px;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-okevip__guide-section {
    padding: 30px 0;
  }

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

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

  .page-blog-huong-dan-dang-ky-okevip__cta-bottom {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-okevip__cta-text {
    font-size: 1.1em;
  }

  /* Notes Section */
  .page-blog-huong-dan-dang-ky-okevip__notes-section {
    padding: 30px 0;
  }

  /* After Registration Section */
  .page-blog-huong-dan-dang-ky-okevip__after-reg-section {
    padding: 30px 0;
  }

  .page-blog-huong-dan-dang-ky-okevip__after-reg-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-dang-ky-okevip__after-reg-icon {
    width: 80px;
    height: 80px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-okevip__faq-section {
    padding: 30px 0;
  }

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

  .page-blog-huong-dan-dang-ky-okevip__faq-answer {
    padding: 10px 20px 15px;
  }

  /* Universal image and container responsiveness */
  .page-blog-huong-dan-dang-ky-okevip img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-okevip__section,
  .page-blog-huong-dan-dang-ky-okevip__card,
  .page-blog-huong-dan-dang-ky-okevip__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}