/* style/blog-huong-dan-dang-ky-m99win.css */
.page-blog-huong-dan-dang-ky-m99win {
  color: #FFF1E8; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-blog-huong-dan-dang-ky-m99win__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #F3C54D; /* Gold color for titles */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

/* HERO Section */
.page-blog-huong-dan-dang-ky-m99win__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #140C0C; /* Body background color */
}

.page-blog-huong-dan-dang-ky-m99win__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 16px;
}

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

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

.page-blog-huong-dan-dang-ky-m99win__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-m99win__hero-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
  font-weight: 800;
  color: #F3C54D; /* Gold color for H1 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-m99win__hero-description {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-m99win__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-m99win__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Intro Section */
.page-blog-huong-dan-dang-ky-m99win__intro-section {
  background-color: #2A1212; /* Card BG */
  padding: 60px 0;
}

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

.page-blog-huong-dan-dang-ky-m99win__feature-item {
  background: #140C0C; /* Background color */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #6A1E1E; /* Border color */
}

.page-blog-huong-dan-dang-ky-m99win__icon-box-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F3C54D;
  box-shadow: 0 0 15px rgba(243, 197, 77, 0.5);
}

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

.page-blog-huong-dan-dang-ky-m99win__feature-title {
  font-size: 1.6em;
  color: #F3C54D;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-m99win__feature-text {
  font-size: 1em;
  color: #FFF1E8;
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-m99win__guide-section {
  background-color: #140C0C;
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-m99win__guide-step {
  background: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-m99win__step-title {
  font-size: 1.8em;
  color: #FFB04A;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-m99win__step-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #E53030;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-blog-huong-dan-dang-ky-m99win__step-text {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #FFF1E8;
}

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

.page-blog-huong-dan-dang-ky-m99win__step-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-m99win__step-list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-blog-huong-dan-dang-ky-m99win__step-list strong {
  color: #F3C54D;
}

.page-blog-huong-dan-dang-ky-m99win__cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* Benefits Section */
.page-blog-huong-dan-dang-ky-m99win__benefits-section {
  background-color: #2A1212;
  padding: 60px 0;
}

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

.page-blog-huong-dan-dang-ky-m99win__benefit-item {
  background: #140C0C;
  border: 1px solid #6A1E1E;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-m99win__benefit-title {
  font-size: 1.5em;
  color: #FFB04A;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-m99win__benefit-text {
  font-size: 1em;
  color: #FFF1E8;
}

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

/* FAQ Section */
.page-blog-huong-dan-dang-ky-m99win__faq-section {
  background-color: #140C0C;
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-m99win__faq-list {
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-m99win__faq-item {
  background: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-m99win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F3C54D;
  cursor: pointer;
  background: #2A1212;
  position: relative;
  list-style: none;
}

.page-blog-huong-dan-dang-ky-m99win__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-m99win__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFB04A;
}

.page-blog-huong-dan-dang-ky-m99win__faq-item[open] .page-blog-huong-dan-dang-ky-m99win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-m99win__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #FFF1E8;
}

/* Conclusion Section */
.page-blog-huong-dan-dang-ky-m99win__conclusion-section {
  background-color: #2A1212;
  padding: 60px 0;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-m99win__conclusion-section .page-blog-huong-dan-dang-ky-m99win__section-description {
  margin-bottom: 40px;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-m99win__hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-m99win__hero-content {
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-m99win__hero-title {
    font-size: 2.8em;
  }

  .page-blog-huong-dan-dang-ky-m99win__section-title {
    font-size: 2em;
  }

  .page-blog-huong-dan-dang-ky-m99win__feature-title {
    font-size: 1.4em;
  }

  .page-blog-huong-dan-dang-ky-m99win__icon-box-media {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-dang-ky-m99win__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__hero-container {
    padding: 20px 10px !important;
    gap: 20px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__hero-title {
    font-size: clamp(1.8em, 7vw, 2.5em) !important;
    margin-bottom: 15px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__hero-description {
    font-size: 1em !important;
    margin-bottom: 25px !important;
  }

  /* Intro Section - Module 1 */
  .page-blog-huong-dan-dang-ky-m99win__intro-section {
    padding: 40px 0 !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__section-title {
    font-size: 1.8em !important;
    margin-bottom: 15px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__section-description {
    font-size: 0.95em !important;
    margin-bottom: 30px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__features-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__icon-box-media {
    width: 150px !important;
    height: 150px !important;
    border-width: 3px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__feature-title {
    font-size: 1.2em !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__feature-text {
    font-size: 0.9em !important;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-m99win__guide-section {
    padding: 40px 0 !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__guide-step {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__step-title {
    font-size: 1.4em !important;
    margin-bottom: 10px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__step-title::before {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__step-text,
  .page-blog-huong-dan-dang-ky-m99win__step-list li {
    font-size: 0.95em !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__step-list {
    padding-left: 15px !important;
  }

  /* Benefits Section */
  .page-blog-huong-dan-dang-ky-m99win__benefits-section {
    padding: 40px 0 !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__benefit-item {
    padding: 20px !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__benefit-title {
    font-size: 1.3em !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__benefit-text {
    font-size: 0.9em !important;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-m99win__faq-section {
    padding: 40px 0 !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__faq-question {
    padding: 15px 20px !important;
    font-size: 1.1em !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__faq-toggle {
    font-size: 1.3em !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__faq-answer {
    padding: 0 20px 15px !important;
    font-size: 0.95em !important;
  }

  /* Conclusion Section */
  .page-blog-huong-dan-dang-ky-m99win__conclusion-section {
    padding: 40px 0 !important;
  }

  /* Generic Image and Container Rules for Mobile */
  .page-blog-huong-dan-dang-ky-m99win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__container,
  .page-blog-huong-dan-dang-ky-m99win__hero-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Buttons for Mobile */
  .page-blog-huong-dan-dang-ky-m99win__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 1em !important;
  }

  .page-blog-huong-dan-dang-ky-m99win__cta-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}