.page-resources-promotions-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F8F8F8; /* Light text for dark background */
  background-color: #0A1931; /* Main dark background */
}

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

.page-resources-promotions-guide__hero-section {
  background: linear-gradient(135deg, #0A1931, #254261); /* Darker gradient for hero */
  padding: 80px 20px;
  text-align: center;
  color: #F8F8F8;
  border-bottom: 2px solid #E6B325;
}

.page-resources-promotions-guide__main-title {
  font-size: 2.8em;
  color: #E6B325; /* Auxiliary color for main title */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-resources-promotions-guide__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #CCCCCC;
}

.page-resources-promotions-guide__cta-button {
  display: inline-block;
  background-color: #E6B325; /* Auxiliary color for CTA */
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-promotions-guide__cta-button:hover {
  background-color: #f5c64c; /* Slightly lighter gold on hover */
  transform: translateY(-2px);
}

.page-resources-promotions-guide__content-section {
  padding: 40px 0;
}

.page-resources-promotions-guide__article-wrapper {
  background-color: #1a2a47; /* Slightly lighter dark background for article content */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-promotions-guide__intro-text {
  font-size: 1.05em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-promotions-guide__heading {
  font-size: 2em;
  color: #E6B325; /* Auxiliary color for headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(230, 179, 37, 0.5);
  padding-bottom: 10px;
}

.page-resources-promotions-guide__sub-heading {
  font-size: 1.5em;
  color: #F8F8F8;
  margin-top: 30px;
  margin-bottom: 15px;
}

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

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

.page-resources-promotions-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-promotions-guide__list li {
  margin-bottom: 10px;
}

.page-resources-promotions-guide__list li strong {
  color: #E6B325;
}

.page-resources-promotions-guide__action-link {
  display: inline-block;
  color: #E6B325;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.page-resources-promotions-guide__action-link:hover {
  color: #f5c64c;
  text-decoration: underline;
}

.page-resources-promotions-guide__button-group {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.page-resources-promotions-guide__button-group--center {
  justify-content: center;
}

.page-resources-promotions-guide__btn {
  display: inline-block;
  background-color: #E6B325;
  color: #0A1931;
  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;
}

.page-resources-promotions-guide__btn:hover {
  background-color: #f5c64c;
  transform: translateY(-1px);
}

.page-resources-promotions-guide__faq-item {
  background-color: #0A1931;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 5px solid #E6B325;
}

.page-resources-promotions-guide__faq-item h3 {
  color: #E6B325;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.page-resources-promotions-guide__faq-item p {
  color: #E0E0E0;
}

.page-resources-promotions-guide__back-link {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px dashed rgba(230, 179, 37, 0.3);
}

.page-resources-promotions-guide__link {
  color: #E6B325;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-promotions-guide__link:hover {
  color: #f5c64c;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-promotions-guide__main-title {
    font-size: 2.2em;
  }

  .page-resources-promotions-guide__heading {
    font-size: 1.7em;
  }

  .page-resources-promotions-guide__sub-heading {
    font-size: 1.3em;
  }

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

  .page-resources-promotions-guide__btn {
    padding: 10px 20px;
    font-size: 0.95em;
  }

  .page-resources-promotions-guide__button-group {
    flex-direction: column;
    align-items: center;
  }
}

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

  .page-resources-promotions-guide__heading {
    font-size: 1.5em;
  }

  .page-resources-promotions-guide__sub-heading {
    font-size: 1.2em;
  }

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

  .page-resources-promotions-guide__article-wrapper {
    padding: 20px;
  }
}