.page-resources-8k8-free-88-faq {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-8k8-free-88-faq__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a; /* Dark background for hero text contrast */
  text-align: center;
  padding: 0;
}

.page-resources-8k8-free-88-faq__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-8k8-free-88-faq__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-8k8-free-88-faq__main-title {
  font-size: 3em;
  color: #FFD700; /* Gold main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-8k8-free-88-faq__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-8k8-free-88-faq__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Dark red text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-8k8-free-88-faq__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-8k8-free-88-faq__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-8k8-free-88-faq__article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-8k8-free-88-faq__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Dark red section titles */
  margin-bottom: 15px;
}

.page-resources-8k8-free-88-faq__article-intro {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-8k8-free-88-faq__back-link {
  display: inline-block;
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.page-resources-8k8-free-88-faq__back-link:hover {
  text-decoration: underline;
}

.page-resources-8k8-free-88-faq__faq-list {
  margin-top: 30px;
}

.page-resources-8k8-free-88-faq__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.page-resources-8k8-free-88-faq__faq-item:hover {
  transform: translateY(-5px);
}

.page-resources-8k8-free-88-faq__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold question titles */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.page-resources-8k8-free-88-faq__faq-question::after {
  content: '+';
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-resources-8k8-free-88-faq__faq-item.active .page-resources-8k8-free-88-faq__faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-8k8-free-88-faq__faq-answer {
  font-size: 1.1em;
  color: #444444;
  display: none; /* Hidden by default */
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.page-resources-8k8-free-88-faq__faq-answer.active {
  display: block;
}

.page-resources-8k8-free-88-faq__faq-answer p {
  margin-bottom: 15px;
}

.page-resources-8k8-free-88-faq__faq-answer a {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-8k8-free-88-faq__faq-answer a:hover {
  text-decoration: underline;
}

.page-resources-8k8-free-88-faq__faq-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-8k8-free-88-faq__register-button,
.page-resources-8k8-free-88-faq__claim-button,
.page-resources-8k8-free-88-faq__support-button,
.page-resources-8k8-free-88-faq__download-button {
  display: inline-block;
  background-color: #8B0000; /* Dark red buttons */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.page-resources-8k8-free-88-faq__register-button:hover,
.page-resources-8k8-free-88-faq__claim-button:hover,
.page-resources-8k8-free-88-faq__support-button:hover,
.page-resources-8k8-free-88-faq__download-button:hover {
  background-color: #a00000;
}

.page-resources-8k8-free-88-faq__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.page-resources-8k8-free-88-faq__resource-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-8k8-free-88-faq__resource-list li {
  margin-bottom: 10px;
}

.page-resources-8k8-free-88-faq__resource-list a {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-8k8-free-88-faq__resource-list a:hover {
  text-decoration: underline;
}

.page-resources-8k8-free-88-faq__cta-section {
  background-color: #8B0000; /* Dark red background for CTA */
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 60px;
}

.page-resources-8k8-free-88-faq__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold CTA title */
  margin-bottom: 20px;
}

.page-resources-8k8-free-88-faq__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-8k8-free-88-faq__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

@media (max-width: 768px) {
  .page-resources-8k8-free-88-faq__main-title {
    font-size: 2.2em;
  }

  .page-resources-8k8-free-88-faq__intro-text {
    font-size: 1em;
  }

  .page-resources-8k8-free-88-faq__section-title {
    font-size: 2em;
  }

  .page-resources-8k8-free-88-faq__faq-question {
    font-size: 1.2em;
  }

  .page-resources-8k8-free-88-faq__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-8k8-free-88-faq__cta-title {
    font-size: 2em;
  }

  .page-resources-8k8-free-88-faq__cta-description {
    font-size: 1em;
  }

  /* Ensure images are responsive and do not overflow */
  .page-resources-8k8-free-88-faq img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-8k8-free-88-faq__content-area {
    padding: 0 15px;
  }
  
  .page-resources-8k8-free-88-faq__hero-content {
    width: 90%;
    padding: 15px;
  }
}