/* style/blog-huong-dan-dang-ky-z888.css */
/* Base styles for the page content area */
.page-blog-huong-dan-dang-ky-z888 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Text Main color for dark background */
  background: #140C0C; /* Page background color */
}

/* Container for consistent padding and max-width */
.page-blog-huong-dan-dang-ky-z888__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

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

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

/* Hero Section */
.page-blog-huong-dan-dang-ky-z888__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #7E0D0D 0%, #140C0C 100%); /* Deep Red to Background */
  text-align: center;
}

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

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

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

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

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

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

.page-blog-huong-dan-dang-ky-z888__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; /* Ensure container takes full width */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Buttons */
.page-blog-huong-dan-dang-ky-z888__btn-primary,
.page-blog-huong-dan-dang-ky-z888__btn-secondary,
.page-blog-huong-dan-dang-ky-z888__btn-link {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%; /* Ensure buttons adapt to container */
}

.page-blog-huong-dan-dang-ky-z888__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
  color: #140C0C; /* Dark text for light button */
  border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-z888__btn-primary:hover {
  background: linear-gradient(180deg, #FFC06A 0%, #F87A24 100%);
  box-shadow: 0 5px 15px rgba(255, 176, 74, 0.4);
}

.page-blog-huong-dan-dang-ky-z888__btn-secondary {
  background: #2A1212; /* Card BG */
  color: #F3C54D; /* Gold text */
  border: 2px solid #F3C54D; /* Gold border */
}

.page-blog-huong-dan-dang-ky-z888__btn-secondary:hover {
  background: #3A2222;
  color: #FFF1E8; /* Text Main */
  border-color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-z888__btn-link {
  background: none;
  border: 2px solid #6A1E1E; /* Border color */
  color: #FFF1E8; /* Text Main */
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 15px;
}

.page-blog-huong-dan-dang-ky-z888__btn-link:hover {
  background: #6A1E1E;
  color: #F3C54D;
}


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

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

.page-blog-huong-dan-dang-ky-z888__step-item {
  background: #2A1212; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-z888__step-number {
  background: #F3C54D; /* Gold */
  color: #140C0C; /* Background color */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-z888__step-title {
  font-size: 1.8em;
  color: #F3C54D; /* Gold */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-huong-dan-dang-ky-z888__step-media {
  margin-bottom: 20px;
  width: 100%;
}

.page-blog-huong-dan-dang-ky-z888__step-media img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-blog-huong-dan-dang-ky-z888__step-text {
  font-size: 1em;
  margin-bottom: 15px;
  color: #FFF1E8;
  text-align: left;
  width: 100%;
}

.page-blog-huong-dan-dang-ky-z888__step-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #FFF1E8;
  text-align: left;
  width: 100%;
}

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

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

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

.page-blog-huong-dan-dang-ky-z888__faq-item {
  background: #2A1212; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-z888__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  background: #6A1E1E; /* Deep Red */
  color: #FFF1E8;
  border-bottom: 1px solid #7E0D0D;
  list-style: none; /* For details/summary */
}

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

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

.page-blog-huong-dan-dang-ky-z888__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F3C54D;
}

.page-blog-huong-dan-dang-ky-z888__faq-item[open] .page-blog-huong-dan-dang-ky-z888__faq-toggle {
  color: #FFB04A;
}