.page-promo-daily-cashback {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-promo-daily-cashback__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promo-daily-cashback__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Ensuring a dark background for contrast */
  min-height: 500px; /* Adjust as needed */
}

.page-promo-daily-cashback__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6; /* Slightly dim the image to make text pop */
}

.page-promo-daily-cashback__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 900px;
}

.page-promo-daily-cashback__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-promo-daily-cashback__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-promo-daily-cashback__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promo-daily-cashback__cta-button:hover {
  background-color: #e0a53b;
}

.page-promo-daily-cashback__intro-section,
.page-promo-daily-cashback__how-it-works-section,
.page-promo-daily-cashback__benefits-section,
.page-promo-daily-cashback__eligibility-section,
.page-promo-daily-cashback__calculation-section,
.page-promo-daily-cashback__maximizing-rewards-section,
.page-promo-daily-cashback__why-choose-ph8-section,
.page-promo-daily-cashback__faq-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-promo-daily-cashback__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promo-daily-cashback__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-promo-daily-cashback__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promo-daily-cashback__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-promo-daily-cashback__grid-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-promo-daily-cashback__grid-item:hover {
  transform: translateY(-5px);
}

.page-promo-daily-cashback__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promo-daily-cashback__item-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-daily-cashback__item-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-promo-daily-cashback__item-button {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-promo-daily-cashback__item-button:hover {
  background-color: #333333;
}

.page-promo-daily-cashback__benefit-list,
.page-promo-daily-cashback__terms-list,
.page-promo-daily-cashback__tips-list,
.page-promo-daily-cashback__advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-promo-daily-cashback__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-promo-daily-cashback__list-title {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo-daily-cashback__list-description {
  font-size: 1em;
  color: #555555;
}

.page-promo-daily-cashback__example-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-promo-daily-cashback__example-card {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-promo-daily-cashback__card-title {
  font-size: 1.4em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-daily-cashback__card-text {
  font-size: 1em;
  line-height: 1.8;
}

.page-promo-daily-cashback__content-image {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-promo-daily-cashback__cta-button--bottom {
  margin-top: 50px;
  display: block;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-daily-cashback__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.page-promo-daily-cashback__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo-daily-cashback__faq-answer {
  font-size: 1em;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promo-daily-cashback__hero-title {
    font-size: 2.8em;
  }
  .page-promo-daily-cashback__hero-description {
    font-size: 1.1em;
  }
  .page-promo-daily-cashback__section-title {
    font-size: 2em;
  }
  .page-promo-daily-cashback__feature-image,
  .page-promo-daily-cashback__content-image {
    height: auto; /* Allow image to scale */
  }
}

@media (max-width: 768px) {
  .page-promo-daily-cashback {
    padding-top: var(--header-offset, 120px);
  }
  .page-promo-daily-cashback__hero-section {
    padding: 40px 15px;
    min-height: 400px;
  }
  .page-promo-daily-cashback__hero-title {
    font-size: 2.2em;
  }
  .page-promo-daily-cashback__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-cashback__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promo-daily-cashback__intro-section,
  .page-promo-daily-cashback__how-it-works-section,
  .page-promo-daily-cashback__benefits-section,
  .page-promo-daily-cashback__eligibility-section,
  .page-promo-daily-cashback__calculation-section,
  .page-promo-daily-cashback__maximizing-rewards-section,
  .page-promo-daily-cashback__why-choose-ph8-section,
  .page-promo-daily-cashback__faq-section {
    padding: 40px 0;
  }
  .page-promo-daily-cashback__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-cashback__text-content {
    font-size: 0.95em;
  }
  .page-promo-daily-cashback__grid-item,
  .page-promo-daily-cashback__example-card {
    padding: 25px;
  }
  .page-promo-daily-cashback__feature-image,
  .page-promo-daily-cashback__content-image {
    max-width: 100%;
    height: auto;
  }
  .page-promo-daily-cashback__item-title,
  .page-promo-daily-cashback__list-title,
  .page-promo-daily-cashback__card-title,
  .page-promo-daily-cashback__faq-question {
    font-size: 1.2em;
  }
  .page-promo-daily-cashback__list-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-promo-daily-cashback__hero-title {
    font-size: 1.8em;
  }
  .page-promo-daily-cashback__hero-description {
    font-size: 0.9em;
  }
  .page-promo-daily-cashback__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-promo-daily-cashback__section-title {
    font-size: 1.5em;
  }
  .page-promo-daily-cashback__text-content,
  .page-promo-daily-cashback__item-description,
  .page-promo-daily-cashback__list-description,
  .page-promo-daily-cashback__card-text,
  .page-promo-daily-cashback__faq-answer {
    font-size: 0.85em;
  }
  .page-promo-daily-cashback__feature-image,
  .page-promo-daily-cashback__content-image {
    max-width: 100%;
    height: auto;
  }
}