.page-resources-helo888-promotions-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Deep dark grey for readability on light background */
  background-color: #FFFFFF; /* Default light background */
}

.page-resources-helo888-promotions-analysis__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-helo888-promotions-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-helo888-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  text-align: center;
  overflow: hidden;
}

.page-resources-helo888-promotions-analysis__hero-content {
  z-index: 10;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-helo888-promotions-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-helo888-promotions-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-helo888-promotions-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-helo888-promotions-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay for text readability */
}

.page-resources-helo888-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-helo888-promotions-analysis__btn-primary,
.page-resources-helo888-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-helo888-promotions-analysis__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-helo888-promotions-analysis__btn-primary:hover {
  background-color: #e02c2c;
  border-color: #e02c2c;
  transform: translateY(-2px);
}

.page-resources-helo888-promotions-analysis__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-helo888-promotions-analysis__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2b;
  transform: translateY(-2px);
}

.page-resources-helo888-promotions-analysis__btn-large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-resources-helo888-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: -60px; /* Overlap with hero for smooth transition */
  position: relative;
  z-index: 5;
}

.page-resources-helo888-promotions-analysis__section-title {
  font-size: 2.2em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-helo888-promotions-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-resources-helo888-promotions-analysis p {
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-helo888-promotions-analysis__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-helo888-promotions-analysis__promo-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.page-resources-helo888-promotions-analysis__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-helo888-promotions-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-helo888-promotions-analysis__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-helo888-promotions-analysis__card-button {
  display: inline-block;
  background-color: #C30808;
  color: #FFFF00;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-helo888-promotions-analysis__card-button:hover {
  background-color: #e02c2c;
}

.page-resources-helo888-promotions-analysis__steps-list,
.page-resources-helo888-promotions-analysis__terms-list,
.page-resources-helo888-promotions-analysis__why-choose-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-helo888-promotions-analysis__steps-list li,
.page-resources-helo888-promotions-analysis__terms-list li,
.page-resources-helo888-promotions-analysis__why-choose-list li {
  margin-bottom: 10px;
}

.page-resources-helo888-promotions-analysis__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-helo888-promotions-analysis__faq-item {
  border-bottom: 1px solid #eee;
}

.page-resources-helo888-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-resources-helo888-promotions-analysis__faq-question:hover {
  color: #005a2b;
}

.page-resources-helo888-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-helo888-promotions-analysis__faq-item.active .page-resources-helo888-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-helo888-promotions-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-helo888-promotions-analysis__faq-item.active .page-resources-helo888-promotions-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficient height for content */
  padding: 15px;
}

.page-resources-helo888-promotions-analysis__cta-bottom {
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-helo888-promotions-analysis__hero-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-helo888-promotions-analysis__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-helo888-promotions-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-helo888-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-helo888-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-helo888-promotions-analysis__btn-primary,
  .page-resources-helo888-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-helo888-promotions-analysis__content-area {
    padding: 30px 15px;
    margin-top: -30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-helo888-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-helo888-promotions-analysis__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-helo888-promotions-analysis img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-helo888-promotions-analysis__promo-card,
  .page-resources-helo888-promotions-analysis__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-helo888-promotions-analysis__faq-question {
    font-size: 1em;
    padding: 15px 0;
  }

  .page-resources-helo888-promotions-analysis__faq-answer {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-helo888-promotions-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-helo888-promotions-analysis__btn-large {
    padding: 12px 25px;
    font-size: 1em;
  }
}