/* Base styles for the page */
.page-blog-huong-dan-dang-ky-va-choi-ea888 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Text Main */
  background-color: #140C0C; /* Background */
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__section {
  padding: 40px 0;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #FFB04A; /* Gold-like for titles */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__sub-title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #FFB04A;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-va-choi-ea888__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  color: #FFF1E8;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  max-width: 900px;
  margin-top: -300px; /* Pull content up over the image */
  background: linear-gradient(180deg, rgba(20, 12, 12, 0.8) 0%, rgba(20, 12, 12, 0.95) 70%, #140C0C 100%); /* Dark gradient for readability */
  border-radius: 15px;
  padding-top: 80px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFB04A; /* Gold */
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__lead-paragraph {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__btn-primary,
.page-blog-huong-dan-dang-ky-va-choi-ea888__btn-secondary,
.page-blog-huong-dan-dang-ky-va-choi-ea888__support-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #140C0C; /* Dark text for contrast */
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

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

.page-blog-huong-dan-dang-ky-va-choi-ea888__btn-secondary {
  background: #2A1212; /* Card BG */
  color: #FFB04A; /* Gold */
  border: 2px solid #FFB04A;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__btn-secondary:hover {
  background: #FFB04A;
  color: #140C0C;
  transform: translateY(-2px);
}

/* Step list for registration/withdrawal */
.page-blog-huong-dan-dang-ky-va-choi-ea888__step-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__step-item {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__step-item::before {
  counter-increment: step-counter;
  content: "Bước " counter(step-counter);
  position: absolute;
  left: 30px;
  top: 30px;
  background: #C61F1F; /* Primary color */
  color: #FFF1E8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__step-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFB04A;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__step-description {
  font-size: 16px;
  color: #FFF1E8;
}

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

.page-blog-huong-dan-dang-ky-va-choi-ea888__info-list {
  list-style: disc;
  margin-left: 20px;
  color: #FFF1E8;
  font-size: 16px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__cta-section {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background: #2A1212;
  border-radius: 10px;
  border: 1px solid #6A1E1E;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__cta-text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #FFB04A;
}

/* Feature Grid (Deposit methods) */
.page-blog-huong-dan-dang-ky-va-choi-ea888__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__feature-card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__feature-icon {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__feature-title {
  font-size: 22px;
  font-weight: 600;
  color: #FFB04A;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__feature-description {
  font-size: 16px;
  color: #FFF1E8;
}

/* Game Grid */
.page-blog-huong-dan-dang-ky-va-choi-ea888__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__game-card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__game-title {
  font-size: 22px;
  font-weight: 600;
  color: #FFB04A;
  margin: 20px 20px 10px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__game-title a {
  color: #FFB04A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__game-title a:hover {
  color: #F3C54D;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__game-description {
  font-size: 16px;
  color: #FFF1E8;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* Promotions */
.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-title {
  font-size: 22px;
  font-weight: 600;
  color: #FFB04A;
  margin: 20px 20px 10px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-title a {
  color: #FFB04A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-title a:hover {
  color: #F3C54D;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__promo-description {
  font-size: 16px;
  color: #FFF1E8;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* Support & FAQ */
.page-blog-huong-dan-dang-ky-va-choi-ea888__support-channels {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__support-btn {
  background: #7E0D0D; /* Deep Red */
  color: #FFF1E8;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__support-btn:hover {
  background: #C61F1F;
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-list {
  margin-top: 30px;
}

details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6A1E1E;
  overflow: hidden;
  background: #2A1212; /* Card BG */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item summary.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFB04A;
  font-weight: 600;
}
details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item summary.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item summary.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}
.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-qtext {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFB04A;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item .page-blog-huong-dan-dang-ky-va-choi-ea888__faq-answer {
  padding: 0 20px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  color: #FFF1E8;
  font-size: 16px;
}

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

.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-answer a {
  color: #FFB04A;
  text-decoration: underline;
}

/* Conclusion */
.page-blog-huong-dan-dang-ky-va-choi-ea888__conclusion .page-blog-huong-dan-dang-ky-va-choi-ea888__cta-buttons {
  margin-top: 30px;
}

/* General images */
.page-blog-huong-dan-dang-ky-va-choi-ea888 img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-va-choi-ea888__hero-content {
    margin-top: -200px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__main-title {
    font-size: 42px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__section-title {
    font-size: 32px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__sub-title {
    font-size: 24px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__text-block {
    font-size: 17px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-item {
    padding: 25px;
    padding-left: 70px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-item::before {
    left: 25px;
    top: 25px;
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-title {
    font-size: 22px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-grid,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-grid,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-grid {
    gap: 20px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-icon {
    width: 120px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-image,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-image {
    height: 180px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-title,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-title {
    font-size: 20px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 849px) {
  .page-blog-huong-dan-dang-ky-va-choi-ea888__hero-image img {
    object-fit: contain !important; 
    aspect-ratio: unset !important; 
    height: auto !important; /* Ensure image scales */
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-va-choi-ea888__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__section {
    padding: 30px 0;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__hero-section {
    min-height: auto;
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__hero-content {
    margin-top: -150px; /* Adjust pull-up for mobile */
    padding: 15px;
    padding-top: 60px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__main-title {
    font-size: clamp(28px, 8vw, 36px); /* Clamp for responsive H1 */
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__lead-paragraph {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__btn-primary,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__btn-secondary,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__support-btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__sub-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__text-block {
    font-size: 15px;
    text-align: left;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-item {
    padding: 20px;
    padding-left: 60px;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-item::before {
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-title {
    font-size: 20px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-description {
    font-size: 14px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-image {
    margin-top: 15px;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__info-list {
    font-size: 14px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__cta-section {
    padding: 20px;
    margin-top: 30px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__cta-text {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-grid,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-grid,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    overflow-x: hidden; /* Ensure no horizontal scroll */
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-card,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-card,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-card {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-icon {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-title,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-title,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-title {
    font-size: 18px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-description,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-description,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-description {
    font-size: 14px;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-image,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-image {
    height: 150px;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .page-blog-huong-dan-dang-ky-va-choi-ea888__support-channels {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item summary.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-question {
    padding: 15px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__faq-qtext {
    font-size: 15px;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__faq-toggle {
    font-size: 20px;
    width: 24px;
  }
  details.page-blog-huong-dan-dang-ky-va-choi-ea888__faq-item .page-blog-huong-dan-dang-ky-va-choi-ea888__faq-answer {
    padding: 0 15px 15px;
    font-size: 14px;
  }

  /* Generic image rules for mobile */
  .page-blog-huong-dan-dang-ky-va-choi-ea888 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-dang-ky-va-choi-ea888__hero-image-wrapper,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__step-image-wrapper,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__feature-icon-wrapper,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__game-image-wrapper,
  .page-blog-huong-dan-dang-ky-va-choi-ea888__promo-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
}