.page-the-thao { background-color: #F4F7FB; color: #1F2D3D; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; }
.page-the-thao__hero-section { padding: 10px 16px 16px; max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.page-the-thao__hero-image { width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; display: block; box-shadow: 0 8px 24px rgba(47, 107, 255, 0.2); }
.page-the-thao__hero-content { text-align: center; }
.page-the-thao__hero-badge { display: inline-block; background: linear-gradient(90deg, #4A8BFF, #6FA3FF); color: #ffffff; padding: 6px 16px; border-radius: 999px; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.5px; margin-bottom: 12px; }
.page-the-thao__hero-title { font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; line-height: 1.2; color: #1F2D3D; max-width: 800px; margin: 0 auto 12px; }
.page-the-thao__hero-subtitle { font-size: 1rem; color: #4A5568; max-width: 640px; margin: 0 auto 24px; line-height: 1.6; }
.page-the-thao__hero-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.page-the-thao__btn-primary { display: inline-block; background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); color: #ffffff; padding: 14px 32px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 12px rgba(47, 107, 255, 0.4); border: none; cursor: pointer; text-align: center; }
.page-the-thao__btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(47, 107, 255, 0.5); }
.page-the-thao__btn-secondary { display: inline-block; background: transparent; color: #1F2D3D; padding: 12px 28px; border-radius: 999px; font-weight: 600; text-decoration: none; border: 2px solid #2F6BFF; transition: background-color 0.2s ease, color 0.2s ease; text-align: center; }
.page-the-thao__btn-secondary:hover { background-color: #2F6BFF; color: #ffffff; }
.page-the-thao__stats-section { background-color: #ffffff; padding: 32px 16px; border-top: 1px solid #D6E2FF; border-bottom: 1px solid #D6E2FF; }
.page-the-thao__stats-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.page-the-thao__stat-item { padding: 12px;
}
.page-the-thao__stat-number { font-size: 2rem; font-weight: 800; color: #2F6BFF; line-height: 1.2; }
.page-the-thao__stat-label { font-size: 0.9rem; color: #4A5568; margin-top: 8px; }
.page-the-thao__benefits-section { padding: 56px 16px; max-width: 1200px; margin: 0 auto; }
.page-the-thao__section-header { text-align: center; margin-bottom: 40px; }
.page-the-thao__section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #1F2D3D; margin-bottom: 12px; }
.page-the-thao__section-desc { color: #4A5568; max-width: 700px; margin: 0 auto; font-size: 0.95rem; }
.page-the-thao__benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.page-the-thao__benefit-item { background-color: #ffffff; border-radius: 16px; padding: 20px; border: 1px solid #D6E2FF; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.page-the-thao__benefit-item:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(47, 107, 255, 0.15); }
.page-the-thao__benefit-image { width: 100%; max-width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }
.page-the-thao__benefit-title { font-size: 1.1rem; font-weight: 700; color: #1F2D3D; margin-bottom: 8px; }
.page-the-thao__benefit-text { font-size: 0.9rem; color: #4A5568; }
.page-the-thao__cta-section { background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%); padding: 48px 16px; text-align: center; color: #ffffff; }
.page-the-thao__cta-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; max-width: 700px; margin: 0 auto 12px; }
.page-the-thao__cta-desc { font-size: 1rem; max-width: 600px; margin: 0 auto 24px; opacity: 0.95; }
.page-the-thao__cta-section .page-the-thao__btn-primary { background: #ffffff; color: #2F6BFF; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
.page-the-thao__cta-section .page-the-thao__btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); }
.page-the-thao__guide-section { padding: 56px 16px 48px; }
.page-the-thao__guide-inner { max-width: 1000px; margin: 0 auto; }
.page-the-thao__guide-title { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #1F2D3D; margin-bottom: 12px; }
.page-the-thao__guide-desc { text-align: center; color: #4A5568; max-width: 700px; margin: 0 auto 40px; }
.page-the-thao__guide-steps { display: flex; flex-direction: column; gap: 24px;
}
.page-the-thao__guide-step { display: flex; gap: 16px; align-items: flex-start; }
.page-the-thao__guide-number { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(180deg, #4A8BFF, #2F6BFF); color: #ffffff; font-size: 1.4rem; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(47, 107, 255, 0.3); }
.page-the-thao__guide-card { background-color: #ffffff; border-radius: 16px; padding: 20px; border: 1px solid #D6E2FF; display: grid; grid-template-columns: 240px 1fr; gap: 20px; }
.page-the-thao__guide-image { width: 100%; max-width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; }
.page-the-thao__guide-step-content h3 { font-size: 1.1rem; font-weight: 700; color: #1F2D3D; margin-bottom: 8px; }
.page-the-thao__guide-step-content p { font-size: 0.9rem; color: #4A5568; }
.page-the-thao__faq-section { padding: 56px 16px; background-color: #ffffff; border-top: 1px solid #D6E2FF; }
.page-the-thao__faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.page-the-thao__faq-item { border: 1px solid #D6E2FF; border-radius: 12px; overflow: hidden; }
.page-the-thao__faq-question { list-style: none; padding: 18px 20px; background-color: #F4F7FB; font-weight: 700; color: #1F2D3D; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.page-the-thao__faq-question::-webkit-details-marker { display: none; }
.page-the-thao__faq-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #2F6BFF; color: #ffffff; font-weight: 700; flex-shrink: 0; }
.page-the-thao__faq-answer { padding: 16px 20px; color: #4A5568; font-size: 0.95rem; }
.page-the-thao__blog-section { padding: 56px 16px; max-width: 1200px; margin: 0 auto; }
.page-the-thao__blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.page-the-thao__blog-card { background-color: #ffffff; border-radius: 16px; overflow: hidden; border: 1px solid #D6E2FF; transition: transform 0.2s ease, box-shadow 0.2s ease; padding-bottom: 16px; }
.page-the-thao__blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(47, 107, 255, 0.15); }
.page-the-thao__blog-card a { text-decoration: none; color: inherit; display: block; }
.page-the-thao__blog-image { width: 100%; max-width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 12px; }
.page-the-thao__blog-title { font-size: 1.1rem; font-weight: 700; color: #1F2D3D; line-height: 1.4; margin: 0 16px 8px; }
.page-the-thao__blog-title:hover { color: #2F6BFF; }
.page-the-thao__blog-meta { font-size: 0.85rem; color: #8A9BB5; margin: 0 16px 8px; }
.page-the-thao__blog-excerpt { font-size: 0.9rem; color: #4A5568; margin: 0 16px; line-height: 1.5; }
.page-the-thao__blog-footer { text-align: center; margin-top: 32px; }
@media (max-width: 768px) {
  .page-the-thao__hero-title { font-size: clamp(1.4rem, 6vw, 1.8rem); }
  .page-the-thao__hero-subtitle { font-size: 0.9rem; }
  .page-the-thao__hero-cta { flex-direction: column; width: 100%; box-sizing: border-box; }
  .page-the-thao__hero-cta .page-the-thao__btn-primary,
  .page-the-thao__hero-cta .page-the-thao__btn-secondary { width: 100%; max-width: 100%; box-sizing: border-box; white-space: normal; }
  .page-the-thao__stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .page-the-thao__benefits-grid { grid-template-columns: 1fr; gap: 16px; }
  .page-the-thao__benefit-item { padding: 16px; }
  .page-the-thao__cta-title { font-size: clamp(1.4rem, 5vw, 1.8rem); }
  .page-the-thao__cta-desc { font-size: 0.9rem; }
  .page-the-thao__cta-section .page-the-thao__btn-primary { width: 100%; max-width: 100%; box-sizing: border-box; white-space: normal; }
  .page-the-thao__guide-step { flex-direction: column; gap: 8px; }
  .page-the-thao__guide-card { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
  .page-the-thao__guide-image { aspect-ratio: 16 / 9; }
  .page-the-thao__blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .page-the-thao img { max-width: 100% !important; height: auto !important; }
  .page-the-thao { overflow-x: hidden; max-width: 100%; }
  .page-the-thao__hero-section,
  .page-the-thao__benefits-section,
  .page-the-thao__guide-section,
  .page-the-thao__faq-section,
  .page-the-thao__blog-section { padding-left: 12px; padding-right: 12px; }
}