.page-resources-6ff-game-bonus-analysis {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-6ff-game-bonus-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-6ff-game-bonus-analysis__hero {
  background: linear-gradient(135deg, #007BFF, #4da3ff); /* Adjusted for better contrast with text */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-6ff-game-bonus-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-resources-6ff-game-bonus-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-resources-6ff-game-bonus-analysis__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-6ff-game-bonus-analysis__subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e0e0e0; /* Lighter grey for contrast */
}

.page-resources-6ff-game-bonus-analysis__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold auxiliary color */
  color: #0056b3; /* Darker blue for contrast */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-6ff-game-bonus-analysis__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-6ff-game-bonus-analysis__introduction,
.page-resources-6ff-game-bonus-analysis__content-section,
.page-resources-6ff-game-bonus-analysis__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-6ff-game-bonus-analysis__dark-bg {
  background-color: #007BFF; /* Primary dark blue */
  color: #FFFFFF;
}

.page-resources-6ff-game-bonus-analysis__dark-bg .page-resources-6ff-game-bonus-analysis__section-heading,
.page-resources-6ff-game-bonus-analysis__dark-bg .page-resources-6ff-game-bonus-analysis__sub-heading {
  color: #FFD700;
}

.page-resources-6ff-game-bonus-analysis__dark-bg p,
.page-resources-6ff-game-bonus-analysis__dark-bg li {
  color: #e0e0e0;
}

.page-resources-6ff-game-bonus-analysis__section-heading {
  font-size: 2.5em;
  color: #0056b3; /* Darker blue for headings */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-6ff-game-bonus-analysis__sub-heading {
  font-size: 1.8em;
  color: #007BFF; /* Primary blue */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-6ff-game-bonus-analysis__introduction p,
.page-resources-6ff-game-bonus-analysis__content-section p,
.page-resources-6ff-game-bonus-analysis__faq-section p {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-resources-6ff-game-bonus-analysis__list {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-resources-6ff-game-bonus-analysis__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-6ff-game-bonus-analysis__image-float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-6ff-game-bonus-analysis__image-float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-6ff-game-bonus-analysis__cta-section {
  background-color: #f0f8ff; /* Light blue background for CTA */
  padding: 80px 0;
  text-align: center;
  border-top: 5px solid #FFD700;
  border-bottom: 5px solid #FFD700;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-6ff-game-bonus-analysis__cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #555;
}

.page-resources-6ff-game-bonus-analysis__cta-button--large {
  padding: 20px 40px;
  font-size: 1.4em;
  background-color: #FFD700; /* Gold */
  color: #0056b3; /* Darker blue */
}

.page-resources-6ff-game-bonus-analysis__cta-button--large:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

.page-resources-6ff-game-bonus-analysis__cta-note {
  font-style: italic;
  margin-top: 20px;
  color: #777;
}

.page-resources-6ff-game-bonus-analysis__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-resources-6ff-game-bonus-analysis__faq-question {
  font-size: 1.3em;
  color: #007BFF; /* Primary blue */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-6ff-game-bonus-analysis__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-6ff-game-bonus-analysis__faq-question.active::after {
  content: '-';
}

.page-resources-6ff-game-bonus-analysis__faq-answer {
  display: none;
  font-size: 1.1em;
  color: #555;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-resources-6ff-game-bonus-analysis__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-6ff-game-bonus-analysis__title {
    font-size: 2.8em;
  }
  .page-resources-6ff-game-bonus-analysis__subtitle {
    font-size: 1.3em;
  }
  .page-resources-6ff-game-bonus-analysis__section-heading {
    font-size: 2em;
  }
  .page-resources-6ff-game-bonus-analysis__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-6ff-game-bonus-analysis__image-float-right,
  .page-resources-6ff-game-bonus-analysis__image-float-left {
    float: none;
    margin: 20px auto;
    max-width: 80%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-resources-6ff-game-bonus-analysis__hero {
    padding: 80px 0;
  }
  .page-resources-6ff-game-bonus-analysis__title {
    font-size: 2.2em;
  }
  .page-resources-6ff-game-bonus-analysis__subtitle {
    font-size: 1.1em;
  }
  .page-resources-6ff-game-bonus-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-6ff-game-bonus-analysis__section-heading {
    font-size: 1.8em;
  }
  .page-resources-6ff-game-bonus-analysis__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-6ff-game-bonus-analysis__introduction p,
  .page-resources-6ff-game-bonus-analysis__content-section p,
  .page-resources-6ff-game-bonus-analysis__faq-section p,
  .page-resources-6ff-game-bonus-analysis__list li {
    font-size: 1em;
  }
  .page-resources-6ff-game-bonus-analysis__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-6ff-game-bonus-analysis__hero {
    padding: 60px 0;
  }
  .page-resources-6ff-game-bonus-analysis__title {
    font-size: 1.8em;
  }
  .page-resources-6ff-game-bonus-analysis__subtitle {
    font-size: 0.9em;
  }
  .page-resources-6ff-game-bonus-analysis__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-6ff-game-bonus-analysis__section-heading {
    font-size: 1.5em;
  }
  .page-resources-6ff-game-bonus-analysis__sub-heading {
    font-size: 1.2em;
  }
  .page-resources-6ff-game-bonus-analysis__image-float-right,
  .page-resources-6ff-game-bonus-analysis__image-float-left {
    max-width: 95%;
  }
  .page-resources-6ff-game-bonus-analysis__cta-button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-6ff-game-bonus-analysis__faq-question {
    font-size: 1.1em;
  }
  .page-resources-6ff-game-bonus-analysis__faq-answer {
    font-size: 0.95em;
  }
}