/* Base Styles for page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88 */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color, #FFF6D6); /* Default text color from custom palette */
  background-color: var(--background-color, #0A0A0A); /* Default background from custom palette */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-main-color, #FFF6D6);
  line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section-description {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-main-color, #FFF6D6);
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color, #0A0A0A);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__hero-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__main-title {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
  font-size: clamp(32px, 5vw, 48px); /* Responsive H1 font size */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__hero-description {
  font-size: 19px;
  margin-bottom: 40px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-secondary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  border: none;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-secondary {
  background: transparent;
  color: #FFF6D6; /* Text Main */
  border: 2px solid #F2C14E; /* Main Color */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-secondary:hover {
  background: #F2C14E; /* Main Color */
  color: #111111; /* Dark text */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__btn-large {
  padding: 18px 40px;
  font-size: 20px;
}

/* Dark Background Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__dark-bg {
  background-color: var(--card-bg-color, #111111); /* Card BG from custom palette */
  color: var(--text-main-color, #FFF6D6);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__dark-bg .page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section-description,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__dark-bg .page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section-title {
  color: var(--text-main-color, #FFF6D6);
}

/* Light Background Section (simulated, using default body text color) */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__light-bg {
  background-color: #f9f9f9;
  color: #333333; /* Dark text for light background */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__light-bg .page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section-description,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__light-bg .page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__section-title {
  color: #333333;
}

/* Promo Grid */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__promo-card {
  background: var(--card-bg-color, #111111);
  border: 1px solid var(--border-color, #3A2A12);
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__promo-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 25px;
  color: var(--text-main-color, #FFF6D6);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__card-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 0 25px;
  color: #ccc;
  flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-thabet88__card-button {
  margin: 0 25px;
  align-self: flex-start;
}