/* style/blog-huong-dan-dang-ky-sodo666.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-color: #C30808;
  --login-color: #C30808;
  --background-color: #FFFFFF;
  --register-login-font-color: #FFFF00;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --border-color: #e0e0e0;
}

.page-blog-huong-dan-dang-ky-sodo666 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-color);
}

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

/* HERO Title Section - Not a full HERO, just title and intro image */
.page-blog-huong-dan-dang-ky-sodo666__hero-title-section {
  padding-top: 10px; /* Small top padding, relying on shared body padding-top */
  padding-bottom: 40px;
  background-color: var(--secondary-color);
  color: var(--text-color-dark);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sodo666__main-title {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-sodo666__intro-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-dang-ky-sodo666__hero-image-wrapper {
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-sodo666__hero-image-content {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

/* General Button Styles */
.page-blog-huong-dan-dang-ky-sodo666__btn-primary,
.page-blog-huong-dan-dang-ky-sodo666__btn-secondary,
.page-blog-huong-dan-dang-ky-sodo666__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-sodo666__btn-primary {
  background-color: var(--register-color);
  color: var(--text-color-light);
  border: 2px solid var(--register-color);
}

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

.page-blog-huong-dan-dang-ky-sodo666__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-sodo666__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-color-light);
}

.page-blog-huong-dan-dang-ky-sodo666__btn-link {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  border: 2px solid var(--primary-color);
  margin-top: 15px;
}

.page-blog-huong-dan-dang-ky-sodo666__btn-link:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-sodo666__guide-section {
  padding: 60px 0;
  background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-sodo666__section-title {
  font-size: 2em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-sodo666__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: var(--text-color-dark);
}

.page-blog-huong-dan-dang-ky-sodo666__step-item {
  background-color: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-sodo666__step-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-sodo666__step-item p {
  margin-bottom: 15px;
  color: var(--text-color-dark);
}

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

.page-blog-huong-dan-dang-ky-sodo666__step-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-color-dark);
}

.page-blog-huong-dan-dang-ky-sodo666__step-list li {
  margin-bottom: 8px;
}

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

.page-blog-huong-dan-dang-ky-sodo666__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-sodo666__benefits-list li {
  background-color: var(--secondary-color);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--text-color-dark);
  font-size: 1.05em;
  line-height: 1.5;
}

.page-blog-huong-dan-dang-ky-sodo666__benefit-highlight {
  color: var(--primary-color);
  font-weight: bold;
}

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

/* FAQ Section */
.page-blog-huong-dan-dang-ky-sodo666__faq-section {
  padding: 60px 0;
  background-color: var(--background-color);
}

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

.page-blog-huong-dan-dang-ky-sodo666__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-sodo666__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  background-color: #f0fdf5;
  border-bottom: 1px solid var(--border-color);
  user-select: none;
}

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

.page-blog-huong-dan-dang-ky-sodo666__faq-qtext {
  flex-grow: 1;
}

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

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

.page-blog-huong-dan-dang-ky-sodo666__faq-answer {
  padding: 15px 25px 25px;
  color: var(--text-color-dark);
  font-size: 1em;
}

/* Final CTA Section */
.page-blog-huong-dan-dang-ky-sodo666__cta-final-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sodo666__cta-final-section .page-blog-huong-dan-dang-ky-sodo666__container {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-sodo666__section-title--light {
  color: var(--text-color-light);
}

.page-blog-huong-dan-dang-ky-sodo666__section-description--light {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

/* --- General Image Rules (for all images in content area) --- */
.page-blog-huong-dan-dang-ky-sodo666 img {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-sodo666__container {
    padding: 0 15px !important;
  }

  /* HERO Title Section */
  .page-blog-huong-dan-dang-ky-sodo666__hero-title-section {
    padding-top: 10px !important; /* Adhere to small top padding */
    padding-bottom: 30px;
  }

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

  .page-blog-huong-dan-dang-ky-sodo666__intro-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-sodo666__cta-group {
    flex-direction: column;
    gap: 10px;
  }

  /* Buttons - Mobile specific */
  .page-blog-huong-dan-dang-ky-sodo666__btn-primary,
  .page-blog-huong-dan-dang-ky-sodo666__btn-secondary,
  .page-blog-huong-dan-dang-ky-sodo666__btn-link {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-sodo666__guide-section,
  .page-blog-huong-dan-dang-ky-sodo666__benefits-section,
  .page-blog-huong-dan-dang-ky-sodo666__faq-section,
  .page-blog-huong-dan-dang-ky-sodo666__cta-final-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-dang-ky-sodo666__section-title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-sodo666__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-sodo666__step-item {
    padding: 20px;
    margin-bottom: 20px;
  }

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

  .page-blog-huong-dan-dang-ky-sodo666__step-list {
    margin-left: 15px;
  }

  /* Benefits Section */
  .page-blog-huong-dan-dang-ky-sodo666__benefits-list {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-dang-ky-sodo666__benefits-list li {
    padding: 15px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-sodo666__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

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

  /* Final CTA Section */
  .page-blog-huong-dan-dang-ky-sodo666__cta-final-section .page-blog-huong-dan-dang-ky-sodo666__container {
    padding: 40px 20px;
  }

  /* General Image Rules (for all images in content area) - Mobile specific */
  .page-blog-huong-dan-dang-ky-sodo666 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Placeholder for __icon-box-media (even if not used on this page, required in CSS template) */
  .page-blog-huong-dan-dang-ky-sodo666__icon-box-media {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 16px !important;
  }

  /* Placeholder for __game-tabs (even if not used on this page, required in CSS template) */
  .page-blog-huong-dan-dang-ky-sodo666__game-tabs {
    padding: 20px 0;
  }
  .page-blog-huong-dan-dang-ky-sodo666__tab-nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-sodo666__tab-nav button {
    width: 100%;
    padding: 10px 15px;
    font-size: 1em;
  }
  .page-blog-huong-dan-dang-ky-sodo666__game-panel {
    padding: 15px;
  }
}