.page-blog-huong-dan-dang-ky-mmwin {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main (Light text for dark body background #08160F) */
  background-color: #08160F; /* Background */
}

.page-blog-huong-dan-dang-ky-mmwin__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-dang-ky-mmwin__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-mmwin__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  border-radius: 2px;
}

.page-blog-huong-dan-dang-ky-mmwin__section-subtitle {
  font-size: 18px;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-mmwin__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top margin, body handles header offset */
  background-color: #08160F; /* Background */
}

.page-blog-huong-dan-dang-ky-mmwin__hero-image {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-mmwin__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-mmwin__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-mmwin__main-title {
  font-size: clamp(28px, 4vw, 48px); /* H1 font size constraint */
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-mmwin__hero-description {
  font-size: 18px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-mmwin__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-mmwin__btn-primary,
.page-blog-huong-dan-dang-ky-mmwin__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-huong-dan-dang-ky-mmwin__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
}