.page-promotions-weekly-exclusive {
  background-color: var(--bg-color, #F4F7FB);
  color: var(--text-main-color, #1F2D3D);
  line-height: 1.6;
}

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

.page-promotions-weekly-exclusive__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 40px;
  background: linear-gradient(180deg, #2F6BFF 0%, #0a0909 100%);
  color: #FFFFFF;
}

.page-promotions-weekly-exclusive__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Ensure it can go full width if needed */
  margin-bottom: 20px;
}

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

.page-promotions-weekly-exclusive__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-promotions-weekly-exclusive__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #d6d604; /* Yellow-green accent */
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-promotions-weekly-exclusive__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-promotions-weekly-exclusive__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-promotions-weekly-exclusive__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-weekly-exclusive__content-section,
.page-promotions-weekly-exclusive__how-to-participate,
.page-promotions-weekly-exclusive__terms-conditions {
  padding: 60px 0;
}

.page-promotions-weekly-exclusive__content-section {
  background-color: var(--card-bg-color, #FFFFFF);
}

.page-promotions-weekly-exclusive__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--custom-color-1776249996415, #000000);
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-promotions-weekly-exclusive__section-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-main-color, #1F2D3D);
}

.page-promotions-weekly-exclusive__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-promotions-weekly-exclusive__how-to-participate {
  background-color: var(--bg-color, #F4F7FB);
}

.page-promotions-weekly-exclusive__steps-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-promotions-weekly-exclusive__step-item {
  background-color: var(--card-bg-color, #FFFFFF);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color, #D6E2FF);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-weekly-exclusive__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.page-promotions-weekly-exclusive__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--custom-color-1776249996415, #000000);
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.page-promotions-weekly-exclusive__step-title::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #2F6BFF;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.page-promotions-weekly-exclusive__step-item:nth-child(1) .page-promotions-weekly-exclusive__step-title::before { content: '1'; }
.page-promotions-weekly-exclusive__step-item:nth-child(2) .page-promotions-weekly-exclusive__step-title::before { content: '2'; }
.page-promotions-weekly-exclusive__step-item:nth-child(3) .page-promotions-weekly-exclusive__step-title::before { content: '3'; }
.page-promotions-weekly-exclusive__step-item:nth-child(4) .page-promotions-weekly-exclusive__step-title::before { content: '4'; }

.page-promotions-weekly-exclusive__step-description {
  font-size: 1rem;
  color: var(--text-main-color, #1F2D3D);
}

.page-promotions-weekly-exclusive__step-description a {
  color: #2F6BFF;
  text-decoration: underline;
  font-weight: 500;
}

.page-promotions-weekly-exclusive__step-description a:hover {
  color: #6FA3FF;
}

.page-promotions-weekly-exclusive__terms-conditions {
  background-color: var(--card-bg-color, #FFFFFF);
}

.page-promotions-weekly-exclusive__terms-list {
  list-style: disc;
  padding-left: 25px;
  margin: 0 auto;
  max-width: 900px;
  color: var(--text-main-color, #1F2D3D);
}

.page-promotions-weekly-exclusive__term-item {
  margin-bottom: 15px;
  font-size: 1rem;
}

.page-promotions-weekly-exclusive__cta-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #FFFFFF;
}

.page-promotions-weekly-exclusive__cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFFFF;
}

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

.page-promotions-weekly-exclusive__cta-button--large {
  padding: 18px 40px;
  font-size: 1.15rem;
  border-radius: 10px;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
  .page-promotions-weekly-exclusive__hero-section {
    padding-bottom: 60px;
  }
  .page-promotions-weekly-exclusive__main-title {
    font-size: clamp(2.8rem, 5vw, 3.8rem);
  }
  .page-promotions-weekly-exclusive__intro-text {
    font-size: 1.25rem;
  }
  .page-promotions-weekly-exclusive__section-title {
    font-size: 2.5rem;
  }
  .page-promotions-weekly-exclusive__section-description {
    font-size: 1.15rem;
  }
  .page-promotions-weekly-exclusive__steps-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-promotions-weekly-exclusive__cta-title {
    font-size: 3rem;
  }
  .page-promotions-weekly-exclusive__cta-description {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  .page-promotions-weekly-exclusive__main-title {
    font-size: clamp(3.2rem, 4vw, 4rem);
  }
  .page-promotions-weekly-exclusive__steps-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .page-promotions-weekly-exclusive__hero-image-wrapper {
    margin-bottom: 15px;
  }
  .page-promotions-weekly-exclusive__hero-content {
    padding: 0 15px;
  }
  .page-promotions-weekly-exclusive__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    margin-bottom: 15px;
  }
  .page-promotions-weekly-exclusive__intro-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .page-promotions-weekly-exclusive__cta-button {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
  .page-promotions-weekly-exclusive__content-section,
  .page-promotions-weekly-exclusive__how-to-participate,
  .page-promotions-weekly-exclusive__terms-conditions {
    padding: 40px 0;
  }
  .page-promotions-weekly-exclusive__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .page-promotions-weekly-exclusive__section-description {
    font-size: 1rem;
  }
  .page-promotions-weekly-exclusive__content-image {
    margin: 20px auto;
  }
  .page-promotions-weekly-exclusive__step-item {
    padding: 25px;
  }
  .page-promotions-weekly-exclusive__step-title {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .page-promotions-weekly-exclusive__step-title::before {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }
  .page-promotions-weekly-exclusive__term-item {
    font-size: 0.95rem;
  }
  .page-promotions-weekly-exclusive__cta-section {
    padding: 60px 0;
  }
  .page-promotions-weekly-exclusive__cta-title {
    font-size: 2rem;
  }
  .page-promotions-weekly-exclusive__cta-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .page-promotions-weekly-exclusive__cta-button--large {
    padding: 15px 30px;
    font-size: 1rem;
  }
  .page-promotions-weekly-exclusive__container img {
    max-width: 100%;
    height: auto;
  }
}