/* style/resources-666-vip-guide.css */
.page-resources-666-vip-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Default background */
}

.page-resources-666-vip-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-666-vip-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-666-vip-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-666-vip-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-666-vip-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-666-vip-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-resources-666-vip-guide__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-666-vip-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-666-vip-guide__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-666-vip-guide__section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  color: inherit; /* Inherit from section for contrast */
  font-weight: bold;
}

.page-resources-666-vip-guide__subsection-title {
  font-size: 1.6em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
  font-weight: bold;
}

.page-resources-666-vip-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-666-vip-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-resources-666-vip-guide__text-block--small {
  font-size: 0.9em;
  margin-top: 10px;
  text-align: center;
}

.page-resources-666-vip-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.page-resources-666-vip-guide__cta-buttons--centered {
  margin-top: 40px;
}