.page-resources-13wim-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #e5d5b5; /* Light text for dark background */
  background-color: #1A2A4A; /* Primary dark background */
}

.page-resources-13wim-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-13wim-latest-promotions__hero {
  background: linear-gradient(135deg, #1A2A4A 0%, #3a4a6a 100%);
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-13wim-latest-promotions__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-resources-13wim-latest-promotions__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Auxiliary color for emphasis */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-13wim-latest-promotions__hero-description {
  font-size: 1.3em;
  color: #e5d5b5;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-resources-13wim-latest-promotions__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-13wim-latest-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-13wim-latest-promotions__btn--primary {
  background-color: #FFD700;
  color: #1A2A4A;
}

.page-resources-13wim-latest-promotions__btn--primary:hover {
  background-color: #e5d5b5;
  transform: translateY(-3px);
}

.page-resources-13wim-latest-promotions__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-13wim-latest-promotions__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2A4A;
  transform: translateY(-3px);
}

.page-resources-13wim-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.15;
}

.page-resources-13wim-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-resources-13wim-latest-promotions__section {
  padding: 60px 0;
  background-color: #1A2A4A;
  color: #e5d5b5;
}

.page-resources-13wim-latest-promotions__section--dark {
  background-color: #122038;
}

.page-resources-13wim-latest-promotions__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-resources-13wim-latest-promotions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 20px auto 0;
  border-radius: 2px;
}

.page-resources-13wim-latest-promotions__section-title--white {
  color: #FFFFFF;
}

.page-resources-13wim-latest-promotions__text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-resources-13wim-latest-promotions__text--white {
  color: #FFFFFF;
}

.page-resources-13wim-latest-promotions__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-13wim-latest-promotions__feature-item {
  background-color: #122038;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-resources-13wim-latest-promotions__feature-item:hover {
  transform: translateY(-10px);
}

.page-resources-13wim-latest-promotions__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-13wim-latest-promotions__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-13wim-latest-promotions__feature-description {
  font-size: 1em;
  color: #c0c0c0;
}

.page-resources-13wim-latest-promotions__content-block {
  background-color: #1A2A4A;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-13wim-latest-promotions__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-13wim-latest-promotions__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-resources-13wim-latest-promotions__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-resources-13wim-latest-promotions__list li strong {
  color: #FFD700;
}

.page-resources-13wim-latest-promotions__list--important li {
  color: #e5d5b5;
}

.page-resources-13wim-latest-promotions__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-13wim-latest-promotions__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-13wim-latest-promotions__image-wrapper--small .page-resources-13wim-latest-promotions__content-image {
    max-width: 400px;
}

.page-resources-13wim-latest-promotions__section--cta {
  background: linear-gradient(135deg, #1A2A4A, #0028ff);
  text-align: center;
  padding: 80px 0;
}

.page-resources-13wim-latest-promotions__cta-content {
  max-width: 900px;
}

.page-resources-13wim-latest-promotions__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-13wim-latest-promotions__btn--cta {
  background-color: #FFD700;
  color: #1A2A4A;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-resources-13wim-latest-promotions__btn--cta:hover {
  background-color: #e5d5b5;
  transform: translateY(-5px);
}

.page-resources-13wim-latest-promotions__btn--cta-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-resources-13wim-latest-promotions__btn--cta-secondary:hover {
  background-color: #FFFFFF;
  color: #1A2A4A;
  transform: translateY(-5px);
}

.page-resources-13wim-latest-promotions__faq-item {
  background-color: #122038;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-13wim-latest-promotions__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-13wim-latest-promotions__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-13wim-latest-promotions__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-13wim-latest-promotions__faq-answer {
  font-size: 1.05em;
  color: #c0c0c0;
  line-height: 1.7;
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  margin-top: 10px;
}

.page-resources-13wim-latest-promotions__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-13wim-latest-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-resources-13wim-latest-promotions__hero-description {
    font-size: 1.1em;
  }
  .page-resources-13wim-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-13wim-latest-promotions__sub-title {
    font-size: 1.6em;
  }
  .page-resources-13wim-latest-promotions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-13wim-latest-promotions__btn--cta {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  .page-resources-13wim-latest-promotions__btn--cta-secondary {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-13wim-latest-promotions__hero {
    padding: 60px 0;
  }
  .page-resources-13wim-latest-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-resources-13wim-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-resources-13wim-latest-promotions__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-13wim-latest-promotions__section {
    padding: 40px 0;
  }
  .page-resources-13wim-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-13wim-latest-promotions__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-13wim-latest-promotions__sub-title {
    font-size: 1.4em;
  }
  .page-resources-13wim-latest-promotions__faq-question {
    font-size: 1.1em;
  }
  .page-resources-13wim-latest-promotions__faq-answer {
    font-size: 0.95em;
  }
  .page-resources-13wim-latest-promotions__cta-actions {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-13wim-latest-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-resources-13wim-latest-promotions__hero-description {
    font-size: 0.9em;
  }
  .page-resources-13wim-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-resources-13wim-latest-promotions__btn {
    width: 100%;
  }
  .page-resources-13wim-latest-promotions__btn--cta,
  .page-resources-13wim-latest-promotions__btn--cta-secondary {
    width: 100%;
    font-size: 1em;
  }
  .page-resources-13wim-latest-promotions__container {
    padding: 0 15px;
  }
}