.page-resources-cwin-exclusive-promotions {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-cwin-exclusive-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-cwin-exclusive-promotions__hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-resources-cwin-exclusive-promotions__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-cwin-exclusive-promotions__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-cwin-exclusive-promotions__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-cwin-exclusive-promotions__btn--primary {
  background-color: #0056b3; /* Darker shade for contrast */
  color: #fff;
}

.page-resources-cwin-exclusive-promotions__btn--primary:hover {
  background-color: #004085;
  transform: translateY(-2px);
}

.page-resources-cwin-exclusive-promotions__btn--accent {
  background-color: #ffc107;
  color: #333; /* Ensure high contrast text on accent background */
}

.page-resources-cwin-exclusive-promotions__btn--accent:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-cwin-exclusive-promotions__content-section {
  padding: 60px 0;
}

.page-resources-cwin-exclusive-promotions__article-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-cwin-exclusive-promotions__section-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-cwin-exclusive-promotions__sub-title {
  font-size: 1.5em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-cwin-exclusive-promotions__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #555;
}

.page-resources-cwin-exclusive-promotions__list {
  list-style: disc inside;
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-resources-cwin-exclusive-promotions__list li {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #555;
}

.page-resources-cwin-exclusive-promotions__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-cwin-exclusive-promotions__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-cwin-exclusive-promotions__call-to-action {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-cwin-exclusive-promotions__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-cwin-exclusive-promotions__related-resources .page-resources-cwin-exclusive-promotions__list {
  list-style: none;
  padding-left: 0;
}

.page-resources-cwin-exclusive-promotions__related-resources .page-resources-cwin-exclusive-promotions__list li {
  margin-bottom: 10px;
}

.page-resources-cwin-exclusive-promotions__link,
.page-resources-cwin-exclusive-promotions__back-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-cwin-exclusive-promotions__link:hover,
.page-resources-cwin-exclusive-promotions__back-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

@media (max-width: 768px) {
  .page-resources-cwin-exclusive-promotions__hero-title {
    font-size: 2.2em;
  }

  .page-resources-cwin-exclusive-promotions__hero-subtitle,
  .page-resources-cwin-exclusive-promotions__article-content p,
  .page-resources-cwin-exclusive-promotions__list li {
    font-size: 1em;
  }

  .page-resources-cwin-exclusive-promotions__section-title {
    font-size: 1.8em;
  }

  .page-resources-cwin-exclusive-promotions__sub-title {
    font-size: 1.3em;
  }

  .page-resources-cwin-exclusive-promotions__article-content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-cwin-exclusive-promotions__hero-title {
    font-size: 1.8em;
  }

  .page-resources-cwin-exclusive-promotions__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-cwin-exclusive-promotions__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-cwin-exclusive-promotions__section-title {
    font-size: 1.5em;
  }

  .page-resources-cwin-exclusive-promotions__sub-title {
    font-size: 1.2em;
  }
}