/* ===== GK888 Thể Thao Page ===== */
.page-the-thao { max-width: 1400px; margin: 0 auto; padding: 0 16px; color: #333333; background-color: #FFFFFF; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; line-height: 1.6; }

/* 1. Hero Section */
.page-the-thao__hero-section { padding-top: 10px; margin-bottom: 32px; }
.page-the-thao__hero-image { width: 100%; margin-bottom: 20px; }
.page-the-thao__hero-img { width: 100%; max-width: 1200px; height: auto; display: block; object-fit: cover; }
.page-the-thao__hero-content { text-align: center; max-width: 900px; margin: 0 auto; padding-bottom: 24px; }
.page-the-thao__hero-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.3; letter-spacing: -0.02em; color: #017439; margin: 0 0 12px; }
.page-the-thao__hero-desc { font-size: 1.05rem; color: #4B5563; margin: 0 auto 28px; max-width: 720px; }
.page-the-thao__hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; box-sizing: border-box; width: 100%; max-width: 100%; }
.page-the-thao__btn { display: inline-block; padding: 14px 34px; border-radius: 999px; font-weight: 700; font-size: 1rem; text-align: center; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; border: 2px solid transparent; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-the-thao__btn--primary { background-color: #C30808; color: #FFFF00; border-color: #C30808; }
.page-the-thao__btn--secondary { background-color: #FFFFFF; color: #C30808; border-color: #C30808; }
.page-the-thao__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(195, 8, 8, 0.2); }

/* 2. Logo Grid Section */
.page-the-thao__logo-section { padding: 16px 0 24px; text-align: center; }
.page-the-thao__section-title { font-weight: 800; color: #017439; margin: 0 0 24px; }
.page-the-thao__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 16px; justify-items: center; max-width: 1200px; margin: 0 auto; }
.page-the-thao__logo-item { width: 100%; max-width: 280px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.page-the-thao__logo-img { width: 100%; max-width: 280px; aspect-ratio: 2/1; object-fit: contain; display: block; }
.page-the-thao__logo-cta { padding: 10px 22px; border-radius: 999px; background: #C30808; color: #FFFF00; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: background 0.2s ease; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-the-thao__logo-cta:hover { background: #a80707; }
.page-the-thao__logo-item:nth-child(5) { grid-column: 2; }
.page-the-thao__logo-item:nth-child(6) { grid-column: 3; }

/* 3. Guide Section */
.page-the-thao__guide-section { padding: 16px 0 48px; }
.page-the-thao__guide-inner { max-width: 1000px; margin: 0 auto; }
.page-the-thao__guide-title { text-align: center; color: #017439; margin: 0 0 16px; }
.page-the-thao__guide-intro { text-align: center; max-width: 800px; margin: 0 auto 28px; color: #4B5563; }
.page-the-thao__guide-steps { display: flex; flex-direction: column; gap: 20px; margin: 0 0 32px; }
.page-the-thao__guide-figure { width: 100%; max-width: 800px; margin: 0 auto; }
.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 { text-align: center; font-size: 0.9rem; color: #6B7280; margin-top: 8px; }
.page-the-thao__guide-subtitle { color: #017439; margin: 24px 0 16px; }
.page-the-thao__guide-list { list-style: none; padding: 0; }
.page-the-thao__guide-list li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid #E5E7EB; }
.page-the-thao__guide-list li::before { content: "✔"; color: #017439; position: absolute; left: 0; font-weight: 700; }
.page-the-thao__guide-text { max-width: 800px; margin: 16px auto 0; color: #4B5563; }
.page-the-thao__guide-text a { color: #C30808; font-weight: 600; }

/* Responsive */
@media (max-width: 1024px) {
    .page-the-thao__logo-grid { grid-template-columns: repeat(3, 1fr); }
    .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 12px; }
    .page-the-thao__hero-image { margin-bottom: 16px; }
    .page-the-thao__hero-img { aspect-ratio: 2/1; width: 100%; max-width: 100%; height: auto; }
    .page-the-thao__logo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .page-the-thao__logo-item:nth-child(5), .page-the-thao__logo-item:nth-child(6) { grid-column: auto; }
    .page-the-thao__guide-title { font-size: 1.4rem; }
    .page-the-thao__guide-figure img { max-width: 100%; width: 100%; aspect-ratio: 2/1; height: auto; }
    .page-the-thao__btn { width: 100%; max-width: 100%; }
    .page-the-thao__hero-actions { flex-direction: column; align-items: stretch; }
    .page-the-thao img { max-width: 100% !important; height: auto !important; }
    .page-the-thao__logo-img { width: 100%; max-width: 100%; }
    .page-the-thao { max-width: 100%; overflow-x: hidden; }
}