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

:root {
  --n188-primary-color: #FF8C1A;
  --n188-secondary-color: #FFA53A;
  --n188-card-bg: #17191F;
  --n188-background-color: #0D0E12;
  --n188-text-main-color: #FFF3E6;
  --n188-border-color: #A84F0C;
  --n188-glow-color: #FFB04D;
  --n188-deep-orange: #D96800;
}

.page-blog-huong-dan-dang-ky-n188 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--n188-text-main-color); /* Default text color for the page content */
  background-color: var(--n188-background-color); /* Consistent with body background */
}

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

.page-blog-huong-dan-dang-ky-n188__section-title {
  font-size: 2.5em;
  color: var(--n188-primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-n188__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--n188-text-main-color);
}

/* HERO Section */
.page-blog-huong-dan-dang-ky-n188__hero-section {
  padding-top: 10px; /* Small top padding, assuming body has padding-top from shared */
  padding-bottom: 60px;
  background-color: var(--n188-background-color);
}

.page-blog-huong-dan-dang-ky-n188__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 60px 16px;
}

.page-blog-huong-dan-dang-ky-n188__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: var(--n188-text-main-color);
}

.page-blog-huong-dan-dang-ky-n188__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em); /* Responsive H1 font size */
  color: var(--n188-primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-n188__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--n188-text-main-color);
}

.page-blog-huong-dan-dang-ky-n188__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-n188__btn-primary,
.page-blog-huong-dan-dang-ky-n188__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-n188__btn-primary {
  background: linear-gradient(180deg, var(--n188-secondary-color) 0%, var(--n188-deep-orange) 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

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

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

.page-blog-huong-dan-dang-ky-n188__btn-secondary:hover {
  background-color: var(--n188-primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

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

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

/* Introduction Section */
.page-blog-huong-dan-dang-ky-n188__introduction-section {
  padding: 60px 0;
  background-color: var(--n188-card-bg);
}

.page-blog-huong-dan-dang-ky-n188__dark-bg {
  background-color: var(--n188-card-bg);
  color: var(--n188-text-main-color);
}

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

.page-blog-huong-dan-dang-ky-n188__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-n188__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--n188-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-n188__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--n188-primary-color);
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--n188-primary-color);
  border-radius: 50%;
}

.page-blog-huong-dan-dang-ky-n188__step-title {
  font-size: 1.8em;
  color: var(--n188-secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-n188__step-description {
  font-size: 1.1em;
  color: var(--n188-text-main-color);
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-n188__step-description a {
  color: var(--n188-secondary-color);
  text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-n188__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-n188__list {
  list-style: disc inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--n188-text-main-color);
}

.page-blog-huong-dan-dang-ky-n188__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-huong-dan-dang-ky-n188__list li strong {
  color: var(--n188-secondary-color);
}

/* Start Playing Section */
.page-blog-huong-dan-dang-ky-n188__start-playing-section {
  padding: 60px 0;
  background-color: var(--n188-card-bg);
}

.page-blog-huong-dan-dang-ky-n188__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--n188-text-main-color);
}

.page-blog-huong-dan-dang-ky-n188__ordered-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-blog-huong-dan-dang-ky-n188__ordered-list li strong {
  color: var(--n188-secondary-color);
}

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

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

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

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

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

.page-blog-huong-dan-dang-ky-n188__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--n188-text-main-color);
  background-color: var(--n188-card-bg);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-huong-dan-dang-ky-n188__faq-question::-webkit-details-marker, /* Hide default marker */
.page-blog-huong-dan-dang-ky-n188__faq-question::marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-n188__faq-question:hover {
  background-color: rgba(var(--n188-primary-color), 0.1);
}

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

.page-blog-huong-dan-dang-ky-n188__faq-toggle {
  font-size: 1.5em;
  color: var(--n188-primary-color);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-blog-huong-dan-dang-ky-n188__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: var(--n188-text-main-color);
}

/* CTA Bottom Section */
.page-blog-huong-dan-dang-ky-n188__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--n188-background-color);
}

.page-blog-huong-dan-dang-ky-n188__cta-bottom-section .page-blog-huong-dan-dang-ky-n188__section-title {
  color: var(--n188-primary-color);
}

.page-blog-huong-dan-dang-ky-n188__cta-bottom-section .page-blog-huong-dan-dang-ky-n188__cta-buttons {
  justify-content: center;
  margin-top: 30px;
}

/* Universal Image & Container Responsiveness */
.page-blog-huong-dan-dang-ky-n188 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-huong-dan-dang-ky-n188__container,
.page-blog-huong-dan-dang-ky-n188__cta-buttons {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Media Queries for Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-n188 {
    font-size: 15px;
  }

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

  .page-blog-huong-dan-dang-ky-n188__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  /* HERO Section (必写清单 1) */
  .page-blog-huong-dan-dang-ky-n188__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-n188__hero-container {
    flex-direction: column;
    padding: 40px 15px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-n188__hero-content,
  .page-blog-huong-dan-dang-ky-n188__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-huong-dan-dang-ky-n188__main-title {
    font-size: 2.2em; /* Smaller H1 for mobile */
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-n188__hero-description {
    font-size: 1em;
    text-align: center;
  }

  /* CTA Buttons (必写清单 6) */
  .page-blog-huong-dan-dang-ky-n188__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-huong-dan-dang-ky-n188__btn-primary,
  .page-blog-huong-dan-dang-ky-n188__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Introduction, Guide, Start Playing, Tips Sections (必写清单 4) */
  .page-blog-huong-dan-dang-ky-n188__introduction-section,
  .page-blog-huong-dan-dang-ky-n188__guide-section,
  .page-blog-huong-dan-dang-ky-n188__start-playing-section,
  .page-blog-huong-dan-dang-ky-n188__tips-section,
  .page-blog-huong-dan-dang-ky-n188__faq-section,
  .page-blog-huong-dan-dang-ky-n188__cta-bottom-section {
    padding: 40px 0;
  }

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

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

  .page-blog-huong-dan-dang-ky-n188__step-number {
    font-size: 2em;
    width: 60px;
    height: 60px;
  }

  .page-blog-huong-dan-dang-ky-n188__list,
  .page-blog-huong-dan-dang-ky-n188__ordered-list {
    padding-left: 15px;
    font-size: 1em;
  }

  /* FAQ Section (必写清单 4) */
  .page-blog-huong-dan-dang-ky-n188__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

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

  /* Generic Images (必写清单 5) */
  .page-blog-huong-dan-dang-ky-n188 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* No icon-box-media for this page, so no need for specific square image rule (必写清单 2) */
  /* No game-tabs for this page, so no need for specific game-tabs rule (必写清单 3) */
}