/* style/blog-huong-dan-dang-ky-789win.css */

:root {
  --primary-color: #113B7A;
  --secondary-color: #1D5FD1;
  --text-main-color: #F3F8FF;
  --text-secondary-color: #AFC4E8;
  --card-bg-color: #10233F;
  --border-color: #244D84;
  --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --glow-color: #4FA8FF;
  --gold-color: #F2C14E;
  --divider-color: #1B3357;
  --deep-navy: #08162B;
}

.page-blog-huong-dan-dang-ky-789win {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Body background is dark, so main text is light */
  background-color: var(--deep-navy); /* From shared.css */
}

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

/* HERO Section */
.page-blog-huong-dan-dang-ky-789win__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.page-blog-huong-dan-dang-ky-789win__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-789win__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-789win__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-secondary-color);
}

.page-blog-huong-dan-dang-ky-789win__hero-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

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

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

/* General Section Styling */
.page-blog-huong-dan-dang-ky-789win__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: var(--gold-color);
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-789win__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: var(--text-secondary-color);
}

/* Intro Section */
.page-blog-huong-dan-dang-ky-789win__intro-section {
  padding: 80px 0;
  background-color: var(--card-bg-color);
}

.page-blog-huong-dan-dang-ky-789win__dark-section {
  background-color: var(--card-bg-color);
  color: var(--text-main-color);
}

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

.page-blog-huong-dan-dang-ky-789win__feature-item {
  background-color: var(--primary-color);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-huong-dan-dang-ky-789win__icon-box-media {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--gold-color);
  box-shadow: 0 0 15px var(--glow-color);
}

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

.page-blog-huong-dan-dang-ky-789win__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--gold-color);
}

.page-blog-huong-dan-dang-ky-789win__feature-text {
  font-size: 1rem;
  color: var(--text-secondary-color);
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-789win__guide-section {
  padding: 80px 0;
  background-color: var(--deep-navy);
}

.page-blog-huong-dan-dang-ky-789win__guide-step {
  background-color: var(--card-bg-color);
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-huong-dan-dang-ky-789win__step-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gold-color);
}

.page-blog-huong-dan-dang-ky-789win__guide-step p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: var(--text-secondary-color);
}

.page-blog-huong-dan-dang-ky-789win__step-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary-color);
}

.page-blog-huong-dan-dang-ky-789win__step-list li {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--text-secondary-color);
}

.page-blog-huong-dan-dang-ky-789win__step-list strong {
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-789win__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

/* Promo Section */
.page-blog-huong-dan-dang-ky-789win__promo-section {
  padding: 80px 0;
  background-color: var(--card-bg-color);
}

.page-blog-huong-dan-dang-ky-789win__promo-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-789win__promo-card {
  background-color: var(--primary-color);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-huong-dan-dang-ky-789win__promo-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.page-blog-huong-dan-dang-ky-789win__promo-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--gold-color);
}

.page-blog-huong-dan-dang-ky-789win__promo-text {
  font-size: 1rem;
  color: var(--text-secondary-color);
  margin-bottom: 25px;
  flex-grow: 1;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-789win__faq-section {
  padding: 80px 0;
  background-color: var(--deep-navy);
}

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

.page-blog-huong-dan-dang-ky-789win__faq-item {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-789win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-main-color);
  cursor: pointer;
  background-color: var(--primary-color);
  border-bottom: 1px solid var(--border-color);
  list-style: none; /* For details/summary */
}

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

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

.page-blog-huong-dan-dang-ky-789win__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold-color);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-789win__faq-item[open] .page-blog-huong-dan-dang-ky-789win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-789win__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary-color);
  background-color: var(--card-bg-color);
}

/* CTA Section */
.page-blog-huong-dan-dang-ky-789win__cta-section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--primary-color);
}

.page-blog-huong-dan-dang-ky-789win__cta-section .page-blog-huong-dan-dang-ky-789win__section-title {
  color: var(--gold-color);
}

.page-blog-huong-dan-dang-ky-789win__cta-section .page-blog-huong-dan-dang-ky-789win__section-description {
  margin-bottom: 30px;
  color: var(--text-secondary-color);
}

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

.page-blog-huong-dan-dang-ky-789win__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-789win__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

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

