.page-go8-exclusive-benefits-vip-tiers {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A1A2E; /* Dark background */
  line-height: 1.6;
}

.page-go8-exclusive-benefits-vip-tiers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-go8-exclusive-benefits-vip-tiers__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #E3B505 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-go8-exclusive-benefits-vip-tiers__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric_pattern,dark_blue,gold_accents]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-go8-exclusive-benefits-vip-tiers__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E3B505; /* Highlight color for title */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-go8-exclusive-benefits-vip-tiers__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.page-go8-exclusive-benefits-vip-tiers__cta-button {
  display: inline-block;
  background-color: #E3B505;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(227, 181, 5, 0.4);
  position: relative;
  z-index: 1;
}

.page-go8-exclusive-benefits-vip-tiers__cta-button:hover {
  background-color: #f5db9c;
  transform: translateY(-3px);
}

.page-go8-exclusive-benefits-vip-tiers__section-title {
  font-size: 2.8em;
  color: #E3B505;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.page-go8-exclusive-benefits-vip-tiers__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0A2463;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-go8-exclusive-benefits-vip-tiers__intro-section, 
.page-go8-exclusive-benefits-vip-tiers__vip-levels-section, 
.page-go8-exclusive-benefits-vip-tiers__promotion-conditions, 
.page-go8-exclusive-benefits-vip-tiers__benefits-table-section, 
.page-go8-exclusive-benefits-vip-tiers__faq-section, 
.page-go8-exclusive-benefits-vip-tiers__cta-bottom-section {
  padding: 60px 0;
  background-color: #1A1A2E;
}

.page-go8-exclusive-benefits-vip-tiers__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #E0E0E0;
}

.page-go8-exclusive-benefits-vip-tiers__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-go8-exclusive-benefits-vip-tiers__level-card {
  background-color: #0A2463;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid #E3B505;
}

.page-go8-exclusive-benefits-vip-tiers__level-card:hover {
  transform: translateY(-10px);
  background-color: #1a3a7a;
}

.page-go8-exclusive-benefits-vip-tiers__level-card h3 {
  color: #E3B505;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-go8-exclusive-benefits-vip-tiers__level-card p {
  color: #CCCCCC;
  margin-bottom: 20px;
}

.page-go8-exclusive-benefits-vip-tiers__level-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-go8-exclusive-benefits-vip-tiers__level-card ul li {
  color: #F0F0F0;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  text-align: left;
}

.page-go8-exclusive-benefits-vip-tiers__level-card ul li::before {
  content: '✔';
  color: #E3B505;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-go8-exclusive-benefits-vip-tiers__conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-go8-exclusive-benefits-vip-tiers__condition-item {
  background-color: #0A2463;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #E3B505;
}

