/* style/vip-services-how-to-join.css */
.page-vip-services-how-to-join {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-vip-services-how-to-join__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-vip-services-how-to-join__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475e 100%);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-vip-services-how-to-join__title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-vip-services-how-to-join__subtitle {
  font-size: 1.5em;
  color: #e5dfd3;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-services-how-to-join__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-vip-services-how-to-join__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-vip-services-how-to-join__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-vip-services-how-to-join__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-vip-services-how-to-join__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-vip-services-how-to-join__hero-image {
  max-width: 90%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-vip-services-how-to-join__section {
  padding: 80px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-vip-services-how-to-join__section--alt {
  background-color: #2a3342; /* Slightly lighter dark background */
}

.page-vip-services-how-to-join__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-vip-services-how-to-join__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-vip-services-how-to-join__sub-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-vip-services-how-to-join__text {
  font-size: 1.15em;
  color: #e5dfd3;
  margin-bottom: 20px;
}

.page-vip-services-how-to-join__text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-vip-services-how-to-join__text-link:hover {
  text-decoration: underline;
}

.page-vip-services-how-to-join__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-vip-services-how-to-join__list li {
  background-color: #2a3342;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #e5dfd3;
}

.page-vip-services-how-to-join__list-highlight {
  color: #FFD700;
  margin-right: 8px;
}

.page-vip-services-how-to-join__list--icon li {
  background-color: #1A202C;
  border: 1px solid #FFD700;
}

.page-vip-services-how-to-join__icon {
  font-size: 1.5em;
  color: #FFD700;
  margin-right: 15px;
}

/* Icons for list items (example, assuming font-awesome or similar) */
.page-vip-services-how-to-join__icon--deposit::before { content: '💰'; /* Placeholder for icon */ }
.page-vip-services-how-to-join__icon--play::before { content: '🎮'; /* Placeholder for icon */ }
.page-vip-services-how-to-join__icon--strategy::before { content: '🧠'; /* Placeholder for icon */ }
.page-vip-services-how-to-join__icon--promotion::before { content: '🎁'; /* Placeholder for icon */ }
.page-vip-services-how-to-join__icon--support::before { content: '💬'; /* Placeholder for icon */ }

.page-vip-services-how-to-join__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-vip-services-how-to-join__ordered-list li {
  font-size: 1.1em;
  color: #e5dfd3;
  margin-bottom: 10px;
}

.page-vip-services-how-to-join__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-vip-services-how-to-join__image--right {
  float: right;
  width: 45%;
  margin-left: 30px;
}

.page-vip-services-how-to-join__image--left {
  float: left;
  width: 45%;
  margin-right: 30px;
}

.page-vip-services-how-to-join__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.page-vip-services-how-to-join__image--full-width {
  width: 100%;
}

/* Steps Grid */
.page-vip-services-how-to-join__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-vip-services-how-to-join__step-item {
  background-color: #2a3342;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  position: relative;
}

.page-vip-services-how-to-join__step-item:hover {
  transform: translateY(-10px);
}

.page-vip-services-how-to-join__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #1A202C;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-vip-services-how-to-join__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-vip-services-how-to-join__step-text {
  font-size: 1.05em;
  color: #e5dfd3;
}

/* VIP Table */
.page-vip-services-how-to-join__table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-vip-services-how-to-join__vip-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* Ensure table is wide enough on smaller screens */
}

.page-vip-services-how-to-join__vip-table th,
.page-vip-services-how-to-join__vip-table td {
  padding: 15px;
  border: 1px solid #3a475e;
  text-align: center;
  font-size: 1.05em;
}

.page-vip-services-how-to-join__vip-table th {
  background-color: #FFD700;
  color: #1A202C;
  font-weight: bold;
  text-transform: uppercase;
}

.page-vip-services-how-to-join__vip-table tr:nth-child(even) {
  background-color: #2a3342;
}

.page-vip-services-how-to-join__vip-table tr:nth-child(odd) {
  background-color: #1A202C;
}

.page-vip-services-how-to-join__vip-table td {
  color: #e5dfd3;
}

