.page-promo-daily-cashback {
  color: #f0f0f0; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

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

.page-promo-daily-cashback__hero-section {
  background-color: #000000;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promo-daily-cashback__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text readability */
}

.page-promo-daily-cashback__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  max-width: 900px;
  padding: 20px;
}

.page-promo-daily-cashback__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-promo-daily-cashback__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-promo-daily-cashback__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promo-daily-cashback__hero-button:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-promo-daily-cashback__overview-section,
.page-promo-daily-cashback__how-it-works-section,
.page-promo-daily-cashback__terms-section,
.page-promo-daily-cashback__vip-section,
.page-promo-daily-cashback__cta-section,
.page-promo-daily-cashback__faq-section,
.page-promo-daily-cashback__contact-section {
  padding: 60px 0;
  background-color: #000000;
  color: #f0f0f0;
}

.page-promo-daily-cashback__overview-title,
.page-promo-daily-cashback__how-it-works-title,
.page-promo-daily-cashback__terms-title,
.page-promo-daily-cashback__vip-title,
.page-promo-daily-cashback__cta-title,
.page-promo-daily-cashback__faq-title,
.page-promo-daily-cashback__contact-title {
  font-size: 2.5em;
  color: #FCBC45;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-promo-daily-cashback__overview-text,
.page-promo-daily-cashback__how-it-works-intro,
.page-promo-daily-cashback__terms-intro,
.page-promo-daily-cashback__vip-description,
.page-promo-daily-cashback__cta-text,
.page-promo-daily-cashback__faq-answer,
.page-promo-daily-cashback__contact-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #CCCCCC;
}

.page-promo-daily-cashback__overview-grid,
.page-promo-daily-cashback__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo-daily-cashback__overview-card,
.page-promo-daily-cashback__step-card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
}

.page-promo-daily-cashback__overview-card:hover,
.page-promo-daily-cashback__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);
}

.page-promo-daily-cashback__overview-card-icon {
  width: 250px; /* Enforcing minimum size */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-promo-daily-cashback__overview-card-title,
.page-promo-daily-cashback__step-title {
  font-size: 1.8em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-daily-cashback__overview-card-text,
.page-promo-daily-cashback__step-text {
  font-size: 1em;
  color: #AAAAAA;
}

.page-promo-daily-cashback__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 50%;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-promo-daily-cashback__step-button {
  display: inline-block;
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-promo-daily-cashback__step-button:hover {
  background-color: #e0e0e0;
  transform: translateY(-1px);
}

.page-promo-daily-cashback__terms-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.page-promo-daily-cashback__terms-list-item {
  background-color: #1a1a1a;
  border-left: 4px solid #FCBC45;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #CCCCCC;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-promo-daily-cashback__terms-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-promo-daily-cashback__terms-button:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-promo-daily-cashback__vip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-promo-daily-cashback__vip-image {
  width: 400px; /* Enforcing minimum size */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.page-promo-daily-cashback__vip-text-content {
  text-align: center;
  max-width: 800px;
}

.page-promo-daily-cashback__vip-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-promo-daily-cashback__vip-button:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-promo-daily-cashback__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-promo-daily-cashback__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promo-daily-cashback__cta-button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
}

.page-promo-daily-cashback__cta-button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-promo-daily-cashback__cta-button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-promo-daily-cashback__cta-button--login:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-promo-daily-cashback__faq-item {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid #333333;
}

.page-promo-daily-cashback__faq-question {
  font-size: 1.4em;
  color: #FCBC45;
  margin-bottom: 10px;
}

.page-promo-daily-cashback__faq-answer {
  font-size: 1em;
  color: #CCCCCC;
}

.page-promo-daily-cashback__contact-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-promo-daily-cashback__contact-button:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo-daily-cashback__hero-title {
    font-size: 3em;
  }
  .page-promo-daily-cashback__hero-description {
    font-size: 1.1em;
  }
  .page-promo-daily-cashback__overview-title,
  .page-promo-daily-cashback__how-it-works-title,
  .page-promo-daily-cashback__terms-title,
  .page-promo-daily-cashback__vip-title,
  .page-promo-daily-cashback__cta-title,
  .page-promo-daily-cashback__faq-title,
  .page-promo-daily-cashback__contact-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promo-daily-cashback__hero-title {
    font-size: 2.5em;
  }
  .page-promo-daily-cashback__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-cashback__hero-button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-promo-daily-cashback__overview-grid,
  .page-promo-daily-cashback__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-daily-cashback__overview-card-icon,
  .page-promo-daily-cashback__vip-image {
    width: 100%; /* Ensure images are responsive and large */
    max-width: 400px; /* Still maintaining minimum visual size */
    height: auto;
  }
  .page-promo-daily-daily-cashback__vip-content {
    flex-direction: column;
  }
  .page-promo-daily-cashback__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promo-daily-cashback__cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-promo-daily-cashback__overview-card-icon,
  .page-promo-daily-cashback__vip-image,
  .page-promo-daily-cashback__hero-image {
    max-width: 100%;
    height: auto;
  }
  .page-promo-daily-cashback__container img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-daily-cashback__hero-title {
    font-size: 2em;
  }
  .page-promo-daily-cashback__overview-title,
  .page-promo-daily-cashback__how-it-works-title,
  .page-promo-daily-cashback__terms-title,
  .page-promo-daily-cashback__vip-title,
  .page-promo-daily-cashback__cta-title,
  .page-promo-daily-cashback__faq-title,
  .page-promo-daily-cashback__contact-title {
    font-size: 1.8em;
  }
  .page-promo-daily-cashback__hero-description {
    font-size: 0.9em;
  }
  .page-promo-daily-cashback__overview-card,
  .page-promo-daily-cashback__step-card {
    padding: 20px;
  }
}