/* style/blog-huong-dan-dang-ky-ok8386.css */

/* Base styles for the page */
.page-blog-huong-dan-dang-ky-ok8386 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  background-color: #F5F7FA; /* Custom background color */
  line-height: 1.6;
}

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

/* Hero Section */
.page-blog-huong-dan-dang-ky-ok8386__hero-section {
  background-color: #FFFFFF; /* Card BG */
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}

.page-blog-huong-dan-dang-ky-ok8386__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

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

.page-blog-huong-dan-dang-ky-ok8386__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #E53935; /* Brand primary color for title */
  max-width: 600px;
}

.page-blog-huong-dan-dang-ky-ok8386__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 600px;
}

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

.page-blog-huong-dan-dang-ky-ok8386__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-ok8386__btn-primary,
.page-blog-huong-dan-dang-ky-ok8386__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 250px; /* Limit button width on desktop */
}

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

.page-blog-huong-dan-dang-ky-ok8386__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

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

.page-blog-huong-dan-dang-ky-ok8386__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
}

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

.page-blog-huong-dan-dang-ky-ok8386__hero-side-image {
  max-width: 800px; /* Matches placeholder width */
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

/* Content Area Sections */
.page-blog-huong-dan-dang-ky-ok8386__content-area,
.page-blog-huong-dan-dang-ky-ok8386__guide-section,
.page-blog-huong-dan-dang-ky-ok8386__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Card BG */
  border-bottom: 1px solid #E0E0E0;
}

.page-blog-huong-dan-dang-ky-ok8386__section-intro {
  background-color: #F5F7FA; /* Background color */
}

.page-blog-huong-dan-dang-ky-ok8386__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-ok8386__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  text-align: justify;
}

/* Guide Steps Section */
.page-blog-huong-dan-dang-ky-ok8386__step-item {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-huong-dan-dang-ky-ok8386__step-title {
  font-size: 1.8em;
  color: #FF5A4F; /* Auxiliary color for step titles */
  margin-bottom: 15px;
  font-weight: 600;
}

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

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

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

.page-blog-huong-dan-dang-ky-ok8386__step-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

.page-blog-huong-dan-dang-ky-ok8386__step-cta {
  margin-top: 20px;
  display: block; /* Make CTA button block-level for full width on smaller screens */
  max-width: 300px; /* Limit width for desktop */
  margin-left: auto;
  margin-right: auto;
}

/* Checklist and Benefits Lists */
.page-blog-huong-dan-dang-ky-ok8386__checklist,
.page-blog-huong-dan-dang-ky-ok8386__benefits-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-ok8386__checklist li,
.page-blog-huong-dan-dang-ky-ok8386__benefits-list li {
  margin-bottom: 10px;
  font-size: 1em;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-ok8386__faq-list {
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-ok8386__faq-item {
  background-color: #ffffff;
  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-ok8386__faq-item summary {
  display: block; /* Ensures summary takes full width */
}