.page-blog-khuyen-mai-da88-moi-nhat {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--background, #08160F); /* Page background from custom palette */
}

.page-blog-khuyen-mai-da88-moi-nhat__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: var(--background, #08160F); /* Ensure hero background matches page */
}

.page-blog-khuyen-mai-da88-moi-nhat__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 20px;
}

.page-blog-khuyen-mai-da88-moi-nhat__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: var(--text-main, #F2FFF6); /* Light text on dark background */
}

.page-blog-khuyen-mai-da88-moi-nhat__hero-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Use clamp for H1 font-size */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--glow, #57E38D); /* Highlight with glow color */
}

.page-blog-khuyen-mai-da88-moi-nhat__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-khuyen-mai-da88-moi-nhat__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}