.page-promo-daily-rewards {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
}

.page-promo-daily-rewards__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
  background-color: #1A1A1A; /* Dark background for hero content */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-promo-daily-rewards__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}

.page-promo-daily-rewards__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
}

.page-promo-daily-rewards__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-promo-daily-rewards__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-daily-rewards__button {
  display: inline-block;
  background-color: #FFD700; /* Gold primary button */
  color: #1A1A1A; /* Dark text for gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-promo-daily-rewards__button:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

.page-promo-daily-rewards__button--secondary {
  background-color: #1A1A1A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promo-daily-rewards__button--secondary:hover {
  background-color: #333333;
  border-color: #e0b800;
}

.page-promo-daily-rewards__button--download {
  background-color: #007bff; /* Example for download, adjust if needed */
  color: #ffffff;
  margin-left: 15px;
}

.page-promo-daily-rewards__button--download:hover {
  background-color: #0056b3;
}

.page-promo-daily-rewards__button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-promo-daily-rewards__section {
  padding: 60px 20px;
  text-align: center;
}

.page-promo-daily-rewards__section--why-rewards {
  background-color: #ffffff;
}

.page-promo-daily-rewards__section--how-to-claim {
  background-color: #f9f9f9;
}

.page-promo-daily-rewards__section--reward-types {
  background-color: #ffffff;
}

.page-promo-daily-rewards__section--plus777-advantage {
  background-color: #f9f9f9;
}

.page-promo-daily-rewards__section--faq {
  background-color: #ffffff;
}

.page-promo-daily-rewards__section--join-us {
  background-color: #1A1A1A;
  color: #ffffff;
}

.page-promo-daily-rewards__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #1A1A1A; /* Dark title for light section */
}

.page-promo-daily-rewards__section--join-us .page-promo-daily-rewards__section-title {
  color: #FFD700; /* Gold title for dark section */
}

.page-promo-daily-rewards__section-intro {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

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

.page-promo-daily-rewards__container--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.page-promo-daily-rewards__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease;
}

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

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

.page-promo-daily-rewards__card-text {
  color: #555555;
}

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

.page-promo-daily-rewards__step-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
}

.page-promo-daily-rewards__step-icon {
  background-color: #FFD700;
  color: #1A1A1A;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-promo-daily-rewards__step-title {
  font-size: 1.4em;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.page-promo-daily-rewards__step-text {
  color: #555555;
}

.page-promo-daily-rewards__cta-wrapper {
  margin-top: 50px;
}

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

.page-promo-daily-rewards__reward-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease;
}

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

.page-promo-daily-rewards__reward-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promo-daily-rewards__reward-title {
  font-size: 1.4em;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.page-promo-daily-rewards__reward-text {
  color: #555555;
}

.page-promo-daily-rewards__advantage-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-daily-rewards__advantage-item {
  background-color: #ffffff;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #333333;
}

.page-promo-daily-rewards__advantage-item strong {
  color: #1A1A1A;
}

.page-promo-daily-rewards__faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: left;
}

.page-promo-daily-rewards__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.page-promo-daily-rewards__faq-question {
  font-size: 1.2em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-promo-daily-rewards__faq-answer {
  color: #555555;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo-daily-rewards__hero-title {
    font-size: 3em;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promo-daily-rewards__hero-title {
    font-size: 2.2em;
  }
  .page-promo-daily-rewards__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-rewards__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promo-daily-rewards__button--download {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-promo-daily-rewards__section {
    padding: 40px 15px;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rewards__grid, .page-promo-daily-rewards__steps-grid, .page-promo-daily-rewards__reward-grid, .page-promo-daily-rewards__faq-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-daily-rewards__hero-image img, .page-promo-daily-rewards__reward-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
  }
  .page-promo-daily-rewards__button-group {
    flex-direction: column;
  }
  .page-promo-daily-rewards__button {
    width: 100%;
    margin-bottom: 15px;
  }
  /* Ensure no content causes horizontal scroll */
  .page-promo-daily-rewards {
    overflow-x: hidden;
  }
  .page-promo-daily-rewards__container {
    padding: 0 10px;
  }
}