.page-hoi-dap-faq {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
}

.page-hoi-dap-faq__hero-section {
  padding-top: 10px; /* Specific top padding for hero, avoiding double header offset */
  padding-bottom: 60px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-hoi-dap-faq__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-hoi-dap-faq__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-hoi-dap-faq__main-title {
  font-size: clamp(2.2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-hoi-dap-faq__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-hoi-dap-faq__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-hoi-dap-faq__btn-primary,
.page-hoi-dap-faq__btn-secondary,
.page-hoi-dap-faq__btn-contact {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-hoi-dap-faq__btn-primary,
.page-hoi-dap-faq__btn-contact {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-hoi-dap-faq__btn-primary:hover,
.page-hoi-dap-faq__btn-contact:hover {
  background-color: #1a7fb8;
  border-color: #1a7fb8;
}

.page-hoi-dap-faq__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-hoi-dap-faq__btn-secondary:hover {
  background-color: #e0f2f7;
}

.page-hoi-dap-faq__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-hoi-dap-faq__hero-visual {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-hoi-dap-faq__faq-section {
  padding: 60px 0;
  background-color: #f8f9fa;
  color: #333333;
}

.page-hoi-dap-faq__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-hoi-dap-faq__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-hoi-dap-faq__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555555;
}

.page-hoi-dap-faq__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-hoi-dap-faq__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.page-hoi-dap-faq__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
  position: relative;
  user-select: none;
}

.page-hoi-dap-faq__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-hoi-dap-faq__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-hoi-dap-faq__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  width: 20px;
  text-align: center;
  color: #26A9E0;
}

.page-hoi-dap-faq__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #555555;
}

.page-hoi-dap-faq__faq-answer p {
  margin-bottom: 10px;
}

.page-hoi-dap-faq__faq-answer ol,
.page-hoi-dap-faq__faq-answer ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.page-hoi-dap-faq__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-hoi-dap-faq__cta-bottom {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: #e0f2f7;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-hoi-dap-faq__cta-text {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-hoi-dap-faq__btn-contact {
  background-color: #EA7C07;
  border-color: #EA7C07;
}

.page-hoi-dap-faq__btn-contact:hover {
  background-color: #d46b00;
  border-color: #d46b00;
}

.page-hoi-dap-faq__more-info-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-hoi-dap-faq__more-info-section .page-hoi-dap-faq__section-title,
.page-hoi-dap-faq__more-info-section .page-hoi-dap-faq__section-description {
  color: #FFFFFF;
}

.page-hoi-dap-faq__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-hoi-dap-faq__info-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
}

.page-hoi-dap-faq__info-card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.page-hoi-dap-faq__info-card-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-hoi-dap-faq__info-card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-hoi-dap-faq__info-card-title a:hover {
  text-decoration: underline;
}

.page-hoi-dap-faq__info-card p {
  font-size: 0.95em;
  padding: 0 15px;
  color: #555555;
}

/* General image responsive styles */
.page-hoi-dap-faq img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-hoi-dap-faq {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-hoi-dap-faq__hero-section {
    padding-top: 10px !important; /* Ensures no double padding with shared header offset */
    padding-bottom: 40px;
  }

  .page-hoi-dap-faq__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-hoi-dap-faq__main-title {
    font-size: 2em;
    text-align: center;
  }

  .page-hoi-dap-faq__hero-description {
    text-align: center;
    font-size: 1em;
  }

  .page-hoi-dap-faq__cta-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-hoi-dap-faq__btn-primary,
  .page-hoi-dap-faq__btn-secondary,
  .page-hoi-dap-faq__btn-contact {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-hoi-dap-faq__hero-image {
    order: -1; /* Image appears above content on mobile */
    width: 100%;
    max-width: 100%;
  }

  .page-hoi-dap-faq__hero-visual {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-hoi-dap-faq__faq-section,
  .page-hoi-dap-faq__more-info-section {
    padding: 40px 0;
  }

  .page-hoi-dap-faq__content-area {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-hoi-dap-faq__section-title {
    font-size: 1.8em;
  }

  .page-hoi-dap-faq__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-hoi-dap-faq__faq-item summary {
    font-size: 1em;
    padding: 15px;
  }

  .page-hoi-dap-faq__faq-answer {
    padding: 0 15px 15px;
  }

  .page-hoi-dap-faq__cta-bottom {
    margin-top: 40px;
    padding: 20px;
  }

  .page-hoi-dap-faq__cta-text {
    font-size: 1.1em;
  }

  .page-hoi-dap-faq__info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-hoi-dap-faq img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure all content containers are responsive */
  .page-hoi-dap-faq__hero-content,
  .page-hoi-dap-faq__faq-list,
  .page-hoi-dap-faq__cta-bottom,
  .page-hoi-dap-faq__info-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}