.page-go8-exclusive-benefits-vip-tiers__condition-item h3 {
  color: #E3B505;
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-go8-exclusive-benefits-vip-tiers__condition-item p {
  color: #CCCCCC;
  font-size: 1em;
}

.page-go8-exclusive-benefits-vip-tiers__icon {
  width: 60px;
  height: 60px;
  filter: invert(80%) sepia(90%) saturate(600%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint for icons */
}

.page-go8-exclusive-benefits-vip-tiers__cta-button--small {
  font-size: 1em;
  padding: 12px 25px;
  margin-top: 30px;
}

.page-go8-exclusive-benefits-vip-tiers__table-wrapper {
  overflow-x: auto;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-go8-exclusive-benefits-vip-tiers__vip-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* Ensure table is readable on smaller screens */
}

.page-go8-exclusive-benefits-vip-tiers__vip-table th, 
.page-go8-exclusive-benefits-vip-tiers__vip-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #2B3D6B;
}

.page-go8-exclusive-benefits-vip-tiers__vip-table th {
  background-color: #0A2463;
  color: #E3B505;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}

.page-go8-exclusive-benefits-vip-tiers__vip-table tr:nth-child(even) {
  background-color: #1A1A2E;
}

.page-go8-exclusive-benefits-vip-tiers__vip-table tr:nth-child(odd) {
  background-color: #25253F;
}

.page-go8-exclusive-benefits-vip-tiers__vip-table td {
  color: #F0F0F0;
}

.page-go8-exclusive-benefits-vip-tiers__vip-table td:first-child {
  font-weight: bold;
  color: #E3B505;
}

.page-go8-exclusive-benefits-vip-tiers__faq-section {
  background-color: #1A1A2E;
}

.page-go8-exclusive-benefits-vip-tiers__faq-item {
  background-color: #0A2463;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #E3B505;
}

.page-go8-exclusive-benefits-vip-tiers__faq-item h3 {
  color: #E3B505;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-go8-exclusive-benefits-vip-tiers__faq-item p {
  color: #CCCCCC;
  font-size: 1.05em;
}

.page-go8-exclusive-benefits-vip-tiers__cta-bottom-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-go8-exclusive-benefits-vip-tiers__cta-bottom-section .page-go8-exclusive-benefits-vip-tiers__section-title {
  color: #E3B505;
}

.page-go8-exclusive-benefits-vip-tiers__cta-bottom-section .page-go8-exclusive-benefits-vip-tiers__text-content {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-go8-exclusive-benefits-vip-tiers__cta-bottom-section .page-go8-exclusive-benefits-vip-tiers__cta-button {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-go8-exclusive-benefits-vip-tiers .highlight {
  color: #E3B505;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-go8-exclusive-benefits-vip-tiers__hero-title {
    font-size: 2.8em;
  }
  .page-go8-exclusive-benefits-vip-tiers__hero-subtitle {
    font-size: 1.3em;
  }
  .page-go8-exclusive-benefits-vip-tiers__section-title {
    font-size: 2.2em;
  }
  .page-go8-exclusive-benefits-vip-tiers__level-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-go8-exclusive-benefits-vip-tiers__conditions-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-go8-exclusive-benefits-vip-tiers__hero-section {
    padding: 80px 0;
  }
  .page-go8-exclusive-benefits-vip-tiers__hero-title {
    font-size: 2.2em;
  }
  .page-go8-exclusive-benefits-vip-tiers__hero-subtitle {
    font-size: 1.1em;
  }
  .page-go8-exclusive-benefits-vip-tiers__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-go8-exclusive-benefits-vip-tiers__section-title {
    font-size: 1.8em;
  }
  .page-go8-exclusive-benefits-vip-tiers__intro-section, 
  .page-go8-exclusive-benefits-vip-tiers__vip-levels-section, 
  .page-go8-exclusive-benefits-vip-tiers__promotion-conditions, 
  .page-go8-exclusive-benefits-vip-tiers__benefits-table-section, 
  .page-go8-exclusive-benefits-vip-tiers__faq-section, 
  .page-go8-exclusive-benefits-vip-tiers__cta-bottom-section {
    padding: 40px 0;
  }
  .page-go8-exclusive-benefits-vip-tiers__text-content {
    font-size: 1em;
  }
  .page-go8-exclusive-benefits-vip-tiers__vip-table th, 
  .page-go8-exclusive-benefits-vip-tiers__vip-table td {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .page-go8-exclusive-benefits-vip-tiers__hero-title {
    font-size: 1.8em;
  }
  .page-go8-exclusive-benefits-vip-tiers__hero-subtitle {
    font-size: 1em;
  }
  .page-go8-exclusive-benefits-vip-tiers__section-title {
    font-size: 1.5em;
  }
  .page-go8-exclusive-benefits-vip-tiers__level-cards,
  .page-go8-exclusive-benefits-vip-tiers__conditions-grid {
    grid-template-columns: 1fr;
  }
  .page-go8-exclusive-benefits-vip-tiers__cta-button {
    width: 100%;
    box-sizing: border-box;
  }
}