.page-index-k88-highlights {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-index-k88-highlights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-k88-highlights__hero {
  background: linear-gradient(135deg, #0A2463 0%, #304C92 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-k88-highlights__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
}

.page-index-k88-highlights__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-index-k88-highlights__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-k88-highlights__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-k88-highlights__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0A2463; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-index-k88-highlights__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-k88-highlights__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-index-k88-highlights__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-index-k88-highlights__section {
  padding: 60px 0;
}

.page-index-k88-highlights__section--intro {
  background-color: #ffffff;
}

.page-index-k88-highlights__section--features {
  background-color: #f0f2f5;
}

.page-index-k88-highlights__section--why-choose {
  background-color: #ffffff;
}

.page-index-k88-highlights__section--cta {
  background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%); /* Gold gradient */
  color: #0A2463; /* Dark blue text */
  text-align: center;
  padding: 80px 0;
}

.page-index-k88-highlights__section--conclusion {
  background-color: #f8f9fa;
}

.page-index-k88-highlights__section-title {
  font-size: 2.5em;
  color: #0A2463; /* Dark blue */
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-k88-highlights__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-index-k88-highlights__text-block {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 25px;
  text-align: justify;
}

.page-index-k88-highlights__image-full-width {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-k88-highlights__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-k88-highlights__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-k88-highlights__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-k88-highlights__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
}

.page-index-k88-highlights__feature-title {
  font-size: 1.6em;
  color: #0A2463; /* Dark blue */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-k88-highlights__feature-description {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
  text-align: justify;
}

.page-index-k88-highlights__why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-k88-highlights__why-choose-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  border-left: 5px solid #0A2463; /* Dark blue accent */
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.page-index-k88-highlights__why-choose-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-index-k88-highlights__why-choose-description {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}

.page-index-k88-highlights__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #0A2463; /* Dark blue */
  font-weight: bold;
}

.page-index-k88-highlights__cta-description {
  font-size: 1.3em;
  max-width: 700px;
  margin: 0 auto 40px auto;
  color: #0A2463;
}

.page-index-k88-highlights__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-k88-highlights__hero-title {
    font-size: 2.5em;
  }
  .page-index-k88-highlights__hero-description {
    font-size: 1em;
  }
  .page-index-k88-highlights__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-k88-highlights__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-k88-highlights__section-title {
    font-size: 2em;
  }
  .page-index-k88-highlights__feature-grid, .page-index-k88-highlights__why-choose-grid {
    grid-template-columns: 1fr;
  }
  .page-index-k88-highlights__cta-title {
    font-size: 2.2em;
  }
  .page-index-k88-highlights__cta-description {
    font-size: 1.1em;
  }
  .page-index-k88-highlights__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-k88-highlights__hero-title {
    font-size: 2em;
  }
  .page-index-k88-highlights__section-title {
    font-size: 1.8em;
  }
  .page-index-k88-highlights__btn {
    width: 90%;
  }
  .page-index-k88-highlights__cta-title {
    font-size: 1.8em;
  }
}