.page-tai-xiu-meo-choi-bat-bai {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy);
}

.page-tai-xiu-meo-choi-bat-bai__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #113B7A 0%, #08162B 100%);
}

.page-tai-xiu-meo-choi-bat-bai__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 30px;
}

.page-tai-xiu-meo-choi-bat-bai__hero-content {
  flex: 1 1 500px;
  color: #F3F8FF;
  text-align: left;
}

.page-tai-xiu-meo-choi-bat-bai__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
}

.page-tai-xiu-meo-choi-bat-bai__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

.page-tai-xiu-meo-choi-bat-bai__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-tai-xiu-meo-choi-bat-bai__btn-primary,
.page-tai-xiu-meo-choi-bat-bai__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  box-sizing: border-box;
}

.page-tai-xiu-meo-choi-bat-bai__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-tai-xiu-meo-choi-bat-bai__btn-secondary {
  background: #10233F; /* Card BG */
  color: #F2C14E; /* Gold */
  border: 2px solid #244D84; /* Border */
}

.page-tai-xiu-meo-choi-bat-bai__btn-secondary:hover {
  background: #244D84; /* Border */
  color: #ffffff;
  transform: translateY(-2px);
}

.page-tai-xiu-meo-choi-bat-bai__hero-image {
  flex: 1 1 500px;
  text-align: center;
}

.page-tai-xiu-meo-choi-bat-bai__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-tai-xiu-meo-choi-bat-bai__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-tai-xiu-meo-choi-bat-bai__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E; /* Gold */
  position: relative;
}

.page-tai-xiu-meo-choi-bat-bai__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2B73F6, #F2C14E);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-tai-xiu-meo-choi-bat-bai__paragraph {
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

.page-tai-xiu-meo-choi-bat-bai__highlight {
  color: #F2C14E; /* Gold for highlights */
  font-weight: 600;
}

.page-tai-xiu-meo-choi-bat-bai__intro-section {
  padding: 60px 0;
  background-color: #08162B; /* Deep Navy */
  color: #F3F8FF;
}

.page-tai-xiu-meo-choi-bat-bai__guide-section {
  padding: 60px 0;
  background-color: var(--deep-navy);
}

.page-tai-xiu-meo-choi-bat-bai__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-tai-xiu-meo-choi-bat-bai__feature-item {
  background-color: #10233F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #1B3357; /* Divider */
  transition: transform 0.3s ease;
}

.page-tai-xiu-meo-choi-bat-bai__feature-item:hover {
  transform: translateY(-5px);
}

.page-tai-xiu-meo-choi-bat-bai__feature-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-tai-xiu-meo-choi-bat-bai__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-tai-xiu-meo-choi-bat-bai__feature-description {
  font-size: 1rem;
  color: #AFC4E8; /* Text Secondary */
  text-align: left;
}

.page-tai-xiu-meo-choi-bat-bai__betting-methods-section {
  padding: 60px 0;
  background-color: #113B7A;
  color: #F3F8FF;
}

.page-tai-xiu-meo-choi-bat-bai__betting-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.page-tai-xiu-meo-choi-bat-bai__betting-item {
  background-color: #10233F; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #1B3357;
}

.page-tai-xiu-meo-choi-bat-bai__betting-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4FA8FF; /* Glow */
}

.page-tai-xiu-meo-choi-bat-bai__betting-description {
  font-size: 0.95rem;
  color: #AFC4E8;
}

.page-tai-xiu-meo-choi-bat-bai__why-sunwin-section {
  padding: 60px 0;
  background-color: var(--deep-navy);
}

.page-tai-xiu-meo-choi-bat-bai__reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-tai-xiu-meo-choi-bat-bai__reason-item {
  background-color: #10233F; /* Card BG */
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #1B3357;
  transition: transform 0.3s ease;
}

.page-tai-xiu-meo-choi-bat-bai__reason-item:hover {
  transform: translateY(-5px);
}

.page-tai-xiu-meo-choi-bat-bai__reason-image {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-tai-xiu-meo-choi-bat-bai__reason-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E; /* Gold */
}

.page-tai-xiu-meo-choi-bat-bai__reason-description {
  font-size: 0.95rem;
  color: #AFC4E8;
}

.page-tai-xiu-meo-choi-bat-bai__faq-section {
  padding: 60px 0;
  background-color: #08162B; /* Deep Navy */
  color: #F3F8FF;
}

.page-tai-xiu-meo-choi-bat-bai__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-tai-xiu-meo-choi-bat-bai__faq-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #1B3357;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.page-tai-xiu-meo-choi-bat-bai__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  cursor: pointer;
  list-style: none; /* For details/summary */
  background-color: #113B7A;
  transition: background-color 0.3s ease;
}

