.page-promotions-weekly-cashback {
  color: #ffffff; /* Body background is #000000, so text should be light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #000000; /* Ensure main content area matches body background */
}

.page-promotions-weekly-cashback__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-promotions-weekly-cashback__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-promotions-weekly-cashback__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-promotions-weekly-cashback__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-promotions-weekly-cashback__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-promotions-weekly-cashback__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-weekly-cashback__cta-button {
  display: inline-block;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-weekly-cashback__cta-button:hover {
  background-color: #1a8cc2;
  transform: translateY(-2px);
}

.page-promotions-weekly-cashback__cta-button--large {
  padding: 20px 40px;
  font-size: 1.5em;
}

.page-promotions-weekly-cashback__section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #0d0d0d; /* Slightly lighter dark background for sections */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.page-promotions-weekly-cashback__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(38, 169, 224, 0.5);
}

.page-promotions-weekly-cashback__text-block p,
.page-promotions-weekly-cashback__text-block li {
  color: #f0f0f0;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-promotions-weekly-cashback__text-block strong {
  color: #FFFFFF;
}

.page-promotions-weekly-cashback__image-content {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-weekly-cashback__claim-steps,
.page-promotions-weekly-cashback__terms-list,
.page-promotions-weekly-cashback__game-list,
.page-promotions-weekly-cashback__advantages-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-promotions-weekly-cashback__claim-steps li,
.page-promotions-weekly-cashback__terms-list li,
.page-promotions-weekly-cashback__game-list li,
.page-promotions-weekly-cashback__advantages-list li {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-promotions-weekly-cashback__claim-steps li strong,
.page-promotions-weekly-cashback__terms-list li strong,
.page-promotions-weekly-cashback__game-list li strong,
.page-promotions-weekly-cashback__advantages-list li strong {
  color: #26A9E0;
}

.page-promotions-weekly-cashback__link {
  color: #EA7C07; /* Login color for links */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-promotions-weekly-cashback__link:hover {
  color: #ff9933;
}

.page-promotions-weekly-cashback__video-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #0d0d0d;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  box-sizing: border-box;
}

.page-promotions-weekly-cashback__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto 20px auto;
  border-radius: 10px;
}

.page-promotions-weekly-cashback__video-link-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-promotions-weekly-cashback__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
}

.page-promotions-weekly-cashback__video-caption {
  color: #f0f0f0;
  font-size: 0.95em;
  margin-top: 10px;
}

.page-promotions-weekly-cashback__faq-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #0d0d0d;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.page-promotions-weekly-cashback__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #333;
}

.page-promotions-weekly-cashback__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #26A9E0;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* For details tag */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-promotions-weekly-cashback__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-weekly-cashback__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-promotions-weekly-cashback__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-promotions-weekly-cashback__faq-item[open] .page-promotions-weekly-cashback__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions-weekly-cashback__faq-answer {
  padding: 15px 20px;
  background-color: #1a1a1a;
  color: #f0f0f0;
  border-top: 1px solid #333;
}

.page-promotions-weekly-cashback__cta-footer-section {
  position: relative;
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.page-promotions-weekly-cashback__cta-footer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* Darken image for text readability */
  min-width: 200px;
  min-height: 200px;
}

.page-promotions-weekly-cashback__cta-footer-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-promotions-weekly-cashback__cta-footer-title {
  font-size: 3em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-promotions-weekly-cashback__cta-footer-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-promotions-weekly-cashback__hero-title {
    font-size: 3em;
  }
  .page-promotions-weekly-cashback__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-weekly-cashback__section-title {
    font-size: 2em;
  }
  .page-promotions-weekly-cashback__cta-footer-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promotions-weekly-cashback {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-promotions-weekly-cashback__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-promotions-weekly-cashback__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-weekly-cashback__hero-description {
    font-size: 1em;
  }
  .page-promotions-weekly-cashback__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    width: 100% !important;
    max-width: 100% !important;
  }
  .page-promotions-weekly-cashback__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
  .page-promotions-weekly-cashback__section {
    margin: 20px auto;
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions-weekly-cashback__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-promotions-weekly-cashback__text-block p,
  .page-promotions-weekly-cashback__text-block li {
    font-size: 1em;
  }
  .page-promotions-weekly-cashback__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-weekly-cashback__video-section {
    margin: 20px auto;
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile video section header offset */
  }
  .page-promotions-weekly-cashback__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-promotions-weekly-cashback__faq-section {
    margin: 20px auto;
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions-weekly-cashback__faq-question {
    padding: 12px 15px;
    font-size: 1em;
  }
  .page-promotions-weekly-cashback__faq-answer {
    padding: 12px 15px;
  }
  .page-promotions-weekly-cashback__cta-footer-section {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions-weekly-cashback__cta-footer-title {
    font-size: 2em;
  }
  .page-promotions-weekly-cashback__cta-footer-description {
    font-size: 1em;
  }
  .page-promotions-weekly-cashback__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}