.page-promotions {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-promotions__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Relying on body padding-top for header offset */
  background-color: #0a0909; /* Deep red/wine background for 3WIN style */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Ensure image doesn't overflow */
  margin-bottom: 20px;
}

.page-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-promotions__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px 40px;
  z-index: 1;
}

.page-promotions__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #d6d604; /* Yellow-green/lemon yellow accent for 3WIN */
  margin-bottom: 15px;
  font-size: clamp(2rem, 4vw, 3.5rem); /* H1 font-size rule */
}

.page-promotions__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #1F2D3D;
}

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

.page-promotions__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-promotions__promotion-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border: 1px solid #D6E2FF;
}

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

.page-promotions__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-promotions__card-content {
  padding: 25px;
}

.page-promotions__card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1F2D3D;
}

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

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

.page-promotions__card-description {
  font-size: 0.95rem;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  transition: background 0.3s ease;
}

.page-promotions__card-button:hover {
  opacity: 0.9;
}

.page-promotions__how-to-claim {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-promotions__steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.page-promotions__step-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  flex: 1 1 220px;
  max-width: 280px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #D6E2FF;
}

.page-promotions__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2F6BFF;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-promotions__step-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1F2D3D;
}

.page-promotions__step-description {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-promotions__step-description a {
  color: #2F6BFF;
  text-decoration: none;
}

.page-promotions__step-description a:hover {
  text-decoration: underline;
}

.page-promotions__cta-bottom {
  margin-top: 30px;
}

.page-promotions__faq-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto 80px;
}

.page-promotions__faq-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid #D6E2FF;
}

.page-promotions__faq-question {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-promotions__faq-answer {
  font-size: 1rem;
  color: #1F2D3D;
}

.page-promotions__faq-answer a {
  color: #2F6BFF;
  text-decoration: none;
}

.page-promotions__faq-answer a:hover {
  text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-promotions__hero-content {
    padding: 0 15px 30px;
  }

  .page-promotions__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-promotions__description {
    font-size: 1rem;
  }

  .page-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-promotions__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .page-promotions__grid-container {
    grid-template-columns: 1fr;
  }

  .page-promotions__card-image {
    height: 200px;
  }

  .page-promotions__card-title {
    font-size: 1.2rem;
  }

  .page-promotions__steps-container {
    flex-direction: column;
    align-items: center;
  }

  .page-promotions__step-item {
    max-width: 100%;
    flex: none;
    width: 100%;
  }

  .page-promotions__faq-question {
    font-size: 1.1rem;
  }

  .page-promotions img {
    max-width: 100%;
    height: auto;
  }

  .page-promotions__card-image, .page-promotions__hero-image {
    max-width: 100%;
    height: auto;
  }

  /* Ensure content area images are not smaller than 200px in display size */
  .page-promotions__promotion-card img, .page-promotions__step-item img {
    min-width: 200px;
    min-height: 200px;
  }
  .page-promotions__hero-image {
    min-width: 200px;
    min-height: 200px;
  }
}