* { margin: 0; padding: 0; box-sizing: border-box; }
* { font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important; }
html { scroll-behavior: smooth; }
body { background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 60%, #2d2d2d 100%); color: #e5e5e5; line-height: 1.7; font-size: 16px; min-height: 100vh; }
a { color: #ef4444; text-decoration: none; transition: color .2s; }
a:hover { color: #ff6b6b; }
img { max-width: 100%; display: block; border: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 20px; }
.section-dark { background: rgba(0,0,0,.3); }
.section-title { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 12px; letter-spacing: -0.5px; position: relative; display: inline-block; }
.section-title::after { content: ""; display: block; width: 48px; height: 3px; background: #ef4444; margin-top: 8px; }
.section-subtitle { font-size: 16px; color: #a3a3a3; margin-bottom: 40px; }

/* Navbar */
.navbar { position: sticky; top: 0; z-index: 1000; background: rgba(10,10,10,.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(239,68,68,.25); box-shadow: 0 2px 20px rgba(0,0,0,.5); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 14px 20px; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.nav-links a { font-size: 15px; font-weight: 600; color: #ccc; padding: 6px 0; position: relative; letter-spacing: 0.3px; }
.nav-links a:first-child { color: #ef4444; font-size: 18px; font-weight: 700; }
.nav-links a:hover { color: #ef4444; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #ef4444; transition: width .3s; }
.nav-links a:hover::after { width: 100%; }

/* H1 */
.main-title { text-align: center; padding: 80px 20px 20px; background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 100%); }
.main-title h1 { font-size: 44px; font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1.3; max-width: 900px; margin: 0 auto 16px; text-shadow: 0 0 40px rgba(239,68,68,.2); }
.main-title .title-tag { display: inline-block; background: linear-gradient(135deg, #ef4444, #ff6b6b); color: #fff; font-size: 13px; font-weight: 600; padding: 4px 16px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; }

/* GEO */
.geo-intro { max-width: 960px; margin: 0 auto; text-align: center; padding: 24px 20px 60px; color: #b5b5b5; font-size: 16px; line-height: 1.8; }
.geo-intro p { margin-bottom: 16px; }
.geo-intro strong { color: #ef4444; }

/* Card */
.card { background: linear-gradient(135deg, #141414 0%, #1d1d1d 50%, #222 100%); border: 1px solid rgba(255,255,255,.04); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); padding: 36px 28px; position: relative; transition: transform .3s, box-shadow .3s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(239,68,68,.15); }
.card::before { content: ""; position: absolute; top: 0; right: 24px; width: 40px; height: 3px; background: #ef4444; }

/* Hero */
.hero { padding: 0; }
.hero-banner { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(135deg, rgba(10,10,10,.9) 0%, rgba(20,20,20,.8) 100%); }
.hero-banner img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 60px 20px; }
.hero-content h2 { font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: -1px; }
.hero-content p { font-size: 18px; color: #ccc; margin-bottom: 24px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 12px 32px; font-size: 15px; font-weight: 600; border-radius: 6px; cursor: pointer; border: none; transition: all .3s; }
.btn-primary { background: linear-gradient(135deg, #ef4444, #dc2626); color: #fff; box-shadow: 0 4px 20px rgba(239,68,68,.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(239,68,68,.5); }
.btn-outline { background: transparent; color: #e5e5e5; border: 1px solid rgba(255,255,255,.3); }
.btn-outline:hover { border-color: #ef4444; color: #ef4444; }

/* Stats */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat-item { text-align: center; padding: 40px 16px; }
.stat-number { font-size: 48px; font-weight: 800; color: #ef4444; line-height: 1.2; margin-bottom: 8px; letter-spacing: -2px; }
.stat-label { font-size: 15px; color: #a3a3a3; font-weight: 600; }

/* Advantages */
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.adv-item .adv-icon { font-size: 36px; margin-bottom: 16px; display: block; }
.adv-item h3 { font-size: 18px; color: #fff; margin-bottom: 8px; }
.adv-item p { font-size: 14px; color: #999; line-height: 1.6; }

/* Story */
.story-wrap { display: flex; gap: 48px; align-items: center; flex-wrap: wrap; }
.story-img { flex: 1; min-width: 280px; }
.story-img img { border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.story-text { flex: 1; min-width: 280px; }
.story-text h3 { font-size: 26px; color: #fff; margin-bottom: 16px; }
.story-text p { font-size: 15px; color: #aaa; margin-bottom: 14px; }

/* Events */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.event-card { text-align: center; }
.event-teams { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 20px; font-weight: 700; color: #fff; margin: 16px 0 8px; }
.event-teams .vs { color: #ef4444; font-size: 16px; font-weight: 800; }
.event-info { font-size: 13px; color: #888; }

/* Live stream */
.live-list .live-item { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.05); flex-wrap: wrap; gap: 12px; }
.live-list .live-item:last-child { border-bottom: none; }
.live-teams { font-size: 16px; font-weight: 600; color: #e5e5e5; }
.live-status { background: #ef4444; color: #fff; font-size: 12px; font-weight: 700; padding: 2px 10px; border-radius: 12px; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .5; } }
.live-time { font-size: 13px; color: #888; }
.live-btn { font-size: 14px; font-weight: 600; color: #ef4444; border: 1px solid #ef4444; padding: 4px 14px; border-radius: 4px; transition: all .2s; }
.live-btn:hover { background: #ef4444; color: #fff; }

/* Highlights */
.highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hl-card { overflow: hidden; padding: 0; }
.hl-card img { width: 100%; height: 160px; object-fit: cover; transition: transform .4s; }
.hl-card:hover img { transform: scale(1.05); }
.hl-info { padding: 20px; }
.hl-info h3 { font-size: 16px; color: #fff; margin-bottom: 4px; }
.hl-info span { font-size: 13px; color: #888; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { font-size: 14px; color: #bbb; }
.testi-card .quote { font-style: normal; display: block; margin-bottom: 16px; line-height: 1.7; }
.testi-card .author { font-weight: 700; color: #fff; font-size: 14px; }
.testi-card .role { font-size: 12px; color: #888; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: linear-gradient(135deg, #141414, #1f1f1f); border: 1px solid rgba(255,255,255,.05); margin-bottom: 16px; border-radius: 8px; overflow: hidden; }
.faq-item summary { padding: 20px 24px; font-size: 16px; font-weight: 600; color: #e5e5e5; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: color .2s; }
.faq-item summary:hover { color: #ef4444; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 20px; color: #ef4444; font-weight: 700; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer { padding: 0 24px 24px; color: #aaa; font-size: 15px; line-height: 1.8; }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card { display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.news-card img { width: 100%; height: 160px; object-fit: cover; }
.news-card .news-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.news-card .news-body h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.4; }
.news-card .news-body h3 a { color: #fff; }
.news-card .news-body h3 a:hover { color: #ef4444; }
.news-date { font-size: 13px; color: #ef4444; font-weight: 600; margin-bottom: 8px; display: block; }
.news-card .news-body p { font-size: 14px; color: #999; line-height: 1.7; flex: 1; }
.news-link { display: inline-block; margin-top: 12px; font-weight: 600; font-size: 14px; color: #ef4444; }

/* Footer */
.footer { background: #080808; border-top: 1px solid rgba(239,68,68,.2); padding: 50px 20px 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.footer .brand { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.footer .contact-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; color: #999; font-size: 14px; }
.footer .contact-list span { display: block; }
.footer-links { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.footer-links a { color: #aaa; font-size: 14px; }
.footer-links a:hover { color: #ef4444; }
.footer-copy { border-top: 1px solid rgba(255,255,255,.05); padding-top: 20px; color: #666; font-size: 13px; }
.footer-copy a { color: #999; margin: 0 6px; }

/* Responsive */
@media (max-width: 992px) {
  .stats-grid, .adv-grid, .events-grid, .highlights-grid, .testi-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .stats-grid, .adv-grid, .events-grid, .highlights-grid, .testi-grid, .news-grid { grid-template-columns: 1fr; }
  .main-title h1 { font-size: 28px; }
  .section-title { font-size: 24px; }
  .nav-links { gap: 16px; }
}