.page-the-thao{background: #0A0A0A; color: #FFF6D6; font-family: Arial, Helvetica, sans-serif;}
.page-the-thao__hero-section{background: linear-gradient(135deg, #0A0A0A 0%, #2a2a2a 100%); padding: 10px 0 0; margin-top: 0;}
.page-the-thao__hero-wrap{max-width: 1200px; margin: 0 auto; width: 100%; box-sizing: border-box;}
.page-the-thao__hero-image-block{width: 100%;}
.page-the-thao__hero-image{width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; border: 1px solid #3A2A12; box-sizing: border-box;}
.page-the-thao__hero-content{width: 100%; max-width: 1200px; padding: 28px 16px; margin: 0 auto; box-sizing: border-box; text-align: center; color: #FFF6D6;}
.page-the-thao__main-title{font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 800; line-height: 1.3; color: #FFD36B; text-shadow: 0 2px 8px rgba(242,193,78,0.15); letter-spacing: 0.5px; margin-bottom: 12px;}
.page-the-thao__intro-text{font-size: clamp(0.9rem, 1.5vw, 1.1rem); max-width: 850px; margin: 0 auto 28px; line-height: 1.6; color: #FFF6D6;}
.page-the-thao__hero-actions{display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; width: 100%; max-width: 100%; overflow: hidden;}
.page-the-thao__btn-primary{display: inline-block; padding: 12px 28px; background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); color: #0A0A0A; font-weight: 700; border-radius: 40px; text-decoration: none; border: 1px solid #FFD36B; box-shadow: 0 2px 12px rgba(255,211,107,0.3); transition: transform 0.2s;}
.page-the-thao__btn-primary:hover{transform: translateY(-2px); box-shadow: 0 4px 18px rgba(255,211,107,0.5);}
.page-the-thao__btn-secondary{display: inline-block; padding: 10px 24px; background: transparent; color: #FFD36B; font-weight: 600; border-radius: 40px; text-decoration: none; border: 1px solid #FFD36B; transition: all 0.2s;}
.page-the-thao__btn-secondary:hover{background: rgba(255,211,107,0.1);}
.page-the-thao__logo-grid-section{background: #0A0A0A; padding: 40px 12px 40px;}
.page-the-thao__group-label{font-size: 0.8rem; letter-spacing: 2px; text-align: center; color: #FFD36B; font-weight: 400; text-transform: uppercase; margin-bottom: 32px;}
.page-the-thao__logo-grid{display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; justify-items: center; max-width: 1200px; margin: 0 auto; width: 100%;}
.page-the-thao__logo-item{display: flex; flex-direction: column; align-items: center; gap: 14px; width: 100%; max-width: 260px; background: #111111; border: 1px solid #3A2A12; padding: 20px 12px; border-radius: 16px; transition: border 0.2s, box-shadow 0.2s;}
.page-the-thao__logo-item:hover{border-color: #FFD36B; box-shadow: 0 0 18px rgba(255,211,107,0.2);}
.page-the-thao__logo-image{width: 100%; aspect-ratio: 2/1; object-fit: contain; filter: none !important;}
.page-the-thao__logo-cta{padding: 9px 20px; border-radius: 40px; background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); color: #0A0A0A; font-weight: 700; font-size: 0.9rem; text-decoration: none; border: 1px solid #FFD36B; transition: transform 0.2s;}
.page-the-thao__logo-cta:hover{transform: scale(1.03);}
.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__guide-section{background: #0A0A0A;}
.page-the-thao__guide-inner{max-width: 1000px; margin: 0 auto; padding: 8px 16px 64px; box-sizing: border-box;}
.page-the-thao__guide-title{text-align: center; color: #FFD36B; font-size: clamp(1.2rem, 2.5vw, 1.8rem); margin-bottom: 16px; font-weight: 700;}
.page-the-thao__guide-intro{color: #FFF6D6; line-height: 1.7; margin-bottom: 28px; font-size: 1rem;}
.page-the-thao__guide-subtitle{color: #F2C14E; font-size: 1.25rem; margin: 32px 0 12px; font-weight: 600; padding-bottom: 6px; border-bottom: 1px dashed #3A2A12;}
.page-the-thao__guide-text{color: #FFF6D6; line-height: 1.7; margin-bottom: 16px;}
.page-the-thao__guide-text a{color: #FFD36B; text-decoration: underline;}
.page-the-thao__guide-figure{margin: 20px 0; width: 100%; box-sizing: border-box;}
.page-the-thao__guide-img, .page-the-thao__guide-figure img{width: 100%; height: auto; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; border: 1px solid #3A2A12;}
.page-the-thao__guide-post{padding: 12px 0;}
@media (max-width: 1024px) {
  .page-the-thao__logo-grid{grid-template-columns: repeat(3,1fr); gap: 16px;}
  .page-the-thao__logo-item:nth-child(5){grid-column: auto;}
  .page-the-thao__logo-item:nth-child(6){grid-column: auto;}
}
@media (max-width: 768px) {
  .page-the-thao{padding: 0; margin: 0;}
  .page-the-thao__hero-section{padding-top: 10px;}
  .page-the-thao__hero-image{aspect-ratio: 21/10;}
  .page-the-thao__hero-content{padding-top: 18px; padding-bottom: 20px;}
  .page-the-thao__hero-actions{gap: 10px;}
  .page-the-thao__btn-primary, .page-the-thao__btn-secondary{padding: 10px 18px; width: auto; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; font-size: 0.85rem;}
  .page-the-thao__logo-grid{grid-template-columns: repeat(2,1fr); gap: 12px;}
  .page-the-thao__logo-item{padding: 14px 8px;}
  .page-the-thao__logo-item:nth-child(5){grid-column: auto;}
  .page-the-thao__logo-item:nth-child(6){grid-column: auto;}
  .page-the-thao img{max-width: 100% !important; height: auto !important;}
  .page-the-thao__guide-inner{padding: 8px 16px 40px;}
  .page-the-thao__guide-figure{margin: 12px 0;}
}