/* style/resources-xs66-promotions.css */
.page-resources-xs66-promotions {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-resources-xs66-promotions__hero {
  background: linear-gradient(135deg, #0A2463, #3a5c9b);
  color: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-xs66-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-xs66-promotions__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
}

.page-resources-xs66-promotions__hero-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-xs66-promotions__hero-title a:hover {
  color: #fff;
}

.page-resources-xs66-promotions__hero-subtitle,
.page-resources-xs66-promotions__hero-description {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.page-resources-xs66-promotions__hero-subtitle a,
.page-resources-xs66-promotions__hero-description a {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-xs66-promotions__hero-subtitle a:hover,
.page-resources-xs66-promotions__hero-description a:hover {
  color: #fff;
}

.page-resources-xs66-promotions__btn {
  display: inline-block;
  padding: 12px 25px;
  margin-top: 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
}

.page-resources-xs66-promotions__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-xs66-promotions__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-xs66-promotions__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-resources-xs66-promotions__content-section {
  padding: 40px 0;
  background-color: #fff;
}

.page-resources-xs66-promotions__article-content {
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-xs66-promotions__section-title {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  line-height: 1.3;
}

.page-resources-xs66-promotions__section-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-resources-xs66-promotions__section-title a:hover {
  text-decoration: underline;
}

.page-resources-xs66-promotions__subsection-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-xs66-promotions__subsection-title a {
  color: #0A2463;
  text-decoration: none;
}

.page-resources-xs66-promotions__subsection-title a:hover {
  text-decoration: underline;
}

.page-resources-xs66-promotions p {
  margin-bottom: 15px;
  color: #333;
}

.page-resources-xs66-promotions p a {
  color: #0A2463;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-xs66-promotions p a:hover {
  color: #FFD700;
}

.page-resources-xs66-promotions__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-xs66-promotions__list li {
  margin-bottom: 10px;
  color: #333;
}

.page-resources-xs66-promotions__list li a {
  color: #0A2463;
  text-decoration: underline;
}

.page-resources-xs66-promotions__list li a:hover {
  color: #FFD700;
}

.page-resources-xs66-promotions__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-xs66-promotions__image--bottom {
  margin-bottom: 0;
}

.page-resources-xs66-promotions__faq-container {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-xs66-promotions__faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.page-resources-xs66-promotions__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  margin: 0;
}

.page-resources-xs66-promotions__faq-question a {
  color: #0A2463;
  text-decoration: none;
}

.page-resources-xs66-promotions__faq-question a:hover {
  text-decoration: underline;
}

.page-resources-xs66-promotions__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-xs66-promotions__faq-item.active .page-resources-xs66-promotions__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-xs66-promotions__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-top: 0;
}

.page-resources-xs66-promotions__faq-item.active .page-resources-xs66-promotions__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-resources-xs66-promotions__faq-answer p {
  margin-bottom: 0;
}

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

  .page-resources-xs66-promotions__hero-subtitle,
  .page-resources-xs66-promotions__hero-description {
    font-size: 1em;
  }

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

  .page-resources-xs66-promotions__subsection-title {
    font-size: 1.4em;
  }

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

  .page-resources-xs66-promotions__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-xs66-promotions__hero {
    padding: 40px 0;
  }

  .page-resources-xs66-promotions__hero-title {
    font-size: 1.8em;
  }

  .page-resources-xs66-promotions__hero-subtitle,
  .page-resources-xs66-promotions__hero-description {
    font-size: 0.9em;
  }

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

  .page-resources-xs66-promotions__subsection-title {
    font-size: 1.2em;
  }

  .page-resources-xs66-promotions__article-content {
    padding: 15px;
  }
}