/* the-thao.css */
.page-the-thao { background-color: #08160F; color: #F2FFF6; font-family: 'Segoe UI', Tahoma, sans-serif; line-height: 1.6; }
.page-the-thao__container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.page-the-thao__section-title { color: #F2FFF6; font-size: 1.75rem; font-weight: 700; margin: 0 0 20px; letter-spacing: 0.3px; }
.page-the-thao__text { color: #A7D9B8; font-size: 1rem; margin: 0 0 16px; }
.page-the-thao a { color: #57E38D; text-decoration: none; }
.page-the-thao a:hover { color: #22C768; text-decoration: underline; }
.page-the-thao__btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-align: center; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.page-the-thao__btn--primary { background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); color: #08160F; border: 1px solid #2E7A4E; box-shadow: 0 4px 14px rgba(87, 227, 141, 0.35); }
.page-the-thao__btn--primary:hover { color: #08160F; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(87, 227, 141, 0.5); text-decoration: none; }
.page-the-thao__btn--outline { background: transparent; color: #57E38D; border: 1px solid #2E7A4E; }
.page-the-thao__btn--outline:hover { background: #11271B; color: #57E38D; text-decoration: none; }
.page-the-thao__hero-section { padding: 10px 20px 40px; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; }
.page-the-thao__hero-image { width: 100%; margin-bottom: 28px; border-radius: 16px; overflow: hidden; border: 1px solid #2E7A4E; }
.page-the-thao__hero-image img { display: block; width: 100%; height: auto; border-radius: 16px; }
.page-the-thao__hero-content { display: flex; flex-direction: column; align-items: flex-start; }
.page-the-thao__hero-title { color: #F2FFF6; font-weight: 800; line-height: 1.25; margin: 0 0 16px; max-width: 900px; letter-spacing: 0.3px; }
.page-the-thao__hero-desc { color: #A7D9B8; font-size: 1.08rem; margin: 0 0 24px; max-width: 820px; }
.page-the-thao__hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.page-the-thao__intro-section { padding: 40px 0; background-color: #0A4B2C; border-top: 1px solid #1E3A2A; border-bottom: 1px solid #1E3A2A; }
.page-the-thao__sports-section { padding: 50px 0; }
.page-the-thao__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.page-the-thao__card { background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 14px; padding: 20px; display: flex; flex-direction: column; }
.page-the-thao__card-image { display: block; width: 100%; height: auto; border-radius: 10px; margin-bottom: 16px; }
.page-the-thao__card-title { color: #57E38D; font-size: 1.2rem; font-weight: 700; margin: 0 0 10px; }
.page-the-thao__card-text { color: #A7D9B8; font-size: 0.98rem; margin: 0; }
.page-the-thao__features-section { padding: 50px 0; background-color: #0A4B2C; }
.page-the-thao__feature-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.page-the-thao__feature-item { background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 12px; padding: 22px; }
.page-the-thao__feature-title { color: #F2C14E; font-size: 1.1rem; font-weight: 700; margin: 0 0 10px; }
.page-the-thao__feature-text { color: #A7D9B8; font-size: 0.97rem; margin: 0; }
.page-the-thao__guide-section { padding: 50px 0; }
.page-the-thao__guide-content { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.page-the-thao__guide-image img { display: block; width: 100%; height: auto; border-radius: 14px; border: 1px solid #2E7A4E; }
.page-the-thao__guide-title { color: #57E38D; font-size: 1.3rem; font-weight: 700; margin: 0 0 16px; }
.page-the-thao__steps { padding-left: 20px; margin: 0 0 16px; }
.page-the-thao__step { color: #A7D9B8; margin-bottom: 12px; font-size: 1rem; }
.page-the-thao__promo-section { padding: 50px 0; background-color: #0A4B2C; text-align: center; }
.page-the-thao__promo-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 20px; }
.page-the-thao__faq-section { padding: 50px 0; }
.page-the-thao__faq-list { display: flex; flex-direction: column; gap: 14px; }
.page-the-thao__faq-item { background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 12px; padding: 18px 20px; }
.page-the-thao__faq-question { color: #57E38D; font-weight: 700; font-size: 1.05rem; cursor: pointer; margin: 0; }
.page-the-thao__faq-answer { color: #A7D9B8; margin: 12px 0 0; font-size: 0.98rem; }
.page-the-thao__cta-section { padding: 55px 0; background: linear-gradient(180deg, #11271B 0%, #0A4B2C 100%); text-align: center; border-top: 1px solid #1E3A2A; }
.page-the-thao__cta-title { color: #F2FFF6; font-size: 1.7rem; font-weight: 800; margin: 0 0 14px; }
.page-the-thao__cta-text { color: #A7D9B8; max-width: 700px; margin: 0 auto 24px; }
.page-the-thao__cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.page-the-thao img { max-width: 100%; height: auto; }
@media (max-width: 1024px) {
  .page-the-thao__grid { grid-template-columns: repeat(2, 1fr); }
  .page-the-thao__feature-list { grid-template-columns: repeat(2, 1fr); }
  .page-the-thao__guide-content { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .page-the-thao { overflow-x: hidden; }
  .page-the-thao img { max-width: 100% !important; height: auto !important; }
  .page-the-thao__hero-section { padding: 10px 16px 30px; }
  .page-the-thao__hero-title { font-size: 1.5rem; }
  .page-the-thao__hero-desc { font-size: 1rem; }
  .page-the-thao__hero-actions { flex-direction: column; width: 100%; }
  .page-the-thao__hero-actions .page-the-thao__btn { width: 100%; }
  .page-the-thao__section-title { font-size: 1.35rem; }
  .page-the-thao__grid { grid-template-columns: 1fr; }
  .page-the-thao__feature-list { grid-template-columns: 1fr; }
  .page-the-thao__guide-content { grid-template-columns: 1fr; }
  .page-the-thao__promo-actions { flex-direction: column; width: 100%; }
  .page-the-thao__promo-actions .page-the-thao__btn { width: 100%; }
  .page-the-thao__cta-actions { flex-direction: column; width: 100%; }
  .page-the-thao__cta-actions .page-the-thao__btn { width: 100%; }
  .page-the-thao__cta-title { font-size: 1.35rem; }
  .page-the-thao__btn { max-width: 100%; word-break: break-word; }
}