* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
body {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2418 40%, #1a1a1a 100%);
  color: #fef9c3;
  line-height: 1.7;
  overflow-x: hidden;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.navbar {
  background: linear-gradient(90deg, #0d0d0d, #3a2e00, #0d0d0d);
  border-bottom: 2px solid #eab308;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 20px rgba(234, 179, 8, 0.25);
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
  align-items: center;
}
.nav-links a {
  color: #fef9c3;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.nav-links a:hover {
  color: #eab308;
  border-color: #eab308;
  box-shadow: 0 0 12px rgba(234, 179, 8, 0.4);
}
.hero-section {
  padding: 70px 0 50px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(234, 179, 8, 0.12) 0%, transparent 60%);
  border-bottom: 1px solid rgba(234, 179, 8, 0.15);
}
.hero-section h1 {
  font-size: 42px;
  font-weight: 800;
  color: #eab308;
  text-shadow: 0 0 30px rgba(234, 179, 8, 0.4);
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.geo-intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  color: rgba(254, 249, 195, 0.92);
  background: rgba(0, 0, 0, 0.35);
  border-left: 4px solid #eab308;
  padding: 24px 28px;
  border-radius: 0;
  line-height: 1.9;
}
.section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(234, 179, 8, 0.08);
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #eab308;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #eab308;
  margin: 12px auto 0;
  box-shadow: 0 0 10px #eab308;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(40, 35, 20, 0.85));
  border: 1px solid rgba(234, 179, 8, 0.35);
  border-radius: 0;
  padding: 28px;
  box-shadow: 0 0 15px rgba(234, 179, 8, 0.15), inset 0 0 20px rgba(234, 179, 8, 0.03);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 25px rgba(234, 179, 8, 0.35), 0 4px 20px rgba(0, 0, 0, 0.5);
}
.card h3 {
  color: #eab308;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}
.card p {
  font-size: 14px;
  color: rgba(254, 249, 195, 0.85);
  line-height: 1.7;
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 0;
  border: 1px solid rgba(234, 179, 8, 0.2);
}
.stat-number {
  font-size: 38px;
  font-weight: 800;
  color: #eab308;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(234, 179, 8, 0.4);
}
.stat-label {
  font-size: 14px;
  color: rgba(254, 249, 195, 0.7);
  margin-top: 6px;
}
.featured-card {
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.95), rgba(50, 42, 15, 0.9));
  border: 1px solid rgba(234, 179, 8, 0.5);
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 0 20px rgba(234, 179, 8, 0.2);
}
.featured-card h3 {
  color: #eab308;
  font-size: 22px;
  margin-bottom: 10px;
}
.live-badge {
  display: inline-block;
  background: #eab308;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 0;
  margin-left: 10px;
  vertical-align: middle;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.rank-list {
  list-style: none;
  counter-reset: rank;
}
.rank-list li {
  counter-increment: rank;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.3);
  border-left: 3px solid #eab308;
  margin-bottom: 10px;
  font-size: 15px;
  transition: background 0.3s;
}
.rank-list li:hover {
  background: rgba(234, 179, 8, 0.1);
}
.rank-list li::before {
  content: counter(rank);
  font-size: 22px;
  font-weight: 800;
  color: #eab308;
  margin-right: 16px;
  min-width: 30px;
}
.testimonial-card {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(234, 179, 8, 0.2);
  border-radius: 0;
  padding: 26px;
  position: relative;
}
.testimonial-card::before {
  content: "\201C";
  font-size: 60px;
  color: #eab308;
  position: absolute;
  top: 0;
  left: 14px;
  line-height: 1;
  font-family: Georgia, serif;
}
.testimonial-card p {
  font-size: 14px;
  color: rgba(254, 249, 195, 0.9);
  margin-bottom: 12px;
}
.testimonial-card cite {
  font-style: normal;
  color: #eab308;
  font-size: 13px;
  font-weight: 600;
}
.cta-section {
  background: linear-gradient(135deg, #eab308, #c98a00);
  text-align: center;
  padding: 60px 0;
  border-radius: 0;
}
.cta-section h2 {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}
.cta-section p {
  color: rgba(26, 26, 26, 0.85);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.btn {
  display: inline-block;
  background: #1a1a1a;
  color: #eab308;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #1a1a1a;
  border-radius: 0;
  transition: all 0.3s;
}
.btn:hover {
  background: #eab308;
  color: #1a1a1a;
  box-shadow: 0 0 20px rgba(234, 179, 8, 0.5);
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.news-card {
  background: rgba(20, 20, 20, 0.75);
  border: 1px solid rgba(234, 179, 8, 0.15);
  border-radius: 0;
  padding: 24px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.news-card:hover {
  border-color: #eab308;
  box-shadow: 0 0 20px rgba(234, 179, 8, 0.15);
}
.news-date {
  display: block;
  font-size: 13px;
  color: #eab308;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.news-card h3 {
  font-size: 18px;
  color: #fef9c3;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}
.news-card p {
  font-size: 14px;
  color: rgba(254, 249, 195, 0.75);
  line-height: 1.7;
  margin-bottom: 12px;
}
.news-card a {
  color: #eab308;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.news-card a:hover {
  text-decoration: underline;
}
.faq-item {
  background: rgba(0, 0, 0, 0.3);
  border-left: 3px solid #eab308;
  padding: 24px 28px;
  margin-bottom: 20px;
  border-radius: 0;
}
.faq-item h3 {
  color: #eab308;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
}
.faq-item p {
  font-size: 15px;
  color: rgba(254, 249, 195, 0.85);
  line-height: 1.8;
}
.footer {
  background: #0d0d0d;
  border-top: 2px solid #eab308;
  padding: 50px 0 0;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 30px;
}
.footer h3 {
  color: #eab308;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer p {
  color: rgba(254, 249, 195, 0.6);
  font-size: 14px;
  line-height: 1.7;
}
.footer-bottom {
  border-top: 1px solid rgba(234, 179, 8, 0.15);
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: rgba(254, 249, 195, 0.5);
}
.footer-bottom a {
  color: #eab308;
  text-decoration: none;
  margin: 0 6px;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .grid-2, .news-grid, .grid-4 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .hero-section h1 {
    font-size: 30px;
  }
  .section-title {
    font-size: 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}