.page-blog-huong-dan-dang-ky-789win__btn-secondary:hover {
  background-color: var(--gold-color);
  color: var(--primary-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-789win__text-link {
  color: var(--glow-color);
  text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-789win__text-link:hover {
  color: var(--gold-color);
}

/* Image responsiveness for all content images */
.page-blog-huong-dan-dang-ky-789win img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-789win__hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-huong-dan-dang-ky-789win__hero-description {
    font-size: 1rem;
  }
  .page-blog-huong-dan-dang-ky-789win__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  }
  .page-blog-huong-dan-dang-ky-789win__icon-box-media {
    width: 140px;
    height: 140px;
  }
  .page-blog-huong-dan-dang-ky-789win__promo-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-dang-ky-789win__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px !important;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-container {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px !important;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-content {
    order: 2;
    text-align: center;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-image {
    order: 1;
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-description {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-cta-group {
    flex-direction: column;
    gap: 10px;
  }
  
  /* Buttons - Mobile responsive */
  .page-blog-huong-dan-dang-ky-789win__btn-primary,
  .page-blog-huong-dan-dang-ky-789win__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-huong-dan-dang-ky-789win__hero-cta-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  /* General Section Styling */
  .page-blog-huong-dan-dang-ky-789win__container {
    padding: 0 15px !important;
  }
  .page-blog-huong-dan-dang-ky-789win__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-789win__section-description {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  /* Intro Section */
  .page-blog-huong-dan-dang-ky-789win__intro-section {
    padding: 50px 0 !important;
  }
  .page-blog-huong-dan-dang-ky-789win__features-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-blog-huong-dan-dang-ky-789win__icon-box-media {
    width: 120px !important;
    height: 120px !important;
    border-width: 3px !important;
  }
  .page-blog-huong-dan-dang-ky-789win__feature-title {
    font-size: 1.3rem;
  }
  .page-blog-huong-dan-dang-ky-789win__feature-text {
    font-size: 0.9rem;
  }

  /* Guide Section */
  .page-blog-huong-dan-dang-ky-789win__guide-section {
    padding: 50px 0 !important;
  }
  .page-blog-huong-dan-dang-ky-789win__guide-step {
    padding: 30px 20px !important;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-789win__step-title {
    font-size: 1.6rem !important;
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-dang-ky-789win__guide-step p,
  .page-blog-huong-dan-dang-ky-789win__step-list li {
    font-size: 0.95rem !important;
  }
  .page-blog-huong-dan-dang-ky-789win__step-image {
    margin: 20px auto !important;
  }

  /* Promo Section */
  .page-blog-huong-dan-dang-ky-789win__promo-section {
    padding: 50px 0 !important;
  }
  .page-blog-huong-dan-dang-ky-789win__promo-cards-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-blog-huong-dan-dang-ky-789win__promo-card {
    padding: 25px !important;
  }
  .page-blog-huong-dan-dang-ky-789win__promo-title {
    font-size: 1.4rem;
  }
  .page-blog-huong-dan-dang-ky-789win__promo-text {
    font-size: 0.9rem;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-789win__faq-section {
    padding: 50px 0 !important;
  }
  .page-blog-huong-dan-dang-ky-789win__faq-list {
    margin-top: 30px;
  }
  .page-blog-huong-dan-dang-ky-789win__faq-question {
    padding: 15px 20px !important;
    font-size: 1.1rem !important;
  }
  .page-blog-huong-dan-dang-ky-789win__faq-toggle {
    font-size: 1.5rem !important;
  }
  .page-blog-huong-dan-dang-ky-789win__faq-answer {
    padding: 15px 20px !important;
    font-size: 0.95rem !important;
  }

  /* CTA Section */
  .page-blog-huong-dan-dang-ky-789win__cta-section {
    padding: 40px 0 !important;
  }

  /* Universal image responsiveness for content images */
  .page-blog-huong-dan-dang-ky-789win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-huong-dan-dang-ky-789win__container,
  .page-blog-huong-dan-dang-ky-789win__hero-section,
  .page-blog-huong-dan-dang-ky-789win__intro-section,
  .page-blog-huong-dan-dang-ky-789win__guide-section,
  .page-blog-huong-dan-dang-ky-789win__promo-section,
  .page-blog-huong-dan-dang-ky-789win__faq-section,
  .page-blog-huong-dan-dang-ky-789win__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}