.page-resources-cm88-okvip-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
}

.page-resources-cm88-okvip-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background: linear-gradient(135deg, #26A9E0, #a0dff7);
  color: #ffffff;
}

.page-resources-cm88-okvip-latest-promotions-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-cm88-okvip-latest-promotions-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-cm88-okvip-latest-promotions-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-cm88-okvip-latest-promotions-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-cm88-okvip-latest-promotions-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-resources-cm88-okvip-latest-promotions-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-cm88-okvip-latest-promotions-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-cm88-okvip-latest-promotions-guide__cta-button:hover {
  background: #d46a00; /* Darker shade for hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-cm88-okvip-latest-promotions-guide__section {
  padding: 60px 20px;
}

.page-resources-cm88-okvip-latest-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-cm88-okvip-latest-promotions-guide__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-cm88-okvip-latest-promotions-guide__section-title--white {
  color: #ffffff;
}

.page-resources-cm88-okvip-latest-promotions-guide__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #333333;
}

.page-resources-cm88-okvip-latest-promotions-guide__section-description--white {
  color: #f0f0f0;
}

.page-resources-cm88-okvip-latest-promotions-guide__light-bg {
  background: #ffffff;
  color: #333333;
}

.page-resources-cm88-okvip-latest-promotions-guide__dark-bg {
  background: #26A9E0;
  color: #ffffff;
}

.page-resources-cm88-okvip-latest-promotions-guide__feature-grid, 
.page-resources-cm88-okvip-latest-promotions-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-cm88-okvip-latest-promotions-guide__feature-item,
.page-resources-cm88-okvip-latest-promotions-guide__card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Ensure cards have equal height */
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-cm88-okvip-latest-promotions-guide__card.page-resources-cm88-okvip-latest-promotions-guide__light-bg {
  background: #ffffff;
}

.page-resources-cm88-okvip-latest-promotions-guide__feature-item:hover,
.page-resources-cm88-okvip-latest-promotions-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-cm88-okvip-latest-promotions-guide__feature-title,
.page-resources-cm88-okvip-latest-promotions-guide__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-cm88-okvip-latest-promotions-guide__feature-text,
.page-resources-cm88-okvip-latest-promotions-guide__card-text {
  font-size: 1em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-cm88-okvip-latest-promotions-guide__image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-cm88-okvip-latest-promotions-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto;
}

.page-resources-cm88-okvip-latest-promotions-guide__guide-list,
.page-resources-cm88-okvip-latest-promotions-guide__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}