.page-blog-huong-dan-dang-ky-b29-club {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f8f8;
}

.page-blog-huong-dan-dang-ky-b29-club__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-b29-club__hero-section {
  position: relative;
  background: linear-gradient(to right, #26A9E0, #4ac4f7); /* Brand gradient */
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

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

.page-blog-huong-dan-dang-ky-b29-club__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-b29-club__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Use clamp for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-blog-huong-dan-dang-ky-b29-club__description {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-dang-ky-b29-club__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping for multiple buttons */
  width: 100%; /* Ensure container takes full width */
  max-width: 600px; /* Limit max width for button group */
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-b29-club__btn-primary,
.page-blog-huong-dan-dang-ky-b29-club__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px; /* Ensure buttons are not too small */
  box-sizing: border-box;
  max-width: 100%; /* Important for mobile responsiveness */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Allow text to break words */
}

.page-blog-huong-dan-dang-ky-b29-club__btn-primary {
  background: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-huong-dan-dang-ky-b29-club__btn-primary:hover {
  background: #d46c06;
  border-color: #d46c06;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-b29-club__btn-secondary {
  background: #ffffff;
  color: #26A9E0; /* Brand color */
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-dang-ky-b29-club__btn-secondary:hover {
  background: #f0f0f0;
  color: #1e87b7;
  border-color: #1e87b7;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* General Section Styling */
.page-blog-huong-dan-dang-ky-b29-club__section {
  padding: 60px 0;
  background-color: #ffffff; /* Default light background */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-b29-club__section:first-of-type {
    margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-b29-club__dark-section {
  background: #26A9E0; /* Brand color as background */
  color: #ffffff; /* White text for dark background */
}

.page-blog-huong-dan-dang-ky-b29-club__dark-section .page-blog-huong-dan-dang-ky-b29-club__section-title,
.page-blog-huong-dan-dang-ky-b29-club__dark-section .page-blog-huong-dan-dang-ky-b29-club__sub-description,
.page-blog-huong-dan-dang-ky-b29-club__dark-section p,
.page-blog-huong-dan-dang-ky-b29-club__dark-section li {
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0; /* Brand color for titles */
}

.page-blog-huong-dan-dang-ky-b29-club__dark-section .page-blog-huong-dan-dang-ky-b29-club__section-title {
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__sub-description {
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-dang-ky-b29-club__feature-list,
.page-blog-huong-dan-dang-ky-b29-club__tip-list,
.page-blog-huong-dan-dang-ky-b29-club__form-fields {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-b29-club__feature-list li,
.page-blog-huong-dan-dang-ky-b29-club__tip-list li,
.page-blog-huong-dan-dang-ky-b29-club__form-fields li {
  background: #eaf7fc; /* Light blue background */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  color: #333333;
}

.page-blog-huong-dan-dang-ky-b29-club__dark-section .page-blog-huong-dan-dang-ky-b29-club__feature-list li {
  background: rgba(255, 255, 255, 0.15); /* Semi-transparent white on dark background */
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__feature-list li::before,
.page-blog-huong-dan-dang-ky-b29-club__tip-list li::before,
.page-blog-huong-dan-dang-ky-b29-club__form-fields li::before {
  content: '✓';
  color: #26A9E0; /* Brand color for checkmark */
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-huong-dan-dang-ky-b29-club__dark-section .page-blog-huong-dan-dang-ky-b29-club__feature-list li::before {
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__read-more-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 12px 25px;
  background: #26A9E0;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-b29-club__read-more-btn:hover {
  background: #1e87b7;
}

.page-blog-huong-dan-dang-ky-b29-club__read-more-btn--light {
  background: #ffffff;
  color: #26A9E0;
  border: 1px solid #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__read-more-btn--light:hover {
  background: #f0f0f0;
  color: #1e87b7;
}

/* Steps Section */
.page-blog-huong-dan-dang-ky-b29-club__steps-section {
  background-color: #f0f8ff; /* Lighter blue background */
}

.page-blog-huong-dan-dang-ky-b29-club__step-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-b29-club__step-header {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  background: #26A9E0;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__step-number {
  background: #EA7C07; /* Login color for step number */
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-blog-huong-dan-dang-ky-b29-club__step-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-b29-club__step-content {
  padding: 30px;
}

.page-blog-huong-dan-dang-ky-b29-club__step-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.05rem;
}

.page-blog-huong-dan-dang-ky-b29-club__step-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

/* Promo Grid */
.page-blog-huong-dan-dang-ky-b29-club__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-b29-club__promo-card {
  background: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-b29-club__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-b29-club__promo-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}