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

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

.page-promo-daily-rebate__container--center {
  text-align: center;
}

.page-promo-daily-rebate__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-promo-daily-rebate__section:nth-child(even) {
  background-color: #fff;
}

.page-promo-daily-rebate__section-title {
  font-size: 2.8em;
  color: #8B0000; /* Deep red for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-promo-daily-rebate__section-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

/* Hero Section */
.page-promo-daily-rebate__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
}

.page-promo-daily-rebate__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-promo-daily-rebate__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-promo-daily-rebate__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 90%;
  max-width: 900px;
}

.page-promo-daily-rebate__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-promo-daily-rebate__hero-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-promo-daily-rebate__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Buttons */
.page-promo-daily-rebate__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-promo-daily-rebate__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text */
}

.page-promo-daily-rebate__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promo-daily-rebate__button--secondary {
  background-color: #8B0000; /* Deep red button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-promo-daily-rebate__button--secondary:hover {
  background-color: #7a0000;
  transform: translateY(-2px);
}

.page-promo-daily-rebate__button--outline {
  background-color: transparent;
  color: #8B0000;
  border: 2px solid #8B0000;
}

.page-promo-daily-rebate__button--outline:hover {
  background-color: #8B0000;
  color: #FFD700;
  transform: translateY(-2px);
}

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

.page-promo-daily-rebate__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

/* Benefits Grid */
.page-promo-daily-rebate__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promo-daily-rebate__benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-promo-daily-rebate__benefit-icon {
  width: 250px; /* Min 200px */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-promo-daily-rebate__benefit-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

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

/* How It Works Steps */
.page-promo-daily-rebate__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-promo-daily-rebate__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

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

.page-promo-daily-rebate__step-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
}

/* Terms List */
.page-promo-daily-rebate__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promo-daily-rebate__term-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promo-daily-rebate__term-title {
  font-size: 1.6em;
  color: #8B0000;
  margin-bottom: 10px;
}

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

/* Features Grid */
.page-promo-daily-rebate__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promo-daily-rebate__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-promo-daily-rebate__feature-icon {
  width: 250px; /* Min 200px */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-promo-daily-rebate__feature-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

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

/* FAQ Accordion */
.page-promo-daily-rebate__faq-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-daily-rebate__faq-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promo-daily-rebate__faq-question {
  padding: 20px 25px;
  font-size: 1.2em;
  color: #333;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.page-promo-daily-rebate__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #8B0000;
  transition: transform 0.3s ease;
}

.page-promo-daily-rebate__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promo-daily-rebate__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-promo-daily-rebate__faq-answer.active {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-promo-daily-rebate__faq-answer p {
  margin-bottom: 0;
  color: #555;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promo-daily-rebate__hero-title {
    font-size: 3em;
  }
  .page-promo-daily-rebate__hero-description {
    font-size: 1.2em;
  }
  .page-promo-daily-rebate__section-title {
    font-size: 2.2em;
  }
  .page-promo-daily-rebate__button--large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  .page-promo-daily-rebate__benefit-icon,
  .page-promo-daily-rebate__feature-icon {
    width: 220px; /* Ensure minimum 200px */
  }
}

@media (max-width: 768px) {
  .page-promo-daily-rebate__hero-title {
    font-size: 2.5em;
  }
  .page-promo-daily-rebate__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-rebate__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-promo-daily-rebate__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-promo-daily-rebate__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rebate__section-text {
    font-size: 1em;
  }
  .page-promo-daily-rebate__benefits-grid,
  .page-promo-daily-rebate__features-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-daily-rebate__step-title,
  .page-promo-daily-rebate__benefit-title,
  .page-promo-daily-rebate__feature-title {
    font-size: 1.6em;
  }
  .page-promo-daily-rebate__faq-question {
    font-size: 1.1em;
  }
  /* Content area images must be max-width: 100%; height: auto; */
  .page-promo-daily-rebate img {
    max-width: 100%;
    height: auto;
  }
  .page-promo-daily-rebate__benefit-icon,
  .page-promo-daily-rebate__feature-icon {
    width: 100%; /* Ensure images scale down, still >= 200px if original is large */
    max-width: 300px; /* Example max-width for smaller screens, but ensure it's >= 200px */
    margin-left: auto;
    margin-right: auto;
  }
  .page-promo-daily-rebate__hero-image {
    height: 400px; /* Adjust hero image height for mobile */
  }
}

@media (max-width: 480px) {
  .page-promo-daily-rebate__hero-title {
    font-size: 2em;
  }
  .page-promo-daily-rebate__hero-description {
    font-size: 0.9em;
  }
  .page-promo-daily-rebate__section-title {
    font-size: 1.5em;
  }
  .page-promo-daily-rebate__button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-promo-daily-rebate__hero-image {
    height: 300px;
  }
}