/* ===== Reset scope ===== */
.page-the-thao { color: #F3F8FF; background: #08162B; font-family: Arial, Helvetica, sans-serif; }
.page-the-thao * { box-sizing: border-box; }
.page-the-thao h1, .page-the-thao h2, .page-the-thao h3 { color: #F3F8FF; }
.page-the-thao p { color: #AFC4E8; }
.page-the-thao a { text-decoration: none; }
.page-the-thao img { max-width: 100%; height: auto; }
.page-the-thao__btn { display: inline-block; border-radius: 6px; padding: 12px 30px; font-weight: 700; text-align: center; border: 1px solid #244D84; transition: all .3s ease; }
.page-the-thao__btn--primary { background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); color: #fff; width: 100%; max-width: 280px; }
.page-the-thao__btn--secondary { background: transparent; color: #F2C14E; border: 1px solid #F2C14E; width: 100%; max-width: 280px; }
.page-the-thao__btn--small { padding: 8px 18px; color: #fff; background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); font-size: 14px; width: auto; }
.page-the-thao__btn:hover { opacity: .85; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(79, 168, 255, .3); }

/* ===== Hero section ===== */
.page-the-thao__hero-section { padding-top: 10px; }
.page-the-thao__hero-image-wrapper { width: 100%; }
.page-the-thao__hero-image { width: 100%; height: auto; max-width: 1280px; display: block; margin: 0 auto; aspect-ratio: 17 / 5; object-fit: cover; border-radius: 12px; border: 1px solid #244D84; }
.page-the-thao__hero-content { text-align: center; margin-top: 16px; }
.page-the-thao__hero-title { font-size: clamp(1.2rem, 4vw, 2rem); font-weight: 800; line-height: 1.3; letter-spacing: .5px; color: #F3F8FF; max-width: 70%; margin: 0 auto 8px; text-transform: uppercase; }
.page-the-thao__hero-desc { color: #AFC4E8; max-width: 760px; margin: 0 auto 16px; font-size: 15px; line-height: 1.5; }
.page-the-thao__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; width: 100%; max-width: 100%; overflow: hidden; }
.page-the-thao__hero-actions .page-the-thao__btn { width: 100%; max-width: 280px; white-space: normal; word-wrap: break-word; box-sizing: border-box; }

/* ===== Quick badges ===== */
.page-the-thao__quick-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; padding: 20px 16px 8px; }
.page-the-thao__badge-item { background: #10233F; color: #AFC4E8; border: 1px solid #244D84; border-radius: 999px; padding: 6px 14px; font-size: 13px; }

/* ===== Guide section ===== */
.page-the-thao__guide-section { padding: 16px 16px 40px; }
.page-the-thao__guide-inner { max-width: 1200px; margin: 0 auto; }
.page-the-thao__guide-title, .page-the-thao__section-title { text-align: center; color: #F2C14E; font-size: clamp(1.3rem, 3vw, 1.8rem); margin-bottom: 10px; letter-spacing: .5px; }
.page-the-thao__guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 20px; justify-items: center; }
.page-the-thao__guide-item { background: #10233F; border: 1px solid #244D84; border-radius: 12px; overflow: hidden; width: 100%; max-width: 360px; transition: transform .2s ease, box-shadow .2s ease; }
.page-the-thao__guide-item:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(79, 168, 255, .2); }
.page-the-thao__guide-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; border-bottom: 2px solid #1B3357; }
.page-the-thao__guide-content { padding: 14px; }
.page-the-thao__guide-name { font-size: 1rem; margin: 0 0 6px; color: #F3F8FF; }
.page-the-thao__guide-content p { font-size: 13px; line-height: 1.4; margin-bottom: 12px; color: #AFC4E8; }
.page-the-thao__guide-content .page-the-thao__btn--small { display: inline-block; }
.page-the-thao__guide-cta-box { margin-top: 32px; background: #10233F; border: 1px solid #244D84; border-radius: 16px; padding: 22px; text-align: center; }
.page-the-thao__guide-cta-image { width: 100%; max-width: 800px; aspect-ratio: 2/1; object-fit: cover; border-radius: 10px; margin-bottom: 10px; }
.page-the-thao__guide-cta-title { font-size: clamp(1.2rem, 3vw, 1.6rem); color: #F2C14E; }
.page-the-thao__guide-cta-box p { color: #AFC4E8; max-width: 650px; margin: 0 auto 14px; }

/* ===== Odds section ===== */
.page-the-thao__odds-section { padding: 40px 16px; background: #0D1F35; }
.page-the-thao__section-intro { max-width: 850px; margin: 0 auto 20px; text-align: center; color: #AFC4E8; }
.page-the-thao__odds-table { max-width: 900px; margin: 0 auto 12px; border: 1px solid #244D84; border-radius: 12px; overflow: hidden; background: #10233F; }
.page-the-thao__odds-table-head, .page-the-thao__odds-row { display: grid; grid-template-columns: 2fr 1.2fr 1.2fr 1.4fr; align-items: center; }
.page-the-thao__odds-table-head { background: #113B7A; color: #F3F8FF; font-weight: 700; }
.page-the-thao__odds-table-head span { padding: 12px; font-size: 14px; text-align: center; }
.page-the-thao__odds-table-head .page-the-thao__table-team { text-align: left; }
.page-the-thao__odds-row { border-top: 1px solid #1B3357; }
.page-the-thao__odds-row span { padding: 12px; font-size: 14px; text-align: center; color: #AFC4E8; }
.page-the-thao__odds-row .page-the-thao__table-team { font-weight: 600; color: #F3F8FF; text-align: left; }
.page-the-thao__odds-note { max-width: 900px; margin: 0 auto 10px; font-size: 13px; color: #AFC4E8; text-align: left; }
.page-the-thao__odds-section .page-the-thao__btn { display: block; margin: 10px auto 0; }

/* ===== Tips section ===== */
.page-the-thao__tips-section { padding: 40px 16px; }
.page-the-thao__tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.page-the-thao__tips-item { background: #10233F; border: 1px solid #244D84; border-radius: 12px; padding: 22px; }
.page-the-thao__tips-item--gold { border-color: #F2C14E; box-shadow: 0 0 12px rgba(242, 193, 78, .2); }
.page-the-thao__tips-title { color: #F2C14E; font-size: 1.15rem; margin: 0 0 10px; }
.page-the-thao__tips-item p { font-size: 14px; color: #AFC4E8; line-height: 1.6; }

/* ===== Trust section ===== */
.page-the-thao__trust-section { padding: 40px 16px; background: #0D1F35; }
.page-the-thao__trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.page-the-thao__trust-title { font-size: 1.05rem; color: #4FA8FF; margin-bottom: 8px; }
.page-the-thao__trust-item p { font-size: 14px; line-height: 1.5; color: #AFC4E8; }

/* ===== Matches section ===== */
.page-the-thao__matches-section { padding: 40px 16px; }
.page-the-thao__matches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; text-align: center; }
.page-the-thao__matches-name { color: #F2C14E; font-size: 1.2rem; margin-bottom: 8px; }
.page-the-thao__matches-item p { font-size: 14px; color: #AFC4E8; }

/* ===== FAQ section ===== */
.page-the-thao__faq-section { max-width: 850px; margin: 0 auto; padding: 40px 16px; }
.page-the-thao__faq-item { border: 1px solid #244D84; border-radius: 8px; margin-bottom: 10px; padding: 12px 16px; background: #10233F; }
.page-the-thao__faq-item summary { cursor: pointer; font-weight: 700; color: #F3F8FF; list-style: none; display: flex; align-items: center; gap: 10px; }
.page-the-thao__faq-item summary::-webkit-details-marker { display: none; }
.page-the-thao__faq-toggle { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); color: #fff; border-radius: 50%; font-size: 1rem; }
.page-the-thao__faq-item p { margin: 10px 12px 0; color: #AFC4E8; font-size: 14px; }

/* ===== Final CTA ===== */
.page-the-thao__cta-final-section { padding: 48px 16px; background: linear-gradient(135deg, #113B7A 0%, #1D5FD1 100%); text-align: center; border-top: 2px solid #244D84; border-bottom: 2px solid #244D84; }
.page-the-thao__cta-final-title { font-size: clamp(1.4rem, 3vw, 2rem); color: #F2C14E; margin-bottom: 10px; }
.page-the-thao__cta-final-desc { max-width: 600px; margin: 0 auto 16px; color: #F3F8FF; }
.page-the-thao__cta-final-section .page-the-thao__btn--primary { background: #08162B; border: 1px solid #F2C14E; color: #F2C14E; }

/* ===== Responsive: min 1024px ===== */
@media (max-width: 1024px) {
  .page-the-thao__guide-grid { grid-template-columns: repeat(2, 1fr); }
  .page-the-thao__trust-grid { grid-template-columns: repeat(2, 1fr); }
  .page-the-thao__odds-table-head, .page-the-thao__odds-row { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; }
}

/* ===== Responsive: max 768px ===== */
@media (max-width: 768px) {
  .page-the-thao__hero-section { padding-top: 10px; }
  .page-the-thao__hero-image { aspect-ratio: 2/1; }
  .page-the-thao__hero-title { max-width: 100%; }
  .page-the-thao img { max-width: 100% !important; height: auto !important; }
  .page-the-thao__guide-grid, .page-the-thao__trust-grid, .page-the-thao__tips-grid, .page-the-thao__matches-grid { grid-template-columns: 1fr; }
  .page-the-thao__guide-item { max-width: 100%; }
  .page-the-thao__odds-table-head, .page-the-thao__odds-row { display: block; }
  .page-the-thao__odds-table-head span, .page-the-thao__odds-row span { display: block; text-align: center; padding: 8px 10px; }
  .page-the-thao__odds-table-head span { background: #113B7A; }
  .page-the-thao__odds-note { text-align: left; }
  .page-the-thao__guide-cta-box { padding: 16px; }
  .page-the-thao__guide-cta-box .page-the-thao__btn { display: block; width: 100%; }
  .page-the-thao__btn, .page-the-thao__btn--primary, .page-the-thao__btn--secondary { max-width: 100%; width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-the-thao__hero-actions { flex-direction: column; align-items: center; gap: 10px; }
  .page-the-thao__cta-final-section .page-the-thao__btn--primary { width: 100%; }
  .page-the-thao__faq-item p { margin-left: 0; margin-right: 0; }
  .page-the-thao { overflow-x: hidden; }
}