.page-promotions-holiday-events {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A2E47; /* Deep midnight blue */
}

.page-promotions-holiday-events__hero {
  background: linear-gradient(135deg, #1A2E47 0%, #3a506b 100%);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFD700;
}

.page-promotions-holiday-events__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-promotions-holiday-events__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-holiday-events__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0;
  line-height: 1.6;
}

.page-promotions-holiday-events__hero-image-wrapper {
  margin-top: 40px;
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-promotions-holiday-events__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-promotions-holiday-events__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2E47; /* Midnight blue text */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
}

.page-promotions-holiday-events__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-promotions-holiday-events__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-promotions-holiday-events__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-promotions-holiday-events__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-holiday-events__section-subtitle {
  font-size: 1.2em;
  color: #B0B0B0;
  margin-bottom: 50px;
  line-height: 1.6;
}

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

.page-promotions-holiday-events__promo-card {
  background-color: #2A3F5C; /* Slightly lighter blue for cards */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-promotions-holiday-events__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.page-promotions-holiday-events__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

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

.page-promotions-holiday-events__promo-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for promo titles */
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-promotions-holiday-events__promo-text {
  font-size: 1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
}

.page-promotions-holiday-events__promo-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-promotions-holiday-events__promo-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-promotions-holiday-events__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #FFD700;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.page-promotions-holiday-events__icon--check::before {
  content: '✔';
  color: #1A2E47;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-promotions-holiday-events__promo-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E47;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto; /* Push button to bottom */
}

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

.page-promotions-holiday-events__how-to-join {
  background-color: #1A2E47;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-promotions-holiday-events__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-holiday-events__step-card {
  background-color: #2A3F5C;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-holiday-events__step-card:hover {
  transform: translateY(-8px);
}

.page-promotions-holiday-events__step-icon {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #1A2E47;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.4);
}

.page-promotions-holiday-events__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-holiday-events__step-text {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.6;
}

.page-promotions-holiday-events__step-text a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-holiday-events__step-text a:hover {
  text-decoration: underline;
}

.page-promotions-holiday-events__cta-wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-promotions-holiday-events__cta-button--large {
  padding: 18px 45px;
  font-size: 1.3em;
}

.page-promotions-holiday-events__cta-button--secondary {
  background-color: #3a506b;
  color: #FFD700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-holiday-events__cta-button--secondary:hover {
  background-color: #4e627d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-promotions-holiday-events__why-choose {
  background-color: #21354D;
}

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

.page-promotions-holiday-events__feature-item {
  background-color: #1A2E47;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-holiday-events__feature-item:hover {
  transform: translateY(-8px);
}

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

.page-promotions-holiday-events__feature-title {
  font-size: 1.7em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-holiday-events__feature-text {
  font-size: 0.95em;
  color: #B0B0B0;
  line-height: 1.6;
}

.page-promotions-holiday-events__responsible-gambling {
  background-color: #1A2E47;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-promotions-holiday-events__content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-promotions-holiday-events__text {
  font-size: 1.1em;
  color: #E0E0E0;
  line-height: 1.8;
  margin-bottom: 25px;
}

.page-promotions-holiday-events__faq {
  background-color: #21354D;
}

.page-promotions-holiday-events__faq-item {
  background-color: #1A2E47;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-events__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-holiday-events__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-promotions-holiday-events__faq-question.active::after {
  content: '-';
}

.page-promotions-holiday-events__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-promotions-holiday-events__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-holiday-events__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-holiday-events__section-title {
    font-size: 2.2em;
  }
  .page-promotions-holiday-events__promo-grid,
  .page-promotions-holiday-events__steps-grid,
  .page-promotions-holiday-events__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-holiday-events__hero {
    padding: 60px 15px;
  }
  .page-promotions-holiday-events__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-holiday-events__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-holiday-events__section {
    padding: 40px 15px;
  }
  .page-promotions-holiday-events__section-title {
    font-size: 1.8em;
  }
  .page-promotions-holiday-events__section-subtitle {
    font-size: 1em;
  }
  .page-promotions-holiday-events__promo-card {
    flex-direction: column;
  }
  .page-promotions-holiday-events__promo-image {
    height: 180px;
  }
  .page-promotions-holiday-events__promo-title {
    font-size: 1.5em;
  }
  .page-promotions-holiday-events__cta-wrapper {
    flex-direction: column;
  }
  .page-promotions-holiday-events__cta-button--large,
  .page-promotions-holiday-events__cta-button--secondary {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-promotions-holiday-events__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-holiday-events__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-promotions-holiday-events__section-title {
    font-size: 1.5em;
  }
  .page-promotions-holiday-events__promo-grid,
  .page-promotions-holiday-events__steps-grid,
  .page-promotions-holiday-events__features-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-holiday-events__promo-image {
    height: 150px;
  }
  .page-promotions-holiday-events__promo-title {
    font-size: 1.3em;
  }
  .page-promotions-holiday-events__step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }
  .page-promotions-holiday-events__feature-icon {
    width: 60px;
    height: 60px;
  }
}