/* Base styles for the page */
.page-tai-xiu-luat-choi-va-chien-thuat {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-tai-xiu-luat-choi-va-chien-thuat__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__text-center {
  text-align: center;
}

.page-tai-xiu-luat-choi-va-chien-thuat__section {
  padding: 60px 0;
}

.page-tai-xiu-luat-choi-va-chien-thuat__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
}

.page-tai-xiu-luat-choi-va-chien-thuat__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #1F2D3D; /* Text Main */
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__article-body p,
.page-tai-xiu-luat-choi-va-chien-thuat__article-body ul {
  font-size: 17px;
  margin-bottom: 15px;
  color: #1F2D3D; /* Text Main */
}

.page-tai-xiu-luat-choi-va-chien-thuat__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__list li {
  margin-bottom: 8px;
}

/* Hero Section */
.page-tai-xiu-luat-choi-va-chien-thuat__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding-top: 10px; /* Small top padding, shared.css handles body padding-top */
  padding-bottom: 40px;
  overflow: hidden;
  background-color: #F4F7FB; /* Background */
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__main-title {
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
}

.page-tai-xiu-luat-choi-va-chien-thuat__description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-primary,
.page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary:hover {
  background: #f0f5ff;
  color: #1f50c0;
  border-color: #1f50c0;
}

/* Content Images */
.page-tai-xiu-luat-choi-va-chien-thuat__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Dark Section */
.page-tai-xiu-luat-choi-va-chien-thuat__dark-section {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-tai-xiu-luat-choi-va-chien-thuat__dark-section .page-tai-xiu-luat-choi-va-chien-thuat__section-title,
.page-tai-xiu-luat-choi-va-chien-thuat__dark-section .page-tai-xiu-luat-choi-va-chien-thuat__sub-title {
  color: #ffffff;
}

.page-tai-xiu-luat-choi-va-chien-thuat__dark-section .page-tai-xiu-luat-choi-va-chien-thuat__article-body p,
.page-tai-xiu-luat-choi-va-chien-thuat__dark-section .page-tai-xiu-luat-choi-va-chien-thuat__article-body ul li {
  color: #f0f0f0;
}

/* Light Background for CTA */
.page-tai-xiu-luat-choi-va-chien-thuat__light-bg {
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.page-tai-xiu-luat-choi-va-chien-thuat__light-bg .page-tai-xiu-luat-choi-va-chien-thuat__section-title,
.page-tai-xiu-luat-choi-va-chien-thuat__light-bg .page-tai-xiu-luat-choi-va-chien-thuat__description {
  color: #1F2D3D; /* Text Main */
}

/* FAQ Section */
details.page-tai-xiu-luat-choi-va-chien-thuat__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D6E2FF; /* Border */
  overflow: hidden;
  background: #ffffff; /* Card BG */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

details.page-tai-xiu-luat-choi-va-chien-thuat__faq-item summary.page-tai-xiu-luat-choi-va-chien-thuat__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #1F2D3D; /* Text Main */
}

details.page-tai-xiu-luat-choi-va-chien-thuat__faq-item summary.page-tai-xiu-luat-choi-va-chien-thuat__faq-question::-webkit-details-marker {
  display: none;
}

details.page-tai-xiu-luat-choi-va-chien-thuat__faq-item summary.page-tai-xiu-luat-choi-va-chien-thuat__faq-question:hover {
  background: #F4F7FB; /* Background */
}