.page-promotions-weekly-surprise {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #121212;
  line-height: 1.6;
}

.page-promotions-weekly-surprise a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions-weekly-surprise a:hover {
  color: #FFEB3B;
}

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

.page-promotions-weekly-surprise__hero {
  background: linear-gradient(135deg, #1A237E 0%, #0D103D 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-promotions-weekly-surprise__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-weekly-surprise__hero > div {
  position: relative;
  z-index: 1;
}

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

.page-promotions-weekly-surprise__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-weekly-surprise__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-weekly-surprise__button--primary {
  background-color: #FFD700;
  color: #1A237E;
  border: none;
}

.page-promotions-weekly-surprise__button--primary:hover {
  background-color: #FFEB3B;
  transform: translateY(-2px);
}

.page-promotions-weekly-surprise__button--secondary {
  background-color: #1A237E;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-weekly-surprise__button--secondary:hover {
  background-color: #283593;
  transform: translateY(-2px);
}

.page-promotions-weekly-surprise__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-weekly-surprise__section--why-join {
  background-color: #1A237E;
}

.page-promotions-weekly-surprise__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-promotions-weekly-surprise__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promotions-weekly-surprise__card {
  background-color: #283593;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-weekly-surprise__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-promotions-weekly-surprise__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-weekly-surprise__card-text {
  font-size: 1em;
  color: #C0C0C0;
}

.page-promotions-weekly-surprise__offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .page-promotions-weekly-surprise__offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-promotions-weekly-surprise__offer-card {
  background-color: #1F2C6C;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.page-promotions-weekly-surprise__offer-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-promotions-weekly-surprise__offer-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promotions-weekly-surprise__offer-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-weekly-surprise__offer-description {
  font-size: 1.05em;
  color: #CCCCCC;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promotions-weekly-surprise__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promotions-weekly-surprise__step-card {
  background-color: #283593;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-promotions-weekly-surprise__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-weekly-surprise__step-text {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-promotions-weekly-surprise__list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-promotions-weekly-surprise__list-item {
  background-color: #1F2C6C;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-promotions-weekly-surprise__list-item strong {
  color: #FFD700;
}

.page-promotions-weekly-surprise__text {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-weekly-surprise__section--faq {
  background-color: #1A237E;
}

.page-promotions-weekly-surprise__faq-item {
  background-color: #283593;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-weekly-surprise__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-weekly-surprise__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
}

.page-promotions-weekly-surprise__cta-bottom {
  background: linear-gradient(45deg, #FFD700 0%, #FFC107 100%);
  padding: 80px 0;
  text-align: center;
  color: #1A237E;
}

.page-promotions-weekly-surprise__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #1A237E;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.page-promotions-weekly-surprise__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.page-promotions-weekly-surprise__cta-bottom .page-promotions-weekly-surprise__button {
  background-color: #1A237E;
  color: #FFD700;
  border: none;
}

.page-promotions-weekly-surprise__cta-bottom .page-promotions-weekly-surprise__button:hover {
  background-color: #283593;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promotions-weekly-surprise__hero-title {
    font-size: 3em;
  }
  .page-promotions-weekly-surprise__section-title {
    font-size: 2.2em;
  }
  .page-promotions-weekly-surprise__offer-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-promotions-weekly-surprise__hero {
    padding: 80px 0;
  }
  .page-promotions-weekly-surprise__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-weekly-surprise__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-weekly-surprise__section {
    padding: 40px 0;
  }
  .page-promotions-weekly-surprise__section-title {
    font-size: 2em;
  }
  .page-promotions-weekly-surprise__grid, 
  .page-promotions-weekly-surprise__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-weekly-surprise__offer-card {
    flex-direction: column;
  }
  .page-promotions-weekly-surprise__offer-image {
    height: 200px;
  }
  .page-promotions-weekly-surprise__offer-content {
    padding: 20px;
  }
  .page-promotions-weekly-surprise__cta-title {
    font-size: 2.5em;
  }
  .page-promotions-weekly-surprise__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-weekly-surprise__hero-title {
    font-size: 2em;
  }
  .page-promotions-weekly-surprise__hero-description {
    font-size: 1em;
  }
  .page-promotions-weekly-surprise__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-weekly-surprise__section-title {
    font-size: 1.8em;
  }
  .page-promotions-weekly-surprise__card-title, 
  .page-promotions-weekly-surprise__offer-title, 
  .page-promotions-weekly-surprise__step-title {
    font-size: 1.5em;
  }
  .page-promotions-weekly-surprise__faq-question {
    font-size: 1.1em;
  }
  .page-promotions-weekly-surprise__cta-title {
    font-size: 2em;
  }
}