.page-promotions {
  background-color: var(--bg-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  margin-top: 80px; /* Adjust for header if needed, but body padding should handle */
}

.page-promotions__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.page-promotions__hero-description {
  font-size: clamp(1em, 2vw, 1.3em);
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 30px;
}

.page-promotions__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-promotions__intro-section,
.page-promotions__promotion-categories,
.page-promotions__vip-section,
.page-promotions__why-choose-section,
.page-promotions__how-to-claim-section,
.page-promotions__cta-bottom {
  padding: 60px 0;
  text-align: center;
}

.page-promotions__section-title {
  font-size: clamp(1.8em, 4vw, 2.8em);
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions__text-block {
  font-size: 1.1em;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
  text-align: left;
}

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

.page-promotions__card {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color, #2E7A4E);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px var(--glow-color, #57E38D);
}

.page-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-promotions__card-title {
  font-size: 1.5em;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions__card-description {
  font-size: 1em;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 25px;
}

.page-promotions__btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: var(--gold-color, #F2C14E);
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid var(--gold-color, #F2C14E);
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-promotions__btn-secondary:hover {
  background-color: var(--gold-color, #F2C14E);
  color: var(--card-bg-color, #11271B);
}

.page-promotions__vip-benefits {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  text-align: left;
}

.page-promotions__vip-benefits li {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 15px 20px;
  border-radius: 8px;
  color: var(--text-main-color, #F2FFF6);
  font-size: 1.1em;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-promotions__icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(1.2);
}

.page-promotions__icon--vip { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F2C14E"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99l-5.3-3.06L12 5.88l5.3 3.05-5.3 3.06zM12 18.5c-2.3 0-4.5-1.5-4.5-4s2.2-4 4.5-4 4.5 1.5 4.5 4-2.2 4-4.5 4z"/></svg>'); }
.page-promotions__icon--gift { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F2C14E"><path d="M20 12v-2h-2V6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v4H4v2h2v4c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-4h2zm-4-6h-4v4h4V6zm2 12H8v-4h8v4z"/></svg>'); }
.page-promotions__icon--manager { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F2C14E"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>'); }
.page-promotions__icon--event { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F2C14E"><path d="M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"/></svg>'); }

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

.page-promotions__feature-item {
  background-color: var(--card-bg-color, #11271B);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--border-color, #2E7A4E);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(1.5);
}

.page-promotions__feature-icon--security { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232AD16F"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99l-5.3-3.06L12 5.88l5.3 3.05-5.3 3.06zM12 18.5c-2.3 0-4.5-1.5-4.5-4s2.2-4 4.5-4 4.5 1.5 4.5 4-2.2 4-4.5 4z"/></svg>'); }
.page-promotions__feature-icon--fairness { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232AD16F"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>'); }
.page-promotions__feature-icon--variety { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232AD16F"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"/></svg>'); }
.page-promotions__feature-icon--support { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232AD16F"><path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/></svg>'); }

.page-promotions__feature-title {
  font-size: 1.3em;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions__feature-description {
  font-size: 0.95em;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions__steps-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
}

.page-promotions__steps-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  text-align: left;
}

.page-promotions__step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--gold-color, #F2C14E);
  color: var(--card-bg-color, #11271B);
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-promotions__steps-list p {
  margin: 0;
  font-size: 1.05em;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-promotions__steps-list p strong {
  color: var(--text-main-color, #F2FFF6);
}

.page-promotions__faq-section {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 60px 0;
}

.page-promotions__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions__faq-item {
  background-color: var(--card-bg-color, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: left;
}

.page-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: var(--text-main-color, #F2FFF6);
  font-weight: bold;
  font-size: 1.1em;
  list-style: none;
}

.page-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--gold-color, #F2C14E);
}

.page-promotions__faq-item[open] .page-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions__faq-answer {
  padding: 0 20px 20px 20px;
  color: var(--text-secondary-color, #A7D9B8);
  font-size: 1em;
  line-height: 1.5;
}

.page-promotions__faq-answer p {
  margin: 0;
}

.page-promotions__cta-bottom {
  padding: 80px 0;
  background-color: var(--bg-color, #08160F);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions__hero-section {
    padding-bottom: 40px;
  }
  .page-promotions__hero-content {
    padding: 15px;
    margin-top: 60px;
  }
  .page-promotions__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }
  .page-promotions__hero-description {
    font-size: clamp(0.9em, 2.5vw, 1.1em);
  }
  .page-promotions__btn-primary {
    padding: 12px 25px;
  }
  .page-promotions__intro-section,
  .page-promotions__promotion-categories,
  .page-promotions__vip-section,
  .page-promotions__why-choose-section,
  .page-promotions__how-to-claim-section,
  .page-promotions__faq-section,
  .page-promotions__cta-bottom {
    padding: 40px 0;
  }
  .page-promotions__section-title {
    font-size: clamp(1.5em, 5vw, 2.2em);
    margin-bottom: 30px;
  }
  .page-promotions__text-block {
    font-size: 0.95em;
  }
  .page-promotions__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions__card {
    padding: 20px;
  }
  .page-promotions__card-image {
    height: 180px;
  }
  .page-promotions__card-title {
    font-size: 1.3em;
  }
  .page-promotions__vip-benefits {
    grid-template-columns: 1fr;
  }
  .page-promotions__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions__feature-item {
    padding: 25px;
  }
  .page-promotions__steps-list li {
    margin-bottom: 20px;
  }
  .page-promotions__step-number {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    margin-right: 15px;
  }
  .page-promotions__steps-list p {
    font-size: 0.95em;
  }
  .page-promotions__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-promotions__faq-answer {
    padding: 0 15px 15px 15px;
  }

  /* Mobile specific overrides for images, videos, and buttons */
  .page-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions__section, .page-promotions__card, .page-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions__hero-section {
    padding-top: 10px !important; /* body padding handles header offset */
  }
  .page-promotions__btn-primary,
  .page-promotions__btn-secondary,
  .page-promotions a[class*="button"],
  .page-promotions a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions__cta-buttons,
  .page-promotions__button-group,
  .page-promotions__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-promotions__cta-buttons {
    display: flex;
    flex-direction: column; 
  }
}

@media (max-width: 480px) {
  .page-promotions__hero-content {
    border-radius: 5px;
  }
  .page-promotions__hero-description {
    font-size: 0.9em;
  }
  .page-promotions__steps-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-promotions__step-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Color Contrast Fixes */
.page-promotions__dark-bg {
  background-color: var(--deep-green-color, #0A4B2C);
  color: var(--text-main-color, #F2FFF6);
}

.page-promotions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-promotions__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}