.page-promotions-daily-weekly-rebate {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the main page content */
  background-color: var(--background, #08160F); /* Default background color for the main page */
}

.page-promotions-daily-weekly-rebate__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-promotions-daily-weekly-rebate__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small decorative top padding, body handles --header-offset */
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
  background-color: var(--background, #08160F);
}

.page-promotions-daily-weekly-rebate__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-promotions-daily-weekly-rebate__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-weekly-rebate__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-promotions-daily-weekly-rebate__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-weekly-rebate__description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-promotions-daily-weekly-rebate__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-promotions-daily-weekly-rebate__btn-primary,
.page-promotions-daily-weekly-rebate__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-daily-weekly-rebate__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-promotions-daily-weekly-rebate__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-promotions-daily-weekly-rebate__btn-secondary {
  background: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border, #2E7A4E);
}

.page-promotions-daily-weekly-rebate__btn-secondary:hover {
  background: var(--deep-green, #0A4B2C);
  border-color: var(--glow, #57E38D);
  transform: translateY(-3px);
}

/* Sections */
.page-promotions-daily-weekly-rebate__introduction-section,
.page-promotions-daily-weekly-rebate__daily-rebate-section,
.page-promotions-daily-weekly-rebate__weekly-rebate-section,
.page-promotions-daily-weekly-rebate__how-to-join-section,
.page-promotions-daily-weekly-rebate__terms-section,
.page-promotions-daily-weekly-rebate__why-cfun68-section,
.page-promotions-daily-weekly-rebate__faq-section,
.page-promotions-daily-weekly-rebate__cta-section {
  padding: 60px 0;
}

.page-promotions-daily-weekly-rebate__light-bg {
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-promotions-daily-weekly-rebate__card-bg {
  background-color: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-promotions-daily-weekly-rebate__dark-bg {
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-promotions-daily-weekly-rebate__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-main, #F2FFF6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-weekly-rebate__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--glow, #57E38D);
}

.page-promotions-daily-weekly-rebate__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--gold, #F2C14E);
}

.page-promotions-daily-weekly-rebate__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--text-secondary, #A7D9B8);
}

.page-promotions-daily-weekly-rebate__list,
.page-promotions-daily-weekly-rebate__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-promotions-daily-weekly-rebate__ordered-list {
  list-style-type: decimal;
}

.page-promotions-daily-weekly-rebate__list-item {
  margin-bottom: 10px;
  color: var(--text-secondary, #A7D9B8);
}

.page-promotions-daily-weekly-rebate__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-promotions-daily-weekly-rebate__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-promotions-daily-weekly-rebate__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-promotions-daily-weekly-rebate__text-content {
  flex: 1;
}

.page-promotions-daily-weekly-rebate__image-block {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-promotions-daily-weekly-rebate__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-promotions-daily-weekly-rebate__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-promotions-daily-weekly-rebate__faq-item {
  background-color: var(--card-bg, #11271B);
  border-radius: 8px;
  border: 1px solid var(--border, #2E7A4E);
  padding: 15px 20px;
  transition: all 0.3s ease;
  color: var(--text-main, #F2FFF6);
}

.page-promotions-daily-weekly-rebate__faq-item[open] {
  background-color: var(--deep-green, #0A4B2C);
  border-color: var(--glow, #57E38D);
}

.page-promotions-daily-weekly-rebate__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  list-style: none;
}

.page-promotions-daily-weekly-rebate__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-daily-weekly-rebate__faq-qtext {
  flex-grow: 1;
  padding-right: 10px;
}

.page-promotions-daily-weekly-rebate__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--glow, #57E38D);
}

.page-promotions-daily-weekly-rebate__faq-answer {
  padding-top: 15px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-promotions-daily-weekly-rebate__faq-answer p {
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .page-promotions-daily-weekly-rebate {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-promotions-daily-weekly-rebate__container,
  .page-promotions-daily-weekly-rebate__hero-section,
  .page-promotions-daily-weekly-rebate__introduction-section,
  .page-promotions-daily-weekly-rebate__daily-rebate-section,
  .page-promotions-daily-weekly-rebate__weekly-rebate-section,
  .page-promotions-daily-weekly-rebate__how-to-join-section,
  .page-promotions-daily-weekly-rebate__terms-section,
  .page-promotions-daily-weekly-rebate__why-cfun68-section,
  .page-promotions-daily-weekly-rebate__faq-section,
  .page-promotions-daily-weekly-rebate__cta-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-promotions-daily-weekly-rebate__hero-section {
    padding-top: 10px !important; /* body handles --header-offset, this is decorative */
    padding-bottom: 40px;
  }

  .page-promotions-daily-weekly-rebate__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-promotions-daily-weekly-rebate__hero-image,
  .page-promotions-daily-weekly-rebate__content-image,
  .page-promotions-daily-weekly-rebate img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-daily-weekly-rebate__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-promotions-daily-weekly-rebate__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-promotions-daily-weekly-rebate__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-promotions-daily-weekly-rebate__btn-primary,
  .page-promotions-daily-weekly-rebate__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-promotions-daily-weekly-rebate__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-promotions-daily-weekly-rebate__sub-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .page-promotions-daily-weekly-rebate__feature-title {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-promotions-daily-weekly-rebate__text-block {
    font-size: 0.95rem;
  }

  .page-promotions-daily-weekly-rebate__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-promotions-daily-weekly-rebate__content-wrapper--reverse {
    flex-direction: column;
  }

  .page-promotions-daily-weekly-rebate__image-block {
    min-width: unset;
    width: 100%;
    order: -1; /* Image first on mobile */
  }

  .page-promotions-daily-weekly-rebate__content-wrapper--reverse .page-promotions-daily-weekly-rebate__image-block {
    order: -1; /* Image first on mobile */
  }

  .page-promotions-daily-weekly-rebate__faq-question {
    font-size: 1rem;
  }

  .page-promotions-daily-weekly-rebate__faq-answer {
    font-size: 0.9rem;
  }
}