.page-da-ga-truc-tiep-thomo-88 {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main - consistent with dark body background */
  background-color: #08160F; /* Background */
  line-height: 1.6;
  font-size: 16px;
}

.page-da-ga-truc-tiep-thomo-88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-da-ga-truc-tiep-thomo-88__section {
  padding: 60px 0;
  text-align: center;
}

.page-da-ga-truc-tiep-thomo-88__section-title {
  font-size: 38px;
  font-weight: 700;
  color: #F2C14E; /* Gold for titles */
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-da-ga-truc-tiep-thomo-88__text-block {
  max-width: 900px;
  margin: 0 auto 20px;
  color: #A7D9B8; /* Text Secondary */
}

/* Hero Section */
.page-da-ga-truc-tiep-thomo-88__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;
  text-align: center;
}

.page-da-ga-truc-tiep-thomo-88__hero-image {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-da-ga-truc-tiep-thomo-88__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-da-ga-truc-tiep-thomo-88__hero-content {
  position: relative; /* Ensure content is on top */
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px 0;
  margin-top: -150px; /* Pull content up over image slightly for design effect, but not overlap text on actual image */
  background: linear-gradient(180deg, rgba(8, 22, 15, 0) 0%, rgba(8, 22, 15, 0.9) 30%, #08160F 100%);
  padding-bottom: 20px;
}

.page-da-ga-truc-tiep-thomo-88__main-title {
  font-size: clamp(32px, 5vw, 56px); /* Responsive font size */
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Glow */
}

.page-da-ga-truc-tiep-thomo-88__hero-description {
  font-size: 19px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga-truc-tiep-thomo-88__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-da-ga-truc-tiep-thomo-88__btn-primary,
.page-da-ga-truc-tiep-thomo-88__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-da-ga-truc-tiep-thomo-88__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-da-ga-truc-tiep-thomo-88__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
  transform: translateY(-2px);
}

.page-da-ga-truc-tiep-thomo-88__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button color for text */
  border: 2px solid #2AD16F; /* Button color for border */
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.2);
}

.page-da-ga-truc-tiep-thomo-88__btn-secondary:hover {
  background: #2AD16F;
  color: #F2FFF6;
  box-shadow: 0 6px 15px rgba(42, 209, 111, 0.4);
  transform: translateY(-2px);
}

/* Image Content Block */
.page-da-ga-truc-tiep-thomo-88__image-content-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-da-ga-truc-tiep-thomo-88__image-content-block--reversed {
  flex-direction: row-reverse;
}

.page-da-ga-truc-tiep-thomo-88__content-image {
  flex: 0 0 50%;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  display: block;
}

.page-da-ga-truc-tiep-thomo-88__text-content {
  flex: 1;
}

.page-da-ga-truc-tiep-thomo-88__text-content p {
  margin-bottom: 15px;
  color: #A7D9B8;
}

.page-da-ga-truc-tiep-thomo-88__text-content a {
  color: #57E38D; /* Glow color for links */
  text-decoration: none;
  font-weight: 600;
}

.page-da-ga-truc-tiep-thomo-88__text-content a:hover {
  text-decoration: underline;
}

.page-da-ga-truc-tiep-thomo-88__btn-full-width {
  width: auto; /* Override min-width for full width */
  margin-top: 20px;
}

/* Promotions Section */
.page-da-ga-truc-tiep-thomo-88__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}