.page-promo-daily-rewards {
  color: #333333;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-promo-daily-rewards__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-promo-daily-rewards__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-promo-daily-rewards__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promo-daily-rewards__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 90%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
}

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

.page-promo-daily-rewards__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-promo-daily-rewards__cta-button {
  display: inline-block;
  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;
  white-space: nowrap;
}

.page-promo-daily-rewards__cta-button--primary {
  background-color: #FFD700;
  color: #1A2B4C;
  border: 2px solid #FFD700;
}

.page-promo-daily-rewards__cta-button--primary:hover {
  background-color: #e5c000;
  transform: translateY(-3px);
}

.page-promo-daily-rewards__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promo-daily-rewards__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
  transform: translateY(-3px);
}

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

.page-promo-daily-rewards__section-title {
  font-size: 2.5em;
  color: #1A2B4C;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-promo-daily-rewards__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promo-daily-rewards__section-intro {
  font-size: 1.2em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-promo-daily-rewards__section-text {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  color: #666666;
}

.page-promo-daily-rewards__about-rewards-section, 
.page-promo-daily-rewards__how-to-claim-section, 
.page-promo-daily-rewards__maximize-rewards-section, 
.page-promo-daily-rewards__terms-section, 
.page-promo-daily-rewards__why-choose-section, 
.page-promo-daily-rewards__responsible-gaming-section, 
.page-promo-daily-rewards__join-us-section {
  padding: 60px 0;
}

.page-promo-daily-rewards__types-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

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

.page-promo-daily-rewards__reward-card, .page-promo-daily-rewards__step-card, .page-promo-daily-rewards__feature-card, .page-promo-daily-rewards__term-item {
  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, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promo-daily-rewards__reward-card:hover, .page-promo-daily-rewards__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promo-daily-rewards__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-promo-daily-rewards__card-title, .page-promo-daily-rewards__step-title, .page-promo-daily-rewards__feature-card h3, .page-promo-daily-rewards__term-title {
  font-size: 1.8em;
  color: #1A2B4C;
  margin-bottom: 15px;
}

.page-promo-daily-rewards__card-text, .page-promo-daily-rewards__step-text, .page-promo-daily-rewards__feature-card p, .page-promo-daily-rewards__term-text {
  font-size: 1em;
  color: #666666;
  flex-grow: 1;
}

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

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

.page-promo-daily-rewards__tip-item {
  background-color: #ffffff;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo-daily-rewards__tip-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.page-promo-daily-rewards__tip-title {
  font-size: 1.5em;
  color: #1A2B4C;
  margin-bottom: 10px;
}

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

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

.page-promo-daily-rewards__term-item {
  text-align: left;
  padding: 25px;
}

.page-promo-daily-rewards__term-item:hover {
  transform: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promo-daily-rewards__term-title {
  font-size: 1.5em;
  color: #1A2B4C;
  margin-bottom: 10px;
}

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

.page-promo-daily-rewards__feature-card .page-promo-daily-rewards__card-link {
  display: inline-block;
  margin-top: 20px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.page-promo-daily-rewards__feature-card .page-promo-daily-rewards__card-link:hover {
  border-color: #FFD700;
}

.page-promo-daily-rewards__responsible-gaming-section {
  background-color: #f0f0f0;
}

.page-promo-daily-rewards__join-us-section {
  background-color: #1A2B4C;
  color: #ffffff;
  text-align: center;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__section-title {
  color: #FFD700;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__section-title::after {
  background-color: #FFD700;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__section-intro {
  color: #e0e0e0;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__cta-button--primary {
  background-color: #FFD700;
  color: #1A2B4C;
  border: 2px solid #FFD700;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__cta-button--primary:hover {
  background-color: #e5c000;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promo-daily-rewards__join-us-section .page-promo-daily-rewards__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo-daily-rewards__hero-title {
    font-size: 2.8em;
  }
  .page-promo-daily-rewards__hero-description {
    font-size: 1.1em;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 2em;
  }
  .page-promo-daily-rewards__section-intro {
    font-size: 1.1em;
  }
  .page-promo-daily-rewards__card-title, .page-promo-daily-rewards__step-title, .page-promo-daily-rewards__feature-card h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-promo-daily-rewards__hero-content {
    padding: 20px;
    max-width: 95%;
  }
  .page-promo-daily-rewards__hero-title {
    font-size: 2.2em;
  }
  .page-promo-daily-rewards__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-rewards__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-promo-daily-rewards__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
  }
  .page-promo-daily-rewards__container {
    padding: 30px 15px;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rewards__section-intro {
    font-size: 1em;
  }
  .page-promo-daily-rewards__card-grid, .page-promo-daily-rewards__steps-grid, .page-promo-daily-rewards__feature-grid, .page-promo-daily-rewards__terms-content, .page-promo-daily-rewards__tips-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promo-daily-rewards__card-image, .page-promo-daily-rewards__feature-card img {
    max-width: 100%;
    height: auto;
  }
  /* Ensure content images do not cause horizontal scroll on mobile */
  .page-promo-daily-rewards img {
    max-width: 100%;
    height: auto;
  }
  .page-promo-daily-rewards {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-promo-daily-rewards__hero-title {
    font-size: 1.8em;
  }
  .page-promo-daily-rewards__hero-description {
    font-size: 0.9em;
  }
  .page-promo-daily-rewards__section-title {
    font-size: 1.5em;
  }
  .page-promo-daily-rewards__cta-button {
    font-size: 0.9em;
  }
}