* {
  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(135deg, #1e3a8a 0%, #0f1750 50%, #1e3a8a 100%);
  color: #ffffff;
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  padding: 64px 20px;
}
.section-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.section-title::after {
  content: '';
  display: block;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fbbf24, transparent);
  margin: 12px auto 0;
  border-radius: 4px;
}
.section-desc {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  color: #c7d2fe;
  font-size: 17px;
}
/* 导航 */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 18, 70, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(251, 191, 36, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.nav-links a {
  color: #e0e7ff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  letter-spacing: 0.3px;
}
.nav-links a:first-child {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  color: #0f1750;
  border: none;
  box-shadow: 0 4px 18px rgba(251, 191, 36, 0.35);
}
.nav-links a:hover {
  background: rgba(251, 191, 36, 0.15);
  border-color: #fbbf24;
  color: #fbbf24;
  transform: translateY(-1px);
}
/* Hero */
.hero {
  padding: 72px 20px 32px;
  text-align: center;
  background: radial-gradient(ellipse at top, rgba(251, 191, 36, 0.12) 0%, transparent 60%);
}
h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  background: linear-gradient(135deg, #fbbf24 10%, #fff 50%, #fbbf24 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 24px;
  letter-spacing: 1px;
}
/* geo */
.geo-intro {
  padding: 20px 20px 48px;
}
.geo-intro p {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
  color: #dbeafe;
}
/* 卡片网格 */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 16px;
}
.card {
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.55), rgba(11, 18, 70, 0.88));
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 16px;
  padding: 30px 24px;
  transition: transform 0.35s, box-shadow 0.35s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fbbf24, transparent);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(251, 191, 36, 0.18);
}
.card-icon {
  font-size: 36px;
  margin-bottom: 14px;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fbbf24;
}
.card-text {
  color: #c7d2fe;
  font-size: 15px;
  line-height: 1.7;
}
.card-img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(251, 191, 36, 0.3);
}
/* 统计 */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  text-align: center;
}
.stat-number {
  font-size: 42px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1.2;
}
.stat-label {
  color: #a5b4fc;
  font-size: 15px;
  margin-top: 8px;
  letter-spacing: 1px;
}
/* 品牌故事 */
.brand-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
.brand-wrap img {
  width: 100%;
  border-radius: 16px;
  border: 2px solid rgba(251, 191, 36, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
/* 时间线 */
.timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #fbbf24 20%, #fbbf24 80%, transparent);
}
.timeline-item {
  position: relative;
  padding-left: 72px;
  margin-bottom: 32px;
}
.timeline-item::before {
  content: '★';
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 22px;
  color: #fbbf24;
  background: #0f1750;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fbbf24;
}
.timeline-item h3 {
  color: #fbbf24;
  font-size: 18px;
  margin-bottom: 4px;
}
.timeline-item p {
  color: #c7d2fe;
  font-size: 15px;
}
/* 覆盖 */
.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.coverage-grid img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.3);
}
/* 赛事 */
.match-card {
  background: linear-gradient(145deg, #1e3a8a, #0f1750);
  border: 2px solid rgba(251, 191, 36, 0.5);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  position: relative;
}
.match-teams {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 26px;
  font-weight: 800;
}
.match-vs {
  color: #fbbf24;
  font-size: 28px;
  margin: 0 12px;
}
.match-info {
  color: #a5b4fc;
  margin-top: 16px;
  font-size: 15px;
}
.match-img {
  margin-top: 20px;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
/* 愿景 */
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  text-align: center;
}
.vision-box {
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 16px;
  padding: 32px;
}
.vision-box h3 {
  font-size: 22px;
  color: #fbbf24;
  margin-bottom: 12px;
}
/* testimonials */
.testimonial-card {
  text-align: center;
}
.testimonial-text {
  font-style: italic;
  color: #dbeafe;
  font-size: 17px;
  margin-bottom: 12px;
}
.testimonial-name {
  color: #fbbf24;
  font-weight: 600;
}
/* partners */
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
.partner-logos img {
  height: 64px;
  width: auto;
  border-radius: 10px;
  filter: grayscale(40%);
  transition: filter 0.3s, transform 0.3s;
}
.partner-logos img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
/* cta */
.cta-box {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(30, 58, 138, 0.6));
  border: 2px solid rgba(251, 191, 36, 0.5);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
}
.cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  color: #0f1750;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 24px rgba(251, 191, 36, 0.3);
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
}
/* results */
.result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(251, 191, 36, 0.1);
  border-radius: 8px;
  transition: background 0.2s;
}
.result-item:hover {
  background: rgba(251, 191, 36, 0.06);
}
.result-team {
  font-weight: 700;
  font-size: 17px;
}
.result-score {
  color: #fbbf24;
  font-weight: 800;
  font-size: 20px;
}
/* news */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.news-card {
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.5), rgba(11, 18, 70, 0.85));
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.3s;
}
.news-card:hover {
  transform: translateY(-4px);
}
.news-date {
  display: inline-block;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.news-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
}
.news-summary {
  color: #c7d2fe;
  font-size: 14px;
  line-height: 1.7;
}
.news-more {
  color: #fbbf24;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
}
.news-more:hover {
  text-decoration: underline;
}
/* FAQ */
.faq-item {
  max-width: 900px;
  margin: 0 auto 20px;
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.45), rgba(11, 18, 70, 0.8));
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 12px;
  padding: 24px 28px;
}
.faq-q {
  font-size: 18px;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 8px;
}
.faq-a {
  color: #c7d2fe;
  font-size: 15px;
  line-height: 1.75;
}
/* footer */
.footer {
  background: rgba(8, 12, 54, 0.95);
  border-top: 2px solid rgba(251, 191, 36, 0.4);
  padding: 48px 20px 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
}
.footer-info p {
  color: #a5b4fc;
  font-size: 14px;
  margin-bottom: 6px;
}
.footer-links {
  text-align: right;
}
.footer-links a {
  color: #a5b4fc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #fbbf24;
}
.copyright {
  text-align: center;
  color: #6d7fb8;
  font-size: 13px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(251, 191, 36, 0.1);
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  .brand-wrap,
  .coverage-grid,
  .vision-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    text-align: left;
  }
  .nav-links a {
    padding: 6px 14px;
    font-size: 14px;
  }
  .section {
    padding: 40px 16px;
  }
  .section-title {
    font-size: 26px;
  }
}