.page-the-thao__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: linear-gradient(135deg, #26A9E0 0%, #1a7bb0 100%);
  color: #ffffff;
}

.page-the-thao__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

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

.page-the-thao__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-the-thao__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f8ff;
}

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

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

.page-the-thao__btn-primary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-the-thao__btn-primary:hover {
  background: #d66f07;
  border-color: #d66f07;
}

.page-the-thao__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #ffffff;
}

.page-the-thao__btn-secondary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

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

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

.page-the-thao__intro-section,
.page-the-thao__betting-guide-section,
.page-the-thao__faq-section {
  padding: 60px 0;
  color: #333333;
  background: #ffffff;
}

.page-the-thao__sports-categories-section,
.page-the-thao__promo-section,
.page-the-thao__final-cta-section {
  padding: 60px 0;
  color: #ffffff;
  background: #26A9E0;
}

.page-the-thao__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-the-thao__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-the-thao__intro-section .page-the-thao__section-title,
.page-the-thao__betting-guide-section .page-the-thao__section-title,
.page-the-thao__faq-section .page-the-thao__section-title {
  color: #1e1765;
}

.page-the-thao__sports-categories-section .page-the-thao__section-title,
.page-the-thao__promo-section .page-the-thao__section-title,
.page-the-thao__final-cta-section .page-the-thao__section-title {
  color: #ffffff;
}

.page-the-thao__paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-the-thao__sports-categories-section .page-the-thao__paragraph,
.page-the-thao__promo-section .page-the-thao__paragraph,
.page-the-thao__final-cta-section .page-the-thao__paragraph {
  color: #f0f8ff;
}

.page-the-thao__content-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);
}

.page-the-thao__sport-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.page-the-thao__list-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-the-thao__list-item::before {
  content: '⚽';
  font-size: 1.2em;
  line-height: 1;
}

.page-the-thao__faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao__faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.page-the-thao__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #f8f8f8;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
  list-style: none;
}

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

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

.page-the-thao__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-the-thao__faq-item[open] .page-the-thao__faq-toggle {
  transform: rotate(45deg);
}

.page-the-thao__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
}

.page-the-thao__text-center {
  text-align: center;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-the-thao__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-the-thao__hero-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .page-the-thao__cta-buttons {
    justify-content: center;
  }

  .page-the-thao__hero-side-image {
    max-width: 500px;
  }
}

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

  .page-the-thao__hero-container {
    padding: 20px 15px !important;
    gap: 20px;
  }

  .page-the-thao__main-title {
    font-size: 2rem !important;
    margin-bottom: 15px !important;
  }

  .page-the-thao__hero-description {
    font-size: 1rem !important;
    margin-bottom: 25px !important;
    text-align: left;
  }

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

  .page-the-thao__btn-primary,
  .page-the-thao__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px !important;
    font-size: 0.95rem !important;
  }

  /* General Content Sections */
  .page-the-thao__intro-section,
  .page-the-thao__sports-categories-section,
  .page-the-thao__betting-guide-section,
  .page-the-thao__promo-section,
  .page-the-thao__faq-section,
  .page-the-thao__final-cta-section {
    padding: 40px 0 !important;
  }

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

  .page-the-thao__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 25px !important;
  }

  .page-the-thao__paragraph {
    font-size: 0.95rem !important;
    margin-bottom: 15px !important;
    text-align: left;
  }

  /* Images */
  .page-the-thao img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto !important;
    box-sizing: border-box !important;
  }

  /* Sports List */
  .page-the-thao__sport-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 20px auto !important;
  }

  .page-the-thao__list-item {
    font-size: 1rem !important;
    padding: 12px 15px !important;
  }

  /* FAQ Section */
  .page-the-thao__faq-list {
    margin-top: 20px !important;
  }

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

  .page-the-thao__faq-toggle {
    font-size: 1.3rem !important;
  }

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