.page-promo-daily-rebate {
  color: #333333; /* Default text color for light body background */
}

.page-promo-daily-rebate__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
  background-color: #000080; /* Deep blue for hero background */
  color: #ffffff; /* White text for dark background */
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.page-promo-daily-rebate__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.page-promo-daily-rebate__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Golden primary color */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promo-daily-rebate__tagline {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-promo-daily-rebate__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-promo-daily-rebate__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Slightly transparent to allow text to stand out */
  display: block;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-promo-daily-rebate__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-promo-daily-rebate__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promo-daily-rebate__cta-button--primary {
  background-color: #FFD700; /* Golden primary color */
  color: #000080; /* Deep blue text for contrast */
  border: 2px solid #FFD700;
}

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

.page-promo-daily-rebate__cta-button--secondary {
  background-color: transparent;
  color: #FFD700; /* Golden text */
  border: 2px solid #FFD700;
}

.page-promo-daily-rebate__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #000080;
  transform: translateY(-3px);
}

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

.page-promo-daily-rebate__overview-section, 
.page-promo-daily-rebate__how-to-claim-section, 
.page-promo-daily-rebate__tiers-section, 
.page-promo-daily-rebate__terms-section, 
.page-promo-daily-rebate__why-choose-section, 
.page-promo-daily-rebate__faq-section, 
.page-promo-daily-rebate__final-cta-section {
  padding: 60px 0;
  background-color: #ffffff; /* White background for content sections */
  color: #333333; /* Dark text for light background */
}

.page-promo-daily-rebate__overview-section, .page-promo-daily-rebate__terms-section, .page-promo-daily-rebate__final-cta-section {
  background-color: #f8f8f8; /* Slightly off-white for visual separation */
}

.page-promo-daily-rebate__section-title {
  font-size: 2.5em;
  color: #000080; /* Deep blue secondary color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promo-daily-rebate__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Golden underline */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promo-daily-rebate__description {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.page-promo-daily-rebate__image-inset {
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  height: auto;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-promo-daily-rebate__claim-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promo-daily-rebate__step-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

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

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

.page-promo-daily-rebate__step-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-promo-daily-rebate__step-description a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-daily-rebate__step-description a:hover {
  text-decoration: underline;
}

.page-promo-daily-rebate__rebate-table-wrapper {
  overflow-x: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-promo-daily-rebate__rebate-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* Ensure table is readable on smaller screens before responsive break */
}

.page-promo-daily-rebate__table-header {
  background-color: #000080; /* Deep blue header */
  color: #FFD700; /* Golden text */
  padding: 15px 20px;
  text-align: left;
  font-size: 1.1em;
  border-bottom: 2px solid #FFD700;
}

.page-promo-daily-rebate__table-data {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #333333;
}

.page-promo-daily-rebate__rebate-table tbody tr:nth-child(even) .page-promo-daily-rebate__table-data {
  background-color: #f9f9f9;
}

.page-promo-daily-rebate__note {
  text-align: center;
  font-style: italic;
  color: #666666;
  margin-top: 20px;
}

.page-promo-daily-rebate__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promo-daily-rebate__terms-item {
  background-color: #ffffff;
  border-left: 5px solid #FFD700; /* Golden accent */
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1em;
  line-height: 1.7;
}

.page-promo-daily-rebate__terms-item strong {
  color: #000080;
}

.page-promo-daily-rebate__terms-item a {
  color: #000080;
  text-decoration: underline;
}

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

.page-promo-daily-rebate__benefit-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.page-promo-daily-rebate__benefit-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

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

.page-promo-daily-rebate__benefit-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
}

.page-promo-daily-rebate__faq-accordion {
  margin-top: 40px;
}

.page-promo-daily-rebate__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promo-daily-rebate__faq-question {
  font-size: 1.2em;
  color: #000080;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfdfd;
  transition: background-color 0.3s ease;
}

.page-promo-daily-rebate__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

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

.page-promo-daily-rebate__faq-answer p {
  padding-bottom: 20px;
  margin-top: 0;
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

.page-promo-daily-rebate__faq-question.active + .page-promo-daily-rebate__faq-answer {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 15px;
  padding-bottom: 20px;
}

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

@media (max-width: 768px) {
  .page-promo-daily-rebate__main-title {
    font-size: 2.5em;
  }
  .page-promo-daily-rebate__tagline {
    font-size: 1em;
  }
  .page-promo-daily-rebate__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-promo-daily-rebate__cta-button {
    width: 80%;
    max-width: 300px;
  }
  .page-promo-daily-rebate__container {
    padding: 20px 15px;
  }
  .page-promo-daily-rebate__overview-section, 
  .page-promo-daily-rebate__how-to-claim-section, 
  .page-promo-daily-rebate__tiers-section, 
  .page-promo-daily-rebate__terms-section, 
  .page-promo-daily-rebate__why-choose-section, 
  .page-promo-daily-rebate__faq-section, 
  .page-promo-daily-rebate__final-cta-section {
    padding: 40px 0;
  }
  .page-promo-daily-rebate__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rebate__description {
    font-size: 0.95em;
  }
  .page-promo-daily-rebate__rebate-table-wrapper {
    min-width: unset;
  }
  .page-promo-daily-rebate__rebate-table {
    min-width: unset;
    width: 100%;
  }
  .page-promo-daily-rebate__table-header, .page-promo-daily-rebate__table-data {
    padding: 10px 12px;
    font-size: 0.9em;
  }
  .page-promo-daily-rebate__benefits-list {
    grid-template-columns: 1fr;
  }
  /* Mobile content area image constraint */
  .page-promo-daily-rebate img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-daily-rebate__main-title {
    font-size: 2em;
  }
  .page-promo-daily-rebate__cta-button {
    width: 90%;
  }
  .page-promo-daily-rebate__section-title {
    font-size: 1.5em;
  }
  .page-promo-daily-rebate__step-title {
    font-size: 1.3em;
  }
  .page-promo-daily-rebate__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promo-daily-rebate__faq-answer p {
    padding-bottom: 15px;
  }
}