.page-promotions-terms-and-conditions {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

.page-promotions-terms-and-conditions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-terms-and-conditions__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3A3F47 100%); /* Dark gradient */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero title */
  border-bottom: 2px solid #FFD700; /* Gold accent line */
}

.page-promotions-terms-and-conditions__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-promotions-terms-and-conditions__title .highlight {
  color: #E0E0E0;
}

.page-promotions-terms-and-conditions__subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #B0B0B0; /* Slightly lighter gray for subtitle */
}

.page-promotions-terms-and-conditions__btn-primary {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-terms-and-conditions__btn-primary:hover {
  background-color: #E5C100; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-promotions-terms-and-conditions__content-section {
  padding: 60px 0;
}

.page-promotions-terms-and-conditions__heading-2 {
  font-size: 2.2em;
  color: #FFD700; /* Gold for main headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-promotions-terms-and-conditions__heading-3 {
  font-size: 1.8em;
  color: #E0E0E0; /* Light gray for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-terms-and-conditions__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #B0B0B0; /* Slightly lighter gray for paragraph text */
}

.page-promotions-terms-and-conditions__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #B0B0B0;
}

.page-promotions-terms-and-conditions__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-promotions-terms-and-conditions__list-item-title {
  font-weight: bold;
  color: #FFD700; /* Gold for list item titles */
}

.page-promotions-terms-and-conditions__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-promotions-terms-and-conditions__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.page-promotions-terms-and-conditions__content-image:hover {
  transform: scale(1.02);
}

.page-promotions-terms-and-conditions__cta-section {
  background-color: #2A303C; /* Slightly lighter dark background for CTA */
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-promotions-terms-and-conditions__cta-section .page-promotions-terms-and-conditions__heading-3 {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-promotions-terms-and-conditions__cta-section .page-promotions-terms-and-conditions__paragraph {
  max-width: 700px;
  margin: 0 auto 30px;
}

.page-promotions-terms-and-conditions__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin: 0 10px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-promotions-terms-and-conditions__btn-secondary:hover {
  background-color: #FFD700; /* Gold background on hover */
  color: #1A202C; /* Dark text on hover */
  transform: translateY(-2px);
}

/* Keyword highlighting */
.page-promotions-terms-and-conditions .keyword-gacam67,
.page-promotions-terms-and-conditions .keyword-gacam67a,
.page-promotions-terms-and-conditions .keyword-ga-cam-67,
.page-promotions-terms-and-conditions .keyword-gà-cam-67,
.page-promotions-terms-and-conditions .keyword-dagatructiep,
.page-promotions-terms-and-conditions .keyword-thomothomo,
.page-promotions-terms-and-conditions .keyword-dacacuoc {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-promotions-terms-and-conditions__title {
    font-size: 2.5em;
  }
  .page-promotions-terms-and-conditions__heading-2 {
    font-size: 1.8em;
  }
  .page-promotions-terms-and-conditions__heading-3 {
    font-size: 1.5em;
  }
  .page-promotions-terms-and-conditions__btn-primary,
  .page-promotions-terms-and-conditions__btn-secondary {
    font-size: 0.9em;
    padding: 12px 20px;
  }
  .page-promotions-terms-and-conditions__cta-section .page-promotions-terms-and-conditions__btn-secondary {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .page-promotions-terms-and-conditions__title {
    font-size: 2em;
  }
  .page-promotions-terms-and-conditions__subtitle {
    font-size: 1em;
  }
  .page-promotions-terms-and-conditions__heading-2 {
    font-size: 1.5em;
  }
  .page-promotions-terms-and-conditions__heading-3 {
    font-size: 1.2em;
  }
  .page-promotions-terms-and-conditions__btn-primary,
  .page-promotions-terms-and-conditions__btn-secondary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-promotions-terms-and-conditions__btn-secondary:not(:last-child) {
    margin-bottom: 15px;
  }
  .page-promotions-terms-and-conditions__list {
    margin-left: 15px;
  }
}