.page-the-thao {
  font-family: Arial, sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

.page-the-thao__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-the-thao__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-the-thao__section-description {
  font-size: 18px;
  color: #1F2D3D;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* HERO Section */
.page-the-thao__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

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

.page-the-thao__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
  color: #1F2D3D;
}

.page-the-thao__hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #1F2D3D;
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-the-thao__hero-description {
  font-size: 18px;
  color: #1F2D3D;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.page-the-thao__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-the-thao__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-the-thao__btn-primary,
.page-the-thao__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-the-thao__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-the-thao__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

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

.page-the-thao__btn-secondary:hover {
  background: #F4F7FB;
  color: #4A8BFF;
  border-color: #4A8BFF;
}

/* Intro Section */
.page-the-thao__intro-section {
  background-color: #2F6BFF;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-the-thao__intro-section .page-the-thao__section-title,
.page-the-thao__intro-section .page-the-thao__section-description {
  color: #ffffff;
}

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

.page-the-thao__feature-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-the-thao__feature-item img {
  width: 200px;
  
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao__feature-title {
  font-size: 24px;
  font-weight: bold;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-the-thao__feature-text {
  font-size: 16px;
  color: #1F2D3D;
  line-height: 1.5;
}

/* Sports Section */
.page-the-thao__sports-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-the-thao__sport-category {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-the-thao__sport-category img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-the-thao__sport-title {
  font-size: 28px;
  font-weight: bold;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-the-thao__sport-text {
  font-size: 17px;
  color: #1F2D3D;
  line-height: 1.6;
  max-width: 900px;
}

/* Promo Section */
.page-the-thao__promo-section {
  background-color: #2F6BFF;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-the-thao__promo-section .page-the-thao__section-title,
.page-the-thao__promo-section .page-the-thao__section-description {
  color: #ffffff;
}

.page-the-thao__promo-section .page-the-thao__cta-buttons {
  justify-content: center;
  margin-top: 40px;
}

/* Guide Section */
.page-the-thao__guide-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

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

.page-the-thao__step-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #D6E2FF;
}

.page-the-thao__step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.page-the-thao__step-title {
  font-size: 22px;
  font-weight: bold;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-the-thao__step-text {
  font-size: 16px;
  color: #1F2D3D;
  line-height: 1.5;
  margin-bottom: 15px;
}

.page-the-thao__btn-text-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s ease;
}

.page-the-thao__btn-text-link:hover {
  color: #4A8BFF;
  text-decoration: underline;
}

/* FAQ Section */
.page-the-thao__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-the-thao__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
}

.page-the-thao__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-the-thao__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #1F2D3D;
  cursor: pointer;
  list-style: none;
  outline: none;
}

.page-the-thao__faq-item summary::-webkit-details-marker,
.page-the-thao__faq-item summary::marker {
  display: none;
}

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

.page-the-thao__faq-toggle {
  font-size: 24px;
  font-weight: normal;
  color: #2F6BFF;
  margin-left: 15px;
}

.page-the-thao__faq-item[open] .page-the-thao__faq-toggle {
  content: "−";
}

.page-the-thao__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #1F2D3D;
  line-height: 1.6;
}

/* General Image Styling */
.page-the-thao img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-the-thao__container {
    padding: 20px 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-the-thao__section-title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }

  .page-the-thao__section-description {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  /* HERO Section Mobile */
  .page-the-thao__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

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

  .page-the-thao__hero-content {
    text-align: center !important;
    flex: 1 1 100% !important;
  }

  .page-the-thao__hero-title {
    font-size: 32px !important;
    margin-bottom: 15px !important;
  }

  .page-the-thao__hero-description {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .page-the-thao__hero-image {
    flex: 1 1 100% !important;
  }

  .page-the-thao__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !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;
    padding: 12px 20px !important;
    font-size: 16px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* Intro Section Mobile */
  .page-the-thao__intro-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .page-the-thao__features-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 20px !important;
  }

  .page-the-thao__feature-item {
    padding: 20px !important;
  }

  .page-the-thao__feature-item img {
    
    
  }

  .page-the-thao__feature-title {
    font-size: 20px !important;
  }

  .page-the-thao__feature-text {
    font-size: 15px !important;
  }

  /* Sports Section Mobile */
  .page-the-thao__sports-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .page-the-thao__sport-category {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .page-the-thao__sport-title {
    font-size: 24px !important;
  }

  .page-the-thao__sport-text {
    font-size: 15px !important;
  }

  /* Promo Section Mobile */
  .page-the-thao__promo-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .page-the-thao__promo-section .page-the-thao__cta-buttons {
    margin-top: 20px !important;
  }

  /* Guide Section Mobile */
  .page-the-thao__guide-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .page-the-thao__guide-steps {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 20px !important;
  }

  .page-the-thao__step-item {
    padding: 20px !important;
  }

  .page-the-thao__step-number {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 28px !important;
  }

  .page-the-thao__step-title {
    font-size: 20px !important;
  }

  .page-the-thao__step-text {
    font-size: 15px !important;
  }

  /* FAQ Section Mobile */
  .page-the-thao__faq-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .page-the-thao__faq-item summary {
    padding: 15px 20px !important;
    font-size: 16px !important;
  }

  .page-the-thao__faq-toggle {
    font-size: 20px !important;
  }

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

  /* General Image & Container Mobile */
  .page-the-thao img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-the-thao__section,
  .page-the-thao__card,
  .page-the-thao__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}