.page-promotions {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0F1A2B; /* Main dark background */
  line-height: 1.6;
}

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

.page-promotions__hero {
  background: linear-gradient(135deg, #0F1A2B 0%, #304050 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #FFD700;
}

.page-promotions__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,dark_pattern,23win]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.page-promotions__hero-subtitle {
  font-size: 1.3em;
  color: #C0C0C0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
}

.page-promotions__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button background */
  color: #0F1A2B; /* Dark text on gold button */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
  position: relative;
  z-index: 1;
}

.page-promotions__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
  position: relative;
  font-weight: 700;
}

.page-promotions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-promotions__intro-text {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: -40px auto 60px auto;
  color: #C0C0C0;
}

.page-promotions__why-choose {
  padding: 80px 0;
  background-color: #1a273a;
}

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

.page-promotions__feature-item {
  background-color: #0F1A2B;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-promotions__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-promotions__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

.page-promotions__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-promotions__feature-description {
  font-size: 1em;
  color: #E0E0E0;
}

.page-promotions__featured-promos {
  padding: 80px 0;
  background-color: #0F1A2B;
}

.page-promotions__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-promotions__promo-card {
  background-color: #1a273a;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.page-promotions__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.page-promotions__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-promotions__promo-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promotions__promo-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-promotions__promo-description {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promotions__detail-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0F1A2B;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
}

.page-promotions__detail-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions__guide {
  padding: 80px 0;
  background-color: #1a273a;
}

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

.page-promotions__step-item {
  background-color: #0F1A2B;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-promotions__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.5));
}

.page-promotions__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-promotions__step-description {
  font-size: 0.95em;
  color: #E0E0E0;
}

.page-promotions__final-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #0F1A2B;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-promotions__final-cta-text {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: 500;
}

.page-promotions__faq {
  padding: 80px 0;
  background-color: #0F1A2B;
}

.page-promotions__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions__accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions__accordion-header {
  background-color: #1a273a;
  color: #FFD700;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions__accordion-header:hover {
  background-color: #2b3d50;
}

.page-promotions__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions__accordion-content {
  background-color: #0F1A2B;
  color: #E0E0E0;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-promotions__accordion-content p {
  margin: 0;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-promotions__section-title {
    font-size: 2.2em;
  }
  .page-promotions__promo-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions__hero {
    padding: 80px 0;
  }
  .page-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-promotions__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-promotions__section-title {
    font-size: 2em;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .page-promotions__intro-text {
    margin-bottom: 40px;
  }
  .page-promotions__why-choose, .page-promotions__featured-promos, .page-promotions__guide, .page-promotions__faq {
    padding: 60px 0;
  }
  .page-promotions__features-grid, .page-promotions__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-promotions__promo-title {
    font-size: 1.8em;
  }
  .page-promotions__detail-button {
    font-size: 1em;
  }
  .page-promotions__final-cta-text {
    font-size: 1.2em;
  }
  .page-promotions__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promotions__accordion-content {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions__hero {
    padding: 60px 0;
  }
  .page-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-promotions__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-promotions__section-title {
    font-size: 1.8em;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .page-promotions__intro-text {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-promotions__feature-title {
    font-size: 1.5em;
  }
  .page-promotions__promo-title {
    font-size: 1.6em;
  }
  .page-promotions__step-title {
    font-size: 1.4em;
  }
  .page-promotions__final-cta-text {
    font-size: 1.1em;
  }
  .page-promotions__accordion-header {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-promotions__accordion-content {
    padding: 12px 15px;
  }
}