/* Base styles for the page-khuyen-mai-chi-tiet-cac-chuong-trinh */
.page-khuyen-mai-chi-tiet-cac-chuong-trinh {
  color: var(--Text-Main); /* #F3F8FF for dark body background */
  background-color: var(--Deep-Navy); /* #08162B from shared.css */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* General padding to ensure footer isn't too close */
}

/* Hero Section */
.page-khuyen-mai-chi-tiet-cac-chuong-trinh__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--Card-BG);
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__hero-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover for desktop */
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__main-title {
  font-size: clamp(28px, 4vw, 48px); /* H1 font-size clamp */
  color: var(--Gold); /* #F2C14E */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__intro-text {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--Text-Secondary); /* #AFC4E8 */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General Section Styles */
.page-khuyen-mai-chi-tiet-cac-chuong-trinh__section {
  padding: 60px 0;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__section--dark {
  background-color: var(--Card-BG); /* #10233F */
  color: var(--Text-Main); /* #F3F8FF */
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__section-title {
  font-size: clamp(24px, 3vw, 40px);
  color: var(--Gold); /* #F2C14E */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-khuyen-mai-chi-tiet-cac-chuong-trinh__text-block {
  font-size: 18px;
  color: var(--Text-Secondary); /* #AFC4E8 */
  margin-bottom: 20px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}