/* style/khuyn-mi.css */
.page-khuyn-mi {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text */
  background-color: #1a1a1a; /* Dark background */
  line-height: 1.6;
}

.page-khuyn-mi__hero {
  background: linear-gradient(135deg, #2a2a2a, #0a0a0a);
  color: #FFFFFF;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.page-khuyn-mi__hero-content {
  max-width: 600px;
}

.page-khuyn-mi__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Primary gold */
  font-weight: bold;
  line-height: 1.2;
}

.page-khuyn-mi__hero-title .highlight {
  color: #FFD700;
}

.page-khuyn-mi__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #CCCCCC;
}

.page-khuyn-mi__hero-btn {
  display: inline-block;
  background-color: #8B0000; /* Secondary red */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-khuyn-mi__hero-btn:hover {
  background-color: #b90000; /* Lighter red on hover */
  transform: translateY(-2px);
}

.page-khuyn-mi__hero-image-wrapper {
  flex-shrink: 0;
  max-width: 400px;
}

.page-khuyn-mi__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi__promotions-grid,
.page-khuyn-mi__why-f8bet,
.page-khuyn-mi__faq,
.page-khuyn-mi__cta-bottom {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-khuyn-mi__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Primary gold */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-khuyn-mi__section-description {
  font-size: 1.1em;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-khuyn-mi__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-khuyn-mi__promo-card {
  background-color: #2c2c2c;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-khuyn-mi__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-khuyn-mi__promo-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #444;
}

.page-khuyn-mi__promo-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-khuyn-mi__promo-card-title {
  font-size: 1.6em;
  color: #FFD700; /* Primary gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-khuyn-mi__promo-card-text {
  font-size: 0.95em;
  color: #B0B0B0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-khuyn-mi__promo-card-text a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-khuyn-mi__promo-card-text a:hover {
  text-decoration: underline;
}

.page-khuyn-mi__promo-card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-khuyn-mi__promo-card-features li {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #C0C0C0;
  margin-bottom: 8px;
}

.page-khuyn-mi__promo-card-features li .icon-check {
  color: #8B0000; /* Secondary red */
  margin-right: 10px;
  font-size: 1.1em;
}

.page-khuyn-mi__promo-card-btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #8B0000; /* Secondary red */
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-khuyn-mi__promo-card-btn:hover {
  background-color: #b90000;
  transform: translateY(-2px);
}

.page-khuyn-mi__why-f8bet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #222222;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi__why-f8bet-content {
  max-width: 600px;
  text-align: left;
}

.page-khuyn-mi__why-f8bet-content .page-khuyn-mi__section-title {
  text-align: left;
  margin-bottom: 25px;
}

.page-khuyn-mi__why-f8bet-content .page-khuyn-mi__section-description {
  text-align: left;
  margin-bottom: 30px;
}

.page-khuyn-mi__benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-khuyn-mi__benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1em;
  color: #E0E0E0;
}

.page-khuyn-mi__benefits-list li .icon-star {
  color: #FFD700; /* Primary gold */
  margin-right: 15px;
  font-size: 1.4em;
  flex-shrink: 0;
  margin-top: 2px;
}

.page-khuyn-mi__benefits-list li .highlight-text {
  font-weight: bold;
  color: #FFD700;
}

.page-khuyn-mi__why-f8bet-btn {
  display: inline-block;
  background-color: #FFD700; /* Primary gold */
  color: #2a2a2a; /* Dark text for contrast */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-khuyn-mi__why-f8bet-btn:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-khuyn-mi__why-f8bet-image-wrapper {
  flex-shrink: 0;
  max-width: 450px;
}

.page-khuyn-mi__why-f8bet-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi__faq {
  background-color: #1a1a1a;
}

.page-khuyn-mi__faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-khuyn-mi__faq-item {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-khuyn-mi__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Primary gold */
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-khuyn-mi__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #8B0000;
  transition: transform 0.3s ease;
}

.page-khuyn-mi__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-khuyn-mi__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-khuyn-mi__faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  margin-top: 15px;
}

.page-khuyn-mi__faq-answer a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-khuyn-mi__faq-answer a:hover {
  text-decoration: underline;
}

.page-khuyn-mi__cta-bottom {
  text-align: center;
  background-color: #8B0000; /* Secondary red */
  color: #FFFFFF;
  padding: 60px 20px;
  border-radius: 15px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-khuyn-mi__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Primary gold */
  font-weight: bold;
}

.page-khuyn-mi__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #FFD700;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-khuyn-mi__cta-description a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.page-khuyn-mi__cta-description a:hover {
  text-decoration: underline;
}

.page-khuyn-mi__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-khuyn-mi__cta-btn {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-khuyn-mi__cta-btn.primary {
  background-color: #FFD700; /* Primary gold */
  color: #2a2a2a; /* Dark text for contrast */
}

.page-khuyn-mi__cta-btn.primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-khuyn-mi__cta-btn.secondary {
  background-color: #3a3a3a; /* Dark grey */
  color: #FFFFFF;
  border: 2px solid #FFD700; /* Gold border */
}

.page-khuyn-mi__cta-btn.secondary:hover {
  background-color: #4a4a4a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Icons for lists */
.icon-check::before {
  content: '✓'; /* Unicode checkmark */
}

.icon-star::before {
  content: '★'; /* Unicode star */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-khuyn-mi__hero {
    flex-direction: column;
    padding: 60px 15px;
  }

  .page-khuyn-mi__hero-title {
    font-size: 2.8em;
  }

  .page-khuyn-mi__hero-description {
    font-size: 1em;
  }

  .page-khuyn-mi__why-f8bet {
    flex-direction: column;
    padding: 40px 30px;
  }

  .page-khuyn-mi__why-f8bet-content,
  .page-khuyn-mi__why-f8bet-image-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .page-khuyn-mi__why-f8bet-content .page-khuyn-mi__section-title,
  .page-khuyn-mi__why-f8bet-content .page-khuyn-mi__section-description {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-khuyn-mi__section-title {
    font-size: 2em;
  }

  .page-khuyn-mi__promo-card-title {
    font-size: 1.4em;
  }

  .page-khuyn-mi__promo-card-text {
    font-size: 0.9em;
  }

  .page-khuyn-mi__hero-title {
    font-size: 2.2em;
  }

  .page-khuyn-mi__cta-title {
    font-size: 2.2em;
  }

  .page-khuyn-mi__cta-description {
    font-size: 1em;
  }

  .page-khuyn-mi__cta-buttons {
    flex-direction: column;
  }

  .page-khuyn-mi__cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-khuyn-mi__hero,
  .page-khuyn-mi__promotions-grid,
  .page-khuyn-mi__why-f8bet,
  .page-khuyn-mi__faq,
  .page-khuyn-mi__cta-bottom {
    padding: 30px 10px;
  }

  .page-khuyn-mi__hero-title {
    font-size: 1.8em;
  }

  .page-khuyn-mi__section-title {
    font-size: 1.8em;
  }

  .page-khuyn-mi__promo-card-title {
    font-size: 1.2em;
  }

  .page-khuyn-mi__hero-btn,
  .page-khuyn-mi__why-f8bet-btn,
  .page-khuyn-mi__cta-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}