/* the-thao.css - Scoped under .page-the-thao */
.page-the-thao { background-color: #FFFFFF; color: #000000; font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; }
.page-the-thao__container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }

.page-the-thao__hero-section { padding: 10px 0 30px; background: linear-gradient(180deg, #F2FAFE 0%, #FFFFFF 100%); }
.page-the-thao__hero-inner { display: flex; flex-direction: column; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.page-the-thao__hero-image { width: 100%; }
.page-the-thao__hero-img { display: block; width: 100%; max-width: 1200px; height: auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(38,169,224,0.18); }
.page-the-thao__hero-content { margin-top: 22px; width: 100%; }
.page-the-thao__hero-title { font-weight: 800; line-height: 1.25; letter-spacing: 0.2px; color: #0B2A3C; max-width: 900px; margin: 0 0 14px; }
.page-the-thao__hero-desc { color: #2B3B45; max-width: 860px; margin: 0 0 22px; }
.page-the-thao__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.page-the-thao__btn { display: inline-block; padding: 13px 26px; border-radius: 10px; font-weight: 700; text-decoration: none; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; max-width: 100%; }
.page-the-thao__btn--primary { background-color: #26A9E0; color: #FFFFFF; box-shadow: 0 6px 16px rgba(38,169,224,0.35); }
.page-the-thao__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(38,169,224,0.45); }
.page-the-thao__btn--login { background-color: #EA7C07; color: #FFFFFF; box-shadow: 0 6px 16px rgba(234,124,7,0.35); }
.page-the-thao__btn--login:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(234,124,7,0.45); }
.page-the-thao__btn--outline { background-color: #FFFFFF; color: #0B2A3C; border: 2px solid #26A9E0; }
.page-the-thao__btn--outline:hover { background-color: #EAF7FD; }

.page-the-thao__intro-section { padding: 40px 0 20px; }
.page-the-thao__section-title { font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2rem); font-weight: 800; color: #0B2A3C; margin: 0 0 18px; line-height: 1.3; }
.page-the-thao__text { color: #2B3B45; margin: 0 0 16px; font-size: 1.02rem; }
.page-the-thao__inline-link { color: #1B7FAE; font-weight: 700; text-decoration: underline; }
.page-the-thao__inline-link:hover { color: #EA7C07; }

.page-the-thao__sports-section { padding: 40px 0; background-color: #F7FBFD; }
.page-the-thao__sports-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.page-the-thao__sport-card { background-color: #FFFFFF; border: 1px solid #DCEEF6; border-radius: 14px; padding: 0 0 20px; overflow: hidden; box-shadow: 0 4px 14px rgba(11,42,60,0.06); display: flex; flex-direction: column; }
.page-the-thao__sport-img { display: block; width: 100%; height: auto; }
.page-the-thao__sport-title { margin: 16px 18px 8px; font-size: 1.2rem; font-weight: 800; line-height: 1.35; }
.page-the-thao__sport-link { color: #0B2A3C; text-decoration: none; }
.page-the-thao__sport-link:hover { color: #26A9E0; }
.page-the-thao__sport-desc { margin: 0 18px; color: #2B3B45; font-size: 0.98rem; }

.page-the-thao__features-section { padding: 44px 0; }
.page-the-thao__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.page-the-thao__feature-item { background-color: #FFFFFF; border-left: 5px solid #26A9E0; border-radius: 12px; padding: 22px 20px; box-shadow: 0 4px 14px rgba(11,42,60,0.07); }
.page-the-thao__feature-title { margin: 0 0 10px; font-size: 1.12rem; font-weight: 800; color: #0B2A3C; }
.page-the-thao__feature-desc { margin: 0; color: #2B3B45; font-size: 0.97rem; }

.page-the-thao__guide-section { padding: 44px 0; background-color: #F7FBFD; }
.page-the-thao__guide-list { margin: 0 0 24px; padding-left: 22px; color: #2B3B45; }
.page-the-thao__guide-item { margin-bottom: 12px; font-size: 1.02rem; }
.page-the-thao__guide-item strong { color: #0B2A3C; }
.page-the-thao__guide-cta { display: flex; flex-wrap: wrap; gap: 12px; }

.page-the-thao__promo-section { padding: 44px 0; background: linear-gradient(135deg, #EAF7FD 0%, #FFFFFF 100%); }
.page-the-thao__promo-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.page-the-thao__faq-section { padding: 44px 0; }
.page-the-thao__faq-list { display: flex; flex-direction: column; gap: 16px; }
.page-the-thao__faq-item { background-color: #FFFFFF; border: 1px solid #DCEEF6; border-radius: 12px; padding: 20px; box-shadow: 0 3px 10px rgba(11,42,60,0.05); }
.page-the-thao__faq-question { margin: 0 0 10px; font-size: 1.06rem; font-weight: 800; color: #0B2A3C; }
.page-the-thao__faq-answer { margin: 0; color: #2B3B45; font-size: 0.98rem; }

.page-the-thao__blog-section { padding: 44px 0; background-color: #F7FBFD; }
.page-the-thao__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.page-the-thao__blog-card { background-color: #FFFFFF; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 14px rgba(11,42,60,0.06); padding-bottom: 18px; display: flex; flex-direction: column; }
.page-the-thao__blog-img { display: block; width: 100%; height: auto; }
.page-the-thao__blog-title { margin: 16px 18px 8px; font-size: 1.08rem; font-weight: 800; line-height: 1.4; }
.page-the-thao__blog-link { color: #0B2A3C; text-decoration: none; }
.page-the-thao__blog-link:hover { color: #26A9E0; }
.page-the-thao__blog-desc { margin: 0 18px; color: #2B3B45; font-size: 0.96rem; }

.page-the-thao__cta-section { padding: 50px 0; background: linear-gradient(135deg, #26A9E0 0%, #1B7FAE 100%); }
.page-the-thao__cta-title { color: #FFFFFF; font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2rem); font-weight: 800; margin: 0 0 12px; }
.page-the-thao__cta-desc { color: #EAF7FD; margin: 0 0 24px; max-width: 760px; }
.page-the-thao__cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.page-the-thao__cta-section .page-the-thao__btn--primary { background-color: #FFFFFF; color: #1B7FAE; }
.page-the-thao__cta-section .page-the-thao__btn--login { background-color: #EA7C07; color: #FFFFFF; }
.page-the-thao__cta-section .page-the-thao__btn--outline { background-color: transparent; color: #FFFFFF; border: 2px solid #FFFFFF; }
.page-the-thao__cta-section .page-the-thao__btn--outline:hover { background-color: rgba(255,255,255,0.16); }

@media (max-width: 1024px) {
  .page-the-thao__hero-title { max-width: 100%; }
  .page-the-thao__sports-grid, .page-the-thao__blog-grid { grid-template-columns: repeat(2, 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 0 22px; }
  .page-the-thao__hero-inner { padding: 0 12px; }
  .page-the-thao__hero-title { font-size: 1.5rem; }
  .page-the-thao__hero-desc { font-size: 0.98rem; }
  .page-the-thao__hero-actions { flex-direction: column; align-items: stretch; }
  .page-the-thao__btn { width: 100%; padding: 14px 18px; }
  .page-the-thao__container { padding: 0 12px; }
  .page-the-thao__section-title { font-size: 1.35rem; }
  .page-the-thao__sports-grid, .page-the-thao__blog-grid, .page-the-thao__features-grid { grid-template-columns: 1fr; }
  .page-the-thao__intro-section, .page-the-thao__sports-section, .page-the-thao__features-section, .page-the-thao__guide-section, .page-the-thao__promo-section, .page-the-thao__faq-section, .page-the-thao__blog-section { padding: 30px 0; }
  .page-the-thao__cta-section { padding: 36px 0; }
  .page-the-thao__cta-actions, .page-the-thao__promo-actions, .page-the-thao__guide-cta { flex-direction: column; align-items: stretch; }
}