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

.page-resources-promotions-analysis__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-promotions-analysis__hero {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.page-resources-promotions-analysis__back-link {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.page-resources-promotions-analysis__back-link:hover {
  color: #ffc107;
}

.page-resources-promotions-analysis__title {
  font-size: 2.8rem;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-resources-promotions-analysis__subtitle {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: #e0e0e0;
}

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

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

.page-resources-promotions-analysis__cta-button--small {
    padding: 10px 20px;
    font-size: 1rem;
}

.page-resources-promotions-analysis__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
}

.page-resources-promotions-analysis__cta-button--final {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 20px auto;
    display: block;
    text-align: center;
}

.page-resources-promotions-analysis__article-content {
  padding: 40px 0;
}

.page-resources-promotions-analysis__article-body {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-promotions-analysis__article-body p {
  margin-bottom: 1.2em;
  font-size: 1.05rem;
  color: #333;
}

.page-resources-promotions-analysis__section-heading {
  font-size: 2rem;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-promotions-analysis__sub-heading {
  font-size: 1.5rem;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-promotions-analysis__article-body ul,
.page-resources-promotions-analysis__article-body ol {
  margin-bottom: 1.5em;
  padding-left: 25px;
}

.page-resources-promotions-analysis__article-body li {
  margin-bottom: 0.8em;
  font-size: 1.05rem;
  color: #444;
}

.page-resources-promotions-analysis__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-promotions-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-promotions-analysis__image-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}

.page-resources-promotions-analysis__cta-box {
  background-color: #eaf5ff;
  border-left: 5px solid #007bff;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-promotions-analysis__cta-box--highlight {
    background-color: #fff3cd;
    border-left-color: #ffc107;
}

.page-resources-promotions-analysis__cta-box p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #0056b3;
}

.page-resources-promotions-analysis__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #d0e8ff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-promotions-analysis__faq-question {
  font-size: 1.2rem;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-promotions-analysis__faq-answer {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 0;
}

.page-resources-promotions-analysis__final-cta-wrapper {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #e0e0e0;
}

@media (max-width: 768px) {
  .page-resources-promotions-analysis__hero {
    padding: 40px 0;
  }

  .page-resources-promotions-analysis__title {
    font-size: 2.2rem;
  }

  .page-resources-promotions-analysis__subtitle {
    font-size: 1.1rem;
  }

  .page-resources-promotions-analysis__section-heading {
    font-size: 1.7rem;
  }

  .page-resources-promotions-analysis__sub-heading {
    font-size: 1.3rem;
  }

  .page-resources-promotions-analysis__article-body {
    padding: 20px;
  }

  .page-resources-promotions-analysis__back-link {
    left: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-promotions-analysis__title {
    font-size: 1.8rem;
  }

  .page-resources-promotions-analysis__subtitle {
    font-size: 1rem;
  }

  .page-resources-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-resources-promotions-analysis__section-heading {
    font-size: 1.5rem;
  }

  .page-resources-promotions-analysis__sub-heading {
    font-size: 1.2rem;
  }

  .page-resources-promotions-analysis__article-body {
    padding: 15px;
  }

  .page-resources-promotions-analysis__back-link {
    top: 10px;
  }
}