/* style/vip-club-levels-privileges.css */

/* Base Styles */
.page-vip-club-levels-privileges {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css (#0a0a0a) */
}

.page-vip-club-levels-privileges__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-vip-club-levels-privileges__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-vip-club-levels-privileges__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-vip-club-levels-privileges__subtitle {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.page-vip-club-levels-privileges__btn-primary,
.page-vip-club-levels-privileges__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-vip-club-levels-privileges__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-vip-club-levels-privileges__btn-primary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-vip-club-levels-privileges__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-vip-club-levels-privileges__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-vip-club-levels-privileges__dark-section {
  background-color: #0d0d0d; /* Slightly lighter than body bg for visual separation */
  color: #ffffff;
  padding: 80px 0;
}

.page-vip-club-levels-privileges__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
  padding: 80px 0;
}

/* Hero Section */
.page-vip-club-levels-privileges__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('[GALLERY:bg_hero:1920x1080:abstract_dark_green_pattern,luxury,online_betting,bj88 đá gà]') no-repeat center center/cover;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.page-vip-club-levels-privileges__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-vip-club-levels-privileges__main-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-vip-club-levels-privileges__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-vip-club-levels-privileges__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-vip-club-levels-privileges__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-vip-club-levels-privileges__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

/* Benefits Section */
.page-vip-club-levels-privileges__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-vip-club-levels-privileges__benefit-card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white for dark background */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  height: 100%; /* Ensure cards have equal height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-vip-club-levels-privileges__benefit-card:hover {
  transform: translateY(-10px);
  background-color: rgba(1, 116, 57, 0.7); /* Brand color on hover */
}

.page-vip-club-levels-privileges__benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.page-vip-club-levels-privileges__card-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-club-levels-privileges__card-text {
  font-size: 1em;
  color: #f0f0f0;
  flex-grow: 1;
}

/* Levels Section */
.page-vip-club-levels-privileges__levels-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.page-vip-club-levels-privileges__level-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-vip-club-levels-privileges__level-card:hover {
  transform: scale(1.03);
  border-color: #017439;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-vip-club-levels-privileges__level-badge {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 15px auto;
  display: block;
}

.page-vip-club-levels-privileges__level-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-vip-club-levels-privileges__level-bronze .page-vip-club-levels-privileges__level-title { color: #cd7f32; }
.page-vip-club-levels-privileges__level-silver .page-vip-club-levels-privileges__level-title { color: #c0c0c0; }
.page-vip-club-levels-privileges__level-gold .page-vip-club-levels-privileges__level-title { color: #ffd700; }
.page-vip-club-levels-privileges__level-platinum .page-vip-club-levels-privileges__level-title { color: #e5e4e2; }
.page-vip-club-levels-privileges__level-diamond .page-vip-club-levels-privileges__level-title { color: #b9f2ff; }
.page-vip-club-levels-privileges__level-royal .page-vip-club-levels-privileges__level-title { color: #8a2be2; }

.page-vip-club-levels-privileges__level-text {
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-vip-club-levels-privileges__table-wrapper {
  margin-top: 60px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-vip-club-levels-privileges__levels-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.page-vip-club-levels-privileges__levels-table th,
.page-vip-club-levels-privileges__levels-table td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  text-align: center;
  white-space: nowrap;
}

.page-vip-club-levels-privileges__levels-table th {
  background-color: #017439;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.page-vip-club-levels-privileges__levels-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03);
}

.page-vip-club-levels-privileges__upgrade-cta {
  text-align: center;
  margin-top: 50px;
}

.page-vip-club-levels-privileges__upgrade-cta p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Join Section */
.page-vip-club-levels-privileges__join-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}}