.page-promotions {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page-promotions__hero {
  background: linear-gradient(135deg, #1A202C, #333d4f);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFD700;
}

.page-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-promotions__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e5dfd3;
}

.page-promotions__hero-image {
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 400px;
  height: auto;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.page-promotions__section {
  padding: 60px 0;
  background-color: #1A202C;
  color: #e5dfd3;
}

.page-promotions__section--dark {
  background-color: #2a3345;
}

.page-promotions__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions__section-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  color: #b0b0b0;
}

.page-promotions__section-text {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  text-align: center;
}

.page-promotions__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-promotions__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

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

.page-promotions__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-promotions__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-promotions__btn--center {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 300px;
}

.page-promotions__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

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

.page-promotions__feature-item:hover {
  transform: translateY(-5px);
}

.page-promotions__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-promotions__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions__feature-text {
  color: #b0b0b0;
  font-size: 1em;
}

.page-promotions__image-fullwidth {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions__image-fullwidth--margin-top {
    margin-top: 60px;
}

.page-promotions__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__promotion-card {
  background-color: #1A202C;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.page-promotions__promotion-card:hover {
  transform: translateY(-8px);
}

.page-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #FFD700;
}

.page-promotions__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promotions__card-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-promotions__card-title a:hover {
  color: #e6c200;
}

.page-promotions__card-description {
  color: #b0b0b0;
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions__step-item {
  background-color: #2a3345;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #1A202C;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-promotions__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions__step-text {
  color: #b0b0b0;
  font-size: 0.95em;
}

.page-promotions__faq {
  margin-top: 40px;
}

.page-promotions__faq-item {
  background-color: #2a3345;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions__faq-question {
  padding: 20px 25px;
  color: #FFD700;
  font-size: 1.3em;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  position: relative;
  margin: 0;
  font-weight: bold;
}

.page-promotions__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

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

.page-promotions__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  color: #b0b0b0;
}

.page-promotions__faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  padding: 20px 25px;
}

.page-promotions__faq-answer p {
    margin-bottom: 15px;
}

.page-promotions__faq-answer a {
    color: #FFD700;
    text-decoration: underline;
}

.page-promotions__faq-answer a:hover {
    color: #e6c200;
}

.page-promotions__cta-final {
  background: linear-gradient(45deg, #FFD700, #e6c200);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #1A202C;
}

.page-promotions__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #1A202C;
  font-weight: bold;
}

.page-promotions__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #333d4f;
}

.page-promotions__cta-image {
  position: absolute;
  bottom: -50px;
  left: -100px;
  width: 400px;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-promotions__section-title {
    font-size: 2em;
  }
  .page-promotions__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promotions__hero {
    padding: 60px 0;
  }
  .page-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-promotions__hero-description {
    font-size: 1em;
  }
  .page-promotions__section {
    padding: 40px 0;
  }
  .page-promotions__section-title {
    font-size: 1.8em;
  }
  .page-promotions__features,
  .page-promotions__promotion-grid,
  .page-promotions__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-promotions__hero-image,
  .page-promotions__cta-image {
    width: 250px;
    bottom: -20px;
    right: -50px;
    left: auto;
  }
  .page-promotions__cta-image {
      left: -50px;
      right: auto;
  }
  .page-promotions__btn {
      padding: 12px 25px;
      font-size: 1em;
  }
  .page-promotions__card-title {
      font-size: 1.4em;
  }
  .page-promotions__faq-question {
      font-size: 1.1em;
      padding: 15px 20px;
  }
  .page-promotions__faq-question::after {
      right: 20px;
  }
  .page-promotions__faq-answer.active {
      padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-promotions__section-title {
    font-size: 1.5em;
  }
  .page-promotions__cta-title {
    font-size: 1.8em;
  }
  .page-promotions__hero-description,
  .page-promotions__cta-description {
    font-size: 0.9em;
  }
  .page-promotions__btn--primary,
  .page-promotions__btn--secondary {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-promotions__hero-image,
  .page-promotions__cta-image {
    display: none;
  }
}