.page-chng-trnh-i-l {
  --primary-color: #FFD700;
  --secondary-color: #8B0000;
  --text-color-light: #F0F0F0;
  --text-color-dark: #333333;
  --bg-dark: #1a1a1a;
  --bg-medium: #2a2a2a;
  --bg-light: #f4f4f4;
  --border-color: #444444;
}

.page-chng-trnh-i-l h1, .page-chng-trnh-i-l h2, .page-chng-trnh-i-l h3, .page-chng-trnh-i-l h4, .page-chng-trnh-i-l h5, .page-chng-trnh-i-l h6 {
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-chng-trnh-i-l h1 {
  font-size: 2.8em;
  text-align: center;
  color: var(--primary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-chng-trnh-i-l h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  color: var(--primary-color);
}

.page-chng-trnh-i-l h3 {
  font-size: 1.6em;
  color: var(--primary-color);
}

.page-chng-trnh-i-l p {
  color: var(--text-color-light);
  line-height: 1.8;
  margin-bottom: 15px;
}

.page-chng-trnh-i-l strong {
  color: var(--primary-color);
}

.page-chng-trnh-i-l .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-chng-trnh-i-l section {
  padding: 60px 0;
  background-color: var(--bg-dark);
  border-bottom: 1px solid var(--border-color);
}

.page-chng-trnh-i-l .hero-section {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #000000 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-chng-trnh-i-l .hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-chng-trnh-i-l .hero-image {
  width: 100%;
  max-width: 800px; /* Adjusted max-width for content image */
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-chng-trnh-i-l .hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-chng-trnh-i-l .hero-content {
  max-width: 900px;
}

.page-chng-trnh-i-l .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: var(--text-color-dark);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-chng-trnh-i-l .cta-button:hover {
  background: #FFC107; /* Slightly darker gold */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-chng-trnh-i-l .section-why-choose {
  background-color: var(--bg-medium);
}

.page-chng-trnh-i-l .features-grid, .page-chng-trnh-i-l .conditions-grid, .page-chng-trnh-i-l .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-chng-trnh-i-l .feature-item, .page-chng-trnh-i-l .condition-item, .page-chng-trnh-i-l .support-item, .page-chng-trnh-i-l .commission-item {
  background-color: var(--bg-dark);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid var(--border-color);
}

.page-chng-trnh-i-l .feature-icon, .page-chng-trnh-i-l .condition-icon, .page-chng-trnh-i-l .step-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-chng-trnh-i-l .support-image, .page-chng-trnh-i-l .commission-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-chng-trnh-i-l .feature-item h3, .page-chng-trnh-i-l .condition-item h3, .page-chng-trnh-i-l .support-item h3 {
  color: var(--primary-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-chng-trnh-i-l .section-commission {
  background-color: var(--bg-dark);
}

.page-chng-trnh-i-l .commission-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-chng-trnh-i-l .commission-item h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-chng-trnh-i-l .commission-item ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 20px;
}

.page-chng-trnh-i-l .commission-item ul li {
  background-color: #333333;
  color: var(--text-color-light);
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.page-chng-trnh-i-l .commission-item ul li::before {
  content: '✓';
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 10px;
}

.page-chng-trnh-i-l .section-join-conditions {
  background-color: var(--bg-medium);
}

.page-chng-trnh-i-l .condition-item ul, .page-chng-trnh-i-l .condition-item ol {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 20px;
}

.page-chng-trnh-i-l .condition-item ul li, .page-chng-trnh-i-l .condition-item ol li {
  color: var(--text-color-light);
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
}

.page-chng-trnh-i-l .condition-item ul li::before {
  content: '•';
  color: var(--primary-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8px;
}

.page-chng-trnh-i-l .condition-item ol li::before {
  content: counter(list-item) '.';
  counter-increment: list-item;
  color: var(--primary-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8px;
}

.page-chng-trnh-i-l .button-small {
  display: inline-block;
  padding: 10px 20px;
  background: var(--secondary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-chng-trnh-i-l .button-small:hover {
  background: #a30000;
}

.page-chng-trnh-i-l .section-support-tools {
  background-color: var(--bg-dark);
}

.page-chng-trnh-i-l .section-payment-process {
  background-color: var(--bg-medium);
}

.page-chng-trnh-i-l .payment-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-chng-trnh-i-l .step-item {
  background-color: var(--bg-dark);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

.page-chng-trnh-i-l .step-item h4 {
  color: var(--primary-color);
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page-chng-trnh-i-l .section-faq {
  background-color: var(--bg-dark);
}

.page-chng-trnh-i-l .faq-list {
  margin-top: 40px;
}

.page-chng-trnh-i-l .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-chng-trnh-i-l .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--bg-medium);
  color: var(--text-color-light);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-chng-trnh-i-l .faq-question:hover {
  background: #3a3a3a;
  border-color: var(--primary-color);
}

.page-chng-trnh-i-l .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: var(--primary-color);
}

.page-chng-trnh-i-l .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-chng-trnh-i-l .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #222222;
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--border-color);
  border-top: none;
}

.page-chng-trnh-i-l .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid var(--border-color);
}

.page-chng-trnh-i-l .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-chng-trnh-i-l .section-cta-final {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #a30000 100%);
  text-align: center;
  padding: 80px 0;
}

.page-chng-trnh-i-l .section-cta-final h2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-chng-trnh-i-l .section-cta-final p {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-chng-trnh-i-l .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-chng-trnh-i-l .cta-button.primary {
  background: var(--primary-color);
  color: var(--text-color-dark);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-chng-trnh-i-l .cta-button.primary:hover {
  background: #FFC107;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-chng-trnh-i-l .cta-button.secondary {
  background: #ffffff;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
}

.page-chng-trnh-i-l .cta-button.secondary:hover {
  background: var(--secondary-color);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(139, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-chng-trnh-i-l h1 {
    font-size: 2.2em;
  }
  .page-chng-trnh-i-l h2 {
    font-size: 1.8em;
  }
  .page-chng-trnh-i-l h3 {
    font-size: 1.4em;
  }
  .page-chng-trnh-i-l .features-grid, .page-chng-trnh-i-l .conditions-grid, .page-chng-trnh-i-l .support-grid, .page-chng-trnh-i-l .commission-details, .page-chng-trnh-i-l .payment-steps {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-chng-trnh-i-l h1 {
    font-size: 1.8em;
  }
  .page-chng-trnh-i-l h2 {
    font-size: 1.6em;
  }
  .page-chng-trnh-i-l h3 {
    font-size: 1.2em;
  }
  .page-chng-trnh-i-l section {
    padding: 40px 0;
  }
  .page-chng-trnh-i-l .hero-section {
    padding: 60px 0;
  }
  .page-chng-trnh-i-l .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-chng-trnh-i-l .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-chng-trnh-i-l .cta-buttons .cta-button {
    width: 100%;
    max-width: 300px;
  }
  .page-chng-trnh-i-l .faq-question {
    padding: 15px 20px;
  }
  .page-chng-trnh-i-l .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-chng-trnh-i-l h1 {
    font-size: 1.5em;
  }
  .page-chng-trnh-i-l h2 {
    font-size: 1.4em;
  }
  .page-chng-trnh-i-l .feature-item, .page-chng-trnh-i-l .condition-item, .page-chng-trnh-i-l .support-item, .page-chng-trnh-i-l .commission-item, .page-chng-trnh-i-l .step-item {
    padding: 20px;
  }
  .page-chng-trnh-i-l .feature-icon, .page-chng-trnh-i-l .condition-icon, .page-chng-trnh-i-l .step-icon {
    width: 80px;
    height: 80px;
  }
}