.page-vip-club {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Text Main */
  background: #140C0C; /* Body Background from shared.css */
}

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

.page-vip-club__section {
  padding: 60px 0;
  position: relative;
}

.page-vip-club__dark-section {
  background: #140C0C; /* Explicitly dark background for sections */
}

.page-vip-club__section-title {
  font-size: 38px;
  font-weight: 700;
  color: #F3C54D; /* Gold */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-vip-club__section-description {
  font-size: 18px;
  color: #FFF1E8; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-vip-club__hero-section {
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #140C0C 0%, #2A1212 100%);
}

.page-vip-club__hero-image {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-vip-club__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Default to cover for desktop */
  max-height: 600px; /* Limit height on desktop */
}

.page-vip-club__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-vip-club__main-title {
  font-size: clamp(32px, 4vw, 56px); /* Use clamp for H1 */
  font-weight: 800;
  color: #F3C54D; /* Gold */
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
}

.page-vip-club__hero-description {
  font-size: 20px;
  color: #FFF1E8; /* Text Main */
  margin-bottom: 40px;
}

.page-vip-club__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%; /* Ensure container takes full width */
  max-width: 600px; /* Limit max width for button group */
  margin: 0 auto;
}

.page-vip-club__btn-primary,
.page-vip-club__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box; /* Include padding in width */
  text-align: center;
  max-width: 100%; /* Ensure button doesn't overflow */
}

.page-vip-club__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Custom button gradient */
  color: #140C0C; /* Dark text for light button */
  border: none;
  box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

.page-vip-club__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 176, 74, 0.6);
}

.page-vip-club__btn-secondary {
  background: transparent;
  color: #FFB04A; /* Gold text for secondary */
  border: 2px solid #FFB04A; /* Gold border */
}

.page-vip-club__btn-secondary:hover {
  background: rgba(255, 176, 74, 0.1);
  color: #F3C54D;
  border-color: #F3C54D;
  transform: translateY(-2px);
}

/* About VIP Section */
.page-vip-club__about-vip .page-vip-club__content-block {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  color: #FFF1E8;
}
.page-vip-club__about-vip p {
  margin-bottom: 20px;
}

/* VIP Tiers Section */
.page-vip-club__vip-tiers {
  background: #2A1212; /* Card BG */
  padding-bottom: 80px;
}

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

.page-vip-club__tier-card {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border color */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #FFF1E8; /* Text Main */
}

.page-vip-club__tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-vip-club__tier-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
}

.page-vip-club__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #F3C54D; /* Gold */
  margin-bottom: 15px;
}

.page-vip-club__card-description {
  font-size: 16px;
  margin-bottom: 20px;
  flex-grow: 1; /* Make description take available space */
}

.page-vip-club__tier-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.page-vip-club__tier-benefits li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #FFF1E8;
  position: relative;
  padding-left: 25px;
}

.page-vip-club__tier-benefits li::before {
  content: '✓';
  color: #FFB04A; /* Gold checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-vip-club__card-button {
  margin-top: auto; /* Push button to bottom */
  display: inline-block;
}

/* Exclusive Privileges Section */
.page-vip-club__exclusive-privileges {
  background: #140C0C; /* Background */
}

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

.page-vip-club__privilege-item {
  background: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border color */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: #FFF1E8;
}

.page-vip-club__privilege-item img {
  width: 100%;
   /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
}

.page-vip-club__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFB04A; /* Gold */
  margin-bottom: 10px;
}

.page-vip-club__item-description {
  font-size: 15px;
  flex-grow: 1;
}

/* How to Join Section */
.page-vip-club__how-to-join {
  background: #2A1212; /* Card BG */
}

.page-vip-club__how-to-join .page-vip-club__content-block {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  color: #FFF1E8;
}

.page-vip-club__join-steps {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-vip-club__join-steps li {
  background: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #FFB04A; /* Gold accent */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #FFF1E8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-vip-club__join-steps li strong {
  color: #F3C54D; /* Gold */
}

.page-vip-club__join-steps li a {
  color: #FFB04A;
  text-decoration: underline;
}

.page-vip-club__cta-buttons--center {
  margin-top: 40px;
}

/* FAQ Section */
.page-vip-club__faq-section {
  background: #140C0C; /* Background */
}

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

details.page-vip-club__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #6A1E1E; /* Border color */
  overflow: hidden;
  background: #2A1212; /* Card BG */
  color: #FFF1E8; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}