.page-vip-program-levels-intro {
  font-family: 'Arial', sans-serif;
  color: #0A192F;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-vip-program-levels-intro__hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #FFFFFF;
  background: linear-gradient(135deg, #0A192F 0%, #304360 100%); /* Darker gradient for text contrast */
}

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

.page-vip-program-levels-intro__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(10, 25, 47, 0.7);
  border-radius: 10px;
}

.page-vip-program-levels-intro__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-vip-program-levels-intro__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-vip-program-levels-intro__hero-button {
  display: inline-block;
  background-color: #E0B400;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-vip-program-levels-intro__hero-button:hover {
  background-color: #f2c730;
  transform: translateY(-3px);
}

.page-vip-program-levels-intro__section {
  padding: 60px 0;
}

.page-vip-program-levels-intro__section:nth-of-type(even) {
  background-color: #e9e9e9;
}

.page-vip-program-levels-intro__section-title {
  font-size: 2.5em;
  color: #0A192F;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-vip-program-levels-intro__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B400;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-vip-program-levels-intro__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-vip-program-levels-intro__text-block strong {
  color: #0A192F;
}

.page-vip-program-levels-intro__vip-levels {
  background-color: #0A192F;
  color: #f0f0f0;
}

.page-vip-program-levels-intro__vip-levels .page-vip-program-levels-intro__section-title {
  color: #E0B400;
}

.page-vip-program-levels-intro__vip-levels .page-vip-program-levels-intro__text-block {
  color: #cccccc;
}

.page-vip-program-levels-intro__vip-levels .page-vip-program-levels-intro__section-title::after {
  background-color: #f2c730;
}

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

.page-vip-program-levels-intro__level-card {
  background-color: #1a2c42; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #E0B400;
}

.page-vip-program-levels-intro__level-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-vip-program-levels-intro__level-title {
  font-size: 1.8em;
  color: #E0B400;
  margin-bottom: 15px;
  position: relative;
}

.page-vip-program-levels-intro__level-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #f2c730;
  margin: 10px auto 0;
  border-radius: 1.5px;
}

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

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

.page-vip-program-levels-intro__level-benefits 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="%23E0B400"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-vip-program-levels-intro__exclusive-benefits .page-vip-program-levels-intro__section-title {
  color: #0A192F;
}

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

.page-vip-program-levels-intro__benefit-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-vip-program-levels-intro__benefit-item:hover {
  transform: translateY(-5px);
}

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

.page-vip-program-levels-intro__benefit-description {
  font-size: 1em;
  color: #333333;
  text-align: justify;
}

.page-vip-program-levels-intro__benefit-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-vip-program-levels-intro__upgrade-guide {
  background-color: #f0f0f0;
}

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

.page-vip-program-levels-intro__step-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-vip-program-levels-intro__step-title {
  font-size: 1.5em;
  color: #0A192F;
  margin-bottom: 10px;
}

.page-vip-program-levels-intro__step-description {
  font-size: 0.95em;
  color: #555555;
}

.page-vip-program-levels-intro__guide-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-vip-program-levels-intro__responsible-gaming {
  background-color: #0A192F;
  color: #f0f0f0;
}

.page-vip-program-levels-intro__responsible-gaming .page-vip-program-levels-intro__section-title {
  color: #E0B400;
}

.page-vip-program-levels-intro__responsible-gaming .page-vip-program-levels-intro__section-title::after {
  background-color: #f2c730;
}

.page-vip-program-levels-intro__responsible-gaming .page-vip-program-levels-intro__text-block {
  color: #cccccc;
}

.page-vip-program-levels-intro__responsible-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-vip-program-levels-intro__responsible-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="%23E0B400"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #ffffff;
}

.page-vip-program-levels-intro__responsible-list li strong {
  color: #E0B400;
}

.page-vip-program-levels-intro__cta {
  background: linear-gradient(90deg, #0A192F, #304360);
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

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

.page-vip-program-levels-intro__cta-content {
  position: relative;
  z-index: 1;
}

.page-vip-program-levels-intro__cta-title {
  font-size: 2.8em;
  color: #E0B400;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-vip-program-levels-intro__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-vip-program-levels-intro__cta-buttons .page-vip-program-levels-intro__cta-button {
  display: inline-block;
  background-color: #E0B400;
  color: #0A192F;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-vip-program-levels-intro__cta-buttons .page-vip-program-levels-intro__cta-button:hover {
  background-color: #f2c730;
  transform: translateY(-3px);
}

.page-vip-program-levels-intro__cta-buttons .page-vip-program-levels-intro__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #E0B400;
  color: #E0B400;
}

.page-vip-program-levels-intro__cta-buttons .page-vip-program-levels-intro__cta-button--secondary:hover {
  background-color: #E0B400;
  color: #0A192F;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-vip-program-levels-intro__hero-title {
    font-size: 2.8em;
  }
  .page-vip-program-levels-intro__hero-subtitle {
    font-size: 1.2em;
  }
  .page-vip-program-levels-intro__section-title {
    font-size: 2em;
  }
  .page-vip-program-levels-intro__benefits-list {
    grid-template-columns: 1fr;
  }
  .page-vip-program-levels-intro__level-grid {
    grid-template-columns: 1fr;
  }
  .page-vip-program-levels-intro__cta-title {
    font-size: 2.2em;
  }
  .page-vip-program-levels-intro__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-vip-program-levels-intro__hero {
    height: 500px;
  }
  .page-vip-program-levels-intro__hero-title {
    font-size: 2.2em;
  }
  .page-vip-program-levels-intro__hero-subtitle {
    font-size: 1em;
  }
  .page-vip-program-levels-intro__hero-content {
    padding: 15px;
  }
  .page-vip-program-levels-intro__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-vip-program-levels-intro__section {
    padding: 40px 0;
  }
  .page-vip-program-levels-intro__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-vip-program-levels-intro__cta-title {
    font-size: 1.8em;
  }
  .page-vip-program-levels-intro__cta-buttons .page-vip-program-levels-intro__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    margin: 5px;
  }
  .page-vip-program-levels-intro__cta-buttons {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-vip-program-levels-intro__hero {
    height: 400px;
  }
  .page-vip-program-levels-intro__hero-title {
    font-size: 1.8em;
  }
  .page-vip-program-levels-intro__hero-subtitle {
    font-size: 0.9em;
  }
  .page-vip-program-levels-intro__section-title {
    font-size: 1.5em;
  }
  .page-vip-program-levels-intro__level-card {
    padding: 20px;
  }
  .page-vip-program-levels-intro__benefit-item {
    padding: 20px;
  }
  .page-vip-program-levels-intro__cta-title {
    font-size: 1.5em;
  }
  .page-vip-program-levels-intro__cta-buttons .page-vip-program-levels-intro__cta-button {
    width: 90%;
    margin: 10px 0;
  }
}