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

.page-blog-huong-dan-dang-ky-hm88 {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  line-height: 1.6;
}

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

.page-blog-huong-dan-dang-ky-hm88__container--center {
  text-align: center;
}

/* Section Titles */
.page-blog-huong-dan-dang-ky-hm88__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD36B; /* Glow color */
  line-height: 1.2;
}

/* Text Blocks */
.page-blog-huong-dan-dang-ky-hm88__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page-blog-huong-dan-dang-ky-hm88__btn-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 15px rgba(255, 211, 107, 0.6);
}

.page-blog-huong-dan-dang-ky-hm88__btn-secondary {
  background: transparent;
  color: #FFD36B; /* Glow color */
  border: 2px solid #FFD36B; /* Glow color for border */
}

.page-blog-huong-dan-dang-ky-hm88__btn-secondary:hover {
  background: #FFD36B;
  color: #111111;
  box-shadow: 0 0 15px rgba(255, 211, 107, 0.6);
}

.page-blog-huong-dan-dang-ky-hm88__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-hm88__cta-buttons--center {
  justify-content: center;
}

/* Image styles */
.page-blog-huong-dan-dang-ky-hm88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-hm88__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 80px;
  background-color: #0A0A0A;
}

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

.page-blog-huong-dan-dang-ky-hm88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

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

.page-blog-huong-dan-dang-ky-hm88__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFF6D6; /* Text Main */
}

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

/* Intro Section (features grid) */
.page-blog-huong-dan-dang-ky-hm88__intro-section {
  padding: 80px 0;
  background-color: #111111; /* Card BG */
}

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

.page-blog-huong-dan-dang-ky-hm88__feature-item {
  background-color: #0A0A0A; /* Background */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-dang-ky-hm88__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-hm88__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F2C14E; /* Main color */
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.4);
}

.page-blog-huong-dan-dang-ky-hm88__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-huong-dan-dang-ky-hm88__feature-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFD36B; /* Glow color */
}

.page-blog-huong-dan-dang-ky-hm88__feature-description {
  font-size: 1em;
  color: #FFF6D6; /* Text Main */
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-hm88__guide-section {
  padding: 80px 0;
  background-color: #0A0A0A; /* Background */
}

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

.page-blog-huong-dan-dang-ky-hm88__step-title {
  font-size: 2em;
  font-weight: 700;
  color: #F2C14E; /* Main color */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-hm88__step-item p {
  font-size: 1.1em;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-hm88__step-item ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-hm88__step-item li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-blog-huong-dan-dang-ky-hm88__step-item img {
  margin-top: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-hm88__faq-section {
  padding: 80px 0;
  background-color: #111111; /* Card BG */
}

.page-blog-huong-dan-dang-ky-hm88__faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}

.page-blog-huong-dan-dang-ky-hm88__faq-item {
  background-color: #0A0A0A; /* Background */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-hm88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #FFD36B; /* Glow color */
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

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

.page-blog-huong-dan-dang-ky-hm88__faq-question:hover {
  background-color: rgba(242, 193, 78, 0.1);
}

.page-blog-huong-dan-dang-ky-hm88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Main color */
}

.page-blog-huong-dan-dang-ky-hm88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #FFF6D6; /* Text Main */
  line-height: 1.6;
}

/* Contact CTA Section */
.page-blog-huong-dan-dang-ky-hm88__contact-cta-section {
  padding: 80px 0;
  background-color: #0A0A0A; /* Background */
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-hm88__section-title {
    font-size: 2em;
  }
  .page-blog-huong-dan-dang-ky-hm88__main-title {
    font-size: clamp(2em, 3.5vw, 3em);
  }
  .page-blog-huong-dan-dang-ky-hm88__hero-container {
    padding: 40px 16px;
  }
  .page-blog-huong-dan-dang-ky-hm88__icon-box-media {
    width: 160px;
    height: 160px;
  }
  .page-blog-huong-dan-dang-ky-hm88__feature-title {
    font-size: 1.4em;
  }
  .page-blog-huong-dan-dang-ky-hm88__step-title {
    font-size: 1.8em;
  }
  .page-blog-huong-dan-dang-ky-hm88__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  /* General mobile container and text */
  .page-blog-huong-dan-dang-ky-hm88__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-dang-ky-hm88 {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-blog-huong-dan-dang-ky-hm88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-blog-huong-dan-dang-ky-hm88__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }
  .page-blog-huong-dan-dang-ky-hm88__hero-content {
    text-align: center;
    flex: 1 1 100%;
  }
  .page-blog-huong-dan-dang-ky-hm88__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-hm88__description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-huong-dan-dang-ky-hm88__hero-image {
    flex: 1 1 100%;
  }

  /* Buttons and CTA */
  .page-blog-huong-dan-dang-ky-hm88__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-dang-ky-hm88__btn-primary,
  .page-blog-huong-dan-dang-ky-hm88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* Intro Section (features grid) */
  .page-blog-huong-dan-dang-ky-hm88__intro-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-hm88__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .page-blog-huong-dan-dang-ky-hm88__icon-box-media {
    width: 120px;
    height: 120px;
    border-width: 3px;
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-hm88__feature-title {
    font-size: 1.3em;
  }
  .page-blog-huong-dan-dang-ky-hm88__feature-description {
    font-size: 0.95em;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-hm88__guide-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-hm88__step-item {
    padding: 25px;
    margin-bottom: 25px;
  }
  .page-blog-huong-dan-dang-ky-hm88__step-title {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-hm88__step-item p,
  .page-blog-huong-dan-dang-ky-hm88__step-item li {
    font-size: 1em;
  }
  .page-blog-huong-dan-dang-ky-hm88__step-item ul {
    margin-left: 15px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-hm88__faq-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-dang-ky-hm88__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-blog-huong-dan-dang-ky-hm88__faq-toggle {
    font-size: 1.3em;
  }
  .page-blog-huong-dan-dang-ky-hm88__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* Contact CTA Section */
  .page-blog-huong-dan-dang-ky-hm88__contact-cta-section {
    padding: 40px 0;
  }

  /* Universal image responsive rule */
  .page-blog-huong-dan-dang-ky-hm88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  /* Exception for circular images to maintain aspect ratio, but still responsive */
  .page-blog-huong-dan-dang-ky-hm88__icon-box-media img {
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Ensure content containers don't cause horizontal scroll */
  .page-blog-huong-dan-dang-ky-hm88__section-title,
  .page-blog-huong-dan-dang-ky-hm88__text-block,
  .page-blog-huong-dan-dang-ky-hm88__feature-item,
  .page-blog-huong-dan-dang-ky-hm88__step-item,
  .page-blog-huong-dan-dang-ky-hm88__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
  }
}