.page-promotions-daily-rewards {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6; /* Light background for readability */
}

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

.page-promotions-daily-rewards__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Deeper blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-daily-rewards__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-rewards__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rewards__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Gold button */
  color: #003366; /* Deep blue text */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rewards__cta-button:hover {
  background-color: #e6b800; /* Darker gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-rewards__cta-button--large {
  padding: 18px 45px;
  font-size: 1.4em;
}

.page-promotions-daily-rewards__section-title {
  font-size: 2.5em;
  color: #003366; /* Deep blue title */
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-daily-rewards__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Gold underline */
  border-radius: 2px;
}

.page-promotions-daily-rewards__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-promotions-daily-rewards__intro-section,
.page-promotions-daily-rewards__how-it-works-section,
.page-promotions-daily-rewards__calculation-section,
.page-promotions-daily-rewards__benefits-section,
.page-promotions-daily-rewards__faq-section,
.page-promotions-daily-rewards__cta-bottom-section {
  padding: 60px 0;
  background-color: #fff; /* White background for content sections */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-rewards__intro-section p,
.page-promotions-daily-rewards__calculation-section p,
.page-promotions-daily-rewards__benefits-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

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

.page-promotions-daily-rewards__card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-rewards__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-daily-rewards__card-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-promotions-daily-rewards__card p {
  font-size: 1em;
  color: #666;
}

.page-promotions-daily-rewards__formula {
  font-size: 1.5em;
  font-weight: bold;
  color: #003366;
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background-color: #e6f0f5; /* Light blue background */
  border-left: 5px solid #FFCC00;
  border-radius: 5px;
}

.page-promotions-daily-rewards__calculation-section ul {
  list-style: disc;
  margin-left: 40px;
  color: #555;
  font-size: 1.1em;
}

.page-promotions-daily-rewards__calculation-section ul li {
  margin-bottom: 15px;
}

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

.page-promotions-daily-rewards__benefits-list li {
  background-color: #eaf6f6; /* Very light blue */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #003366;
  font-size: 1.1em;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-rewards__benefits-list li strong {
  color: #003366;
}

.page-promotions-daily-rewards__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-rewards__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rewards__image--left {
  float: left;
  margin-right: 30px;
  max-width: 40%;
}

.page-promotions-daily-rewards__image--right {
  float: right;
  margin-left: 30px;
  max-width: 40%;
}

.page-promotions-daily-rewards__faq-section {
  clear: both; /* Clear floats from images */
}

.page-promotions-daily-rewards__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-daily-rewards__accordion-header {
  background-color: #003366; /* Deep blue header */
  color: #fff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-daily-rewards__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-daily-rewards__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-daily-rewards__accordion-content {
  padding: 0 25px;
  background-color: #fcfcfc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-promotions-daily-rewards__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #555;
}

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

.page-promotions-daily-rewards__small-text {
  font-size: 0.9em;
  color: #777;
  margin-top: 20px;
}

.page-promotions-daily-rewards__small-text a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-daily-rewards__small-text a:hover {
  text-decoration: underline;
}

/* Links within content */
.page-promotions-daily-rewards a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-daily-rewards a:hover {
  text-decoration: underline;
  color: #001a33;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-rewards__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-daily-rewards__hero-subtitle {
    font-size: 1.2em;
  }
  .page-promotions-daily-rewards__section-title {
    font-size: 2em;
  }
  .page-promotions-daily-rewards__sub-title {
    font-size: 1.6em;
  }
  .page-promotions-daily-rewards__image--left,
  .page-promotions-daily-rewards__image--right {
    float: none;
    margin: 30px auto;
    max-width: 80%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-rewards__hero-section {
    padding: 80px 0;
  }
  .page-promotions-daily-rewards__hero-title {
    font-size: 2em;
  }
  .page-promotions-daily-rewards__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-daily-rewards__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-daily-rewards__section-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-rewards__grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-daily-rewards__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promotions-daily-rewards__accordion-content p {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-daily-rewards__hero-section {
    padding: 60px 0;
  }
  .page-promotions-daily-rewards__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-rewards__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-daily-rewards__section-title {
    font-size: 1.5em;
  }
  .page-promotions-daily-rewards__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
}