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

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

/* HERO Section */
.page-blog-huong-dan-dang-ky-sv288__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 60px;
  background-color: #f8f8f8;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sv288__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-blog-huong-dan-dang-ky-sv288__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
  color: #1e1765; /* Darker text for contrast */
}

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

.page-blog-huong-dan-dang-ky-sv288__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #333333;
}

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

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

/* General Buttons */
.page-blog-huong-dan-dang-ky-sv288__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-sv288__btn-primary:hover {
  background-color: #1e87c0;
  transform: translateY(-2px);
}

/* Intro Section */
.page-blog-huong-dan-dang-ky-sv288__intro-section {
  padding: 80px 0;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sv288__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-huong-dan-dang-ky-sv288__section-description {
  font-size: 1.05rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-blog-huong-dan-dang-ky-sv288__feature-item {
  background: #f0f8ff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sv288__icon-box-media {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0f2f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.page-blog-huong-dan-dang-ky-sv288__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

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

/* Guide Section */
.page-blog-huong-dan-dang-ky-sv288__guide-section {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sv288__guide-section .page-blog-huong-dan-dang-ky-sv288__section-title,
.page-blog-huong-dan-dang-ky-sv288__guide-section .page-blog-huong-dan-dang-ky-sv288__section-description {
  color: #ffffff;
}

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

.page-blog-huong-dan-dang-ky-sv288__step-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-blog-huong-dan-dang-ky-sv288__step-text {
  font-size: 1rem;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-sv288__step-text a {
  color: #ffffff;
  text-decoration: underline;
}

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

.page-blog-huong-dan-dang-ky-sv288__cta-bottom {
  margin-top: 50px;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-sv288__faq-section {
  padding: 80px 0;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sv288__faq-list {
  max-width: 800px;
  margin: 50px auto 0;
  text-align: left;
}

.page-blog-huong-dan-dang-ky-sv288__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-sv288__faq-item summary {
  display: block;
  cursor: pointer;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  position: relative;
  list-style: none; /* Hide default marker */
}

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

.page-blog-huong-dan-dang-ky-sv288__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-sv288__faq-qtext {
  flex-grow: 1;
}