.page-resources-lc88-gaming-features {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  background-color: #0A2239; /* Main dark blue background */
}

.page-resources-lc88-gaming-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-lc88-gaming-features__hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1A3C58 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero titles */
}

.page-resources-lc88-gaming-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-lc88-gaming-features__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

.page-resources-lc88-gaming-features__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
  position: relative;
}

.page-resources-lc88-gaming-features__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-lc88-gaming-features__content-section {
  padding: 80px 0;
}

.page-resources-lc88-gaming-features__section--light {
  background-color: #1A3C58;
  color: #E0E0E0;
}

.page-resources-lc88-gaming-features__section--dark {
  background-color: #0A2239;
  color: #F0F0F0;
}

.page-resources-lc88-gaming-features__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
}

.page-resources-lc88-gaming-features__text-block p {
  margin-bottom: 1.5em;
}

.page-resources-lc88-gaming-features__feature-grid, 
.page-resources-lc88-gaming-features__game-categories, 
.page-resources-lc88-gaming-features__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.page-resources-lc88-gaming-features__feature-item,
.page-resources-lc88-gaming-features__category-item,
.page-resources-lc88-gaming-features__promo-item {
  background-color: #1A3C58; /* Slightly lighter dark blue for cards */
  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;
}

.page-resources-lc88-gaming-features__feature-item:hover,
.page-resources-lc88-gaming-features__category-item:hover,
.page-resources-lc88-gaming-features__promo-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-lc88-gaming-features__feature-image,
.page-resources-lc88-gaming-features__category-image,
.page-resources-lc88-gaming-features__promo-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-resources-lc88-gaming-features__feature-heading,
.page-resources-lc88-gaming-features__category-heading,
.page-resources-lc88-gaming-features__promo-heading {
  font-size: 1.6em;
  color: #FFD700; /* Gold for subheadings */
  margin-bottom: 15px;
}

.page-resources-lc88-gaming-features__feature-item p,
.page-resources-lc88-gaming-features__category-item p,
.page-resources-lc88-gaming-features__promo-item p {
  font-size: 1em;
  line-height: 1.7;
  color: #C0C0C0;
}

.page-resources-lc88-gaming-features__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
}

.page-resources-lc88-gaming-features__btn--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #0A2239;
}

.page-resources-lc88-gaming-features__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-resources-lc88-gaming-features__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-lc88-gaming-features__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-3px);
}

.page-resources-lc88-gaming-features__cta-block {
  text-align: center;
  margin-top: 50px;
}

.page-resources-lc88-gaming-features__cta-final {
  background: linear-gradient(45deg, #0A2239, #2A4C6B);
  padding: 80px 0;
  text-align: center;
  color: #F0F0F0;
}

.page-resources-lc88-gaming-features__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-lc88-gaming-features__cta-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-lc88-gaming-features__cta-buttons .page-resources-lc88-gaming-features__btn {
  margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-lc88-gaming-features__hero-title {
    font-size: 2.5em;
  }

  .page-resources-lc88-gaming-features__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-lc88-gaming-features__section-title {
    font-size: 2em;
  }

  .page-resources-lc88-gaming-features__feature-grid,
  .page-resources-lc88-gaming-features__game-categories,
  .page-resources-lc88-gaming-features__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-lc88-gaming-features__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  
  .page-resources-lc88-gaming-features__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-lc88-gaming-features__cta-title {
    font-size: 2em;
  }

  .page-resources-lc88-gaming-features__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-lc88-gaming-features__hero-section,
  .page-resources-lc88-gaming-features__content-section,
  .page-resources-lc88-gaming-features__cta-final {
    padding: 60px 0;
  }

  .page-resources-lc88-gaming-features__hero-title {
    font-size: 2em;
  }

  .page-resources-lc88-gaming-features__btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-lc88-gaming-features__cta-buttons .page-resources-lc88-gaming-features__btn {
    margin: 0 0 15px 0;
  }
}