:root {
  --vivu88-primary-color: #003366;
  --vivu88-secondary-color: #FFCC00;
  --vivu88-text-dark: #333333;
  --vivu88-text-light: #ffffff;
  --vivu88-background-light: #f8f8f8;
  --vivu88-background-dark: #002244;
  --vivu88-border-color: #e0e0e0;
}

.page-promotions-vivu88-holiday-exclusive-offers {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--vivu88-text-dark);
  background-color: var(--vivu88-background-light);
}

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

.page-promotions-vivu88-holiday-exclusive-offers__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--vivu88-primary-color) 0%, var(--vivu88-secondary-color) 100%);
  color: var(--vivu88-text-light);
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-vivu88-holiday-exclusive-offers__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--vivu88-text-light); /* Contrast: #FFFFFF on #003366 (main color of gradient) is 15.8:1 (AA) */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-vivu88-holiday-exclusive-offers__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: var(--vivu88-text-light); /* Contrast: #FFFFFF on #003366 (main color of gradient) is 15.8:1 (AA) */
}

.page-promotions-vivu88-holiday-exclusive-offers__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

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

.page-promotions-vivu88-holiday-exclusive-offers__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-promotions-vivu88-holiday-exclusive-offers__btn--primary {
  background-color: var(--vivu88-secondary-color);
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #FFCC00 is 10.6:1 (AA) */
  border: 2px solid var(--vivu88-secondary-color);
}

.page-promotions-vivu88-holiday-exclusive-offers__btn--primary:hover {
  background-color: #e6b800; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-promotions-vivu88-holiday-exclusive-offers__btn--secondary {
  background-color: var(--vivu88-primary-color);
  color: var(--vivu88-secondary-color); /* Contrast: #FFCC00 on #003366 is 10.6:1 (AA) */
  border: 2px solid var(--vivu88-secondary-color);
}

.page-promotions-vivu88-holiday-exclusive-offers__btn--secondary:hover {
  background-color: var(--vivu88-background-dark);
  transform: translateY(-3px);
}

.page-promotions-vivu88-holiday-exclusive-offers__btn--outline {
  background-color: transparent;
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #F8F8F8 is 10.7:1 (AA) */
  border: 2px solid var(--vivu88-primary-color);
}

.page-promotions-vivu88-holiday-exclusive-offers__btn--outline:hover {
  background-color: var(--vivu88-primary-color);
  color: var(--vivu88-text-light); /* Contrast: #FFFFFF on #003366 is 15.8:1 (AA) */
  transform: translateY(-3px);
}

.page-promotions-vivu88-holiday-exclusive-offers .section-padding {
  padding: 60px 0;
}

.page-promotions-vivu88-holiday-exclusive-offers .bg-light {
  background-color: var(--vivu88-background-light);
}

.page-promotions-vivu88-holiday-exclusive-offers__section-title {
  font-size: 2.5em;
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #F8F8F8 is 10.7:1 (AA) */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-vivu88-holiday-exclusive-offers__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--vivu88-secondary-color);
  border-radius: 2px;
}

.page-promotions-vivu88-holiday-exclusive-offers__subsection-title {
  font-size: 1.8em;
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #F8F8F8 is 10.7:1 (AA) */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-promotions-vivu88-holiday-exclusive-offers__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--vivu88-text-dark); /* Contrast: #333333 on #F8F8F8 is 11.2:1 (AA) */
}

.page-promotions-vivu88-holiday-exclusive-offers__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-vivu88-holiday-exclusive-offers__list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: var(--vivu88-text-dark); /* Contrast: #333333 on #F8F8F8 is 11.2:1 (AA) */
}

