.page-promotions {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding for hero section */
  box-sizing: border-box;
  overflow: hidden;
}

.page-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

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

.page-promotions__hero-content {
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  background-color: #11271B; /* Card BG for content overlay */
  margin-top: -80px; /* Overlap with image slightly */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}

.page-promotions__main-title {
  color: #F2C14E;
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions__subtitle {
  color: #A7D9B8;
  font-size: 18px;
  margin-bottom: 30px;
}

.page-promotions__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-promotions__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions__cta-button--gold {
  background: #F2C14E;
  color: #333333;
}

.page-promotions__cta-button--gold:hover {
  background: #E0B040;
}

.page-promotions__cta-button--final {
  margin-top: 40px;
  font-size: 20px;
  padding: 18px 35px;
}

.page-promotions__section-title {
  color: #F2C14E;
  font-size: clamp(28px, 4vw, 40px);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions__intro-section,
.page-promotions__types-section,
.page-promotions__vip-section,
.page-promotions__how-to-section,
.page-promotions__terms-section,
.page-promotions__why-choose-section,
.page-promotions__faq-section,
.page-promotions__conclusion-section {
  padding: 80px 0;
  box-sizing: border-box;
}

.page-promotions__dark-section {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-promotions__dark-section p {
  color: #A7D9B8;
}

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

.page-promotions__promo-card {
  background-color: #F2FFF6;
  color: #333333;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-promotions__card-title {
  color: #11A84E;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions__card-list {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
  color: #555555;
  flex-grow: 1;
  margin-top: 15px;
}

.page-promotions__card-list li {
  margin-bottom: 8px;
}

.page-promotions__card-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  width: fit-content;
  align-self: center;
  transition: background 0.3s ease;
}

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

.page-promotions__vip-content {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.page-promotions__vip-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__vip-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.page-promotions__vip-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23F2C14E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #A7D9B8;
}

.page-promotions__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-promotions__step-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions__step-icon {
  background-color: #F2C14E;
  color: #333333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-promotions__step-title {
  color: #F2FFF6;
  font-size: 20px;
  margin-bottom: 15px;
}

.page-promotions__step-item p {
  color: #A7D9B8;
  flex-grow: 1;
}

.page-promotions__step-link {
  display: inline-block;
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.page-promotions__step-link:hover {
  color: #13994A;
  text-decoration: underline;
}

.page-promotions__terms-list {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions__terms-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%232AD16F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13l2 2l4-4"></path><path d="M5 12l2 2l4-4"></path><circle cx="12" cy="12" r="10"></circle></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #A7D9B8;
}

.page-promotions__highlight {
  color: #F2C14E;
}

.page-promotions__benefits-grid .page-promotions__benefit-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-promotions__benefit-title {
  color: #F2FFF6;
  font-size: 20px;
  margin-bottom: 10px;
}

.page-promotions__benefit-item p {
  color: #A7D9B8;
}

.page-promotions__faq-list {
  margin-top: 30px;
}

.page-promotions__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #1E3A2A;
  color: #F2FFF6;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-promotions__faq-question:hover {
  background-color: #0A4B2C;
}

.page-promotions__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-promotions__faq-item[open] .page-promotions__faq-toggle {
  content: '−';
}

.page-promotions__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8;
  font-size: 16px;
  line-height: 1.7;
  background-color: #0A4B2C;
}

.page-promotions__faq-answer p {
  margin: 0;
  padding-top: 15px;
  color: #A7D9B8;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions__hero-content {
    margin-top: -60px;
  }
  .page-promotions__vip-content {
    flex-direction: column;
    text-align: center;
  }
  .page-promotions__vip-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-promotions__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-promotions__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
  }
  .page-promotions__main-title {
    font-size: clamp(28px, 8vw, 48px);
  }
  .page-promotions__subtitle {
    font-size: 16px;
  }
  .page-promotions__cta-button {
    padding: 12px 20px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-promotions__cta-button--final {
    font-size: 18px;
    padding: 15px 25px;
  }

  .page-promotions__section-title {
    font-size: clamp(24px, 7vw, 40px);
    margin-bottom: 30px;
  }

  .page-promotions__intro-section,
  .page-promotions__types-section,
  .page-promotions__vip-section,
  .page-promotions__how-to-section,
  .page-promotions__terms-section,
  .page-promotions__why-choose-section,
  .page-promotions__faq-section,
  .page-promotions__conclusion-section {
    padding: 50px 0;
  }
  .page-promotions__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-promotions__promo-grid,
  .page-promotions__benefits-grid,
  .page-promotions__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions__promo-card {
    padding: 20px;
  }
  .page-promotions__card-image {
    height: 180px;
  }
  .page-promotions__vip-content {
    gap: 20px;
  }
  .page-promotions__faq-question {
    font-size: 16px;
    padding: 15px 20px;
  }
  .page-promotions__faq-answer {
    padding: 0 20px 15px;
  }
  .page-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions__step-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}