.page-promo-daily-rewards {
  color: #333333; /* Dark text for light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF; /* Ensures consistency with body background */
  padding-top: var(--header-offset, 120px); /* Fixed header offset for PC and mobile */
}

@media (max-width: 768px) {
  .page-promo-daily-rewards {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header if needed, but var() handles it */
  }
}

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

.page-promo-daily-rewards__hero-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-promo-daily-rewards__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-promo-daily-rewards__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promo-daily-rewards__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-promo-daily-rewards__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  margin: 0 10px;
}

.page-promo-daily-rewards__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-promo-daily-rewards__button--register:hover {
  background-color: #f0f0f0;
}

.page-promo-daily-rewards__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-promo-daily-rewards__section-title {
  font-size: 2.8em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.page-promo-daily-rewards__section-intro {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-daily-rewards__how-it-works-section,
.page-promo-daily-rewards__types-section,
.page-promo-daily-rewards__why-jilibet-section,
.page-promo-daily-rewards__faq-section,
.page-promo-daily-rewards__cta-section,
.page-promo-daily-rewards__responsible-gaming-section {
  padding: 60px 0;
}

.page-promo-daily-rewards__how-it-works-section {
  background-color: #f8f8f8;
}

.page-promo-daily-rewards__steps-list {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-promo-daily-rewards__step-item {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promo-daily-rewards__step-item:hover {
  transform: translateY(-10px);
}

.page-promo-daily-rewards__step-icon {
  width: 250px; /* Minimum 200px */
  height: 187px; /* Maintain aspect ratio */
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-promo-daily-rewards__step-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-daily-rewards__step-description {
  color: #666666;
  font-size: 1em;
}

.page-promo-daily-rewards__how-it-works-button {
  display: block;
  width: fit-content;
  margin: 50px auto 0 auto;
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #FCBC45;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-promo-daily-rewards__how-it-works-button:hover {
  background-color: #e0a53b;
}

.page-promo-daily-rewards__reward-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-promo-daily-rewards__reward-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promo-daily-rewards__reward-card:hover {
  transform: translateY(-10px);
}

.page-promo-daily-rewards__card-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency, maintain aspect ratio */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promo-daily-rewards__card-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo-daily-rewards__card-description {
  color: #666666;
  font-size: 0.95em;
}

.page-promo-daily-rewards__types-button {
  display: block;
  width: fit-content;
  margin: 50px auto 0 auto;
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #FCBC45;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-promo-daily-rewards__types-button:hover {
  background-color: #e0a53b;
}

.page-promo-daily-rewards__why-jilibet-section {
  background-color: #000000;
  color: #FFFFFF;
}

.page-promo-daily-rewards__why-jilibet-section .page-promo-daily-rewards__section-title {
  color: #FCBC45;
}

.page-promo-daily-rewards__why-jilibet-section .page-promo-daily-rewards__section-intro {
  color: #e0e0e0;
}

.page-promo-daily-rewards__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promo-daily-rewards__benefit-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-promo-daily-rewards__benefit-description {
  color: #e0e0e0;
}

.page-promo-daily-rewards__why-jilibet-button {
  display: block;
  width: fit-content;
  margin: 50px auto 0 auto;
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #FCBC45;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-promo-daily-rewards__why-jilibet-button:hover {
  background-color: #e0a53b;
}

.page-promo-daily-rewards__faq-section {
  background-color: #f8f8f8;
}

.page-promo-daily-rewards__faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-promo-daily-rewards__faq-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

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

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

.page-promo-daily-rewards__cta-section {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
}

.page-promo-daily-rewards__cta-title {
  font-size: 3em;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-promo-daily-rewards__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-promo-daily-rewards__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promo-daily-rewards__cta-button {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-promo-daily-rewards__button--download {
  background-color: #FCBC45;
  color: #000000;
}

.page-promo-daily-rewards__button--download:hover {
  background-color: #e0a53b;
}

.page-promo-daily-rewards__responsible-gaming-section {
  background-color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}

.page-promo-daily-rewards__responsible-gaming-section .page-promo-daily-rewards__section-title {
  font-size: 2em;
  padding-top: 0;
}

.page-promo-daily-rewards__responsible-gaming-section .page-promo-daily-rewards__section-intro {
  margin-bottom: 20px;
}

.page-promo-daily-rewards__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-daily-rewards__link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo-daily-rewards__hero-title {
    font-size: 3em;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 2.2em;
  }
  .page-promo-daily-rewards__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promo-daily-rewards__hero-section {
    padding: 60px 15px;
  }
  .page-promo-daily-rewards__hero-title {
    font-size: 2.5em;
  }
  .page-promo-daily-rewards__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-rewards__hero-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 0 5px;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 2em;
  }
  .page-promo-daily-rewards__section-intro {
    font-size: 0.95em;
  }
  .page-promo-daily-rewards__steps-list {
    flex-direction: column;
    align-items: center;
  }
  .page-promo-daily-rewards__step-item {
    max-width: 100%;
    min-width: unset;
  }
  .page-promo-daily-rewards__card-image {
    height: 200px;
  }
  .page-promo-daily-rewards__benefit-title {
    font-size: 1.5em;
  }
  .page-promo-daily-rewards__faq-question {
    font-size: 1.2em;
  }
  .page-promo-daily-rewards__cta-title {
    font-size: 2em;
  }
  .page-promo-daily-rewards__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Content area images must not cause overflow */
  .page-promo-daily-rewards img {
    max-width: 100%;
    height: auto;
  }
  .page-promo-daily-rewards__step-icon {
    width: 200px; /* Ensure minimum size */
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-daily-rewards__hero-title {
    font-size: 2em;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rewards__cta-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rewards__hero-button,
  .page-promo-daily-rewards__how-it-works-button,
  .page-promo-daily-rewards__types-button,
  .page-promo-daily-rewards__why-jilibet-button,
  .page-promo-daily-rewards__cta-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-promo-daily-rewards__cta-buttons {
    flex-direction: column;
  }
}