.page-the-thao{color:#FFF5E1;background-color:#B71C1C;font-family:'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6;}
.page-the-thao__hero-section{padding-top:10px;background:linear-gradient(135deg,#B71C1C 0%,#7A0E0E 100%);}
.page-the-thao__hero-image-block{max-width:1200px;margin:0 auto;padding:0 16px;}
.page-the-thao__hero-image{display:block;width:100%;height:auto;aspect-ratio:17/5;object-fit:cover;border-radius:12px;border:3px solid #F2B544;box-shadow:0 8px 30px rgba(0,0,0,.4);}
.page-the-thao__hero-content{max-width:1200px;margin:0 auto;padding:16px;text-align:center;}
.page-the-thao__hero-title{color:#FFF5E1;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:800;line-height:1.3;letter-spacing:.5px;max-width:900px;margin:0 auto 12px;text-shadow:0 2px 8px rgba(0,0,0,.3);}
.page-the-thao__hero-description{color:#FFF5E1;font-size:clamp(1rem,1.5vw,1.15rem);max-width:900px;margin:0 auto 24px;opacity:.95;}
.page-the-thao__hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;max-width:100%;overflow:hidden;box-sizing:border-box;}
.page-the-thao__btn{display:inline-block;padding:14px 40px;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;border:2px solid #F2B544;}
.page-the-thao__btn--primary{background:linear-gradient(180deg,#FFD86A 0%,#E6B800 100%);color:#7A0E0E;box-shadow:0 4px 20px rgba(255,204,102,.4);}
.page-the-thao__btn--secondary{background:transparent;color:#F4D34D;}
.page-the-thao__btn--primary:hover,.page-the-thao__btn--secondary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(244,211,77,.5);}
.page-the-thao__logo-grid-section{background:linear-gradient(180deg,#7A0E0E 0%,#B71C1C 100%);padding:48px 16px;}
.page-the-thao__logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 20px;justify-items:center;max-width:1200px;margin:0 auto;}
.page-the-thao__logo-item{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:280px;width:100%;background:#D32F2F;border:2px solid #F2B544;border-radius:16px;padding:16px;transition:transform .3s,box-shadow .3s;}
.page-the-thao__logo-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(244,211,77,.3);}
.page-the-thao__logo-image{width:100%;aspect-ratio:2/1;object-fit:contain;background:#FFF5E1;border-radius:8px;padding:8px;}
.page-the-thao__logo-cta{display:inline-block;padding:12px 28px;border-radius:50px;background:linear-gradient(180deg,#FFD86A 0%,#E6B800 100%);color:#7A0E0E;font-weight:700;text-decoration:none;border:2px solid #F2B544;transition:background .3s;width:auto;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:center;}
.page-the-thao__logo-cta:hover{background:linear-gradient(180deg,#E6B800 0%,#FFD86A 100%);}
.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:linear-gradient(180deg,#B71C1C 0%,#7A0E0E 100%);padding:48px 16px;}
.page-the-thao__guide-inner{max-width:1000px;margin:0 auto;}
.page-the-thao__guide-title{text-align:center;color:#F4D34D;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;margin-bottom:40px;text-shadow:0 2px 10px rgba(0,0,0,.3);}
.page-the-thao__guide-item{background:#D32F2F;border-radius:16px;padding:24px;margin-bottom:24px;border-left:6px solid #F2B544;}
.page-the-thao__guide-subtitle{color:#FFCC66;font-size:1.3rem;font-weight:700;margin-bottom:12px;}
.page-the-thao__guide-text{color:#FFF5E1;margin-bottom:16px;}
.page-the-thao__guide-figure{margin:16px 0 0;}
.page-the-thao__guide-figure img{width:100%;max-width:800px;aspect-ratio:2/1;object-fit:cover;border-radius:8px;display:block;margin:0 auto;border:2px solid #F2B544;}
.page-the-thao__faq-item{background:#D32F2F;border-radius:16px;padding:24px;margin-bottom:16px;border:2px solid #F2B544;}
.page-the-thao__faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#FFF5E1;font-size:1.15rem;font-weight:700;list-style:none;}
.page-the-thao__faq-question::-webkit-details-marker{display:none;}
.page-the-thao__faq-icon{color:#FFCC66;font-size:1.5rem;font-weight:800;margin-left:16px;}
.page-the-thao__faq-answer{padding-top:16px;color:#FFF5E1;border-top:1px solid #F2B544;margin-top:16px;}
@media (max-width:1024px){.page-the-thao__logo-grid{grid-template-columns:repeat(3,1fr);gap:20px;}
.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__hero-section{padding-top:10px;}
.page-the-thao__hero-image{aspect-ratio:2/1;}
.page-the-thao__hero-actions{flex-direction:column;align-items:center;width:100%;}
.page-the-thao__btn{width:100%;text-align:center;padding:14px 20px;}
.page-the-thao__logo-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0;}
.page-the-thao__logo-item:nth-child(5),.page-the-thao__logo-item:nth-child(6){grid-column:auto;}
.page-the-thao__logo-image{aspect-ratio:2/1;}
.page-the-thao__guide-title{font-size:1.5rem;}
.page-the-thao__guide-item,.page-the-thao__faq-item{padding:20px;}
.page-the-thao__guide-figure img{width:100%;max-width:100% !important;height:auto !important;}
.page-the-thao img{max-width:100% !important;height:auto !important;}
.page-the-thao__logo-cta{width:100%;padding:10px 16px;font-size:.9rem;}}
@media (max-width:480px){.page-the-thao__logo-grid{grid-template-columns:1fr;justify-items:center;}
.page-the-thao__logo-item{max-width:340px;}}