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

:root {
  --page-primary-color: #017439;
  --page-secondary-color: #FFFFFF;
  --page-register-color: #C30808;
  --page-login-color: #C30808;
  --page-background-color: #FFFFFF;
  --page-register-login-font-color: #FFFF00;
}

.page-blog-huong-dan-dang-ky-sky88 {
  color: #333333; /* Default dark text for light body background */
  background-color: var(--page-background-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-sky88__hero-section {
  padding-top: 10px; /* Fixed small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: var(--page-primary-color);
  color: var(--page-secondary-color);
}

.page-blog-huong-dan-dang-ky-sky88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 30px;
}

.page-blog-huong-dan-dang-ky-sky88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-sky88__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--page-secondary-color);
}

.page-blog-huong-dan-dang-ky-sky88__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--page-secondary-color);
}

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

.page-blog-huong-dan-dang-ky-sky88__btn-primary,
.page-blog-huong-dan-dang-ky-sky88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-sky88__btn-primary {
  background-color: var(--page-register-color);
  color: var(--page-register-login-font-color);
  border: 2px solid var(--page-register-color);
}

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

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

.page-blog-huong-dan-dang-ky-sky88__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

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

.page-blog-huong-dan-dang-ky-sky88__main-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-sky88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--page-background-color);
}

.page-blog-huong-dan-dang-ky-sky88__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--page-primary-color);
  margin-bottom: 25px;
  text-align: center;
}

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

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

.page-blog-huong-dan-dang-ky-sky88__list-item {
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-sky88__guide-step {
  margin-bottom: 40px;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.page-blog-huong-dan-dang-ky-sky88__step-title {
  font-size: 1.8em;
  color: var(--page-register-color);
  margin-bottom: 15px;
  font-weight: 600;
}

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

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

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

.page-blog-huong-dan-dang-ky-sky88__faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.page-blog-huong-dan-dang-ky-sky88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #f5f5f5;
  list-style: none;
  user-select: none;
}

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

.page-blog-huong-dan-dang-ky-sky88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--page-primary-color);
}

.page-blog-huong-dan-dang-ky-sky88__faq-item[open] .page-blog-huong-dan-dang-ky-sky88__faq-question {
  background-color: #e8e8e8;
}

.page-blog-huong-dan-dang-ky-sky88__faq-item[open] .page-blog-huong-dan-dang-ky-sky88__faq-toggle {
  color: var(--page-register-color);
}

.page-blog-huong-dan-dang-ky-sky88__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-sky88__faq-answer p {
  margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-sky88__cta-section {
  text-align: center;
  background-color: var(--page-primary-color);
  padding: 50px 20px;
  border-radius: 10px;
  margin-top: 60px;
  color: var(--page-secondary-color);
}

.page-blog-huong-dan-dang-ky-sky88__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--page-secondary-color);
}

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

.page-blog-huong-dan-dang-ky-sky88__btn-large {
  padding: 15px 40px;
  font-size: 1.2em;
  border-width: 3px;
}

/* --- Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-sky88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

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

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

  .page-blog-huong-dan-dang-ky-sky88__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    text-align: center;
  }

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

  .page-blog-huong-dan-dang-ky-sky88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-sky88__btn-primary,
  .page-blog-huong-dan-dang-ky-sky88__btn-secondary {
    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;
  }

  .page-blog-huong-dan-dang-ky-sky88__content-area {
    padding: 40px 15px;
  }

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

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

  .page-blog-huong-dan-dang-ky-sky88__paragraph,
  .page-blog-huong-dan-dang-ky-sky88__list-item {
    font-size: 0.95em;
  }

  .page-blog-huong-dan-dang-ky-sky88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-sky88__guide-step {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-sky88__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

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

  .page-blog-huong-dan-dang-ky-sky88__cta-section {
    padding: 40px 15px;
  }

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

  .page-blog-huong-dan-dang-ky-sky88__cta-description {
    font-size: 1em;
  }

  .page-blog-huong-dan-dang-ky-sky88__btn-large {
    padding: 12px 25px;
    font-size: 1em;
  }
}