.page-resources-123b-registration-benefits {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-123b-registration-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-123b-registration-benefits-section {
  padding: 60px 0;
  border-bottom: 1px solid #e9ecef;
}

.page-resources-123b-registration-benefits-section:last-of-type {
  border-bottom: none;
}

.page-resources-123b-registration-benefits-hero-section {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-123b-registration-benefits-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-123b-registration-benefits-hero-content {
  max-width: 800px;
  margin-bottom: 40px;
  z-index: 1;
}

.page-resources-123b-registration-benefits-hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-123b-registration-benefits-hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-123b-registration-benefits-hero-image {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  z-index: 1;
}

.page-resources-123b-registration-benefits-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-resources-123b-registration-benefits-cta-button {
  display: inline-block;
  background-color: #ffc107; /* Vàng nổi bật */
  color: #333;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-123b-registration-benefits-cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-123b-registration-benefits-cta-button.secondary {
  background-color: #17a2b8; /* Xanh ngọc */
  color: #fff;
}

.page-resources-123b-registration-benefits-cta-button.secondary:hover {
  background-color: #138496;
}

.page-resources-123b-registration-benefits-cta-button.large-cta {
  padding: 20px 50px;
  font-size: 1.3em;
  background-color: #28a745;
  color: #fff;
}

.page-resources-123b-registration-benefits-cta-button.large-cta:hover {
  background-color: #218838;
}

.page-resources-123b-registration-benefits-section h2 {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-123b-registration-benefits-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #28a745;
  border-radius: 2px;
}

.page-resources-123b-registration-benefits-section h3 {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #007bff;
  padding-left: 15px;
}

.page-resources-123b-registration-benefits-section p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #495057;
}

.page-resources-123b-registration-benefits-section ul,
.page-resources-123b-registration-benefits-section ol {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-123b-registration-benefits-section ul li,
.page-resources-123b-registration-benefits-section ol li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #495057;
}

.page-resources-123b-registration-benefits-section a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-123b-registration-benefits-section a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-resources-123b-registration-benefits-image-content {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Styles */
.page-resources-123b-registration-benefits-faq .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.page-resources-123b-registration-benefits-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #f0f8ff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-123b-registration-benefits-faq .faq-question:hover {
  background: #e6f2ff;
}

.page-resources-123b-registration-benefits-faq .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #007bff;
  border-left: none;
  padding-left: 0;
}

.page-resources-123b-registration-benefits-faq .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #28a745;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-resources-123b-registration-benefits-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #ffffff;
}

.page-resources-123b-registration-benefits-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 25px;
  border-top: 1px solid #e0e0e0;
}

.page-resources-123b-registration-benefits-faq .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #dc3545;
}

.page-resources-123b-registration-benefits-faq .faq-answer p {
  margin: 0;
  color: #495057;
  font-size: 1.05em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-123b-registration-benefits-hero-content h1 {
    font-size: 2.5em;
  }
  .page-resources-123b-registration-benefits-hero-content p {
    font-size: 1.1em;
  }
  .page-resources-123b-registration-benefits-section h2 {
    font-size: 2em;
  }
  .page-resources-123b-registration-benefits-section h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-123b-registration-benefits-hero-section {
    padding: 60px 0;
  }
  .page-resources-123b-registration-benefits-hero-content h1 {
    font-size: 2em;
  }
  .page-resources-123b-registration-benefits-hero-content p {
    font-size: 1em;
  }
  .page-resources-123b-registration-benefits-cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }
  .page-resources-123b-registration-benefits-cta-button.large-cta {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-resources-123b-registration-benefits-section {
    padding: 40px 0;
  }
  .page-resources-123b-registration-benefits-section h2 {
    font-size: 1.8em;
  }
  .page-resources-123b-registration-benefits-section h3 {
    font-size: 1.3em;
  }
  .page-resources-123b-registration-benefits-section p,
  .page-resources-123b-registration-benefits-section ul li,
  .page-resources-123b-registration-benefits-section ol li {
    font-size: 0.95em;
  }
  .page-resources-123b-registration-benefits-faq .faq-question {
    padding: 15px 20px;
  }
  .page-resources-123b-registration-benefits-faq .faq-question h3 {
    font-size: 1.1em;
  }
  .page-resources-123b-registration-benefits-faq .faq-toggle {
    font-size: 1.5em;
  }
  .page-resources-123b-registration-benefits-faq .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .page-resources-123b-registration-benefits-hero-content h1 {
    font-size: 1.8em;
  }
  .page-resources-123b-registration-benefits-hero-content p {
    font-size: 0.9em;
  }
  .page-resources-123b-registration-benefits-cta-button {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }
  .page-resources-123b-registration-benefits-section h2 {
    font-size: 1.6em;
  }
  .page-resources-123b-registration-benefits-section h3 {
    font-size: 1.2em;
  }
}