/* style/promotions-vip-exclusive-benefits.css */
.page-promotions-vip-exclusive-benefits {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A2B4C; /* Primary dark blue background */
  line-height: 1.6;
}

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

.page-promotions-vip-exclusive-benefits h1,
.page-promotions-vip-exclusive-benefits h2,
.page-promotions-vip-exclusive-benefits h3 {
  color: #FFD700; /* Secondary gold for headings */
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-vip-exclusive-benefits h1 {
  font-size: 3.2em;
  text-align: center;
}

.page-promotions-vip-exclusive-benefits h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-promotions-vip-exclusive-benefits h3 {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-vip-exclusive-benefits p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-promotions-vip-exclusive-benefits ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-vip-exclusive-benefits ul li {
  background-color: #2C3E50; /* Slightly lighter blue for list items */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-exclusive-benefits ul li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

/* Buttons */
.page-promotions-vip-exclusive-benefits__button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.1em;
  cursor: pointer;
}

.page-promotions-vip-exclusive-benefits__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A2B4C; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-promotions-vip-exclusive-benefits__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-vip-exclusive-benefits__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-promotions-vip-exclusive-benefits__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
  transform: translateY(-2px);
}

/* Hero Section */
.page-promotions-vip-exclusive-benefits__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #000000 100%);
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  justify-content: center;
}

.page-promotions-vip-exclusive-benefits__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:hero_vip]') no-repeat center center/cover;
  opacity: 0.2;
  z-index: 1;
}

.page-promotions-vip-exclusive-benefits__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-promotions-vip-exclusive-benefits__hero-content h1 {
  font-size: 3.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-promotions-vip-exclusive-benefits__hero-content p {
  font-size: 1.4em;
  color: #F0F0F0;
  margin-bottom: 40px;
}

.page-promotions-vip-exclusive-benefits__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-promotions-vip-exclusive-benefits__hero-image-wrapper {
  display: none; /* Hide image in hero for this design, use as background */
}

/* Section Styling */
.page-promotions-vip-exclusive-benefits__introduction,
.page-promotions-vip-exclusive-benefits__benefits,
.page-promotions-vip-exclusive-benefits__how-to-vip,
.page-promotions-vip-exclusive-benefits__terms,
.page-promotions-vip-exclusive-benefits__cta {
  padding: 60px 0;
  text-align: left;
}

.page-promotions-vip-exclusive-benefits__introduction {
  background-color: #1A2B4C;
}

.page-promotions-vip-exclusive-benefits__benefits {
  background-color: #0F1A2E; /* Slightly darker for contrast */
}

.page-promotions-vip-exclusive-benefits__how-to-vip {
  background-color: #1A2B4C;
}

.page-promotions-vip-exclusive-benefits__terms {
  background-color: #0F1A2E;
}

.page-promotions-vip-exclusive-benefits__cta {
  background-color: #1A2B4C;
  text-align: center;
  padding: 80px 0;
}

.page-promotions-vip-exclusive-benefits__cta-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Benefit Items */
.page-promotions-vip-exclusive-benefits__benefit-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #2C3E50; /* Card background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-promotions-vip-exclusive-benefits__benefit-item--reverse {
  flex-direction: row-reverse;
}

.page-promotions-vip-exclusive-benefits__benefit-text {
  flex: 1;
}

.page-promotions-vip-exclusive-benefits__benefit-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-promotions-vip-exclusive-benefits__benefit-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-vip-exclusive-benefits h1 {
    font-size: 2.8em;
  }
  .page-promotions-vip-exclusive-benefits h2 {
    font-size: 2em;
  }
  .page-promotions-vip-exclusive-benefits h3 {
    font-size: 1.5em;
  }
  .page-promotions-vip-exclusive-benefits__hero-content p {
    font-size: 1.2em;
  }
  .page-promotions-vip-exclusive-benefits__benefit-item {
    flex-direction: column;
    text-align: center;
  }
  .page-promotions-vip-exclusive-benefits__benefit-item--reverse {
    flex-direction: column;
  }
  .page-promotions-vip-exclusive-benefits__benefit-text,
  .page-promotions-vip-exclusive-benefits__benefit-image-wrapper {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-exclusive-benefits__hero {
    padding: 60px 0;
    min-height: 500px;
  }
  .page-promotions-vip-exclusive-benefits__hero-content h1 {
    font-size: 2.2em;
  }
  .page-promotions-vip-exclusive-benefits__hero-content p {
    font-size: 1em;
  }
  .page-promotions-vip-exclusive-benefits h2 {
    font-size: 1.8em;
  }
  .page-promotions-vip-exclusive-benefits h3 {
    font-size: 1.3em;
  }
  .page-promotions-vip-exclusive-benefits p,
  .page-promotions-vip-exclusive-benefits ul li {
    font-size: 0.95em;
  }
  .page-promotions-vip-exclusive-benefits__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-promotions-vip-exclusive-benefits__button--secondary {
    margin-left: 10px;
  }
  .page-promotions-vip-exclusive-benefits__hero-actions,
  .page-promotions-vip-exclusive-benefits__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-vip-exclusive-benefits__button--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-vip-exclusive-benefits__hero-content h1 {
    font-size: 1.8em;
  }
  .page-promotions-vip-exclusive-benefits h2 {
    font-size: 1.5em;
  }
  .page-promotions-vip-exclusive-benefits h3 {
    font-size: 1.2em;
  }
  .page-promotions-vip-exclusive-benefits__button {
    width: 100%;
    box-sizing: border-box;
  }
}