/* Base styles for page-blog-huong-dan-dang-ky-hp88 */
.page-blog-huong-dan-dang-ky-hp88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF; /* Explicitly set for clarity, though shared.css might handle body */
}

/* Container for page content */
.page-blog-huong-dan-dang-ky-hp88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-hp88__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background-color: #FFFFFF; /* Light background */
}

.page-blog-huong-dan-dang-ky-hp88__hero-section .page-blog-huong-dan-dang-ky-hp88__container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-huong-dan-dang-ky-hp88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333; /* Dark text for light background */
}

.page-blog-huong-dan-dang-ky-hp88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439; /* Brand color for title */
}

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

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

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

/* CTA Buttons */
.page-blog-huong-dan-dang-ky-hp88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-hp88__btn-primary,
.page-blog-huong-dan-dang-ky-hp88__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box; /* Crucial for responsive buttons */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

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

.page-blog-huong-dan-dang-ky-hp88__btn-primary:hover {
  background-color: #e02a2a;
  border-color: #e02a2a;
}

.page-blog-huong-dan-dang-ky-hp88__btn-secondary {
  background-color: #FFFFFF;
  color: #017439; /* Brand color */
  border: 2px solid #017439;
}

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

/* Guide Section */
.page-blog-huong-dan-dang-ky-hp88__guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8; /* Slightly off-white for contrast */
  color: #333333;
}

.page-blog-huong-dan-dang-ky-hp88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #017439; /* Brand color */
}

.page-blog-huong-dan-dang-ky-hp88__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-hp88__step-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.page-blog-huong-dan-dang-ky-hp88__step-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #017439; /* Brand color */
}

.page-blog-huong-dan-dang-ky-hp88__step-card p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333333;
}

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

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

.page-blog-huong-dan-dang-ky-hp88__step-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-huong-dan-dang-ky-hp88__note {
  font-style: italic;
  color: #555555;
  margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-hp88__step-button {
    margin-top: 20px;
}

/* Advantages Section (Dark Background) */
.page-blog-huong-dan-dang-ky-hp88__advantages-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #017439; /* Brand dark background */
  color: #FFFFFF; /* White text for dark background */
}

.page-blog-huong-dan-dang-ky-hp88__advantages-section .page-blog-huong-dan-dang-ky-hp88__section-title {
  color: #FFFFFF; /* White title for dark background */
  margin-bottom: 40px;
}

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

.page-blog-huong-dan-dang-ky-hp88__advantage-item {
  background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white for items */
  border-radius: 12px;
  padding: 30px;
  color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-hp88__advantage-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFFF00; /* Yellow for highlight on dark background */
}

.page-blog-huong-dan-dang-ky-hp88__advantage-item p {
  font-size: 1rem;
  color: #f0f0f0;
}

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

.page-blog-huong-dan-dang-ky-hp88__faq-section .page-blog-huong-dan-dang-ky-hp88__section-title {
  margin-bottom: 40px;
  color: #017439;
}

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

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

.page-blog-huong-dan-dang-ky-hp88__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #333333;
  list-style: none; /* Hide default marker */
  transition: background-color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-hp88__faq-item summary:hover {
  background-color: #f0f0f0;
}

/* Hide default marker for WebKit browsers */
.page-blog-huong-dan-dang-ky-hp88__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-hp88__faq-qtext {
  flex-grow: 1;
  color: #017439; /* Brand color for question text */
}

.page-blog-huong-dan-dang-ky-hp88__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #017439;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-hp88__faq-item[open] .page-blog-huong-dan-dang-ky-hp88__faq-toggle {
  transform: rotate(45deg); /* Rotate plus to become cross */
}

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

/* Bottom CTA Section */
.page-blog-huong-dan-dang-ky-hp88__cta-bottom-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #017439; /* Brand dark background */
  text-align: center;
  color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-hp88__cta-bottom-section .page-blog-huong-dan-dang-ky-hp88__section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-hp88__cta-bottom-section .page-blog-huong-dan-dang-ky-hp88__section-description {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-hp88__cta-bottom-section .page-blog-huong-dan-dang-ky-hp88__cta-buttons {
  justify-content: center;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-hp88__hero-section .page-blog-huong-dan-dang-ky-hp88__container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-hp88__hero-content,
  .page-blog-huong-dan-dang-ky-hp88__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-huong-dan-dang-ky-hp88__cta-buttons {
    justify-content: center;
  }
}

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

  .page-blog-huong-dan-dang-ky-hp88__container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .page-blog-huong-dan-dang-ky-hp88__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-hp88__btn-primary,
  .page-blog-huong-dan-dang-ky-hp88__btn-secondary,
  .page-blog-huong-dan-dang-ky-hp88 a[class*="button"],
  .page-blog-huong-dan-dang-ky-hp88 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;
    padding-right: 15px;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-hp88__guide-section,
  .page-blog-huong-dan-dang-ky-hp88__advantages-section,
  .page-blog-huong-dan-dang-ky-hp88__faq-section,
  .page-blog-huong-dan-dang-ky-hp88__cta-bottom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-hp88__section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .page-blog-huong-dan-dang-ky-hp88__step-card {
    padding: 20px;
  }

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

  /* Advantages Section */
  .page-blog-huong-dan-dang-ky-hp88__advantage-grid {
    grid-template-columns: 1fr; /* Stack advantages vertically */
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-hp88__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

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

  /* Universal Image Responsive for content area */
  .page-blog-huong-dan-dang-ky-hp88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-hp88__section,
  .page-blog-huong-dan-dang-ky-hp88__card,
  .page-blog-huong-dan-dang-ky-hp88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
}