.page-promotions-daily-rebate {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Base text color for dark body background */
  line-height: 1.6;
  background-color: transparent; /* body handles background */
}

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

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

.page-promotions-daily-rebate__hero-section {
  position: relative;
  display: flex;
  flex-direction: column; /* Image above text */
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #0a0a0a; /* Ensure a background for the section */
}

.page-promotions-daily-rebate__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for hero image */
  margin-bottom: 30px; /* Space between image and content */
}

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

.page-promotions-daily-rebate__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-promotions-daily-rebate__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
  color: #26A9E0; /* Brand color for main title */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-daily-rebate__description {
  font-size: 1.15rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-promotions-daily-rebate__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-promotions-daily-rebate__btn-primary,
.page-promotions-daily-rebate__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word;
  max-width: 100%; /* Ensure buttons don't overflow */
}

.page-promotions-daily-rebate__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-promotions-daily-rebate__btn-primary:hover {
  background-color: #1e87b6;
  border-color: #1e87b6;
}

.page-promotions-daily-rebate__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-promotions-daily-rebate__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-promotions-daily-rebate__btn-full {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.page-promotions-daily-rebate__section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Slightly lighter dark background for sections */
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-promotions-daily-rebate__section--what-is {
  background-color: #121212;
}

.page-promotions-daily-rebate__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-promotions-daily-rebate__sub-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-promotions-daily-rebate__paragraph {
  font-size: 1.05rem;
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-promotions-daily-rebate__list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-promotions-daily-rebate__list-item {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-promotions-daily-rebate__content-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

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

.page-promotions-daily-rebate__image--left {
  flex: 0 0 400px; /* Fixed width on desktop */
  width: 400px;
  height: 300px;
}

.page-promotions-daily-rebate__image--center {
  margin: 40px auto;
  display: block;
  width: 1000px; /* Specific display width for desktop */
  height: 750px; /* Specific display height for desktop */
  max-width: 100%;
}

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

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

.page-promotions-daily-rebate__step-card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white for cards */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-daily-rebate__step-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-promotions-daily-rebate__step-description {
  font-size: 1rem;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-promotions-daily-rebate__step-image {
  width: 100%;
  max-width: 400px; /* Card image max width */
  height: auto;
  border-radius: 8px;
  margin-top: auto; /* Push image to bottom if content above is shorter */
  object-fit: cover;
}

.page-promotions-daily-rebate__tips-block {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-top: 50px;
}

.page-promotions-daily-rebate__section--rates {
  background-color: #1a1a1a; /* Darker background for contrast */
}

.page-promotions-daily-rebate__dark-section {
  background-color: #1a1a1a;
  color: #ffffff;
}

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

.page-promotions-daily-rebate__rate-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__rate-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-promotions-daily-rebate__rate-value {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-promotions-daily-rebate__rate-description {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-promotions-daily-rebate__terms-content {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}

.page-promotions-daily-rebate__faq-list {
  margin-top: 40px;
}

.page-promotions-daily-rebate__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-daily-rebate__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

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

.page-promotions-daily-rebate__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.2); /* Hover with brand color */
}

.page-promotions-daily-rebate__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-promotions-daily-rebate__faq-item[open] .page-promotions-daily-rebate__faq-toggle {
  color: #ffffff;
}

.page-promotions-daily-rebate__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05); /* Lighter background for answer */
}

.page-promotions-daily-rebate__section--cta {
  padding: 80px 0;
  background-color: #0a0a0a;
}

/* Links inside content */
.page-promotions-daily-rebate a {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions-daily-rebate a:hover {
  color: #1e87b6;
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-promotions-daily-rebate__content-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-promotions-daily-rebate__image--left {
    width: 100%;
    max-width: 600px; /* Allow wider on tablet */
    height: auto;
    margin-bottom: 30px;
    flex: none;
  }

  .page-promotions-daily-rebate__image--center {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-rebate__container {
    padding: 0 15px;
  }

  .page-promotions-daily-rebate__hero-section {
    padding-bottom: 40px;
  }

  .page-promotions-daily-rebate__main-title {
    font-size: 2rem;
  }

  .page-promotions-daily-rebate__description {
    font-size: 1rem;
  }

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

  .page-promotions-daily-rebate__btn-primary,
  .page-promotions-daily-rebate__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-promotions-daily-rebate__section {
    padding: 40px 0;
  }

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

  .page-promotions-daily-rebate__sub-title {
    font-size: 1.3rem;
  }

  .page-promotions-daily-rebate__paragraph,
  .page-promotions-daily-rebate__list-item,
  .page-promotions-daily-rebate__step-description,
  .page-promotions-daily-rebate__rate-description,
  .page-promotions-daily-rebate__faq-answer p {
    font-size: 0.95rem;
  }

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

  .page-promotions-daily-rebate__section,
  .page-promotions-daily-rebate__card,
  .page-promotions-daily-rebate__container,
  .page-promotions-daily-rebate__hero-content,
  .page-promotions-daily-rebate__steps-grid,
  .page-promotions-daily-rebate__rates-grid,
  .page-promotions-daily-rebate__terms-content,
  .page-promotions-daily-rebate__faq-list,
  .page-promotions-daily-rebate__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Remove specific image padding for mobile, let container handle it */
  .page-promotions-daily-rebate__image--left,
  .page-promotions-daily-rebate__image--center,
  .page-promotions-daily-rebate__step-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Specific padding for sections if needed, but container padding should be enough */
  .page-promotions-daily-rebate__section--what-is .page-promotions-daily-rebate__container,
  .page-promotions-daily-rebate__section--how-to .page-promotions-daily-rebate__container,
  .page-promotions-daily-rebate__section--rates .page-promotions-daily-rebate__container,
  .page-promotions-daily-rebate__section--terms .page-promotions-daily-rebate__container,
  .page-promotions-daily-rebate__section--faq .page-promotions-daily-rebate__container,
  .page-promotions-daily-rebate__section--cta .page-promotions-daily-rebate__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-promotions-daily-rebate__hero-section {
    padding-top: 10px !important;
  }

  .page-promotions-daily-rebate__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-promotions-daily-rebate__faq-answer {
    padding: 0 20px 15px;
  }
}