.page-promotions-holiday-special {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

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

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

.page-promotions-holiday-special__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400;
  line-height: 1.2;
}

.page-promotions-holiday-special__hero-title .highlight {
  color: #ffffff;
}

.page-promotions-holiday-special__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e5dfd3;
}

.page-promotions-holiday-special__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-promotions-holiday-special__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-holiday-special__btn.primary-btn {
  background-color: #E0B400;
  color: #1A202C;
}

.page-promotions-holiday-special__btn.primary-btn:hover {
  background-color: #f0c52c;
  transform: translateY(-2px);
}

.page-promotions-holiday-special__btn.secondary-btn {
  background-color: transparent;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-promotions-holiday-special__btn.secondary-btn:hover {
  background-color: #E0B400;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-promotions-holiday-special__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}

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

.page-promotions-holiday-special__intro,
.page-promotions-holiday-special__promo-types,
.page-promotions-holiday-special__featured-events,
.page-promotions-holiday-special__how-to-claim,
.page-promotions-holiday-special__terms,
.page-promotions-holiday-special__why-choose,
.page-promotions-holiday-special__faq,
.page-promotions-holiday-special__cta {
  padding: 60px 0;
  position: relative;
}

.page-promotions-holiday-special__intro {
  background-color: #242c3a;
}

.page-promotions-holiday-special__section-title {
  font-size: 2.5em;
  color: #E0B400;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promotions-holiday-special p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #e5dfd3;
}

.page-promotions-holiday-special strong {
  color: #E0B400;
}

.page-promotions-holiday-special__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-holiday-special__list li {
  background-color: #2e3a4e;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.1em;
  color: #e5dfd3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-special__list li::before {
  content: '✓';
  color: #E0B400;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -3px;
}

.page-promotions-holiday-special__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
}

.page-promotions-holiday-special__list--grid li {
  background-color: #2e3a4e;
  padding: 25px;
  border-radius: 10px;
  font-size: 1.1em;
  color: #e5dfd3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-promotions-holiday-special__list--grid li:hover {
  transform: translateY(-5px);
}

.page-promotions-holiday-special__list--grid li::before {
  content: '★';
  color: #E0B400;
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 10px;
}

.page-promotions-holiday-special__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-holiday-special__image.wide-image {
  width: 100%;
}

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

.page-promotions-holiday-special__event-card {
  background-color: #2e3a4e;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-holiday-special__event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-holiday-special__event-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #3a475a;
}

.page-promotions-holiday-special__event-card .page-promotions-holiday-special__event-title {
  font-size: 1.6em;
  color: #E0B400;
  margin: 25px 15px 15px;
  line-height: 1.3;
}

.page-promotions-holiday-special__event-card p {
  font-size: 1em;
  color: #c0c0c0;
  padding: 0 20px;
  margin-bottom: 25px;
}

.page-promotions-holiday-special__btn.small-btn {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.page-promotions-holiday-special__how-to-claim ol {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
}

.page-promotions-holiday-special__steps-list li {
  background-color: #2e3a4e;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 1.1em;
  color: #e5dfd3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 70px; /* Space for step number */
}

.page-promotions-holiday-special__steps-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E0B400;
  color: #1A202C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-special__steps-list a {
  color: #E0B400;
  text-decoration: none;
  font-weight: bold;
}

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

.page-promotions-holiday-special__text-center {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  color: #c0c0c0;
}

.page-promotions-holiday-special__faq {
  background-color: #242c3a;
}

.page-promotions-holiday-special__accordion {
  margin-top: 40px;
}

.page-promotions-holiday-special__accordion-item {
  background-color: #2e3a4e;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-holiday-special__accordion-header {
  width: 100%;
  background-color: #3a475a;
  color: #E0B400;
  padding: 20px 30px;
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions-holiday-special__accordion-header:hover {
  background-color: #4c5a70;
}

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

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

.page-promotions-holiday-special__accordion-body {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-holiday-special__accordion-body p {
  padding: 15px 0;
  margin: 0;
  color: #c0c0c0;
}

.page-promotions-holiday-special__cta {
  background-color: #E0B400;
  color: #1A202C;
  text-align: center;
  padding: 80px 20px;
}

.page-promotions-holiday-special__cta .page-promotions-holiday-special__section-title {
  color: #1A202C;
  margin-bottom: 30px;
}

.page-promotions-holiday-special__cta .page-promotions-holiday-special__section-title::after {
  background-color: #1A202C;
}

.page-promotions-holiday-special__cta p {
  font-size: 1.2em;
  color: #3a475a;
  margin-bottom: 40px;
}

.page-promotions-holiday-special__cta-actions {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.page-promotions-holiday-special__cta-actions .page-promotions-holiday-special__btn.primary-btn {
  background-color: #1A202C;
  color: #E0B400;
}

.page-promotions-holiday-special__cta-actions .page-promotions-holiday-special__btn.primary-btn:hover {
  background-color: #3a475a;
}

.page-promotions-holiday-special__cta-actions .page-promotions-holiday-special__btn.secondary-btn {
  background-color: transparent;
  color: #1A202C;
  border: 2px solid #1A202C;
}

.page-promotions-holiday-special__cta-actions .page-promotions-holiday-special__btn.secondary-btn:hover {
  background-color: #1A202C;
  color: #E0B400;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-holiday-special__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-holiday-special__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-holiday-special__section-title {
    font-size: 2em;
  }
  .page-promotions-holiday-special__event-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-holiday-special__hero {
    padding: 60px 15px;
  }
  .page-promotions-holiday-special__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-holiday-special__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-holiday-special__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-holiday-special__btn {
    width: 100%;
    max-width: 250px;
  }
  .page-promotions-holiday-special__intro,
  .page-promotions-holiday-special__promo-types,
  .page-promotions-holiday-special__featured-events,
  .page-promotions-holiday-special__how-to-claim,
  .page-promotions-holiday-special__terms,
  .page-promotions-holiday-special__why-choose,
  .page-promotions-holiday-special__faq,
  .page-promotions-holiday-special__cta {
    padding: 40px 0;
  }
  .page-promotions-holiday-special__section-title {
    font-size: 1.8em;
  }
  .page-promotions-holiday-special__list li,
  .page-promotions-holiday-special__list--grid li,
  .page-promotions-holiday-special__steps-list li {
    padding: 15px;
    font-size: 1em;
    padding-left: 60px;
  }
  .page-promotions-holiday-special__steps-list li::before {
    width: 35px;
    height: 35px;
    font-size: 1.2em;
    left: 15px;
  }
  .page-promotions-holiday-special__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promotions-holiday-special__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-promotions-holiday-special__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-holiday-special__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-holiday-special__btn {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-promotions-holiday-special__section-title {
    font-size: 1.6em;
  }
  .page-promotions-holiday-special__event-card .page-promotions-holiday-special__event-title {
    font-size: 1.4em;
  }
  .page-promotions-holiday-special__accordion-header {
    font-size: 1em;
    padding: 12px 15px;
  }
}