/* style/blog-huong-dan-dang-ky-zo88.css */
.page-blog-huong-dan-dang-ky-zo88 {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-blog-huong-dan-dang-ky-zo88__hero-section {
  padding-top: 10px; /* Small top padding as per rule */
  padding-bottom: 60px;
  background-color: #0A0A0A;
}

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

.page-blog-huong-dan-dang-ky-zo88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-zo88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Main Color */
}

.page-blog-huong-dan-dang-ky-zo88__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF6D6;
}

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

.page-blog-huong-dan-dang-ky-zo88__btn-primary,
.page-blog-huong-dan-dang-ky-zo88__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-zo88__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for light button background */
}

.page-blog-huong-dan-dang-ky-zo88__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-zo88__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Main Color */
  border-color: #F2C14E;
}

.page-blog-huong-dan-dang-ky-zo88__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
}

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

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

.page-blog-huong-dan-dang-ky-zo88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-zo88__dark-section {
  background-color: #0A0A0A;
  color: #FFF6D6;
}

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

.page-blog-huong-dan-dang-ky-zo88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #FFD36B; /* Glow Color */
  text-align: center;
}

.page-blog-huong-dan-dang-ky-zo88__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

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

.page-blog-huong-dan-dang-ky-zo88__guide-step {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #111111; /* Card BG */
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-zo88__step-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Main Color */
}

.page-blog-huong-dan-dang-ky-zo88__step-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #FFF6D6;
}

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

.page-blog-huong-dan-dang-ky-zo88__step-button {
  margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-zo88__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-zo88__list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-huong-dan-dang-ky-zo88__list strong {
  color: #F2C14E;
}

.page-blog-huong-dan-dang-ky-zo88__benefits-list {
  list-style: none;
  padding-left: 0;
}

.page-blog-huong-dan-dang-ky-zo88__benefits-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-zo88__benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FFD36B; /* Glow Color */
  font-weight: bold;
}