.page-promotions-daily-rebate {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

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

.page-promotions-daily-rebate__hero-section {
  background: linear-gradient(135deg, #003366, #1a4f8a);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-promotions-daily-rebate__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-daily-rebate__hero-section > .page-promotions-daily-rebate__container {
  position: relative;
  z-index: 1;
}

.page-promotions-daily-rebate__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.page-promotions-daily-rebate__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-promotions-daily-rebate__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFCC00;
}

.page-promotions-daily-rebate__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  color: #003366;
}

.page-promotions-daily-rebate__hero-image-wrapper {
  margin-top: 40px;
}

.page-promotions-daily-rebate__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-rebate__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-rebate__section:nth-of-type(even) {
  background-color: #fcfcfc;
}

.page-promotions-daily-rebate__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promotions-daily-rebate__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-promotions-daily-rebate__intro-section .page-promotions-daily-rebate__text-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate__how-it-works {
  background-color: #eaf3f8;
}

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

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

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

.page-promotions-daily-rebate__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

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

.page-promotions-daily-rebate__step-card p {
  color: #666;
  font-size: 0.95em;
}

.page-promotions-daily-rebate__inline-link {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-daily-rebate__inline-link:hover {
  color: #e6b800;
  text-decoration: underline;
}

.page-promotions-daily-rebate__note {
  text-align: center;
  margin-top: 30px;
  font-style: italic;
  color: #777;
  font-size: 0.9em;
}

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

.page-promotions-daily-rebate__benefit-card {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FFCC00;
  transition: background-color 0.3s ease;
}

.page-promotions-daily-rebate__benefit-card:hover {
  background-color: #fff;
}

.page-promotions-daily-rebate__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  color: #003366; /* Using CSS color for icons if they are SVG/font icons */
}

.page-promotions-daily-rebate__benefit-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-promotions-daily-rebate__benefit-card p {
  color: #666;
  font-size: 0.95em;
}

.page-promotions-daily-rebate__maximization-section, .page-promotions-daily-rebate__responsible-gaming-section {
  background-color: #fcfcfc;
}

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

.page-promotions-daily-rebate__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
  text-align: justify;
}

.page-promotions-daily-rebate__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFCC00;
  font-weight: bold;
  font-size: 1.2em;
  top: 0;
}

.page-promotions-daily-rebate__faq-section {
  background-color: #eaf3f8;
}

.page-promotions-daily-rebate__faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-left: 4px solid #003366;
}

.page-promotions-daily-rebate__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
}

.page-promotions-daily-rebate__faq-answer {
  font-size: 1em;
  color: #555;
  display: none; /* Hidden by default, toggled by JS */
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-promotions-daily-rebate__faq-answer.active {
  display: block;
}

.page-promotions-daily-rebate__cta-bottom-section {
  text-align: center;
  background-color: #003366;
  color: #fff;
  padding: 80px 0;
}

.page-promotions-daily-rebate__cta-bottom-section .page-promotions-daily-rebate__section-title {
  color: #FFCC00;
  font-size: 2.8em;
}

.page-promotions-daily-rebate__cta-bottom-section .page-promotions-daily-rebate__section-title::after {
  background-color: #fff;
}

.page-promotions-daily-rebate__cta-bottom-section .page-promotions-daily-rebate__text-content {
  color: #e0e0e0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-promotions-daily-rebate__cta-bottom-section .page-promotions-daily-rebate__cta-button {
  background-color: #FFCC00;
  color: #003366;
  border-color: #FFCC00;
}

.page-promotions-daily-rebate__cta-bottom-section .page-promotions-daily-rebate__cta-button:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-promotions-daily-rebate .text-highlight {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-rebate__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-daily-rebate__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-daily-rebate__section-title {
    font-size: 2em;
  }
  .page-promotions-daily-rebate__steps-grid, .page-promotions-daily-rebate__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-rebate__hero-section {
    padding: 60px 0;
    min-height: 350px;
  }
  .page-promotions-daily-rebate__hero-title {
    font-size: 2em;
  }
  .page-promotions-daily-rebate__section {
    padding: 40px 0;
  }
  .page-promotions-daily-rebate__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-promotions-daily-rebate__text-content, .page-promotions-daily-rebate__list li, .page-promotions-daily-rebate__faq-answer {
    font-size: 0.95em;
  }
  .page-promotions-daily-rebate__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-daily-rebate__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-rebate__hero-subtitle {
    font-size: 0.95em;
  }
  .page-promotions-daily-rebate__section-title {
    font-size: 1.6em;
  }
  .page-promotions-daily-rebate__steps-grid, .page-promotions-daily-rebate__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-daily-rebate__faq-question {
    font-size: 1.1em;
  }
  .page-promotions-daily-rebate__list li {
    padding-left: 25px;
  }
  .page-promotions-daily-rebate__list li::before {
    font-size: 1em;
  }
}