.page-resources-how-to-claim-888b-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #000000, so main text color should be light */
  background-color: #000000;
}

.page-resources-how-to-claim-888b-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #017439; /* Brand color as background */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-how-to-claim-888b-bonus__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-how-to-claim-888b-bonus__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-claim-888b-bonus__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-claim-888b-bonus__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-how-to-claim-888b-bonus__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-how-to-claim-888b-bonus__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Light background for content */
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-top: -60px; /* Overlap with hero section slightly */
}

.page-resources-how-to-claim-888b-bonus__section-title {
  font-size: 2.2em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-resources-how-to-claim-888b-bonus__section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #C30808;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-how-to-claim-888b-bonus__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-how-to-claim-888b-bonus__inline-link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-how-to-claim-888b-bonus__inline-link:hover {
  color: #C30808;
}

.page-resources-how-to-claim-888b-bonus__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-how-to-claim-888b-bonus__step-card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-claim-888b-bonus__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-claim-888b-bonus__step-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-how-to-claim-888b-bonus__step-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-how-to-claim-888b-bonus__step-description {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-resources-how-to-claim-888b-bonus__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-claim-888b-bonus__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-claim-888b-bonus__list-item strong {
  color: #017439;
}

.page-resources-how-to-claim-888b-bonus__content-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-claim-888b-bonus__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-how-to-claim-888b-bonus__feature-card {
  background-color: #f0fcf5; /* Light green background */
  border: 1px solid #017439;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-claim-888b-bonus__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-claim-888b-bonus__feature-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-how-to-claim-888b-bonus__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-how-to-claim-888b-bonus__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-how-to-claim-888b-bonus__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.page-resources-how-to-claim-888b-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #f0fcf5;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-claim-888b-bonus__faq-question:hover {
  background-color: #e6faed;
}

.page-resources-how-to-claim-888b-bonus__faq-toggle {
  font-size: 1.5em;
  color: #C30808;
  transition: transform 0.3s ease;
}

.page-resources-how-to-claim-888b-bonus__faq-item.active .page-resources-how-to-claim-888b-bonus__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to a cross */
  content: '−'; /* Change to minus sign */
}

.page-resources-how-to-claim-888b-bonus__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-how-to-claim-888b-bonus__faq-item.active .page-resources-how-to-claim-888b-bonus__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-how-to-claim-888b-bonus__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-how-to-claim-888b-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-claim-888b-bonus__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
  box-shadow: 0 4px 10px rgba(195, 8, 8, 0.4);
}

.page-resources-how-to-claim-888b-bonus__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-claim-888b-bonus__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
  box-shadow: 0 4px 10px rgba(1, 116, 57, 0.3);
}

.page-resources-how-to-claim-888b-bonus__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-how-to-claim-888b-bonus__main-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-claim-888b-bonus__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-claim-888b-bonus__intro-text,
  .page-resources-how-to-claim-888b-bonus__paragraph,
  .page-resources-how-to-claim-888b-bonus__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-claim-888b-bonus__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-resources-how-to-claim-888b-bonus__hero-content {
    margin-bottom: 20px;
  }
  .page-resources-how-to-claim-888b-bonus__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-how-to-claim-888b-bonus__intro-text {
    font-size: 1.1em;
    margin-bottom: 25px;
  }
  .page-resources-how-to-claim-888b-bonus__content-area {
    padding: 25px 15px;
    margin-top: -40px;
  }
  .page-resources-how-to-claim-888b-bonus__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-how-to-claim-888b-bonus__paragraph,
  .page-resources-how-to-claim-888b-bonus__list-item,
  .page-resources-how-to-claim-888b-bonus__step-description,
  .page-resources-how-to-claim-888b-bonus__feature-description {
    font-size: 0.95em;
  }
  .page-resources-how-to-claim-888b-bonus__step-card,
  .page-resources-how-to-claim-888b-bonus__feature-card {
    padding: 20px;
  }
  .page-resources-how-to-claim-888b-bonus__step-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-claim-888b-bonus__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-how-to-claim-888b-bonus__faq-answer {
    padding: 0 20px;
  }
  .page-resources-how-to-claim-888b-bonus__faq-item.active .page-resources-how-to-claim-888b-bonus__faq-answer {
    padding: 10px 20px;
  }
  .page-resources-how-to-claim-888b-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  .page-resources-how-to-claim-888b-bonus__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    width: 100% !important; /* Ensure full width on mobile */
  }

  /* Image responsive rules */
  .page-resources-how-to-claim-888b-bonus img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-how-to-claim-888b-bonus__hero-image-wrapper,
  .page-resources-how-to-claim-888b-bonus__content-image,
  .page-resources-how-to-claim-888b-bonus__step-image {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Video responsive rules (if video was present) */
  .page-resources-how-to-claim-888b-bonus video,
  .page-resources-how-to-claim-888b-bonus__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-how-to-claim-888b-bonus__video-section,
  .page-resources-how-to-claim-888b-bonus__video-container,
  .page-resources-how-to-claim-888b-bonus__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-how-to-claim-888b-bonus__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}