/* style/blog-khuyen-mai-doc-quyen-win78-moi-nhat.css */
.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Body background is white */
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-khuyen-mai-doc-quyen-mai-doc-quyen-win78-moi-nhat__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-section {
  padding-top: 10px; /* Adjust as per shared.css body padding */
  padding-bottom: 60px;
  background: linear-gradient(135deg, #e0ffe0, #ffffff);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-khuyen-mai-doc_quyen-win78-moi-nhat__hero-image-wrapper {
  flex: 1 1 50%;
  order: 2;
  text-align: center;
  min-width: 300px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-content {
  flex: 1 1 45%;
  order: 1;
  min-width: 300px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-primary,
.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-secondary,
.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-detail {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-primary:hover {
  background-color: #e00000;
  border-color: #e00000;
  transform: translateY(-2px);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-secondary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-secondary:hover {
  background-color: #005a2b;
  border-color: #005a2b;
  transform: translateY(-2px);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-detail {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.9em;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-detail:hover {
  background-color: #005a2b;
  border-color: #005a2b;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-card-title {
  font-size: 1.5em;
  color: #017439;
  margin: 15px 20px 10px;
  font-weight: 600;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-card-description {
  font-size: 1em;
  color: #666666;
  margin: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-detail {
  margin: 0 20px 20px;
  align-self: flex-start;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__why-choose-section {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__reason-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-left: 5px solid #017439;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__reason-title {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__reason-description {
  font-size: 0.95em;
  color: #666666;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__why-choose-image-wrapper {
  text-align: center;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__why-choose-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #017439;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__step-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__step-description {
  font-size: 0.95em;
  color: #666666;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-image-wrapper {
  text-align: center;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-section {
  background-color: #f0fdf0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #eafaea;
  user-select: none;
  list-style: none; /* For details summary */
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-question::-webkit-details-marker {
  display: none; /* Hide native marker */
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-qtext {
  flex-grow: 1;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-item[open] .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  border-top: 1px solid #e0e0e0;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-answer p {
  margin-bottom: 0;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-section {
  background-color: #017439;
  color: #ffffff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0ffe0;
}

/* --- Responsive Styles --- */
@media (max-width: 768px) {
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__content-area {
    padding: 20px 15px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__section-title {
    font-size: 2em !important;
    margin-bottom: 15px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__section-description {
    font-size: 1em !important;
    margin-bottom: 30px !important;
  }

  /* HERO Section */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-container {
    flex-direction: column;
    padding: 20px 15px !important;
    gap: 20px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-image-wrapper {
    order: 1;
    min-width: unset;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-content {
    order: 2;
    min-width: unset;
    text-align: center;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-title {
    font-size: 2.2em !important;
    margin-bottom: 15px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-description {
    font-size: 1em !important;
    margin-bottom: 25px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  /* Buttons */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-primary,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-secondary,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-detail,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat a[class*="button"],
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-cta-buttons,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__button-group,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  /* Promo Grid */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__promo-card-image {
    height: 200px; /* Adjust height for mobile */
  }

  /* Why Choose Section */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__why-choose-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__reason-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__why-choose-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Guide Section */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__guide-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ Section */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95em;
  }

  /* CTA Bottom Section */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-title {
    font-size: 2em !important;
    margin-bottom: 15px !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-description {
    font-size: 1em !important;
    margin-bottom: 30px !important;
  }

  /* General Images */
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__section,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__card,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__hero-title {
    font-size: 1.8em !important;
  }

  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__section-title,
  .page-blog-khuyen-mai-doc-quyen-win78-moi-nhat__cta-bottom-title {
    font-size: 1.8em !important;
  }
}