.page-promotions-red88-vip-exclusive-privileges {
  font-family: 'Arial', sans-serif;
  color: #36454F; /* Charcoal Grey for body text */
  line-height: 1.6;
}

.page-promotions-red88-vip-exclusive-privileges__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-red88-vip-exclusive-privileges__hero {
  background: linear-gradient(135deg, #DC143C 0%, #36454F 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-promotions-red88-vip-exclusive-privileges__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-promotions-red88-vip-exclusive-privileges__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-promotions-red88-vip-exclusive-privileges__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(5px);
}

.page-promotions-red88-vip-exclusive-privileges__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-red88-vip-exclusive-privileges__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
}

.page-promotions-red88-vip-exclusive-privileges__cta-button {
  display: inline-block;
  background-color: #DC143C; /* Crimson */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #DC143C;
}

.page-promotions-red88-vip-exclusive-privileges__cta-button:hover {
  background-color: #A00F2E; /* Darker Crimson */
  transform: translateY(-2px);
}

.page-promotions-red88-vip-exclusive-privileges__cta-button--bottom {
  margin-top: 40px;
}

.page-promotions-red88-vip-exclusive-privileges__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-promotions-red88-vip-exclusive-privileges__section {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-red88-vip-exclusive-privileges__section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-promotions-red88-vip-exclusive-privileges__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #36454F; /* Charcoal Grey */
  font-weight: bold;
}

.page-promotions-red88-vip-exclusive-privileges__section-description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-promotions-red88-vip-exclusive-privileges .highlight {
  color: #DC143C; /* Crimson */
}

.page-promotions-red88-vip-exclusive-privileges__vip-levels-grid,
.page-promotions-red88-vip-exclusive-privileges__privilege-grid,
.page-promotions-red88-vip-exclusive-privileges__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-red88-vip-exclusive-privileges__vip-level-card,
.page-promotions-red88-vip-exclusive-privileges__privilege-item,
.page-promotions-red88-vip-exclusive-privileges__step-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-promotions-red88-vip-exclusive-privileges__vip-level-card:hover,
.page-promotions-red88-vip-exclusive-privileges__privilege-item:hover,
.page-promotions-red88-vip-exclusive-privileges__step-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-vip-exclusive-privileges__vip-level-icon,
.page-promotions-red88-vip-exclusive-privileges__privilege-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-red88-vip-exclusive-privileges__vip-level-card h3,
.page-promotions-red88-vip-exclusive-privileges__privilege-item h3 {
  font-size: 1.8em;
  color: #DC143C; /* Crimson */
  margin-bottom: 15px;
}

.page-promotions-red88-vip-exclusive-privileges__vip-level-card p,
.page-promotions-red88-vip-exclusive-privileges__privilege-item p {
  color: #555;
}

.page-promotions-red88-vip-exclusive-privileges__note {
  margin-top: 40px;
  font-style: italic;
  color: #777;
}

.page-promotions-red88-vip-exclusive-privileges__step-item .page-promotions-red88-vip-exclusive-privileges__step-number {
  width: 50px;
  height: 50px;
  background-color: #DC143C; /* Crimson */
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-promotions-red88-vip-exclusive-privileges__step-item h3 {
  font-size: 1.5em;
  color: #36454F; /* Charcoal Grey */
  margin-bottom: 10px;
}

.page-promotions-red88-vip-exclusive-privileges__step-item a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-red88-vip-exclusive-privileges__step-item a:hover {
  text-decoration: underline;
}

.page-promotions-red88-vip-exclusive-privileges__why-list {
  list-style: none;
  padding: 0;
  margin: 50px auto;
  max-width: 800px;
  text-align: left;
}

.page-promotions-red88-vip-exclusive-privileges__why-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #36454F;
  display: flex;
  align-items: flex-start;
}

.page-promotions-red88-vip-exclusive-privileges__why-list li .icon-check {
  color: #28a745;
  margin-right: 15px;
  font-size: 1.5em;
  line-height: 1;
  /* Placeholder for a checkmark icon, replace with actual SVG/font icon */
  content: '✔';
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  flex-shrink: 0;
}

.page-promotions-red88-vip-exclusive-privileges__why-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-red88-vip-exclusive-privileges__faq {
  background-color: #f8f8f8;
}

.page-promotions-red88-vip-exclusive-privileges__faq-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.page-promotions-red88-vip-exclusive-privileges__faq-item h3 {
  font-size: 1.4em;
  color: #DC143C; /* Crimson */
  margin-bottom: 10px;
}

.page-promotions-red88-vip-exclusive-privileges__faq-item p {
  color: #555;
}

.page-promotions-red88-vip-exclusive-privileges__faq-item a {
  color: #DC143C;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-red88-vip-exclusive-privileges__faq-item a:hover {
  text-decoration: underline;
}

.page-promotions-red88-vip-exclusive-privileges__cta-final {
  background: #36454F; /* Charcoal Grey */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}

.page-promotions-red88-vip-exclusive-privileges__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-red88-vip-exclusive-privileges__cta-title .highlight {
  color: #DC143C; /* Crimson */
}

.page-promotions-red88-vip-exclusive-privileges__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-red88-vip-exclusive-privileges__title {
    font-size: 2.8em;
  }
  .page-promotions-red88-vip-exclusive-privileges__section-title {
    font-size: 2.2em;
  }
  .page-promotions-red88-vip-exclusive-privileges__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promotions-red88-vip-exclusive-privileges__hero {
    padding: 80px 0;
  }
  .page-promotions-red88-vip-exclusive-privileges__title {
    font-size: 2.2em;
  }
  .page-promotions-red88-vip-exclusive-privileges__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-red88-vip-exclusive-privileges__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-red88-vip-exclusive-privileges__section {
    padding: 60px 0;
  }
  .page-promotions-red88-vip-exclusive-privileges__section-title {
    font-size: 1.8em;
  }
  .page-promotions-red88-vip-exclusive-privileges__vip-levels-grid,
  .page-promotions-red88-vip-exclusive-privileges__privilege-grid,
  .page-promotions-red88-vip-exclusive-privileges__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-red88-vip-exclusive-privileges__cta-title {
    font-size: 2em;
  }
  .page-promotions-red88-vip-exclusive-privileges__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-red88-vip-exclusive-privileges__title {
    font-size: 1.8em;
  }
  .page-promotions-red88-vip-exclusive-privileges__section-title {
    font-size: 1.6em;
  }
  .page-promotions-red88-vip-exclusive-privileges__cta-title {
    font-size: 1.8em;
  }
}