/* style/blog-huong-dan-dang-ky-678bet.css */
.page-blog-huong-dan-dang-ky-678bet {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

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

.page-blog-huong-dan-dang-ky-678bet__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-678bet__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
  color: #FFF3E6;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-678bet__hero-section {
  padding-top: 10px; /* Adjusted for shared header offset */
  padding-bottom: 60px;
  background-color: #0D0E12;
}

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

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

.page-blog-huong-dan-dang-ky-678bet__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em); /* Using clamp for responsive font size */
  font-weight: 800;
  color: #FF8C1A;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-678bet__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF3E6;
}

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

.page-blog-huong-dan-dang-ky-678bet__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 140, 26, 0.5);
}

/* CTA Button Styles */
.page-blog-huong-dan-dang-ky-678bet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-678bet__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-huong-dan-dang-ky-678bet__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
  transform: translateY(-2px);
}

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

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

.page-blog-huong-dan-dang-ky-678bet__benefit-item {
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border */
}

.page-blog-huong-dan-dang-ky-678bet__benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid #FF8C1A;
  box-shadow: 0 0 15px #FFB04D;
}

.page-blog-huong-dan-dang-ky-678bet__benefit-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #FF8C1A;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-678bet__benefit-text {
  font-size: 1em;
  line-height: 1.6;
  color: #FFF3E6;
}

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

.page-blog-huong-dan-dang-ky-678bet__guide-steps {
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-678bet__step-item {
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-678bet__step-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #FF8C1A;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-678bet__step-text {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #FFF3E6;
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-678bet__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(255, 140, 26, 0.3);
}

/* Notes Section */
.page-blog-huong-dan-dang-ky-678bet__notes-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-blog-huong-dan-dang-ky-678bet__notes-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-678bet__notes-list li {
  background-color: #17191F; /* Card BG */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C; /* Border */
  color: #FFF3E6;
}

.page-blog-huong-dan-dang-ky-678bet__notes-list li p {
  margin: 0;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-678bet__notes-list li strong {
  color: #FF8C1A;
}

.page-blog-huong-dan-dang-ky-678bet__notes-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(255, 140, 26, 0.3);
}

/* Promo Section */
.page-blog-huong-dan-dang-ky-678bet__promo-section {
  padding: 60px 0;
  background-color: #0D0E12;
  text-align: center;
}

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

.page-blog-huong-dan-dang-ky-678bet__offer-card {
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border */
}

.page-blog-huong-dan-dang-ky-678bet__offer-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-678bet__offer-text {
  font-size: 1em;
  line-height: 1.6;
  color: #FFF3E6;
}

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

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

.page-blog-huong-dan-dang-ky-678bet__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-dang-ky-678bet__faq-item {
  background-color: #17191F; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C; /* Border */
  color: #FFF3E6;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-678bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 600;
  color: #FF8C1A;
  cursor: pointer;
  list-style: none;
  position: relative;
  user-select: none;
}

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

.page-blog-huong-dan-dang-ky-678bet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

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

.page-blog-huong-dan-dang-ky-678bet__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #FFF3E6;
}

/* Conclusion Section */
.page-blog-huong-dan-dang-ky-678bet__conclusion-section {
  padding: 60px 0 80px;
  background-color: #0D0E12;
  text-align: center;
}

/* General Image & Container Responsive Styles */
.page-blog-huong-dan-dang-ky-678bet img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-huong-dan-dang-ky-678bet__section,
.page-blog-huong-dan-dang-ky-678bet__card,
.page-blog-huong-dan-dang-ky-678bet__container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-678bet__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-huong-dan-dang-ky-678bet__hero-container {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-huong-dan-dang-ky-678bet__hero-content {
    text-align: center;
  }
  .page-blog-huong-dan-dang-ky-678bet__section-title {
    font-size: 2em;
  }
  .page-blog-huong-dan-dang-ky-678bet__benefits-grid, .page-blog-huong-dan-dang-ky-678bet__promo-offers {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-678bet {
    font-size: 16px;
    line-height: 1.6;
  }
  
  /* HERO Section */
  .page-blog-huong-dan-dang-ky-678bet__hero-section {
    padding-top: 10px !important; /* Specific override for mobile */
    padding-bottom: 40px;
  }
  .page-blog-huong-dan-dang-ky-678bet__hero-container {
    padding: 20px 15px !important;
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__hero-content {
    min-width: unset;
    flex: 1 1 100%;
  }
  .page-blog-huong-dan-dang-ky-678bet__hero-image {
    min-width: unset;
    flex: 1 1 100%;
  }
  .page-blog-huong-dan-dang-ky-678bet__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-678bet__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  /* CTA Button */
  .page-blog-huong-dan-dang-ky-678bet__cta-button,
  .page-blog-huong-dan-dang-ky-678bet__btn-primary {
    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;
    font-size: 1em;
  }

  /* Benefits Section (Module 1 equivalent) */
  .page-blog-huong-dan-dang-ky-678bet__benefits-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-678bet__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__benefit-icon {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .page-blog-huong-dan-dang-ky-678bet__benefit-item {
    padding: 20px;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-678bet__guide-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-678bet__step-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__step-title {
    font-size: 1.4em;
  }
  .page-blog-huong-dan-dang-ky-678bet__step-text {
    font-size: 0.95em;
  }

  /* Notes Section */
  .page-blog-huong-dan-dang-ky-678bet__notes-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-678bet__notes-list {
    margin-top: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__notes-list li {
    padding: 15px;
  }

  /* Promo Section */
  .page-blog-huong-dan-dang-ky-678bet__promo-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-678bet__promo-offers {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__offer-card {
    padding: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__offer-title {
    font-size: 1.3em;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-678bet__faq-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-678bet__faq-list {
    margin-top: 20px;
  }
  .page-blog-huong-dan-dang-ky-678bet__faq-item {
    margin-bottom: 10px;
  }
  .page-blog-huong-dan-dang-ky-678bet__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-blog-huong-dan-dang-ky-678bet__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.95em;
  }

  /* Conclusion Section */
  .page-blog-huong-dan-dang-ky-678bet__conclusion-section {
    padding: 40px 0 60px;
  }

  /* General Image & Container Mobile Overrides */
  .page-blog-huong-dan-dang-ky-678bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-huong-dan-dang-ky-678bet__section,
  .page-blog-huong-dan-dang-ky-678bet__card,
  .page-blog-huong-dan-dang-ky-678bet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* For elements that contain multiple buttons horizontally */
  .page-blog-huong-dan-dang-ky-678bet__cta-buttons,
  .page-blog-huong-dan-dang-ky-678bet__button-group,
  .page-blog-huong-dan-dang-ky-678bet__btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}