.page-resources-69win-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-69win-latest-promotions-analysis__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.page-resources-69win-latest-promotions-analysis__hero-content {
  max-width: 600px;
}

.page-resources-69win-latest-promotions-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffc107;
  line-height: 1.2;
}

.page-resources-69win-latest-promotions-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-69win-latest-promotions-analysis__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-69win-latest-promotions-analysis__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-69win-latest-promotions-analysis__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-69win-latest-promotions-analysis__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-69win-latest-promotions-analysis__hero-image-wrapper {
  max-width: 500px;
  flex-shrink: 0;
}

.page-resources-69win-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-69win-latest-promotions-analysis__section {
  padding: 60px 20px;
}

.page-resources-69win-latest-promotions-analysis__section--alt-bg {
  background-color: #f8f9fa;
}

.page-resources-69win-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-69win-latest-promotions-analysis__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-69win-latest-promotions-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-69win-latest-promotions-analysis__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
  color: #495057;
}

.page-resources-69win-latest-promotions-analysis__list {
  list-style: disc inside;
  margin-bottom: 30px;
  padding-left: 20px;
}

.page-resources-69win-latest-promotions-analysis__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #495057;
}

.page-resources-69win-latest-promotions-analysis__list--checkmarks {
  list-style: none;
  padding-left: 0;
}

.page-resources-69win-latest-promotions-analysis__list--checkmarks li::before {
  content: '✔';
  color: #28a745;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-resources-69win-latest-promotions-analysis__image-in-content {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-69win-latest-promotions-analysis__promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-69win-latest-promotions-analysis__promo-card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 20px;
}

.page-resources-69win-latest-promotions-analysis__promo-card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-69win-latest-promotions-analysis__promo-card-description {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 25px;
  text-align: justify;
}

.page-resources-69win-latest-promotions-analysis__promo-details-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}

.page-resources-69win-latest-promotions-analysis__promo-details-list li {
  margin-bottom: 8px;
  color: #495057;
  font-size: 0.95em;
}

.page-resources-69win-latest-promotions-analysis__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-69win-latest-promotions-analysis__step {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  position: relative;
}

.page-resources-69win-latest-promotions-analysis__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: bold;
  margin: -55px auto 20px;
  border: 4px solid #f8f9fa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-69win-latest-promotions-analysis__step-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-69win-latest-promotions-analysis__step-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-69win-latest-promotions-analysis__image-in-step {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-69win-latest-promotions-analysis__faq-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-69win-latest-promotions-analysis__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-69win-latest-promotions-analysis__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #ffc107;
}

.page-resources-69win-latest-promotions-analysis__faq-question.active::after {
  content: '-';
}

.page-resources-69win-latest-promotions-analysis__faq-answer {
  font-size: 1em;
  color: #495057;
  display: none;
  padding-top: 10px;
  border-top: 1px dashed #e9ecef;
  margin-top: 10px;
}

.page-resources-69win-latest-promotions-analysis__final-cta {
  background: linear-gradient(45deg, #007bff, #ffc107);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-69win-latest-promotions-analysis__final-cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-69win-latest-promotions-analysis__final-cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-69win-latest-promotions-analysis__hero {
    flex-direction: column;
    padding: 60px 15px;
    text-align: center;
  }

  .page-resources-69win-latest-promotions-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-69win-latest-promotions-analysis__hero-description {
    font-size: 1.1em;
  }

  .page-resources-69win-latest-promotions-analysis__hero-image-wrapper {
    margin-top: 30px;
  }

  .page-resources-69win-latest-promotions-analysis__section {
    padding: 40px 15px;
  }

  .page-resources-69win-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-69win-latest-promotions-analysis__promo-card-title {
    font-size: 1.5em;
  }

  .page-resources-69win-latest-promotions-analysis__step-number {
    margin: -45px auto 15px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }

  .page-resources-69win-latest-promotions-analysis__step-title {
    font-size: 1.3em;
  }

  .page-resources-69win-latest-promotions-analysis__final-cta-title {
    font-size: 2.5em;
  }

  .page-resources-69win-latest-promotions-analysis__final-cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-69win-latest-promotions-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-69win-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-69win-latest-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-69win-latest-promotions-analysis__section-title {
    font-size: 1.6em;
  }

  .page-resources-69win-latest-promotions-analysis__text-content,
  .page-resources-69win-latest-promotions-analysis__list li,
  .page-resources-69win-latest-promotions-analysis__promo-card-description {
    font-size: 0.95em;
  }

  .page-resources-69win-latest-promotions-analysis__promo-card-title {
    font-size: 1.3em;
  }

  .page-resources-69win-latest-promotions-analysis__final-cta-title {
    font-size: 2em;
  }

  .page-resources-69win-latest-promotions-analysis__final-cta-description {
    font-size: 1em;
  }
}