.page-vip-club-high-roller-bonuses {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A2634; /* Darker background to complement main color */
}

.page-vip-club-high-roller-bonuses .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-vip-club-high-roller-bonuses .hero-section {
  background: linear-gradient(135deg, #2C3E50 0%, #F39C12 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-vip-club-high-roller-bonuses .hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(243, 156, 18, 0.2) 0%, transparent 70%);
  opacity: 0.3;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-vip-club-high-roller-bonuses .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.page-vip-club-high-roller-bonuses .hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.page-vip-club-high-roller-bonuses .hero-cta .btn {
  margin: 10px;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-vip-club-high-roller-bonuses .btn-primary {
  background-color: #F39C12;
  color: #2C3E50;
  border: 2px solid #F39C12;
}

.page-vip-club-high-roller-bonuses .btn-primary:hover {
  background-color: #E67E22;
  border-color: #E67E22;
  transform: translateY(-3px);
}

.page-vip-club-high-roller-bonuses .btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-vip-club-high-roller-bonuses .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.page-vip-club-high-roller-bonuses .introduction-section,
.page-vip-club-high-roller-bonuses .why-zbetme-section,
.page-vip-club-high-roller-bonuses .bonus-types-section,
.page-vip-club-high-roller-bonuses .how-to-join-section,
.page-vip-club-high-roller-bonuses .vip-benefits-section,
.page-vip-club-high-roller-bonuses .terms-conditions-section,
.page-vip-club-high-roller-bonuses .faq-section,
.page-vip-club-high-roller-bonuses .cta-final-section {
  padding: 60px 0;
}

.page-vip-club-high-roller-bonuses .section-title {
  font-size: 2.5em;
  color: #F39C12;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
}

.page-vip-club-high-roller-bonuses .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #F39C12;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-vip-club-high-roller-bonuses p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-vip-club-high-roller-bonuses strong {
  color: #F39C12;
}

.page-vip-club-high-roller-bonuses .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-vip-club-high-roller-bonuses .feature-item {
  background-color: #2C3E50;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-vip-club-high-roller-bonuses .feature-item:hover {
  transform: translateY(-10px);
}

.page-vip-club-high-roller-bonuses .feature-item h3 {
  color: #F39C12;
  font-size: 1.6em;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-vip-club-high-roller-bonuses .feature-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-vip-club-high-roller-bonuses .feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.page-vip-club-high-roller-bonuses .bonus-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #2C3E50;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-vip-club-high-roller-bonuses .bonus-item.reverse {
  flex-direction: row-reverse;
}

.page-vip-club-high-roller-bonuses .bonus-image {
  width: 40%;
  max-width: 400px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.page-vip-club-high-roller-bonuses .bonus-content {
  flex-grow: 1;
}

.page-vip-club-high-roller-bonuses .bonus-content h3 {
  color: #F39C12;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-vip-club-high-roller-bonuses .bonus-content p {
  color: #E0E0E0;
  margin-bottom: 20px;
}

.page-vip-club-high-roller-bonuses .btn-claim {
  background-color: #F39C12;
  color: #2C3E50;
  padding: 12px 25px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  border: none;
}

.page-vip-club-high-roller-bonuses .btn-claim:hover {
  background-color: #E67E22;
}

.page-vip-club-high-roller-bonuses .step-by-step {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-vip-club-high-roller-bonuses .step-item {
  flex: 1;
  min-width: 280px;
  background-color: #2C3E50;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-vip-club-high-roller-bonuses .step-item h3 {
  color: #F39C12;
  font-size: 1.6em;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-vip-club-high-roller-bonuses .step-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-vip-club-high-roller-bonuses .step-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.page-vip-club-high-roller-bonuses .note {
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  color: #B0B0B0;
}

.page-vip-club-high-roller-bonuses .benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-vip-club-high-roller-bonuses .benefit-list li {
  background-color: #2C3E50;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-vip-club-high-roller-bonuses .benefit-list li:hover {
  transform: translateY(-10px);
}

.page-vip-club-high-roller-bonuses .benefit-list h3 {
  color: #F39C12;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-vip-club-high-roller-bonuses .benefit-list p {
  color: #E0E0E0;
  font-size: 0.95em;
}

.page-vip-club-high-roller-bonuses .list-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.page-vip-club-high-roller-bonuses .terms-conditions-section ul {
  list-style: disc;
  margin-left: 25px;
  color: #E0E0E0;
}

.page-vip-club-high-roller-bonuses .terms-conditions-section ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.6;
}

.page-vip-club-high-roller-bonuses .faq-item {
  background-color: #2C3E50;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-vip-club-high-roller-bonuses .faq-item h3 {
  color: #F39C12;
  font-size: 1.4em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-vip-club-high-roller-bonuses .faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-vip-club-high-roller-bonuses .faq-item h3.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-vip-club-high-roller-bonuses .faq-item p {
  color: #E0E0E0;
  font-size: 1em;
  display: none;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 3px solid #F39C12;
}

.page-vip-club-high-roller-bonuses .faq-item p.active {
  display: block;
}

.page-vip-club-high-roller-bonuses .cta-final-section {
  text-align: center;
  background-color: #2C3E50;
  padding: 80px 0;
  border-top: 5px solid #F39C12;
}

.page-vip-club-high-roller-bonuses .cta-final-section .section-title {
  color: #F39C12;
  margin-bottom: 30px;
}

.page-vip-club-high-roller-bonuses .cta-final-section .cta-buttons .btn {
  margin: 15px;
  padding: 18px 35px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-vip-club-high-roller-bonuses .cta-final-section .small-text {
  font-size: 0.9em;
  margin-top: 30px;
  color: #B0B0B0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-vip-club-high-roller-bonuses .hero-title {
    font-size: 2.8em;
  }
  .page-vip-club-high-roller-bonuses .hero-subtitle {
    font-size: 1.2em;
  }
  .page-vip-club-high-roller-bonuses .section-title {
    font-size: 2em;
  }
  .page-vip-club-high-roller-bonuses .bonus-item {
    flex-direction: column;
    text-align: center;
  }
  .page-vip-club-high-roller-bonuses .bonus-item.reverse {
    flex-direction: column;
  }
  .page-vip-club-high-roller-bonuses .bonus-image {
    width: 80%;
    margin-bottom: 20px;
  }
  .page-vip-club-high-roller-bonuses .bonus-content h3 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-vip-club-high-roller-bonuses .hero-section {
    padding: 80px 0;
  }
  .page-vip-club-high-roller-bonuses .hero-title {
    font-size: 2.2em;
  }
  .page-vip-club-high-roller-bonuses .hero-subtitle {
    font-size: 1em;
  }
  .page-vip-club-high-roller-bonuses .hero-cta .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-vip-club-high-roller-bonuses .feature-grid, 
  .page-vip-club-high-roller-bonuses .step-by-step, 
  .page-vip-club-high-roller-bonuses .benefit-list {
    grid-template-columns: 1fr;
  }
  .page-vip-club-high-roller-bonuses .introduction-section,
  .page-vip-club-high-roller-bonuses .why-zbetme-section,
  .page-vip-club-high-roller-bonuses .bonus-types-section,
  .page-vip-club-high-roller-bonuses .how-to-join-section,
  .page-vip-club-high-roller-bonuses .vip-benefits-section,
  .page-vip-club-high-roller-bonuses .terms-conditions-section,
  .page-vip-club-high-roller-bonuses .faq-section,
  .page-vip-club-high-roller-bonuses .cta-final-section {
    padding: 40px 0;
  }
  .page-vip-club-high-roller-bonuses .section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-vip-club-high-roller-bonuses .bonus-image {
    width: 100%;
  }
  .page-vip-club-high-roller-bonuses .cta-final-section .cta-buttons .btn {
    padding: 15px 30px;
    font-size: 1.1em;
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-vip-club-high-roller-bonuses .hero-title {
    font-size: 1.8em;
  }
  .page-vip-club-high-roller-bonuses .hero-subtitle {
    font-size: 0.9em;
  }
  .page-vip-club-high-roller-bonuses p, 
  .page-vip-club-high-roller-bonuses .terms-conditions-section ul li, 
  .page-vip-club-high-roller-bonuses .faq-item p {
    font-size: 0.95em;
  }
  .page-vip-club-high-roller-bonuses .feature-item h3, 
  .page-vip-club-high-roller-bonuses .step-item h3, 
  .page-vip-club-high-roller-bonuses .benefit-list h3 {
    font-size: 1.4em;
  }
  .page-vip-club-high-roller-bonuses .bonus-content h3 {
    font-size: 1.6em;
  }
}