.page-the-thao { color: #FFF5E1; background-color: #B71C1C; }
.page-the-thao__hero-section { padding-top: 10px; max-width: 1200px; margin: 0 auto; padding-left: 16px; padding-right: 16px; }
.page-the-thao__hero-image-wrapper { display: block; }
.page-the-thao__hero-image { width: 100%; height: 300px; object-fit: cover; display: block; border-radius: 8px; border: 2px solid #F2B544; }
.page-the-thao__hero-content { margin-top: 20px; padding: 24px; background-color: #7A0E0E; border-radius: 8px; border: 1px solid #F2B544; }
.page-the-thao__main-title { font-weight: 700; line-height: 1.3; letter-spacing: 0.5px; color: #FFF5E1; margin: 0 0 10px 0; max-width: 800px; }
.page-the-thao__hero-description { color: #FFF5E1; line-height: 1.7; max-width: 720px; }
.page-the-thao__cta-group { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.page-the-thao__btn-register { display: inline-block; padding: 14px 32px; background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #7A0E0E; border-radius: 8px; font-weight: 700; text-decoration: none; border: 1px solid #F2B544; transition: transform .2s; text-align: center; }
.page-the-thao__btn-register:hover { transform: scale(1.03); }
.page-the-thao__btn-explore { display: inline-block; padding: 14px 32px; background-color: transparent; color: #FFF5E1; border-radius: 8px; font-weight: 700; text-decoration: none; border: 2px solid #F2B544; transition: background .3s; text-align: center; }
.page-the-thao__btn-explore:hover { background-color: rgba(255,255,255,0.1); }
.page-the-thao__section-title { text-align: center; color: #FFF5E1; font-weight: 700; margin-top: 0; margin-bottom: 30px; }
.page-the-thao__logo-section { padding: 40px 16px 60px; background-color: #B71C1C; }
.page-the-thao__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 20px; justify-items: center; max-width: 1200px; margin: 16px auto; }
.page-the-thao__logo-item { display: flex; flex-direction: column; align-items: center; gap: 10px; max-width: 280px; }
.page-the-thao__logo-image { width: 100%; aspect-ratio: 2/1; object-fit: contain; }
.page-the-thao__text-link { color: #FFCC66; font-weight: 600; text-decoration: none; font-size: 1.1em; }
.page-the-thao__text-link:hover { text-decoration: underline; }
.page-the-thao__logo-item:nth-child(5) { grid-column: 2; }
.page-the-thao__logo-item:nth-child(6) { grid-column: 3; }
.page-the-thao__advantages-section { padding: 40px 16px; background-color: #B71C1C; }
.page-the-thao__advantages-inner { max-width: 1200px; margin: 0 auto; }
.page-the-thao__advantages-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.page-the-thao__advantage-item { background: #D32F2F; border: 1px solid #F2B544; padding: 20px; border-radius: 12px; }
.page-the-thao__guide-figure { width: 100%; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; border: 1px solid #7A0E0E; }
.page-the-thao__advantage-title { color: #FFF5E1; font-weight: 600; }
.page-the-thao__advantage-description { color: #FFF5E1; line-height: 1.6; }
.page-the-thao__guide-section { background: #7A0E0E; margin: 40px auto; padding: 40px 16px; }
.page-the-thao__guide-inner { max-width: 1000px; margin: 0 auto; }
.page-the-thao__guide-title { text-align: center; color: #F4D34D; font-weight: 700; }
.page-the-thao__guide-intro { color: #FFF5E1; text-align: center; max-width: 80%; margin-left: auto; margin-right: auto; margin-bottom: 30px; }
.page-the-thao__guide-figure { background: #D32F2F; border-radius: 12px; padding: 16px; border: 1px solid #F4D34D; }
.page-the-thao__guide-figure img { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; }
.page-the-thao__guide-caption { color: #FFCC66; font-weight: 500; }
.page-the-thao__faq-item { border: 1px solid #F2B544; border-radius: 8px; margin: 16px 0; background-color: #D32F2F; overflow: hidden; }
.page-the-thao__faq-item summary { background: #D32F2F; color: #FFF5E1; cursor: pointer; list-style: none; padding: 16px 16px 16px 12px; font-weight: 600; display: flex; justify-content: space-between; align-items: flex-start; line-height: 1.5; }
.page-the-thao__faq-item summary::-webkit-details-marker { display: none; }
.page-the-thao__faq-icon { font-size: 20px; margin-left: 10px; align-self: flex-start; color: #FFCC66; }
.page-the-thao__faq-answer { padding: 0 16px 16px 48px; }
.page-the-thao__faq-answer p { color: #FFF5E1; }
.page-the-thao__deep-review-section { background: #D32F2F; padding: 40px 16px; }
.page-the-thao__deep-review-inner { max-width: 1000px; margin: 0 auto; }
.page-the-thao__deep-review-inner p { line-height: 1.8; color: #FFF5E1; }
.page-the-thao__guide-section-v2 { background: #7A0E0E; padding: 40px 16px; }
.page-the-thao__guide-inner-v2 { max-width: 1000px; margin: 0 auto; }
.page-the-thao__steps-list { display: grid; grid-template-columns: 1fr; gap: 30px; margin: 30px 0; }
.page-the-thao__step-item { background: #D32F2F; padding: 16px; border-radius: 12px; border: 1px solid #F2B544; }
.page-the-thao__step-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; }
.page-the-thao__step-title { color: #F4D34D; }
.page-the-thao__step-text { color: #FFF5E1; line-height: 1.7; }
.page-the-thao__guide-cta-note { background: #B71C1C; padding: 12px 16px; border-radius: 8px; line-height: 1.7; margin-top: 24px; padding-left: 20px; border-left: 5px solid #F2B544; color: #FFF5E1; }
.page-the-thao__cta-banner { background-image: linear-gradient(135deg, #FFCC66 0%, #E6B800 100%); padding: 40px 16px; border-radius: 12px; margin: 40px 0 0; border: 2px solid #C91F17; }
.page-the-thao__cta-banner-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.page-the-thao__cta-title { color: #7A0E0E; font-weight: 700; margin-top: 0; }
.page-the-thao__cta-description { color: #7A0E0E; font-size: 1.05em; }
.page-the-thao__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.page-the-thao__btn-login { display: inline-block; padding: 14px 32px; background-color: #7A0E0E; color: #FFD86A; border-radius: 8px; font-weight: 700; text-decoration: none; border: 2px solid #7A0E0E; transition: transform .2s; text-align: center; }
.page-the-thao__btn-login:hover { transform: scale(1.03); }
@media (max-width: 1024px) {
  .page-the-thao__hero-image { height: 220px; }
  .page-the-thao__logo-grid { grid-template-columns: repeat(4, 1fr); }
  .page-the-thao__advantages-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .page-the-thao { overflow-x: hidden; }
  .page-the-thao img, .page-the-thao__logo-section img, .page-the-thao__guide-section img, .page-the-thao__advantages-section img, .page-the-thao__guide-section-v2 img { max-width: 100%; height: auto; }
  .page-the-thao__hero-section { padding: 10px 12px 0; }
  .page-the-thao__hero-image { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
  .page-the-thao__cta-group { justify-content: center; }
  .page-the-thao__btn-register, .page-the-thao__btn-explore { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; padding-left: 10px; padding-right: 10px; }
  .page-the-thao__logo-grid { grid-template-columns: repeat(2, 1fr); }
  .page-the-thao__logo-item:nth-child(5), .page-the-thao__logo-item:nth-child(6) { grid-column: auto; }
  .page-the-thao__advantages-grid { grid-template-columns: 1fr; }
  .page-the-thao__guide-figure img, .page-the-thao__guide-image { max-width: 100%; aspect-ratio: 2/1; }
  .page-the-thao__cta-buttons { flex-direction: column; gap: 12px; }
  .page-the-thao__btn-register, .page-the-thao__btn-login { width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
}