/* CTA Section */
.page-vip-services-how-to-join__section--cta {
  background: #1A202C;
  padding: 60px 0;
  text-align: center;
}

.page-vip-services-how-to-join__container--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-vip-services-how-to-join__cta-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-vip-services-how-to-join__cta-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-vip-services-how-to-join__section--faq {
  background-color: #2a3342;
}

.page-vip-services-how-to-join__faq-item {
  background-color: #1A202C;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-vip-services-how-to-join__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-vip-services-how-to-join__faq-answer {
  font-size: 1.1em;
  color: #e5dfd3;
}

/* Floating Ad */
.page-vip-services-how-to-join__floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  background-color: #FFD700;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
  display: none; /* Hidden by default, shown by JS */
}

.page-vip-services-how-to-join__floating-ad a {
  display: block;
  text-decoration: none;
  color: #1A202C;
}

.page-vip-services-how-to-join__floating-ad-image {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page-vip-services-how-to-join__floating-ad-text {
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  background-color: #FFD700;
  color: #1A202C;
}

.page-vip-services-how-to-join__floating-ad-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.8em;
  color: #1A202C;
  cursor: pointer;
  line-height: 1;
  padding: 0 5px;
}

.page-vip-services-how-to-join__floating-ad-close:hover {
  color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-vip-services-how-to-join__title {
    font-size: 2.8em;
  }
  .page-vip-services-how-to-join__subtitle {
    font-size: 1.3em;
  }
  .page-vip-services-how-to-join__section-title {
    font-size: 2.2em;
  }
  .page-vip-services-how-to-join__sub-title {
    font-size: 1.8em;
  }
  .page-vip-services-how-to-join__image--right,
  .page-vip-services-how-to-join__image--left {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
  .page-vip-services-how-to-join__image--center {
    width: 90%;
  }
  .page-vip-services-how-to-join__container--flex {
    flex-direction: column;
  }
  .page-vip-services-how-to-join__cta-content {
    text-align: center;
  }
  .page-vip-services-how-to-join__floating-ad {
    width: 250px;
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .page-vip-services-how-to-join__hero {
    padding: 80px 0 40px;
  }
  .page-vip-services-how-to-join__title {
    font-size: 2.2em;
  }
  .page-vip-services-how-to-join__subtitle {
    font-size: 1.1em;
  }
  .page-vip-services-how-to-join__section {
    padding: 60px 0;
  }
  .page-vip-services-how-to-join__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-vip-services-how-to-join__sub-title {
    font-size: 1.5em;
  }
  .page-vip-services-how-to-join__text,
  .page-vip-services-how-to-join__list li,
  .page-vip-services-how-to-join__ordered-list li,
  .page-vip-services-how-to-join__step-text,
  .page-vip-services-how-to-join__vip-table th,
  .page-vip-services-how-to-join__vip-table td,
  .page-vip-services-how-to-join__faq-answer {
    font-size: 1em;
  }
  .page-vip-services-how-to-join__step-item {
    padding: 20px;
  }
  .page-vip-services-how-to-join__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }
  .page-vip-services-how-to-join__step-title {
    font-size: 1.4em;
  }
  .page-vip-services-how-to-join__faq-question {
    font-size: 1.2em;
  }
  .page-vip-services-how-to-join__floating-ad {
    width: 200px;
    bottom: 10px;
    right: 10px;
  }
  .page-vip-services-how-to-join__floating-ad-text {
    font-size: 0.9em;
    padding: 10px;
  }
  .page-vip-services-how-to-join__floating-ad-close {
    font-size: 1.5em;
    top: 2px;
    right: 5px;
  }
}

@media (max-width: 480px) {
  .page-vip-services-how-to-join__title {
    font-size: 1.8em;
  }
  .page-vip-services-how-to-join__subtitle {
    font-size: 0.9em;
  }
  .page-vip-services-how-to-join__section-title {
    font-size: 1.5em;
  }
  .page-vip-services-how-to-join__sub-title {
    font-size: 1.3em;
  }
  .page-vip-services-how-to-join__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-vip-services-how-to-join__vip-table {
    min-width: 500px;
  }
}