.page-tai-xiu-meo-choi-bat-bai__faq-question::-webkit-details-marker {
  display: none;
}

.page-tai-xiu-meo-choi-bat-bai__faq-question:hover {
  background-color: #1D5FD1;
}

.page-tai-xiu-meo-choi-bat-bai__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F3F8FF;
}

.page-tai-xiu-meo-choi-bat-bai__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1rem;
  color: #AFC4E8; /* Text Secondary */
  background-color: #10233F;
}

.page-tai-xiu-meo-choi-bat-bai__faq-answer p {
  margin-bottom: 10px;
  text-align: left;
}

.page-tai-xiu-meo-choi-bat-bai__faq-answer p:last-child {
  margin-bottom: 0;
}

.page-tai-xiu-meo-choi-bat-bai__cta-bottom-section {
  padding: 60px 0;
  background-color: var(--deep-navy);
  text-align: center;
}

/* General image and container responsiveness */
.page-tai-xiu-meo-choi-bat-bai img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-tai-xiu-meo-choi-bat-bai {
    font-size: 15px;
  }

  /* HERO section */
  .page-tai-xiu-meo-choi-bat-bai__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }

  .page-tai-xiu-meo-choi-bat-bai__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }

  .page-tai-xiu-meo-choi-bat-bai__hero-content {
    text-align: center;
    flex: 1 1 100%;
  }

  .page-tai-xiu-meo-choi-bat-bai__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-tai-xiu-meo-choi-bat-bai__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-tai-xiu-meo-choi-bat-bai__cta-buttons {
    flex-direction: column; /* Buttons stack vertically */
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-tai-xiu-meo-choi-bat-bai__btn-primary,
  .page-tai-xiu-meo-choi-bat-bai__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-tai-xiu-meo-choi-bat-bai__hero-image {
    flex: 1 1 100%;
  }

  .page-tai-xiu-meo-choi-bat-bai__hero-side-image {
    max-width: 90% !important;
    height: auto !important;
  }

  /* General content sections */
  .page-tai-xiu-meo-choi-bat-bai__container {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-tai-xiu-meo-choi-bat-bai__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }

  .page-tai-xiu-meo-choi-bat-bai__paragraph {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  /* Guide Section (Feature Grid) */
  .page-tai-xiu-meo-choi-bat-bai__feature-grid {
    grid-template-columns: 1fr; /* Single column */
    gap: 20px;
    margin-top: 30px;
  }

  .page-tai-xiu-meo-choi-bat-bai__feature-item {
    padding: 25px;
  }

  .page-tai-xiu-meo-choi-bat-bai__feature-image {
    max-height: 180px;
  }

  .page-tai-xiu-meo-choi-bat-bai__feature-title {
    font-size: 1.3rem;
  }

  /* Betting Methods Section (List) */
  .page-tai-xiu-meo-choi-bat-bai__betting-list {
    grid-template-columns: 1fr; /* Single column */
    gap: 20px;
    margin-top: 30px;
  }

  .page-tai-xiu-meo-choi-bat-bai__betting-item {
    padding: 20px;
  }

  .page-tai-xiu-meo-choi-bat-bai__betting-title {
    font-size: 1.2rem;
  }

  /* Why Sunwin Section (Reason Grid) */
  .page-tai-xiu-meo-choi-bat-bai__reason-grid {
    grid-template-columns: 1fr; /* Single column */
    gap: 20px;
    margin-top: 30px;
  }

  .page-tai-xiu-meo-choi-bat-bai__reason-item {
    padding: 20px;
  }

  .page-tai-xiu-meo-choi-bat-bai__reason-title {
    font-size: 1.2rem;
  }

  /* FAQ Section */
  .page-tai-xiu-meo-choi-bat-bai__faq-list {
    margin-top: 30px;
  }

  .page-tai-xiu-meo-choi-bat-bai__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-tai-xiu-meo-choi-bat-bai__faq-toggle {
    font-size: 1.3rem;
  }

  .page-tai-xiu-meo-choi-bat-bai__faq-answer {
    padding: 15px 20px 20px;
    font-size: 0.95rem;
  }

  /* All images general rule for mobile */
  .page-tai-xiu-meo-choi-bat-bai img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* All containers for images/content */
  .page-tai-xiu-meo-choi-bat-bai__section,
  .page-tai-xiu-meo-choi-bat-bai__card,
  .page-tai-xiu-meo-choi-bat-bai__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* CTA Bottom Section */
  .page-tai-xiu-meo-choi-bat-bai__cta-bottom-section .page-tai-xiu-meo-choi-bat-bai__cta-buttons {
    padding: 0 15px;
  }
}