/* style/blog-huong-dan-dang-ky-5mb-bet.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-button-color: #C30808;
  --login-button-color: #C30808;
  --bg-color: #FFFFFF;
  --register-login-font-color: #FFFF00;
  --text-dark: #333333;
  --text-light: #ffffff;
  --border-light: #e0e0e0;
}

.page-blog-huong-dan-dang-ky-5mb-bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-color);
}

.page-blog-huong-dan-dang-ky-5mb-bet__hero-section {
  background-color: var(--bg-color);
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 20px 15px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-5mb-bet__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-dark);
}

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

.page-blog-huong-dan-dang-ky-5mb-bet__btn-primary,
.page-blog-huong-dan-dang-ky-5mb-bet__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-5mb-bet__btn-primary {
  background-color: var(--register-button-color); /* Custom register color */
  color: var(--register-login-font-color); /* Custom font color */
  border: 2px solid var(--register-button-color);
}

.page-blog-huong-dan-dang-ky-5mb-bet__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-huong-dan-dang-ky-5mb-bet__btn-secondary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-5mb-bet__btn-secondary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

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

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

.page-blog-huong-dan-dang-ky-5mb-bet__content-section {
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-5mb-bet__light-bg {
  background-color: var(--bg-color);
  color: var(--text-dark);
}

.page-blog-huong-dan-dang-ky-5mb-bet__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-5mb-bet__content-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary-color);
}

.page-blog-huong-dan-dang-ky-5mb-bet__section-title--light {
  color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-5mb-bet__reason-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__reason-item {
  background-color: var(--secondary-color);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-5mb-bet__reason-heading {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__reason-item p {
  font-size: 1rem;
  color: var(--text-dark);
}

.page-blog-huong-dan-dang-ky-5mb-bet__steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-5mb-bet__step-heading {
  font-size: 1.8rem;
  color: var(--register-login-font-color); /* Custom font color */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__step-item p,
.page-blog-huong-dan-dang-ky-5mb-bet__step-item ul {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-5mb-bet__step-item ul {
  list-style: disc inside;
  padding-left: 20px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__step-item li strong {
  color: var(--register-login-font-color);
}

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

.page-blog-huong-dan-dang-ky-5mb-bet__bullet-list {
  list-style: disc outside;
  padding-left: 25px;
  font-size: 1.1rem;
  color: var(--text-dark);
}

.page-blog-huong-dan-dang-ky-5mb-bet__bullet-list--light {
  color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-5mb-bet__bullet-list li {
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__bullet-list li strong {
  color: var(--primary-color);
}

.page-blog-huong-dan-dang-ky-5mb-bet__bullet-list--light li strong {
  color: var(--register-login-font-color);
}

.page-blog-huong-dan-dang-ky-5mb-bet__faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-blog-huong-dan-dang-ky-5mb-bet__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-5mb-bet__faq-item details {
  width: 100%;
}

.page-blog-huong-dan-dang-ky-5mb-bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--border-light);
  list-style: none;
}

.page-blog-huong-dan-dang-ky-5mb-bet__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-5mb-bet__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-color);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-blog-huong-dan-dang-ky-5mb-bet__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: var(--text-dark);
  background-color: var(--secondary-color);
  border-top: none;
}

.page-blog-huong-dan-dang-ky-5mb-bet__cta-bottom-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-5mb-bet__cta-bottom-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-5mb-bet__cta-description {
  font-size: 1.15rem;
  margin-bottom: 40px;
  color: var(--text-light);
}

/* General image responsiveness */
.page-blog-huong-dan-dang-ky-5mb-bet img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-5mb-bet {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-blog-huong-dan-dang-ky-5mb-bet__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px !important;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__main-title {
    font-size: 2rem;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__cta-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    gap: 10px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__btn-primary,
  .page-blog-huong-dan-dang-ky-5mb-bet__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 0.95rem;
    padding: 12px 20px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__hero-image {
    order: -1; /* Image above text on mobile */
  }

  /* Content Sections */
  .page-blog-huong-dan-dang-ky-5mb-bet__content-section {
    padding: 40px 0 !important;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__content-container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__reason-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__reason-heading {
    font-size: 1.3rem;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__step-heading {
    font-size: 1.5rem;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__step-item p,
  .page-blog-huong-dan-dang-ky-5mb-bet__step-item ul {
    font-size: 0.95rem;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__bullet-list {
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__faq-answer {
    font-size: 0.95rem;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__cta-bottom-section {
    padding: 50px 0 !important;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* Generic image responsiveness for content area */
  .page-blog-huong-dan-dang-ky-5mb-bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-5mb-bet__content-area,
  .page-blog-huong-dan-dang-ky-5mb-bet__text-block,
  .page-blog-huong-dan-dang-ky-5mb-bet__card,
  .page-blog-huong-dan-dang-ky-5mb-bet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}