.page-promotions-daily-rebate-weekly-bonus {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A2239; /* Main dark blue background */
}

.page-promotions-daily-rebate-weekly-bonus h1,
.page-promotions-daily-rebate-weekly-bonus h2,
.page-promotions-daily-rebate-weekly-bonus h3 {
  color: #FFD700; /* Gold for headings */
  margin-bottom: 20px;
  text-align: center;
}

.page-promotions-daily-rebate-weekly-bonus h1 {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-daily-rebate-weekly-bonus h2 {
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.page-promotions-daily-rebate-weekly-bonus h3 {
  font-size: 1.8em;
  font-weight: 500;
  color: #FFD700;
  text-align: left;
  margin-top: 30px;
}

.page-promotions-daily-rebate-weekly-bonus p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 15px;
}

.page-promotions-daily-rebate-weekly-bonus strong {
  color: #FFD700;
}

.page-promotions-daily-rebate-weekly-bonus ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-promotions-daily-rebate-weekly-bonus ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #C0C0C0;
}

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

.page-promotions-daily-rebate-weekly-bonus__container--center {
  text-align: center;
}

.page-promotions-daily-rebate-weekly-bonus__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-daily-rebate-weekly-bonus__section:last-of-type {
  border-bottom: none;
}

/* Hero Section */
.page-promotions-daily-rebate-weekly-bonus__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5a 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-daily-rebate-weekly-bonus__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.page-promotions-daily-rebate-weekly-bonus__hero-content h1 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 25px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-rebate-weekly-bonus__hero-content p {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-daily-rebate-weekly-bonus__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-promotions-daily-rebate-weekly-bonus__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
}

.page-promotions-daily-rebate-weekly-bonus__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-daily-rebate-weekly-bonus__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  min-width: 180px;
}

.page-promotions-daily-rebate-weekly-bonus__button--primary {
  background-color: #FFD700; /* Gold */
  color: #0A2239; /* Dark blue */
  border: 2px solid #FFD700;
}

.page-promotions-daily-rebate-weekly-bonus__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-daily-rebate-weekly-bonus__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-promotions-daily-rebate-weekly-bonus__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-daily-rebate-weekly-bonus__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-promotions-daily-rebate-weekly-bonus__faq-item {
  background-color: #1a3a5a; /* Slightly lighter dark blue */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.page-promotions-daily-rebate-weekly-bonus__faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-rebate-weekly-bonus__faq-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.page-promotions-daily-rebate-weekly-bonus__faq-item h3::after {
  content: '+';
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-promotions-daily-rebate-weekly-bonus__faq-item.active h3::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-daily-rebate-weekly-bonus__faq-item p {
  font-size: 1em;
  color: #C0C0C0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  padding-top: 0;
}

.page-promotions-daily-rebate-weekly-bonus__faq-item.active p {
  max-height: 200px; /* Adjust as needed for content */
  opacity: 1;
  padding-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-promotions-daily-rebate-weekly-bonus__hero {
    padding: 80px 0;
  }

  .page-promotions-daily-rebate-weekly-bonus__hero-content h1 {
    font-size: 2.5em;
  }

  .page-promotions-daily-rebate-weekly-bonus__hero-content p {
    font-size: 1.1em;
  }

  .page-promotions-daily-rebate-weekly-bonus h2 {
    font-size: 1.8em;
  }

  .page-promotions-daily-rebate-weekly-bonus h3 {
    font-size: 1.4em;
  }

  .page-promotions-daily-rebate-weekly-bonus__button {
    padding: 12px 25px;
    font-size: 1em;
    min-width: 150px;
  }

  .page-promotions-daily-rebate-weekly-bonus__cta-group {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-promotions-daily-rebate-weekly-bonus__hero-content h1 {
    font-size: 2em;
  }

  .page-promotions-daily-rebate-weekly-bonus__hero-content p {
    font-size: 1em;
  }

  .page-promotions-daily-rebate-weekly-bonus h2 {
    font-size: 1.5em;
  }

  .page-promotions-daily-rebate-weekly-bonus h3 {
    font-size: 1.2em;
  }

  .page-promotions-daily-rebate-weekly-bonus__button {
    width: 100%;
    max-width: 250px;
  }
}