.page-promotions-daily-rebate {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f8f8; /* Light background for the page content */
}

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

.page-promotions-daily-rebate__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-daily-rebate__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #e0f2f7; /* Light blue background for hero */
}

.page-promotions-daily-rebate__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-promotions-daily-rebate__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-promotions-daily-rebate__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-daily-rebate__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-rebate__main-title {
  font-size: 38px;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-promotions-daily-rebate__intro-text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #26A9E0; /* Primary color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-daily-rebate__cta-button:hover {
  background: #1e87b7; /* Darker shade for hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__section-title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-promotions-daily-rebate__section-title--white {
  color: #ffffff;
}

.page-promotions-daily-rebate__sub-title {
  font-size: 24px;
  color: #26A9E0; /* Primary color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-promotions-daily-rebate__paragraph {
  font-size: 17px;
  color: #333333;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate__paragraph--white {
  color: #f0f0f0;
}

.page-promotions-daily-rebate__image-block {
  margin: 40px auto;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-rebate__image-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promotions-daily-rebate__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-promotions-daily-rebate__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin: 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-promotions-daily-rebate__list-item {
  font-size: 17px;
  color: #333333;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.page-promotions-daily-rebate__list-item:before {
  content: '✓';
  color: #26A9E0; /* Primary color */
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
  top: 0;
}

.page-promotions-daily-rebate__ordered-list .page-promotions-daily-rebate__list-item {
  padding-left: 0; /* Reset padding for ordered list */
}

.page-promotions-daily-rebate__ordered-list .page-promotions-daily-rebate__list-item:before {
  content: none; /* Remove custom bullet for ordered list */
}

.page-promotions-daily-rebate__list-item--white {
  color: #f0f0f0;
}

.page-promotions-daily-rebate__list-item--white:before {
  color: #ffffff;
}

.page-promotions-daily-rebate__button-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-daily-rebate__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: #26A9E0; /* Primary color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-daily-rebate__btn-primary:hover {
  background: #1e87b7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #ffffff;
  color: #26A9E0; /* Primary color */
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #26A9E0;
  cursor: pointer;
}