.page-promo-daily-weekly-offers {
  color: #ffffff; /* Light text on dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

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

.page-promo-daily-weekly-offers__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-promo-daily-weekly-offers__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-promo-daily-weekly-offers__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-promo-daily-weekly-offers__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 10px;
}

.page-promo-daily-weekly-offers__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold primary color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-promo-daily-weekly-offers__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-promo-daily-weekly-offers__hero-button,
.page-promo-daily-weekly-offers__card-button,
.page-promo-daily-weekly-offers__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold primary color */
  color: #121212; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promo-daily-weekly-offers__hero-button:hover,
.page-promo-daily-weekly-offers__card-button:hover,
.page-promo-daily-weekly-offers__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promo-daily-weekly-offers__introduction,
.page-promo-daily-weekly-offers__daily-offers,
.page-promo-daily-weekly-offers__weekly-offers,
.page-promo-daily-weekly-offers__how-to-claim,
.page-promo-daily-weekly-offers__benefits,
.page-promo-daily-weekly-offers__cta-section,
.page-promo-daily-weekly-offers__responsible-gaming {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background for sections */
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-promo-daily-weekly-offers__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold primary color */
  text-align: center;
  margin-bottom: 30px;
}

.page-promo-daily-weekly-offers__section-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

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

.page-promo-daily-weekly-offers__offer-card {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promo-daily-weekly-offers__offer-card:hover {
  transform: translateY(-5px);
}

.page-promo-daily-weekly-offers__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-promo-daily-weekly-offers__card-title {
  font-size: 1.8em;
  color: #1E90FF; /* Deep blue secondary color */
  margin-bottom: 15px;
}

.page-promo-daily-weekly-offers__card-description {
  font-size: 1em;
  color: #cccccc;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promo-daily-weekly-offers__how-to-claim .page-promo-daily-weekly-offers__section-text {
  margin-bottom: 20px;
}

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

.page-promo-daily-weekly-offers__steps-list li {
  background-color: #2a2a2a;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #f0f0f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promo-daily-weekly-offers__step-number {
  background-color: #1E90FF; /* Deep blue secondary color */
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-promo-daily-weekly-offers__steps-list li a {
  color: #FFD700; /* Gold primary color for links */
  text-decoration: none;
  font-weight: bold;
}

.page-promo-daily-weekly-offers__steps-list li a:hover {
  text-decoration: underline;
}

.page-promo-daily-weekly-offers__cta-button {
  margin-top: 30px;
}

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

.page-promo-daily-weekly-offers__benefits-list li {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 1.1em;
  color: #f0f0f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promo-daily-weekly-offers__benefit-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 20px;
  flex-shrink: 0;
  min-width: 60px; /* Ensure min size */
  min-height: 60px; /* Ensure min size */
}

.page-promo-daily-weekly-offers__benefit-icon img {
  width: 100%;
  height: 100%;
}

.page-promo-daily-weekly-offers__benefit-icon + span strong {
  color: #FFD700;
}

.page-promo-daily-weekly-offers__cta-section {
  background: linear-gradient(45deg, #1E90FF, #0056b3); /* Deep blue gradient */
  text-align: center;
  padding: 80px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-promo-daily-weekly-offers__cta-content {
  max-width: 900px;
}

.page-promo-daily-weekly-offers__cta-title {
  font-size: 3em;
  color: #FFD700; /* Gold primary color */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promo-daily-weekly-offers__cta-text {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 40px;
}

.page-promo-daily-weekly-offers__cta-button--large {
  padding: 20px 40px;
  font-size: 1.2em;
}

.page-promo-daily-weekly-offers__responsible-gaming-link {
  display: inline-block;
  margin-top: 20px;
  color: #1E90FF; /* Deep blue secondary color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promo-daily-weekly-offers__responsible-gaming-link:hover {
  color: #FFD700; /* Gold primary color on hover */
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promo-daily-weekly-offers__hero-title {
    font-size: 3em;
  }
  .page-promo-daily-weekly-offers__hero-description {
    font-size: 1.1em;
  }
  .page-promo-daily-weekly-offers__section-title {
    font-size: 2em;
  }
  .page-promo-daily-weekly-offers__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promo-daily-weekly-offers__hero-section {
    min-height: 450px;
    padding: 60px 20px;
  }
  .page-promo-daily-weekly-offers__hero-content {
    padding: 30px;
  }
  .page-promo-daily-weekly-offers__hero-title {
    font-size: 2.5em;
  }
  .page-promo-daily-weekly-offers__hero-description {
    font-size: 1em;
  }
  .page-promo-daily-weekly-offers__section-title {
    font-size: 1.8em;
  }
  .page-promo-daily-weekly-offers__section-text {
    font-size: 1em;
  }
  .page-promo-daily-weekly-offers__offers-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-daily-weekly-offers__offer-card {
    padding: 20px;
  }
  .page-promo-daily-weekly-offers__card-title {
    font-size: 1.5em;
  }
  .page-promo-daily-weekly-offers__steps-list li {
    font-size: 1em;
    padding: 15px;
  }
  .page-promo-daily-weekly-offers__benefit-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .page-promo-daily-weekly-offers__benefits-list li {
    font-size: 1em;
    padding: 20px;
  }
  .page-promo-daily-weekly-offers__cta-title {
    font-size: 2em;
  }
  .page-promo-daily-weekly-offers__cta-text {
    font-size: 1.1em;
  }
  .page-promo-daily-weekly-offers__cta-button--large {
    padding: 15px 30px;
    font-size: 1em;
  }
  /* Mobile content image constraint */
  .page-promo-daily-weekly-offers img {
    max-width: 100%;
    height: auto;
  }
  .page-promo-daily-weekly-offers__offer-card img,
  .page-promo-daily-weekly-offers__benefit-icon {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-daily-weekly-offers__hero-title {
    font-size: 2em;
  }
  .page-promo-daily-weekly-offers__hero-description {
    font-size: 0.9em;
  }
  .page-promo-daily-weekly-offers__hero-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-promo-daily-weekly-offers__section-title {
    font-size: 1.5em;
  }
  .page-promo-daily-weekly-offers__steps-list li {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .page-promo-daily-weekly-offers__step-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-promo-daily-weekly-offers__cta-title {
    font-size: 1.8em;
  }
}