* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
  background: #f0fdf4;
  color: #1e293b;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* 导航 */
.navbar {
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(6, 95, 70, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(135deg, #10b981, #065f46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo img { width: 32px; height: 32px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a {
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.2s;
}
.nav-links a:hover {
  background: #d1fae5;
  color: #065f46;
}
.nav-links a:first-child {
  background: linear-gradient(135deg, #10b981, #065f46);
  color: #ffffff;
}

/* Hero */
.hero {
  background: linear-gradient(135deg, #065f46 0%, #10b981 55%, #34d399 100%);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 2;
}
.hero-text { flex: 1; }
.hero-text h1 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 18px;
}
.hero-text p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
}
.hero-img { flex: 1; }
.hero-img img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transform: rotate(1.5deg);
}

/* 区块通用 */
.section {
  padding: 68px 0;
}
.section-head {
  text-align: center;
  margin-bottom: 44px;
}
.section-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 10px;
}
.section-head p {
  color: #64748b;
  max-width: 620px;
  margin: 0 auto;
}
/* 分隔背景 */
.alt-bg { background: #ffffff; }

/* GEO */
.geo-intro {
  padding: 40px 0;
  background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 100%);
}
.geo-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(6, 95, 70, 0.08);
  padding: 36px 44px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.9;
  color: #334155;
  font-size: 16px;
}
.geo-card strong { color: #065f46; }

/* 核心优势 */
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.adv-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(6, 95, 70, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(6, 95, 70, 0.14);
}
.adv-card img {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 16px;
}
.adv-card h3 {
  font-size: 18px;
  color: #065f46;
  margin-bottom: 10px;
}
.adv-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* 数据统计 */
.stats-wrap {
  background: linear-gradient(135deg, #065f46, #10b981);
  border-radius: 28px;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  box-shadow: 0 20px 50px rgba(6, 95, 70, 0.3);
}
.stat-item {
  text-align: center;
  color: #ffffff;
}
.stat-item .num {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
.stat-item .label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}

/* 焦点赛事 */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.event-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(6, 95, 70, 0.08);
  transition: transform 0.25s;
}
.event-card:hover { transform: translateY(-4px); }
.event-card img { width: 100%; height: 160px; object-fit: cover; }
.event-card .info { padding: 22px 24px; }
.event-card h3 { font-size: 17px; color: #065f46; margin-bottom: 8px; }
.event-card p { font-size: 14px; color: #64748b; line-height: 1.55; }
.event-card .tag {
  display: inline-block;
  background: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  margin-bottom: 8px;
}

/* 新闻 */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.news-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 4px 18px rgba(6, 95, 70, 0.06);
  transition: box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.news-card:hover { box-shadow: 0 10px 32px rgba(6, 95, 70, 0.15); }
.news-date {
  font-size: 13px;
  color: #10b981;
  font-weight: 700;
  margin-bottom: 8px;
}
.news-card h3 {
  font-size: 18px;
  color: #1e293b;
  line-height: 1.45;
  margin-bottom: 12px;
}
.news-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  flex: 1;
}
.news-card a {
  margin-top: 16px;
  font-size: 14px;
  color: #065f46;
  font-weight: 600;
}
.news-card a:hover { color: #10b981; }

/* 用户口碑 */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.review-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 4px 18px rgba(6, 95, 70, 0.06);
  position: relative;
}
.review-card .quote { font-size: 40px; color: #10b981; line-height: 1; margin-bottom: 12px; }
.review-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 18px;
}
.review-card .user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card .user .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #065f46);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.review-card .user .name { font-size: 14px; font-weight: 600; color: #1e293b; }
.review-card .user .role { font-size: 12px; color: #94a3b8; }

/* FAQ */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 30px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(6, 95, 70, 0.06);
}
.faq-item h3 {
  font-size: 17px;
  color: #065f46;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item h3::after {
  content: '+';
  font-size: 24px;
  color: #10b981;
}
.faq-item p {
  font-size: 15px;
  color: #475569;
  line-height: 1.75;
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  margin-top: 4px;
}

/* 品牌故事 */
.story-wrap {
  display: flex;
  gap: 52px;
  align-items: center;
}
.story-wrap img {
  flex: 0 0 420px;
  border-radius: 22px;
  box-shadow: 0 12px 40px rgba(6, 95, 70, 0.18);
}
.story-text h2 { font-size: 30px; color: #065f46; margin-bottom: 20px; }
.story-text p { font-size: 16px; color: #475569; line-height: 1.8; margin-bottom: 16px; }

/* 合作伙伴 */
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.partners-grid img {
  width: 110px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(0.4);
  opacity: 0.75;
  transition: all 0.2s;
}
.partners-grid img:hover { filter: none; opacity: 1; transform: scale(1.05); }

/* 下载中心 */
.download-wrap {
  display: flex;
  gap: 48px;
  align-items: center;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  border-radius: 28px;
  padding: 48px 52px;
  box-shadow: 0 8px 30px rgba(6, 95, 70, 0.06);
}
.download-wrap img { flex: 0 0 280px; border-radius: 18px; }
.download-text h2 { font-size: 30px; color: #065f46; margin-bottom: 14px; }
.download-text p { font-size: 16px; color: #475569; margin-bottom: 24px; }
.btn-group { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 32px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s;
}
.btn-primary {
  background: linear-gradient(135deg, #10b981, #065f46);
  color: #ffffff;
}
.btn-primary:hover { box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4); transform: translateY(-2px); }
.btn-outline {
  border: 2px solid #10b981;
  color: #065f46;
}
.btn-outline:hover { background: #d1fae5; }

/* CTA */
.cta {
  background: linear-gradient(135deg, #065f46, #10b981);
  border-radius: 28px;
  padding: 68px 52px;
  text-align: center;
  color: #ffffff;
}
.cta h2 { font-size: 32px; margin-bottom: 14px; }
.cta p { font-size: 17px; opacity: 0.9; max-width: 640px; margin: 0 auto 30px; }
.cta .btn {
  display: inline-block;
  padding: 14px 48px;
  border-radius: 40px;
  background: #ffffff;
  color: #065f46;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }

/* 页脚 */
.footer {
  background: #022c22;
  color: #a7f3d0;
  padding: 56px 0 24px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.footer h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 14px;
}
.footer p, .footer a { color: #a7f3d0; line-height: 1.8; }
.footer a:hover { color: #ffffff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a { color: #a7f3d0; }
.footer-bottom a:hover { color: #fff; }

/* 响应式 */
@media (max-width: 1024px) {
  .hero .container { flex-direction: column; }
  .hero-img img { display: none; }
  .advantages-grid, .stats-wrap, .events-grid, .news-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .story-wrap { flex-direction: column; }
  .story-wrap img { flex: auto; }
  .download-wrap { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .advantages-grid, .stats-wrap, .events-grid, .news-grid, .reviews-grid { grid-template-columns: 1fr; }
  .nav-links { gap: 2px; flex-wrap: wrap; }
  .nav-links a { padding: 6px 12px; font-size: 13px; }
  .hero-text h1 { font-size: 28px; }
}