.page-promotions-limited-time-events {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-promotions-limited-time-events__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-limited-time-events__container--center {
  text-align: center;
}

.page-promotions-limited-time-events__hero-section {
  background: linear-gradient(135deg, #0A2463, #3A5B94);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-limited-time-events__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-promotions-limited-time-events__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-promotions-limited-time-events__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E3B505; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-limited-time-events__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-limited-time-events__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-promotions-limited-time-events__btn--primary {
  background-color: #E3B505; /* Gold */
  color: #0A2463; /* Dark Blue */
}

.page-promotions-limited-time-events__btn--primary:hover {
  background-color: #f0c22e;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-limited-time-events__btn--secondary {
  background-color: transparent;
  color: #E3B505; /* Gold */
  border: 2px solid #E3B505;
  margin-left: 20px;
}

.page-promotions-limited-time-events__btn--secondary:hover {
  background-color: #E3B505;
  color: #0A2463;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-limited-time-events__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #0A2463; /* Dark blue text on light background */
}

.page-promotions-limited-time-events__section:nth-of-type(even) {
  background-color: #eef3f7; /* Slightly darker light background */
}

.page-promotions-limited-time-events__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-limited-time-events__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E3B505;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-limited-time-events__subtitle {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-promotions-limited-time-events__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-limited-time-events__text-content a {
  color: #E3B505;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-limited-time-events__text-content a:hover {
  text-decoration: underline;
}

.page-promotions-limited-time-events__grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-promotions-limited-time-events__card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border-top: 5px solid #E3B505;
}

.page-promotions-limited-time-events__card:hover {
  transform: translateY(-5px);
}

.page-promotions-limited-time-events__card-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-promotions-limited-time-events__card-text {
  font-size: 1em;
  color: #555;
}

.page-promotions-limited-time-events__list-ordered,
.page-promotions-limited-time-events__list-unordered {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-promotions-limited-time-events__list-ordered li,
.page-promotions-limited-time-events__list-unordered li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #0A2463;
}

.page-promotions-limited-time-events__list-unordered li::before {
  content: '•';
  color: #E3B505;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-promotions-limited-time-events__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time-events__step-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-promotions-limited-time-events__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E3B505;
  color: #0A2463;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #0A2463;
}

.page-promotions-limited-time-events__step-title {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-promotions-limited-time-events__step-item p {
  color: #555;
}

.page-promotions-limited-time-events__step-item a {
  color: #E3B505;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-limited-time-events__step-item a:hover {
  text-decoration: underline;
}

.page-promotions-limited-time-events__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-promotions-limited-time-events__faq-list {
  margin-top: 40px;
}

.page-promotions-limited-time-events__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promotions-limited-time-events__faq-question {
  font-size: 1.2em;
  color: #0A2463;
  padding: 18px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f4f7;
  margin: 0;
  transition: background-color 0.3s ease;
}

.page-promotions-limited-time-events__faq-question:hover {
  background-color: #e0e6eb;
}

.page-promotions-limited-time-events__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #E3B505;
  transition: transform 0.3s ease;
}

.page-promotions-limited-time-events__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-limited-time-events__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-limited-time-events__faq-answer.open {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px;
}

.page-promotions-limited-time-events__faq-answer p {
  margin: 0;
  color: #555;
}

.page-promotions-limited-time-events__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-promotions-limited-time-events__image--half-width {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-limited-time-events__hero-title {
    font-size: 2.8em;
  }

  .page-promotions-limited-time-events__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-limited-time-events__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-limited-time-events__hero-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-limited-time-events__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-limited-time-events__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-promotions-limited-time-events__cta-group {
    flex-direction: column;
  }

  .page-promotions-limited-time-events__section-title {
    font-size: 1.8em;
  }

  .page-promotions-limited-time-events__card,
  .page-promotions-limited-time-events__step-item {
    padding: 20px;
  }

  .page-promotions-limited-time-events__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  .page-promotions-limited-time-events__hero-section {
    padding: 80px 0 50px;
  }

  .page-promotions-limited-time-events__hero-title {
    font-size: 1.8em;
  }

  .page-promotions-limited-time-events__hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-limited-time-events__section {
    padding: 40px 0;
  }

  .page-promotions-limited-time-events__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-promotions-limited-time-events__subtitle {
    font-size: 1.5em;
  }

  .page-promotions-limited-time-events__list-ordered li,
  .page-promotions-limited-time-events__list-unordered li,
  .page-promotions-limited-time-events__text-content {
    font-size: 0.95em;
  }

  .page-promotions-limited-time-events__cta-group .page-promotions-limited-time-events__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}