:root {
  --main-color: #113B7A;
  --accent-color: #1D5FD1;
  --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --card-bg: #10233F;
  --text-main: #F3F8FF;
  --text-secondary: #AFC4E8;
  --border-color: #244D84;
  --glow: #4FA8FF;
  --gold: #F2C14E;
  --divider: #1B3357;
  --deep-navy: #08162B;
}

.page-tai-xiu-chien-thuat-thang {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--deep-navy);
}

.page-tai-xiu-chien-thuat-thang__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-tai-xiu-chien-thuat-thang__dark-section {
  background-color: var(--card-bg);
  color: var(--text-main);
}

.page-tai-xiu-chien-thuat-thang__section-title {
  font-size: 2.5em;
  color: var(--gold);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-tai-xiu-chien-thuat-thang__text-block {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: var(--text-secondary);
}

.page-tai-xiu-chien-thuat-thang__hero-section {
  padding-top: 10px; /* Fixed: small top padding */
  padding-bottom: 60px;
  background-color: var(--deep-navy);
  color: var(--text-main);
}

.page-tai-xiu-chien-thuat-thang__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-tai-xiu-chien-thuat-thang__hero-image-wrapper {
  flex: 1 1 500px;
  text-align: center;
}

.page-tai-xiu-chien-thuat-thang__hero-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-tai-xiu-chien-thuat-thang__hero-content {
  flex: 1 1 500px;
  text-align: left;
}

.page-tai-xiu-chien-thuat-thang__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-tai-xiu-chien-thuat-thang__description {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-tai-xiu-chien-thuat-thang__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-tai-xiu-chien-thuat-thang__btn-primary,
.page-tai-xiu-chien-thuat-thang__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
}

.page-tai-xiu-chien-thuat-thang__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-tai-xiu-chien-thuat-thang__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
}

.page-tai-xiu-chien-thuat-thang__btn-secondary {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}

.page-tai-xiu-chien-thuat-thang__btn-secondary:hover {
  background: var(--gold);
  color: var(--deep-navy);
  transform: translateY(-2px);
}

.page-tai-xiu-chien-thuat-thang__image-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-tai-xiu-chien-thuat-thang__strategy-item {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: var(--text-main);
}

.page-tai-xiu-chien-thuat-thang__strategy-title {
  font-size: 1.8em;
  color: var(--gold);
  margin-bottom: 15px;
}

.page-tai-xiu-chien-thuat-thang__strategy-item p {
  color: var(--text-secondary);
  font-size: 1.05em;
}

.page-tai-xiu-chien-thuat-thang__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-tai-xiu-chien-thuat-thang__step-item {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-tai-xiu-chien-thuat-thang__step-title {
  font-size: 1.7em;
  color: var(--gold);
  margin-bottom: 15px;
}

.page-tai-xiu-chien-thuat-thang__step-item p {
  color: var(--text-secondary);
  font-size: 1em;
  margin-bottom: 20px;
}

.page-tai-xiu-chien-thuat-thang__btn-text {
  color: var(--glow);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  font-size: 1.0em;
}

.page-tai-xiu-chien-thuat-thang__btn-text:hover {
  color: var(--gold);
  text-decoration: underline;
}

.page-tai-xiu-chien-thuat-thang__tips-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto;
}

.page-tai-xiu-chien-thuat-thang__tips-list li {
  background-color: var(--card-bg);
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.1em;
  color: var(--text-secondary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-tai-xiu-chien-thuat-thang__tips-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 2px;
  flex-shrink: 0;
}

.page-tai-xiu-chien-thuat-thang__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-tai-xiu-chien-thuat-thang__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-tai-xiu-chien-thuat-thang__feature-item {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-tai-xiu-chien-thuat-thang__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--gold);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-tai-xiu-chien-thuat-thang__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* Ensure circular crop */
  display: block;
}

.page-tai-xiu-chien-thuat-thang__feature-title {
  font-size: 1.8em;
  color: var(--gold);
  margin-bottom: 15px;
}

.page-tai-xiu-chien-thuat-thang__feature-description {
  color: var(--text-secondary);
  font-size: 1.05em;
}

.page-tai-xiu-chien-thuat-thang__faq-list {
  margin-top: 40px;
}

.page-tai-xiu-chien-thuat-thang__faq-item {
  background-color: var(--card-bg);
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color: var(--text-main);
}

.page-tai-xiu-chien-thuat-thang__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--gold);
  cursor: pointer;
  background-color: var(--card-bg);
  list-style: none;
  position: relative;
  user-select: none;
}

.page-tai-xiu-chien-thuat-thang__faq-question::-webkit-details-marker {
  display: none;
}

.page-tai-xiu-chien-thuat-thang__faq-question::marker {
  display: none;
}

.page-tai-xiu-chien-thuat-thang__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-tai-xiu-chien-thuat-thang__faq-item[open] .page-tai-xiu-chien-thuat-thang__faq-toggle {
  transform: rotate(45deg);
}

.page-tai-xiu-chien-thuat-thang__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: var(--text-secondary);
  line-height: 1.6;
}

.page-tai-xiu-chien-thuat-thang__faq-answer p {
  margin: 0;
  color: var(--text-secondary);
}

.page-tai-xiu-chien-thuat-thang__faq-answer a {
  color: var(--glow);
  text-decoration: none;
  font-weight: bold;
}

.page-tai-xiu-chien-thuat-thang__faq-answer a:hover {
  text-decoration: underline;
}

.page-tai-xiu-chien-thuat-thang__outro-section {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  background-color: var(--card-bg);
}

.page-tai-xiu-chien-thuat-thang__outro-section .page-tai-xiu-chien-thuat-thang__cta-buttons {
  justify-content: center;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-tai-xiu-chien-thuat-thang {
    font-size: 15px;
  }
}