/* style/promotions-shbet-vip-exclusive.css */
.page-promotions-shbet-vip-exclusive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-promotions-shbet-vip-exclusive__hero-section {
  background: linear-gradient(135deg, #0056B3 0%, #003f8a 100%); /* Darker blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-shbet-vip-exclusive__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-shbet-vip-exclusive__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  font-weight: 300;
}

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

.page-promotions-shbet-vip-exclusive__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-promotions-shbet-vip-exclusive__btn--primary {
  background-color: #FFC107; /* Gold */
  color: #003f8a; /* Darker blue for contrast */
}

.page-promotions-shbet-vip-exclusive__btn--primary:hover {
  background-color: #e0a800; /* Darker gold */
  transform: translateY(-2px);
}

.page-promotions-shbet-vip-exclusive__btn--secondary {
  background-color: transparent;
  color: #FFC107; /* Gold */
  border: 2px solid #FFC107;
}

.page-promotions-shbet-vip-exclusive__btn--secondary:hover {
  background-color: #FFC107;
  color: #003f8a;
  transform: translateY(-2px);
}

.page-promotions-shbet-vip-exclusive__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}

.page-promotions-shbet-vip-exclusive__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-shbet-vip-exclusive__section-title {
  font-size: 2.8em;
  color: #0056B3; /* Tech blue */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-shbet-vip-exclusive__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.page-promotions-shbet-vip-exclusive .highlight {
  color: #FFC107; /* Gold for highlights */
}

/* Benefits Section */
.page-promotions-shbet-vip-exclusive__benefits-section {
  padding: 80px 0;
  background-color: #fff;
}

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

.page-promotions-shbet-vip-exclusive__benefit-item {
  background-color: #f0f8ff; /* Light blue */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-shbet-vip-exclusive__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-shbet-vip-exclusive__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-shbet-vip-exclusive__benefit-title {
  font-size: 1.8em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-shbet-vip-exclusive__benefit-text {
  font-size: 1em;
  color: #666;
}

.page-promotions-shbet-vip-exclusive__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

/* Tiers Section */
.page-promotions-shbet-vip-exclusive__tiers-section {
  padding: 80px 0;
  background-color: #e3f2fd; /* Lighter blue */
}

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

.page-promotions-shbet-vip-exclusive__tier-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #0056B3;
}

.page-promotions-shbet-vip-exclusive__tier-card:nth-child(2) {
  border-top-color: #a8a8a8; /* Silver */
}
.page-promotions-shbet-vip-exclusive__tier-card:nth-child(3) {
  border-top-color: #FFC107; /* Gold */
}
.page-promotions-shbet-vip-exclusive__tier-card:nth-child(4) {
  border-top-color: #e5e4e2; /* Platinum */
}

.page-promotions-shbet-vip-exclusive__tier-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-shbet-vip-exclusive__tier-title {
  font-size: 2em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-shbet-vip-exclusive__tier-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-promotions-shbet-vip-exclusive__tier-features li {
  font-size: 1em;
  color: #555;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-promotions-shbet-vip-exclusive__tier-features li::before {
  content: '✔';
  color: #0056B3;
  position: absolute;
  left: 0;
  top: 0;
}

.page-promotions-shbet-vip-exclusive__tier-note {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-top: 40px;
  font-style: italic;
}

/* How to Join Section */
.page-promotions-shbet-vip-exclusive__how-to-join-section {
  padding: 80px 0;
  background-color: #fff;
}

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

.page-promotions-shbet-vip-exclusive__step-item {
  background-color: #f0f8ff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-promotions-shbet-vip-exclusive__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #FFC107;
  margin-bottom: 15px;
}

.page-promotions-shbet-vip-exclusive__step-title {
  font-size: 1.8em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-shbet-vip-exclusive__step-text {
  font-size: 1em;
  color: #666;
}

.page-promotions-shbet-vip-exclusive__step-text a {
  color: #0056B3;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-shbet-vip-exclusive__step-text a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-promotions-shbet-vip-exclusive__faq-section {
  padding: 80px 0;
  background-color: #e3f2fd;
}

.page-promotions-shbet-vip-exclusive__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-promotions-shbet-vip-exclusive__faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-shbet-vip-exclusive__faq-question {
  font-size: 1.3em;
  color: #0056B3;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-shbet-vip-exclusive__faq-answer {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
}

/* Final CTA Section */
.page-promotions-shbet-vip-exclusive__cta-final-section {
  background: linear-gradient(135deg, #0056B3 0%, #003f8a 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-shbet-vip-exclusive__cta-final-section .page-promotions-shbet-vip-exclusive__section-title,
.page-promotions-shbet-vip-exclusive__cta-final-section .page-promotions-shbet-vip-exclusive__section-description {
  color: #fff;
}

.page-promotions-shbet-vip-exclusive__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-shbet-vip-exclusive__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-shbet-vip-exclusive__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-shbet-vip-exclusive__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-shbet-vip-exclusive__hero-section {
    padding: 80px 0;
  }
  .page-promotions-shbet-vip-exclusive__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-shbet-vip-exclusive__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-shbet-vip-exclusive__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-shbet-vip-exclusive__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-promotions-shbet-vip-exclusive__section-title {
    font-size: 1.8em;
  }
  .page-promotions-shbet-vip-exclusive__section-description {
    font-size: 1em;
  }
  .page-promotions-shbet-vip-exclusive__benefits-grid,
  .page-promotions-shbet-vip-exclusive__tiers-grid,
  .page-promotions-shbet-vip-exclusive__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-shbet-vip-exclusive__btn--large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}

@media (max-width: 480px) {
  .page-promotions-shbet-vip-exclusive__hero-section {
    padding: 60px 0;
  }
  .page-promotions-shbet-vip-exclusive__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-shbet-vip-exclusive__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-shbet-vip-exclusive__btn {
    width: 100%;
  }
  .page-promotions-shbet-vip-exclusive__section-title {
    font-size: 1.5em;
  }
  .page-promotions-shbet-vip-exclusive__benefit-title,
  .page-promotions-shbet-vip-exclusive__tier-title,
  .page-promotions-shbet-vip-exclusive__step-title {
    font-size: 1.5em;
  }
  .page-promotions-shbet-vip-exclusive__faq-question {
    font-size: 1.1em;
  }
}