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

.page-vip-program-levels-privileges__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-vip-program-levels-privileges__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-vip-program-levels-privileges__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-vip-program-levels-privileges__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-vip-program-levels-privileges__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
}

.page-vip-program-levels-privileges__hero-title {
  font-size: 3.2em;
  color: #FFFF00;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-vip-program-levels-privileges__hero-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-vip-program-levels-privileges__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

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

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

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

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

.page-vip-program-levels-privileges__btn-register {
  background-color: #C30808; /* Specific color for register */
  border-color: #C30808;
  color: #ffffff; /* Ensuring contrast for #C30808 background */
}

.page-vip-program-levels-privileges__btn-register:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-vip-program-levels-privileges__btn-login {
  background-color: #C30808; /* Specific color for login */
  border-color: #C30808;
  color: #ffffff; /* Ensuring contrast for #C30808 background */
}

.page-vip-program-levels-privileges__btn-login:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-vip-program-levels-privileges__section-title {
  font-size: 2.5em;
  color: #FFFF00;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-vip-program-levels-privileges__text-block {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.page-vip-program-levels-privileges__dark-bg {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 0;
}

.page-vip-program-levels-privileges__introduction-section {
  padding-bottom: 60px;
}

.page-vip-program-levels-privileges__levels-section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Slightly lighter dark background for contrast with dark-bg sections */
}

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

.page-vip-program-levels-privileges__level-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-vip-program-levels-privileges__level-card:hover {
  transform: translateY(-10px);
}

.page-vip-program-levels-privileges__level-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-vip-program-levels-privileges__level-title {
  font-size: 1.8em;
  color: #FFFF00;
  margin-bottom: 15px;
}

.page-vip-program-levels-privileges__level-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-vip-program-levels-privileges__level-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-vip-program-levels-privileges__level-features li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFFF00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-vip-program-levels-privileges__note-text {
  font-style: italic;
  margin-top: 40px;
  color: #cccccc;
}

.page-vip-program-levels-privileges__privileges-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-vip-program-levels-privileges__privilege-card {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center;
}

.page-vip-program-levels-privileges__privilege-icon {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-vip-program-levels-privileges__privilege-title {
  font-size: 1.6em;
  color: #FFFF00;
  margin-bottom: 15px;
}

.page-vip-program-levels-privileges__privilege-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-vip-program-levels-privileges__privilege-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFFF00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-vip-program-levels-privileges__maximize-section {
  padding: 60px 0;
  background-color: #0d0d0d;
}

.page-vip-program-levels-privileges__maximize-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-program-levels-privileges__maximize-list li {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #FFFF00;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #ffffff;
}

.page-vip-program-levels-privileges__maximize-list li strong {
  color: #FFFF00;
}

.page-vip-program-levels-privileges__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-vip-program-levels-privileges__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-vip-program-levels-privileges__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFF00;
  cursor: pointer;
  background-color: #017439;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-vip-program-levels-privileges__faq-question::-webkit-details-marker {
  display: none;
}

.page-vip-program-levels-privileges__faq-question::marker {
  display: none;
}

.page-vip-program-levels-privileges__faq-qtext {
  flex-grow: 1;
}

.page-vip-program-levels-privileges__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.page-vip-program-levels-privileges__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1em;
  color: #f0f0f0;
  line-height: 1.6;
}

.page-vip-program-levels-privileges__cta-section {
  padding: 60px 0 80px 0;
  background-color: #0d0d0d;
  text-align: center;
}

.page-vip-program-levels-privileges__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-vip-program-levels-privileges__hero-title {
    font-size: 2.8em;
  }
  .page-vip-program-levels-privileges__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-vip-program-levels-privileges__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-vip-program-levels-privileges__hero-title {
    font-size: 2.2em;
  }
  .page-vip-program-levels-privileges__hero-description {
    font-size: 1em;
  }
  .page-vip-program-levels-privileges__section-title {
    font-size: 1.8em;
    padding-top: 40px;
  }
  .page-vip-program-levels-privileges__text-block {
    font-size: 0.95em;
  }
  .page-vip-program-levels-privileges__level-card,
  .page-vip-program-levels-privileges__privilege-card {
    padding: 20px;
  }
  .page-vip-program-levels-privileges__level-title {
    font-size: 1.6em;
  }
  .page-vip-program-levels-privileges__privilege-title {
    font-size: 1.4em;
  }
  .page-vip-program-levels-privileges__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-vip-program-levels-privileges__faq-answer {
    padding: 10px 20px 15px 20px;
  }
  .page-vip-program-levels-privileges__hero-actions,
  .page-vip-program-levels-privileges__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-vip-program-levels-privileges__btn-primary,
  .page-vip-program-levels-privileges__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-vip-program-levels-privileges img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-vip-program-levels-privileges__section,
  .page-vip-program-levels-privileges__card,
  .page-vip-program-levels-privileges__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-program-levels-privileges__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-vip-program-levels-privileges__cta-button,
  .page-vip-program-levels-privileges__btn-primary,
  .page-vip-program-levels-privileges__btn-secondary,
  .page-vip-program-levels-privileges a[class*="button"],
  .page-vip-program-levels-privileges a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-vip-program-levels-privileges__hero-title {
    font-size: 1.8em;
  }
  .page-vip-program-levels-privileges__section-title {
    font-size: 1.5em;
  }
  .page-vip-program-levels-privileges__hero-section {
    height: 400px;
  }
}