.page-promotions-daily-checkin-rewards {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A1A1A; /* Dark background */
}

.page-promotions-daily-checkin-rewards__hero-section {
  background: linear-gradient(135deg, #CC0000, #800000); /* Darker red gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-promotions-daily-checkin-rewards__hero-content {
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-daily-checkin-rewards__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-promotions-daily-checkin-rewards__subtitle {
  font-size: 1.5em;
  color: #FFFFFF; /* White for subtitle */
  margin-bottom: 40px;
}

.page-promotions-daily-checkin-rewards__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #CC0000; /* Dark red text on gold button */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-checkin-rewards__cta-button:hover {
  background-color: #FFE066; /* Lighter gold on hover */
  transform: translateY(-3px);
}

.page-promotions-daily-checkin-rewards__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.page-promotions-daily-checkin-rewards__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-daily-checkin-rewards__content-section {
  padding: 60px 0;
  background-color: #1A1A1A;
}

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

.page-promotions-daily-checkin-rewards__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #CC0000;
  padding-bottom: 15px;
  margin-top: 40px;
}

.page-promotions-daily-checkin-rewards__sub-section-title {
  font-size: 1.8em;
  color: #CC0000; /* Dark red for sub-section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-promotions-daily-checkin-rewards__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-daily-checkin-rewards__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-daily-checkin-rewards__list li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.05em;
}

.page-promotions-daily-checkin-rewards__list li strong {
  color: #FFD700;
}

.page-promotions-daily-checkin-rewards__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-daily-checkin-rewards__numbered-list li {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-promotions-daily-checkin-rewards__numbered-list li strong {
  color: #FFD700;
  font-size: 1.2em;
  display: block;
  margin-bottom: 5px;
}

.page-promotions-daily-checkin-rewards__inline-link {
  color: #FFD700; /* Gold for inline links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-daily-checkin-rewards__inline-link:hover {
  color: #FFE066; /* Lighter gold on hover */
  text-decoration: underline;
}

.page-promotions-daily-checkin-rewards__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

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

.page-promotions-daily-checkin-rewards__cta-banner {
  background: linear-gradient(90deg, #CC0000, #FFD700);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-daily-checkin-rewards__cta-text {
  margin-bottom: 30px;
}

.page-promotions-daily-checkin-rewards__cta-title {
  font-size: 2.8em;
  color: #FFFFFF; /* White for CTA title */
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-checkin-rewards__cta-description {
  font-size: 1.3em;
  color: #F0F0F0; /* Light grey for CTA description */
  line-height: 1.6;
}

.page-promotions-daily-checkin-rewards__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-promotions-daily-checkin-rewards__app-download-section {
  background-color: #282828; /* Slightly lighter dark background */
  padding: 80px 0;
}

.page-promotions-daily-checkin-rewards__app-download-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-promotions-daily-checkin-rewards__app-info {
  flex: 1;
  min-width: 300px;
}

.page-promotions-daily-checkin-rewards__app-features-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-daily-checkin-rewards__app-features-list li {
  background: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-promotions-daily-checkin-rewards__app-image-wrapper {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.page-promotions-daily-checkin-rewards__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.page-promotions-daily-checkin-rewards__cta-button--app-download {
  background-color: #CC0000; /* Dark red button */
  color: #FFFFFF; /* White text on dark red button */
}

.page-promotions-daily-checkin-rewards__cta-button--app-download:hover {
  background-color: #E00000; /* Lighter red on hover */
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-daily-checkin-rewards__main-title {
    font-size: 2.8em;
  }
  .page-promotions-daily-checkin-rewards__subtitle {
    font-size: 1.3em;
  }
  .page-promotions-daily-checkin-rewards__section-title {
    font-size: 2em;
  }
  .page-promotions-daily-checkin-rewards__sub-section-title {
    font-size: 1.6em;
  }
  .page-promotions-daily-checkin-rewards__hero-section {
    padding: 80px 0;
  }
  .page-promotions-daily-checkin-rewards__cta-title {
    font-size: 2.2em;
  }
  .page-promotions-daily-checkin-rewards__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-promotions-daily-checkin-rewards__main-title {
    font-size: 2.2em;
  }
  .page-promotions-daily-checkin-rewards__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-daily-checkin-rewards__hero-section {
    padding: 60px 0;
  }
  .page-promotions-daily-checkin-rewards__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-daily-checkin-rewards__section-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-checkin-rewards__sub-section-title {
    font-size: 1.4em;
  }
  .page-promotions-daily-checkin-rewards__text-block, .page-promotions-daily-checkin-rewards__list li, .page-promotions-daily-checkin-rewards__numbered-list li {
    font-size: 1em;
  }
  .page-promotions-daily-checkin-rewards__cta-banner {
    padding: 30px;
  }
  .page-promotions-daily-checkin-rewards__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-checkin-rewards__cta-description {
    font-size: 1em;
  }
  .page-promotions-daily-checkin-rewards__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-promotions-daily-checkin-rewards__app-download-content {
    flex-direction: column;
  }
  .page-promotions-daily-checkin-rewards__app-info, .page-promotions-daily-checkin-rewards__app-image-wrapper {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-promotions-daily-checkin-rewards__main-title {
    font-size: 1.8em;
  }
  .page-promotions-daily-checkin-rewards__subtitle {
    font-size: 0.9em;
  }
  .page-promotions-daily-checkin-rewards__hero-section {
    padding: 40px 0;
  }
  .page-promotions-daily-checkin-rewards__section-title {
    font-size: 1.5em;
  }
  .page-promotions-daily-checkin-rewards__sub-section-title {
    font-size: 1.2em;
  }
  .page-promotions-daily-checkin-rewards__cta-title {
    font-size: 1.5em;
  }
  .page-promotions-daily-checkin-rewards__cta-button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
}