.page-resources-qh88-faq {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-resources-qh88-faq__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-qh88-faq__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #3a506d 100%); /* Adjusted for better contrast with text */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-qh88-faq__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
}

.page-resources-qh88-faq__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-qh88-faq__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA */
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-qh88-faq__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-qh88-faq__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-qh88-faq__section-title {
  font-size: 2.2em;
  color: #0A2342;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

.page-resources-qh88-faq__section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-qh88-faq__introduction-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-qh88-faq__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .page-resources-qh88-faq__content-grid {
    grid-template-columns: 1.5fr 1fr;
  }
}

.page-resources-qh88-faq__text-content p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-qh88-faq__image-wrapper {
  text-align: center;
}

.page-resources-qh88-faq__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-qh88-faq__faq-list-section {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-resources-qh88-faq__accordion {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-qh88-faq__accordion-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-qh88-faq__accordion-header {
  width: 100%;
  background-color: #0A2342;
  color: #ffffff;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-qh88-faq__accordion-header:hover {
  background-color: #1a3a5c;
}

.page-resources-qh88-faq__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-qh88-faq__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-qh88-faq__accordion-content {
  padding: 0 25px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-resources-qh88-faq__accordion-content p,
.page-resources-qh88-faq__accordion-content ol,
.page-resources-qh88-faq__accordion-content ul {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555;
}

.page-resources-qh88-faq__accordion-content li {
  margin-bottom: 8px;
}

.page-resources-qh88-faq__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-resources-qh88-faq__inline-link {
  color: #0A2342;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-qh88-faq__inline-link:hover {
  color: #FFD700;
}

.page-resources-qh88-faq__closing-text {
  text-align: center;
  font-size: 1.1em;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #444;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-qh88-faq__final-cta-wrapper {
  text-align: center;
  padding: 40px 0;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
}

.page-resources-qh88-faq__final-cta-wrapper p {
  font-size: 1.5em;
  font-weight: bold;
  color: #0A2342;
  margin-bottom: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-qh88-faq__hero-title {
    font-size: 2.2em;
  }
  .page-resources-qh88-faq__hero-description {
    font-size: 1em;
  }
  .page-resources-qh88-faq__section-title {
    font-size: 1.8em;
  }
  .page-resources-qh88-faq__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-resources-qh88-faq__accordion-content {
    padding: 0 20px;
  }
  .page-resources-qh88-faq__final-cta-wrapper p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-qh88-faq__hero-title {
    font-size: 1.8em;
  }
  .page-resources-qh88-faq__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-qh88-faq__section-title {
    font-size: 1.5em;
  }
}