.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: 0 20px;
  box-sizing: border-box;
}

.page-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #0A4B2C;
  overflow: hidden;
}

.page-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
  margin-bottom: 30px;
}

.page-promotions__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  color: #F2FFF6;
}

.page-promotions__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-promotions__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.page-promotions__cta-buttons--center {
  margin-top: 40px;
}

.page-promotions__btn-primary,
.page-promotions__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

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

.page-promotions__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-promotions__btn-secondary {
  background: #11271B;
  color: #F2FFF6;
  border: 2px solid #2E7A4E;
}

.page-promotions__btn-secondary:hover {
  background: #2E7A4E;
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-promotions__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #F2C14E;
  line-height: 1.2;
}

.page-promotions__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #A7D9B8;
}

.page-promotions__overview-section,
.page-promotions__daily-rebate-section,
.page-promotions__vip-program-section,
.page-promotions__final-cta-section {
  background-color: #0A4B2C;
  padding: 60px 0;
  color: #F2FFF6;
}

.page-promotions__welcome-bonus-section,
.page-promotions__events-tournaments-section,
.page-promotions__terms-conditions-section,
.page-promotions__app-guide-section,
.page-promotions__faq-section {
  background-color: #08160F;
  padding: 60px 0;
  color: #F2FFF6;
}

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

.page-promotions__feature-card {
  background-color: #11271B;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F2FFF6;
}

.page-promotions__feature-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-promotions__card-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-promotions__card-text {
  font-size: 1em;
  color: #A7D9B8;
}

.page-promotions__promo-card {
  background-color: #11271B;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 40px;
  color: #F2FFF6;
}

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

.page-promotions__promo-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-promotions__promo-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-promotions__promo-text {
  font-size: 1em;
  color: #A7D9B8;
  margin-bottom: 20px;
}

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

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

.page-promotions__event-card {
  background-color: #11271B;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #F2FFF6;
}

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

.page-promotions__event-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-promotions__event-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-promotions__event-text {
  font-size: 1em;
  color: #A7D9B8;
  margin-bottom: 20px;
}

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

.page-promotions__vip-benefit-card {
  background-color: #11271B;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
  color: #F2FFF6;
}

.page-promotions__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-promotions__terms-list li {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  color: #A7D9B8;
  font-size: 1.05em;
}

.page-promotions__terms-list li strong {
  color: #F2C14E;
  font-size: 1.1em;
}

.page-promotions__app-promo-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-promotions__app-info {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-promotions__app-text {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 25px;
}

.page-promotions__app-image {
  flex: 1;
  min-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  max-width: 500px;
}

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

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

.page-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2C14E;
  cursor: pointer;
  background-color: #1E3A2A;
  user-select: none;
  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;
}

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

.page-promotions__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8;
}

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

/* Responsive styles */
@media (max-width: 1024px) {
  .page-promotions__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-promotions__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions__hero-image {
    max-height: 400px;
  }
  .page-promotions__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-promotions__section-title {
    font-size: 1.8em;
  }
  .page-promotions__section-description,
  .page-promotions__hero-description,
  .page-promotions__card-text,
  .page-promotions__promo-text,
  .page-promotions__event-text,
  .page-promotions__app-text,
  .page-promotions__terms-list li p,
  .page-promotions__faq-answer p {
    font-size: 1em !important;
    line-height: 1.5 !important;
  }

  .page-promotions__feature-grid,
  .page-promotions__grid-wrapper,
  .page-promotions__event-cards-grid,
  .page-promotions__vip-benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions__promo-card,
  .page-promotions__event-card {
    flex-direction: column;
  }
  .page-promotions__promo-image,
  .page-promotions__event-image {
    height: 200px;
  }
  .page-promotions__promo-content,
  .page-promotions__event-content {
    align-items: center;
    text-align: center;
  }

  .page-promotions__app-promo-grid {
    flex-direction: column;
  }
  .page-promotions__app-info {
    text-align: center;
  }

  /* Mobile responsive image styles */
  .page-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile responsive video styles (if any video were present) */
  .page-promotions video,
  .page-promotions__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions__video-section,
  .page-promotions__video-container,
  .page-promotions__video-wrapper,
  .page-promotions__section,
  .page-promotions__card,
  .page-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
  }

  /* Mobile responsive button styles */
  .page-promotions__cta-button,
  .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 !important;
    padding-right: 15px !important;
  }
  .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 !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .page-promotions__cta-buttons {
    flex-direction: column !important;
  }

  .page-promotions__video-section {
    padding-top: 10px !important; /* body handles header offset */
  }
}