/* style/resources-bingo-plus-free-20-faq.css */
.page-resources-bingo-plus-free-20-faq {
  color: #333333; /* Deep dark grey for readability on light background */
  font-family: Arial, sans-serif;
  line-height: 1.7;
  background-color: #f8f9fa; /* Light background for the content area */
}

.page-resources-bingo-plus-free-20-faq__hero-section {
  background-color: #007bff; /* Primary brand blue */
  padding: var(--header-offset, 120px) 20px 60px; /* Adjust padding-top for fixed header */
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-bingo-plus-free-20-faq__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.page-resources-bingo-plus-free-20-faq__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107; /* Auxiliary gold for emphasis */
  line-height: 1.2;
}

.page-resources-bingo-plus-free-20-faq__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-bingo-plus-free-20-faq__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2; /* Subtle background image */
  z-index: 1;
}

.page-resources-bingo-plus-free-20-faq__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-bingo-plus-free-20-faq__content-area {
  max-width: 800px; /* Controlled width for comfortable reading */
  margin: 40px auto;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-bingo-plus-free-20-faq__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-bingo-plus-free-20-faq__back-link:hover {
  color: #0056b3;
}

.page-resources-bingo-plus-free-20-faq__article {
  padding-bottom: 40px;
}

.page-resources-bingo-plus-free-20-faq__section-title {
  font-size: 2em;
  color: #007bff; /* Primary blue for main section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ffc107; /* Auxiliary gold underline */
  padding-bottom: 10px;
}

.page-resources-bingo-plus-free-20-faq__faq-item {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
}

.page-resources-bingo-plus-free-20-faq__question {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-bingo-plus-free-20-faq__answer {
  font-size: 1.05em;
  color: #444444;
  margin-bottom: 0;
}

.page-resources-bingo-plus-free-20-faq__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-bingo-plus-free-20-faq__cta-button--primary {
  background-color: #ffc107; /* Auxiliary gold */
  color: #333333;
  border: 2px solid #ffc107;
}

.page-resources-bingo-plus-free-20-faq__cta-button--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #ffffff;
}

.page-resources-bingo-plus-free-20-faq__cta-button--secondary {
  background-color: #007bff; /* Primary blue */
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-resources-bingo-plus-free-20-faq__cta-button--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-resources-bingo-plus-free-20-faq__cta-inline {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.page-resources-bingo-plus-free-20-faq__cta-section {
  background-color: #007bff; /* Primary blue background */
  color: #ffffff;
  padding: 50px 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-bingo-plus-free-20-faq__cta-title {
  font-size: 2.2em;
  color: #ffc107; /* Auxiliary gold */
  margin-bottom: 20px;
}

.page-resources-bingo-plus-free-20-faq__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-bingo-plus-free-20-faq__image-center {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-bingo-plus-free-20-faq__hero-section {
    padding-top: var(--header-offset, 80px);
    padding-bottom: 40px;
  }

  .page-resources-bingo-plus-free-20-faq__main-title {
    font-size: 2em;
  }

  .page-resources-bingo-plus-free-20-faq__intro-text {
    font-size: 1em;
  }

  .page-resources-bingo-plus-free-20-faq__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-resources-bingo-plus-free-20-faq__section-title {
    font-size: 1.7em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-bingo-plus-free-20-faq__question {
    font-size: 1.15em;
  }

  .page-resources-bingo-plus-free-20-faq__cta-title {
    font-size: 1.8em;
  }

  .page-resources-bingo-plus-free-20-faq__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-bingo-plus-free-20-faq__image-center {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-bingo-plus-free-20-faq__main-title {
    font-size: 1.7em;
  }

  .page-resources-bingo-plus-free-20-faq__section-title {
    font-size: 1.5em;
  }

  .page-resources-bingo-plus-free-20-faq__question {
    font-size: 1em;
  }

  .page-resources-bingo-plus-free-20-faq__cta-title {
    font-size: 1.5em;
  }
}