.page-the-thao {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-the-thao__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #0D0E12;
}

.page-the-thao__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 20px;
}

.page-the-thao__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-the-thao__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #FF8C1A;
  margin-bottom: 20px;
  max-width: 600px;
}

.page-the-thao__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
  color: #FFF3E6;
}

.page-the-thao__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-the-thao__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-the-thao__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button */
  color: #FFF3E6; /* Text Main */
  border: 2px solid transparent;
}

.page-the-thao__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-the-thao__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FF8C1A; /* Primary color */
  border: 2px solid #A84F0C; /* Border */
}

.page-the-thao__btn-secondary:hover {
  background: #FF8C1A;
  color: #FFF3E6;
  border-color: #FF8C1A;
  transform: translateY(-2px);
}

.page-the-thao__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-the-thao__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-the-thao__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #0D0E12;
}

.page-the-thao__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 40px;
}

.page-the-thao__gioi-thieu-section p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-the-thao__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-the-thao__feature-item {
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C; /* Border */
}

.page-the-thao__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao__feature-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FF8C1A;
  margin-bottom: 15px;
}

.page-the-thao__feature-item p {
  font-size: 1rem;
  color: #FFF3E6;
}

.page-the-thao__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-the-thao__guide-step {
  background-color: #17191F; /* Card BG */
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C; /* Border */
}

.page-the-thao__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button */
  color: #FFF3E6; /* Text Main */
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-the-thao__step-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FF8C1A;
  margin-bottom: 10px;
}

.page-the-thao__guide-step p {
  font-size: 0.95rem;
  color: #FFF3E6;
}

.page-the-thao__center-cta {
  text-align: center;
  margin-top: 50px;
}

.page-the-thao__promo-card {
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C; /* Border */
}

.page-the-thao__promo-image {
  flex: 1 1 40%;
  min-width: 280px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.page-the-thao__promo-content {
  flex: 1 1 50%;
  min-width: 280px;
}

.page-the-thao__promo-title {
  font-size: 2rem;
  font-weight: 700;
  color: #FF8C1A;
  margin-bottom: 15px;
}

.page-the-thao__promo-content p {
  font-size: 1.05rem;
  margin-bottom: 25px;
  color: #FFF3E6;
}

.page-the-thao__faq-list {
  margin-top: 30px;
}

.page-the-thao__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-the-thao__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #FFF3E6; /* Text Main */
  cursor: pointer;
  background-color: #17191F;
  list-style: none;
}

.page-the-thao__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao__faq-qtext {
  flex-grow: 1;
  color: #FF8C1A;
}

.page-the-thao__faq-toggle {
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFF3E6;
  margin-left: 15px;
}

.page-the-thao__faq-item[open] .page-the-thao__faq-toggle {
  color: #FFA53A;
}

.page-the-thao__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF3E6;
  line-height: 1.7;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-the-thao__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-the-thao__hero-container {
    flex-direction: column-reverse;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-the-thao__hero-content,
  .page-the-thao__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-the-thao__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
  }

  .page-the-thao__intro-text {
    font-size: 1rem;
    text-align: center;
  }

  .page-the-thao__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-the-thao__btn {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-the-thao__content-area {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-the-thao__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-the-thao__feature-grid,
  .page-the-thao__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao__feature-item,
  .page-the-thao__guide-step {
    padding: 20px;
  }

  .page-the-thao__feature-title {
    font-size: 1.4rem;
  }

  .page-the-thao__step-title {
    font-size: 1.2rem;
  }

  .page-the-thao__promo-card {
    flex-direction: column;
    padding: 20px;
  }

  .page-the-thao__promo-image {
    min-width: unset;
    flex: 1 1 100%;
  }

  .page-the-thao__promo-content {
    min-width: unset;
    flex: 1 1 100%;
  }

  .page-the-thao__promo-title {
    font-size: 1.6rem;
  }

  .page-the-thao__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-the-thao__faq-qtext {
    color: #FF8C1A;
  }

  .page-the-thao__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  /* General image responsiveness for content area */
  .page-the-thao img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* Ensure all containers with images also adapt */
  .page-the-thao__feature-item,
  .page-the-thao__guide-step,
  .page-the-thao__promo-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}