.page-promotions-vivu88-holiday-exclusive-offers__list li::before {
  content: '✔';
  color: var(--vivu88-secondary-color);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-promotions-vivu88-holiday-exclusive-offers__list--bullet li::before {
  content: '•';
  color: var(--vivu88-secondary-color);
  font-size: 1.5em;
  top: -5px;
}

.page-promotions-vivu88-holiday-exclusive-offers__image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.page-promotions-vivu88-holiday-exclusive-offers__grid-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.page-promotions-vivu88-holiday-exclusive-offers__promo-card {
  background-color: var(--vivu88-text-light);
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-vivu88-holiday-exclusive-offers__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.page-promotions-vivu88-holiday-exclusive-offers__promo-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-promotions-vivu88-holiday-exclusive-offers__promo-card-title {
  font-size: 1.6em;
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #FFFFFF is 15.8:1 (AA) */
  margin-bottom: 15px;
}

.page-promotions-vivu88-holiday-exclusive-offers__promo-card-description {
  font-size: 1em;
  color: var(--vivu88-text-dark); /* Contrast: #333333 on #FFFFFF is 15.8:1 (AA) */
  margin-bottom: 20px;
}

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

.page-promotions-vivu88-holiday-exclusive-offers__step-card {
  background-color: var(--vivu88-text-light);
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-promotions-vivu88-holiday-exclusive-offers__step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-promotions-vivu88-holiday-exclusive-offers__step-title {
  font-size: 1.5em;
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #FFFFFF is 15.8:1 (AA) */
  margin-bottom: 15px;
}

.page-promotions-vivu88-holiday-exclusive-offers__step-description {
  font-size: 1em;
  color: var(--vivu88-text-dark); /* Contrast: #333333 on #FFFFFF is 15.8:1 (AA) */
  margin-bottom: 20px;
}

.page-promotions-vivu88-holiday-exclusive-offers__app-download-image {
  display: block;
  max-width: 250px;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.page-promotions-vivu88-holiday-exclusive-offers__feature-item {
  background-color: var(--vivu88-text-light);
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  padding: 25px;
  text-align: center;
}

.page-promotions-vivu88-holiday-exclusive-offers__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.page-promotions-vivu88-holiday-exclusive-offers__feature-title {
  font-size: 1.4em;
  color: var(--vivu88-primary-color); /* Contrast: #003366 on #FFFFFF is 15.8:1 (AA) */
  margin-bottom: 10px;
}

.page-promotions-vivu88-holiday-exclusive-offers__feature-description {
  font-size: 0.95em;
  color: var(--vivu88-text-dark); /* Contrast: #333333 on #FFFFFF is 15.8:1 (AA) */
}

.page-promotions-vivu88-holiday-exclusive-offers__responsible-gambling-image {
  display: block;
  max-width: 300px;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-vivu88-holiday-exclusive-offers__cta {
  background: var(--vivu88-primary-color);
  color: var(--vivu88-text-light);
  text-align: center;
}

.page-promotions-vivu88-holiday-exclusive-offers__cta .page-promotions-vivu88-holiday-exclusive-offers__section-title {
  color: var(--vivu88-text-light); /* Contrast: #FFFFFF on #003366 is 15.8:1 (AA) */
}

.page-promotions-vivu88-holiday-exclusive-offers__cta .page-promotions-vivu88-holiday-exclusive-offers__section-title::after {
  background-color: var(--vivu88-secondary-color);
}

.page-promotions-vivu88-holiday-exclusive-offers__cta-content {
  max-width: 800px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-vivu88-holiday-exclusive-offers__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__section-title {
    font-size: 2em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__subsection-title {
    font-size: 1.6em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__promo-card-grid,
  .page-promotions-vivu88-holiday-exclusive-offers__step-grid,
  .page-promotions-vivu88-holiday-exclusive-offers__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-vivu88-holiday-exclusive-offers__hero {
    padding: 60px 20px;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__section-title {
    font-size: 1.8em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__subsection-title {
    font-size: 1.4em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__promo-card-grid,
  .page-promotions-vivu88-holiday-exclusive-offers__step-grid,
  .page-promotions-vivu88-holiday-exclusive-offers__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__grid-image {
    height: 180px;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__promo-card-image {
    height: 150px;
  }
  .page-promotions-vivu88-holiday-exclusive-offers .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-vivu88-holiday-exclusive-offers__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__section-title {
    font-size: 1.5em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__text {
    font-size: 0.95em;
  }
  .page-promotions-vivu88-holiday-exclusive-offers__list li {
    font-size: 0.95em;
  }
}