/* style/resources-sao-win-exclusive-promotions.css */
.page-resources-sao-win-exclusive-promotions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-sao-win-exclusive-promotions__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-sao-win-exclusive-promotions__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-sao-win-exclusive-promotions__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

.page-resources-sao-win-exclusive-promotions__subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-resources-sao-win-exclusive-promotions__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-sao-win-exclusive-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-sao-win-exclusive-promotions__button--primary {
  background-color: #FFD700;
  color: #0A2342;
  border: 2px solid #FFD700;
}

.page-resources-sao-win-exclusive-promotions__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-sao-win-exclusive-promotions__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-sao-win-exclusive-promotions__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-sao-win-exclusive-promotions__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333;
}

.page-resources-sao-win-exclusive-promotions__article-content {
  max-width: 800px; /* Fluid article width */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sao-win-exclusive-promotions__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555;
}

.page-resources-sao-win-exclusive-promotions__heading {
  font-size: 2em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-sao-win-exclusive-promotions__article-content p {
  margin-bottom: 1em;
  line-height: 1.7;
  font-size: 1em;
}

.page-resources-sao-win-exclusive-promotions__article-content strong {
  color: #0A2342;
}

.page-resources-sao-win-exclusive-promotions__list,
.page-resources-sao-win-exclusive-promotions__ordered-list {
  margin-bottom: 1em;
  padding-left: 25px;
}

.page-resources-sao-win-exclusive-promotions__list li,
.page-resources-sao-win-exclusive-promotions__ordered-list li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}

.page-resources-sao-win-exclusive-promotions__list li::marker {
  color: #FFD700;
}

.page-resources-sao-win-exclusive-promotions__article-content a {
  color: #0A2342;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-sao-win-exclusive-promotions__article-content a:hover {
  color: #FFD700;
}

.page-resources-sao-win-exclusive-promotions__link--subtle {
  color: #555; /* Less prominent for non-promotional, subtle links */
  text-decoration: none;
}

.page-resources-sao-win-exclusive-promotions__link--subtle:hover {
  text-decoration: underline;
}

.page-resources-sao-win-exclusive-promotions__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

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

.page-resources-sao-win-exclusive-promotions__image-caption {
  font-style: italic;
  color: #777;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-sao-win-exclusive-promotions__back-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-sao-win-exclusive-promotions__back-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #0A2342;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-sao-win-exclusive-promotions__back-link:hover {
  background-color: #1A3F6C;
}

.page-resources-sao-win-exclusive-promotions__cta-bottom {
  background-color: #0A2342;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.page-resources-sao-win-exclusive-promotions__cta-heading {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-resources-sao-win-exclusive-promotions__cta-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-sao-win-exclusive-promotions__title {
    font-size: 2em;
  }

  .page-resources-sao-win-exclusive-promotions__subtitle {
    font-size: 1em;
  }

  .page-resources-sao-win-exclusive-promotions__heading {
    font-size: 1.6em;
  }

  .page-resources-sao-win-exclusive-promotions__button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-sao-win-exclusive-promotions__cta-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-sao-win-exclusive-promotions__hero {
    padding: 60px 0;
  }

  .page-resources-sao-win-exclusive-promotions__title {
    font-size: 1.8em;
  }

  .page-resources-sao-win-exclusive-promotions__subtitle {
    font-size: 0.9em;
  }

  .page-resources-sao-win-exclusive-promotions__heading {
    font-size: 1.4em;
  }

  .page-resources-sao-win-exclusive-promotions__article-content {
    padding: 0 15px;
  }

  .page-resources-sao-win-exclusive-promotions__button {
    width: 100%;
    max-width: 250px;
  }
}