/* style/index-gioi-thieu-bj72.css */
.page-index-gioi-thieu-bj72 {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-index-gioi-thieu-bj72__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-index-gioi-thieu-bj72__hero-section {
  padding-top: 10px; /* Adhering to the 8-16px top padding rule for first section */
  padding-bottom: 60px;
  background-color: #0A0A0A;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-index-gioi-thieu-bj72__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-index-gioi-thieu-bj72__main-title {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Use brand color for title */
}

.page-index-gioi-thieu-bj72__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-gioi-thieu-bj72__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-index-gioi-thieu-bj72__btn-primary,
.page-index-gioi-thieu-bj72__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
}

.page-index-gioi-thieu-bj72__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for light button */
  border: none;
}

.page-index-gioi-thieu-bj72__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-index-gioi-thieu-bj72__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Brand color for text */
  border: 2px solid #F2C14E;
}

.page-index-gioi-thieu-bj72__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
  transform: translateY(-2px);
}

.page-index-gioi-thieu-bj72__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: right;
}

.page-index-gioi-thieu-bj72__side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.page-index-gioi-thieu-bj72__content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-index-gioi-thieu-bj72__dark-section {
  background-color: #111111; /* Card BG color */
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Use brand color for titles */
}

.page-index-gioi-thieu-bj72__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

.page-index-gioi-thieu-bj72__features-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0A0A0A;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-index-gioi-thieu-bj72__feature-item {
  background-color: #111111; /* Card BG color */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #3A2A12;
}

.page-index-gioi-thieu-bj72__icon-box-media {
  width: 160px;
  height: 160px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFD36B; /* Glow color for border */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index-gioi-thieu-bj72__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-index-gioi-thieu-bj72__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Brand color for feature titles */
}

.page-index-gioi-thieu-bj72__feature-description {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__commitment-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-index-gioi-thieu-bj72__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0A0A0A;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-gioi-thieu-bj72__faq-item {
  background-color: #111111; /* Card BG color */
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: #F2C14E; /* Brand color for FAQ questions */
}

.page-index-gioi-gioi-thieu-bj72__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-index-gioi-thieu-bj72__faq-qtext {
  flex-grow: 1;
}

.page-index-gioi-thieu-bj72__faq-toggle {
  margin-left: 15px;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-index-gioi-thieu-bj72__faq-item[open] .page-index-gioi-thieu-bj72__faq-toggle {
  transform: rotate(45deg);
}

.page-index-gioi-thieu-bj72__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #FFF6D6;
}

.page-index-gioi-thieu-bj72__faq-answer p {
  margin: 0;
}

/* General image responsiveness */
.page-index-gioi-thieu-bj72 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Mobile Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-index-gioi-thieu-bj72__container {
    padding: 20px 15px; /* Adjust padding for mobile */
  }

  /* HERO Section */
  .page-index-gioi-thieu-bj72__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .page-index-gioi-thieu-bj72__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 20px 15px;
  }

  .page-index-gioi-thieu-bj72__hero-content,
  .page-index-gioi-thieu-bj72__hero-image {
    flex: 1 1 100%;
    text-align: center;
  }

  .page-index-gioi-thieu-bj72__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-index-gioi-thieu-bj72__intro-text {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  /* CTA Buttons */
  .page-index-gioi-thieu-bj72__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-index-gioi-thieu-bj72__btn-primary,
  .page-index-gioi-thieu-bj72__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* Content Sections */
  .page-index-gioi-thieu-bj72__content-section,
  .page-index-gioi-thieu-bj72__features-section,
  .page-index-gioi-thieu-bj72__commitment-section,
  .page-index-gioi-thieu-bj72__faq-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .page-index-gioi-thieu-bj72__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-index-gioi-thieu-bj72__text-block {
    font-size: 0.95rem;
  }

  /* Feature Grid (Module 1) */
  .page-index-gioi-thieu-bj72__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-gioi-thieu-bj72__icon-box-media {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .page-index-gioi-thieu-bj72__feature-title {
    font-size: 1.3rem;
  }

  .page-index-gioi-thieu-bj72__feature-description {
    font-size: 0.9rem;
  }

  /* FAQ Section */
  .page-index-gioi-thieu-bj72__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }

  .page-index-gioi-thieu-bj72__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }

  /* Universal Image Responsiveness */
  .page-index-gioi-thieu-bj72 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-gioi-thieu-bj72__section,
  .page-index-gioi-thieu-bj72__card,
  .page-index-gioi-thieu-bj72__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}