.page-promo-latest-offers {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light background */
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-promo-latest-offers__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-promo-latest-offers__hero-section {
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-promo-latest-offers__hero-content {
  max-width: 800px;
}

.page-promo-latest-offers__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Highlight title with accent color */
  line-height: 1.2;
}

.page-promo-latest-offers__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promo-latest-offers__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promo-latest-offers__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-promo-latest-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promo-latest-offers__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

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

.page-promo-latest-offers__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-promo-latest-offers__promo-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo-latest-offers__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-promo-latest-offers__promo-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
}

.page-promo-latest-offers__promo-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-promo-latest-offers__promo-description {
  font-size: 1em;
  color: #444444;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promo-latest-offers__promo-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-promo-latest-offers__promo-features li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FCBC45"><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: 10px;
  color: #555555;
}

.page-promo-latest-offers__button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.page-promo-latest-offers__button--primary {
  background-color: #FCBC45;
  color: #000000; /* Dark text for light button */
  box-shadow: 0 4px 15px rgba(252, 188, 69, 0.4);
}

.page-promo-latest-offers__button--primary:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(252, 188, 69, 0.6);
}

.page-promo-latest-offers__button--secondary {
  background-color: #000000;
  color: #FFFFFF; /* Light text for dark button */
  border: 2px solid #FCBC45;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promo-latest-offers__button--secondary:hover {
  background-color: #222222;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-promo-latest-offers__how-to-claim .page-promo-latest-offers__section-title,
.page-promo-latest-offers__terms-conditions .page-promo-latest-offers__section-title,
.page-promo-latest-offers__responsible-gaming .page-promo-latest-offers__section-title,
.page-promo-latest-offers__cta-section .page-promo-latest-offers__section-title {
  color: #000000;
}

.page-promo-latest-offers__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo-latest-offers__step-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
}

.page-promo-latest-offers__step-title {
  font-size: 1.6em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promo-latest-offers__step-description {
  font-size: 1em;
  color: #555555;
}

.page-promo-latest-offers__step-description a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-latest-offers__step-description a:hover {
  text-decoration: underline;
}

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

.page-promo-latest-offers__term-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-promo-latest-offers__term-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo-latest-offers__term-description {
  font-size: 0.95em;
  color: #555555;
}

.page-promo-latest-offers__terms-cta {
  text-align: center;
  margin-top: 40px;
}

.page-promo-latest-offers__text-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-latest-offers__text-link:hover {
  text-decoration: underline;
}

.page-promo-latest-offers__responsible-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo-latest-offers__feature-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
}

.page-promo-latest-offers__feature-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-promo-latest-offers__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-promo-latest-offers__responsible-cta {
  text-align: center;
  margin-top: 50px;
}

.page-promo-latest-offers__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.page-promo-latest-offers__cta-section .page-promo-latest-offers__section-title {
  color: #FCBC45;
}

.page-promo-latest-offers__cta-section .page-promo-latest-offers__section-intro {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-promo-latest-offers__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-promo-latest-offers__hero-title {
    font-size: 2.2em;
  }

  .page-promo-latest-offers__hero-description {
    font-size: 1em;
  }

  .page-promo-latest-offers__hero-actions {
    flex-direction: column;
  }

  .page-promo-latest-offers__button {
    width: 100%;
    max-width: 300px;
  }

  .page-promo-latest-offers__section-title {
    font-size: 2em;
  }

  .page-promo-latest-offers__grid-container,
  .page-promo-latest-offers__steps-container,
  .page-promo-latest-offers__terms-list,
  .page-promo-latest-offers__responsible-features {
    grid-template-columns: 1fr;
  }

  .page-promo-latest-offers__promo-image {
    height: 200px;
  }

  .page-promo-latest-offers__promo-card,
  .page-promo-latest-offers__step-card,
  .page-promo-latest-offers__term-item,
  .page-promo-latest-offers__feature-item {
    padding: 20px;
  }

  /* Ensure content images are responsive and don't overflow */
  .page-promo-latest-offers img {
    max-width: 100%;
    height: auto; /* Important for preventing overflow on mobile */
  }

  .page-promo-latest-offers__promo-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-latest-offers__hero-title {
    font-size: 1.8em;
  }

  .page-promo-latest-offers__hero-description {
    font-size: 0.9em;
  }

  .page-promo-latest-offers__section-title {
    font-size: 1.8em;
  }

  .page-promo-latest-offers__section-intro {
    font-size: 0.9em;
  }

  .page-promo-latest-offers__promo-title {
    font-size: 1.5em;
  }

  .page-promo-latest-offers__step-title,
  .page-promo-latest-offers__term-title,
  .page-promo-latest-offers__feature-title {
    font-size: 1.3em;
  }

  .page-promo-latest-offers__button {
    font-size: 1em;
    padding: 12px 20px;
  }
}