.page-the-thao { color: #333333; background: #FFFFFF; font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; max-width: 100%; overflow-x: hidden; } .page-the-thao__hero-section { display: flex; flex-direction: column; align-items: center; padding: 10px 16px 24px; gap: 18px; background: linear-gradient(135deg, #FFFFFF 0%, #E8F6FC 100%); } .page-the-thao__hero-image { width: 100%; max-width: 1200px; height: auto; aspect-ratio: 16/7; object-fit: cover; border-radius: 24px; display: block; box-shadow: 0 10px 30px rgba(0,0,0,0.12); } .page-the-thao__hero-content { width: 100%; max-width: 1200px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 0 8px; } .page-the-thao__hero-title { font-size: clamp(1.35rem, 2.6vw, 2rem); font-weight: 800; line-height: 1.35; letter-spacing: -0.01em; color: #0D5C8A; margin: 0; max-width: 850px; } .page-the-thao__hero-text { font-size: clamp(0.95rem, 1.4vw, 1.1rem); line-height: 1.6; color: #1F2937; margin: 0; max-width: 750px; } .page-the-thao__btn { display: inline-block; padding: 12px 28px; border-radius: 999px; background: #EA7C07; color: #FFFFFF; font-weight: 700; font-size: 1rem; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; border: 0; cursor: pointer; text-align: center; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; } .page-the-thao__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(234,124,7,0.35); } .page-the-thao__btn--primary { background: #EA7C07; color: #FFFFFF; } .page-the-thao__logo-section { padding: 20px 16px 24px; background: #FFFFFF; } .page-the-thao__section-title { color: #0D5C8A; text-align: center; font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; margin: 0 0 8px; line-height: 1.3; } .page-the-thao__logo-section > p { text-align: center; color: #4B5563; margin-top: 0; margin-bottom: 16px; } .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 { display: flex; flex-direction: column; align-items: center; gap: 8px; background: #FFFFFF; border-radius: 16px; padding: 16px 12px; border: 1px solid #E5E7EB; transition: box-shadow 0.25s ease; width: 100%; max-width: 260px; box-sizing: border-box; } .page-the-thao__logo-item:hover { box-shadow: 0 8px 24px rgba(38,169,224,0.15); } .page-the-thao__logo-image { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: contain; } .page-the-thao__logo-name { font-weight: 600; color: #111827; font-size: 0.95rem; } .page-the-thao__logo-cta { padding: 8px 22px; border-radius: 999px; background: #26A9E0; color: #FFFFFF; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: background 0.2s ease, transform 0.2s ease; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; } .page-the-thao__logo-cta:hover { background: #1B8BB9; transform: translateY(-1px); } .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 { padding: 20px 16px 48px; background: #FFFFFF; } .page-the-thao__guide-inner { max-width: 1000px; margin: 0 auto; } .page-the-thao__guide-inner h2 { margin-bottom: 10px; } .page-the-thao__guide-inner p { font-size: 1rem; line-height: 1.7; color: #374151; margin-bottom: 16px; } .page-the-thao__guide-inner h3 { color: #0477DB; margin-top: 24px; margin-bottom: 8px; font-size: 1.2rem; font-weight: 600; } .page-the-thao__guide-inner ol { padding-left: 22px; margin: 8px 0 20px; } .page-the-thao__guide-inner li { font-size: 1rem; line-height: 1.7; color: #374151; margin-bottom: 6px; } .page-the-thao__guide-figure { margin: 24px 0; border-radius: 16px; overflow: hidden; } .page-the-thao__guide-figure img { width: 100%; max-width: 800px; height: auto; aspect-ratio: 2/1; object-fit: cover; display: block; border-radius: 16px; } .page-the-thao__guide-figure figcaption { font-size: 0.9rem; color: #6B7280; margin-top: 8px; text-align: center; } @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__hero-section { padding: 10px 12px 20px; } .page-the-thao__hero-image { aspect-ratio: 16/9; } .page-the-thao__hero-content { align-items: flex-start; } .page-the-thao__section-title { margin-bottom: 10px; } .page-the-thao__logo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 10px; } .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__logo-item { padding: 10px 8px; max-width: 100%; } .page-the-thao__guide-section { padding: 16px 12px 40px; } .page-the-thao__guide-inner h2 { font-size: 1.1rem; } .page-the-thao__guide-inner h3 { font-size: 1.05rem; } .page-the-thao img { max-width: 100% !important; height: auto !important; } .page-the-thao__btn, .page-the-thao__logo-cta { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; } .page-the-thao__btn { padding: 12px 20px; font-size: 0.95rem; } }