.page-the-thao__dark-section { background-color: #017439; color: #ffffff; }
.page-the-thao__light-bg { background-color: #ffffff; color: #333333; }
.page-the-thao__hero-section { padding-top: 10px; padding-bottom: 60px; }
.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 45%; max-width: 550px; }
.page-the-thao__hero-image { flex: 1 1 45%; text-align: center; }
.page-the-thao__hero-side-image { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); }
.page-the-thao__main-title { font-size: clamp(2.2rem, 4vw, 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: #f0f0f0; }
.page-the-thao__cta-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.page-the-thao__btn-primary, .page-the-thao__btn-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 8px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; white-space: normal; word-wrap: break-word; text-align: center; }
.page-the-thao__btn-primary { background-color: #C30808; color: #FFFF00; border: 2px solid #C30808; }
.page-the-thao__btn-primary:hover { background-color: #a30606; border-color: #a30606; transform: translateY(-2px); }
.page-the-thao__btn-secondary { background-color: #ffffff; color: #017439; border: 2px solid #017439; }
.page-the-thao__btn-secondary:hover { background-color: #f0f0f0; transform: translateY(-2px); }
.page-the-thao__content-area { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.page-the-thao__section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; text-align: center; margin-bottom: 20px; color: #017439; }
.page-the-thao__dark-section .page-the-thao__section-title { color: #ffffff; }
.page-the-thao__section-description { font-size: 1.1rem; line-height: 1.6; text-align: center; max-width: 800px; margin: 0 auto 40px; color: #555555; }
.page-the-thao__dark-section .page-the-thao__section-description { color: #f0f0f0; }
.page-the-thao__intro-section { padding-bottom: 60px; }
.page-the-thao__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.page-the-thao__feature-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }
.page-the-thao__feature-item:hover { transform: translateY(-8px); }
.page-the-thao__icon-box-media { width: 200px; height: 200px; aspect-ratio: 1/1; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; border: 4px solid #017439; }
.page-the-thao__icon-box-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.page-the-thao__feature-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 10px; color: #017439; }
.page-the-thao__feature-text { font-size: 1rem; line-height: 1.6; color: #555555; }
.page-the-thao__categories-section { padding-bottom: 60px; }
.page-the-thao__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.page-the-thao__category-card { background-color: #1a8850; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; }
.page-the-thao__category-card:hover { transform: translateY(-8px); }
.page-the-thao__category-image { width: 100%; height: 200px; object-fit: cover; display: block; }
.page-the-thao__card-title { font-size: 1.4rem; font-weight: 600; margin: 15px 15px 10px; color: #ffffff; }
.page-the-thao__card-text { font-size: 0.95rem; line-height: 1.5; margin: 0 15px 20px; color: #f0f0f0; }
.page-the-thao__guide-section { padding-bottom: 60px; }
.page-the-thao__guide-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }
.page-the-thao__guide-step { text-align: center; padding: 30px 20px; background-color: #f9f9f9; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); }
.page-the-thao__step-icon { width: 60px; height: 60px; line-height: 60px; font-size: 2rem; font-weight: 700; color: #ffffff; background-color: #017439; border-radius: 50%; margin: 0 auto 20px; }
.page-the-thao__step-title { font-size: 1.4rem; font-weight: 600; margin-bottom: 10px; color: #017439; }
.page-the-thao__step-text { font-size: 1rem; line-height: 1.6; color: #555555; }
.page-the-thao__cta-buttons--center { justify-content: center; margin-top: 40px; }
.page-the-thao__promo-section { padding-bottom: 60px; }
.page-the-thao__promo-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; padding: 40px 20px; }
.page-the-thao__promo-text { flex: 1 1 50%; max-width: 600px; }
.page-the-thao__promo-image { flex: 1 1 40%; text-align: center; }
.page-the-thao__promo-img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); }
.page-the-thao__faq-section { padding-bottom: 60px; }
.page-the-thao__faq-list { max-width: 800px; margin: 40px auto 0; }
.page-the-thao__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.page-the-thao__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; font-size: 1.1rem; font-weight: 600; color: #017439; cursor: pointer; background-color: #e6f7ed; border-bottom: 1px solid #d0e7da; }
.page-the-thao__faq-item[open] .page-the-thao__faq-question { border-bottom: none; }
.page-the-thao__faq-question::-webkit-details-marker { display: none; }
.page-the-thao__faq-question::marker { display: none; }
.page-the-thao__faq-toggle { font-size: 1.5rem; line-height: 1; margin-left: 15px; 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; }

@media (max-width: 1024px) {
  .page-the-thao__hero-container { padding: 30px 20px; gap: 30px; }
  .page-the-thao__hero-content { flex: 1 1 100%; max-width: 100%; text-align: center; }
  .page-the-thao__hero-image { flex: 1 1 100%; }
  .page-the-thao__main-title { font-size: clamp(2rem, 5vw, 3rem); }
  .page-the-thao__hero-description { font-size: 1rem; }
  .page-the-thao__cta-buttons { justify-content: center; }
  .page-the-thao__content-area { padding: 40px 20px; }
  .page-the-thao__section-title { font-size: clamp(1.6rem, 4vw, 2.5rem); }
  .page-the-thao__section-description { font-size: 1rem; }
  .page-the-thao__promo-content { flex-direction: column; text-align: center; }
  .page-the-thao__promo-text { max-width: 100%; }
  .page-the-thao__promo-image { width: 100%; }
}

@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: 20px; }
  .page-the-thao__hero-content { text-align: center; }
  .page-the-thao__main-title { font-size: clamp(1.8rem, 6vw, 2.5rem); margin-bottom: 15px; }
  .page-the-thao__hero-description { font-size: 0.95rem; margin-bottom: 25px; }
  .page-the-thao__cta-buttons { flex-direction: column; gap: 10px; 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 20px;
  }
  .page-the-thao__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-the-thao__section-title { font-size: clamp(1.5rem, 5vw, 2rem); margin-bottom: 15px; }
  .page-the-thao__section-description { font-size: 0.9rem; margin-bottom: 30px; }
  .page-the-thao__feature-grid, .page-the-thao__category-grid, .page-the-thao__guide-steps { grid-template-columns: 1fr; gap: 20px; }
  .page-the-thao__feature-item, .page-the-thao__category-card, .page-the-thao__guide-step {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .page-the-thao__icon-box-media { width: 160px; height: 160px; margin-bottom: 15px; border-width: 3px; }
  .page-the-thao__feature-title { font-size: 1.3rem; }
  .page-the-thao__feature-text { font-size: 0.9rem; }
  .page-the-thao__category-image { height: 180px; }
  .page-the-thao__card-title { font-size: 1.2rem; }
  .page-the-thao__card-text { font-size: 0.85rem; }
  .page-the-thao__step-icon { width: 50px; height: 50px; line-height: 50px; font-size: 1.8rem; margin-bottom: 15px; }
  .page-the-thao__step-title { font-size: 1.3rem; }
  .page-the-thao__step-text { font-size: 0.9rem; }
  .page-the-thao__promo-content { flex-direction: column; gap: 20px; padding: 30px 15px; }
  .page-the-thao__promo-img { border-radius: 8px; }
  .page-the-thao__faq-list { margin-top: 30px; }
  .page-the-thao__faq-question { padding: 15px 20px; font-size: 1rem; }
  .page-the-thao__faq-answer { padding: 10px 20px 15px; font-size: 0.9rem; }
  .page-the-thao img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao__hero-side-image, .page-the-thao__promo-img { border-radius: 8px; }
  .page-the-thao__icon-box-media img { border-radius: 50%; }
}