*,
*::before,
*::after {
  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, #0a0a0a 0%, #141004 35%, #2a1c08 70%, #854d0e 100%);
  background-attachment: fixed;
  color: #f5f0e8;
  line-height: 1.75;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 18%, rgba(252, 211, 77, 0.7), transparent 100%),
    radial-gradient(1px 1px at 28% 65%, rgba(255, 255, 255, 0.5), transparent 100%),
    radial-gradient(2px 2px at 55% 22%, rgba(252, 211, 77, 0.6), transparent 100%),
    radial-gradient(1px 1px at 72% 48%, rgba(255, 255, 255, 0.4), transparent 100%),
    radial-gradient(1.5px 1.5px at 88% 75%, rgba(252, 211, 77, 0.5), transparent 100%),
    radial-gradient(1px 1px at 8% 80%, rgba(255, 255, 255, 0.3), transparent 100%),
    radial-gradient(1px 1px at 40% 88%, rgba(252, 211, 77, 0.4), transparent 100%),
    radial-gradient(1.5px 1.5px at 62% 9%, rgba(255, 255, 255, 0.35), transparent 100%),
    radial-gradient(1px 1px at 93% 34%, rgba(252, 211, 77, 0.45), transparent 100%),
    radial-gradient(1px 1px at 18% 42%, rgba(255, 255, 255, 0.3), transparent 100%);
  z-index: 0;
}
body * {
  position: relative;
  z-index: 1;
}
a {
  color: #fcd34d;
  text-decoration: none;
  transition: color .3s ease;
}
a:hover {
  color: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(252, 211, 77, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 16px 24px;
}
.nav-links a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #e8e0d0;
}
.nav-links a:hover {
  color: #fcd34d;
  text-shadow: 0 0 12px rgba(252, 211, 77, 0.6);
}
.main {
  padding-top: 80px;
}
section {
  padding: 80px 0;
  position: relative;
}
.section-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #fcd34d;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-shadow: 0 0 40px rgba(252, 211, 77, 0.3);
}
.section-title::after {
  content: '✦';
  display: block;
  font-size: 18px;
  margin-top: 6px;
  color: rgba(252, 211, 77, 0.6);
}
.section-sub {
  text-align: center;
  color: rgba(245, 240, 232, 0.7);
  font-size: 15px;
  margin-bottom: 40px;
}
.card {
  background: linear-gradient(145deg, rgba(18, 16, 14, 0.92), rgba(45, 32, 14, 0.88));
  border: 1px solid rgba(252, 211, 77, 0.25);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(252, 211, 77, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.card::before {
  content: '✦';
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 16px;
  color: rgba(252, 211, 77, 0.35);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(252, 211, 77, 0.1);
  border-color: rgba(252, 211, 77, 0.5);
}
.hero {
  padding: 160px 0 90px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(133, 77, 14, 0.4), transparent 55%);
}
.hero img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(252, 211, 77, 0.5);
  box-shadow: 0 0 60px rgba(252, 211, 77, 0.3), 0 20px 40px rgba(0, 0, 0, 0.5);
  margin-bottom: 32px;
}
.hero h1 {
  font-size: 46px;
  font-weight: 800;
  color: #fcd34d;
  line-height: 1.25;
  letter-spacing: 1px;
  text-shadow: 0 0 40px rgba(252, 211, 77, 0.35), 0 4px 20px rgba(0, 0, 0, 0.6);
  max-width: 900px;
  margin: 0 auto 28px;
}
.geo-intro {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 36px;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(252, 211, 77, 0.2);
  border-radius: 20px;
  text-align: left;
}
.geo-intro p {
  font-size: 16px;
  color: rgba(245, 240, 232, 0.9);
  line-height: 1.85;
}
.brand-img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(252, 211, 77, 0.2);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.grid-2 {
  display: grid;
  grid-template-columns: Repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}
.grid-3 {
  display: grid;
  grid-template-columns: Repeat(3, 1fr);
  gap: 28px;
}
.grid-4 {
  display: grid;
  grid-template-columns: Repeat(4, 1fr);
  gap: 24px;
}
.stat-num {
  font-size: 40px;
  font-weight: 800;
  color: #fcd34d;
  display: block;
  margin-bottom: 8px;
  text-shadow: 0 0 30px rgba(252, 211, 77, 0.3);
}
.stat-label {
  font-size: 14px;
  color: rgba(245, 240, 232, 0.7);
}
.adv-icon {
  font-size: 42px;
  display: block;
  margin-bottom: 16px;
}
.timeline-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 32px;
  border-left: 2px solid rgba(252, 211, 77, 0.4);
}
.timeline-item::before {
  content: '★';
  position: absolute;
  left: -11px;
  top: 0;
  color: #fcd34d;
  font-size: 18px;
  background: #0a0a0a;
  padding: 0 3px;
}
.timeline-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fcd34d;
  margin-bottom: 6px;
}
.timeline-item p {
  font-size: 15px;
  color: rgba(245, 240, 232, 0.75);
}
.tcoverage {
  background: radial-gradient(ellipse at 20% 30%, rgba(133, 77, 14, 0.25), transparent 60%);
}
.testimonial-card {
  text-align: center;
}
.testimonial-card p {
  font-size: 15px;
  color: rgba(245, 240, 232, 0.85);
  margin-bottom: 12px;
  line-height: 1.8;
}
.testimonial-card .name {
  font-weight: 700;
  color: #fcd34d;
  font-size: 16px;
}
.news-list {
  display: grid;
  gap: 24px;
}
.news-item {
  background: rgba(14, 12, 10, 0.85);
  border: 1px solid rgba(252, 211, 77, 0.2);
  border-radius: 16px;
  padding: 24px;
  transition: border-color .3s;
}
.news-item:hover {
  border-color: rgba(252, 211, 77, 0.5);
}
.news-date {
  display: inline-block;
  background: rgba(252, 211, 77, 0.15);
  border: 1px solid rgba(252, 211, 77, 0.3);
  color: #fcd34d;
  border-radius: 20px;
  padding: 2px 14px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #f0e8d8;
}
.news-item p {
  font-size: 15px;
  color: rgba(245, 240, 232, 0.75);
  line-height: 1.75;
}
.news-more {
  text-align: center;
  margin-top: 36px;
}
.news-more a {
  display: inline-block;
  background: linear-gradient(135deg, #854d0e, #b0701a);
  color: #fff;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 30px;
  border: 1px solid rgba(252, 211, 77, 0.4);
  transition: all .3s;
}
.news-more a:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 30px rgba(252, 211, 77, 0.2);
  color: #fff;
}
.faq-item {
  background: rgba(16, 14, 12, 0.85);
  border: 1px solid rgba(252, 211, 77, 0.15);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
  transition: border-color .3s;
}
.faq-item:hover {
  border-color: rgba(252, 211, 77, 0.45);
}
.faq-item h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fcd34d;
  margin-bottom: 10px;
}
.faq-item p {
  font-size: 15px;
  color: rgba(245, 240, 232, 0.8);
  line-height: 1.8;
}
.cta-box {
  text-align: center;
  background: linear-gradient(145deg, rgba(133, 77, 14, 0.25), rgba(20, 16, 10, 0.9));
  border: 1px solid rgba(252, 211, 77, 0.3);
  border-radius: 28px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.cta-box h2 {
  font-size: 34px;
  color: #fcd34d;
  margin-bottom: 16px;
}
.cta-box p {
  font-size: 17px;
  color: rgba(245, 240, 232, 0.85);
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.8;
}
.cta-btns a {
  display: inline-block;
  margin: 0 10px;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 700;
  transition: all .3s;
}
.cta-btns .btn-primary {
  background: linear-gradient(135deg, #fcd34d, #eab308);
  color: #0a0a0a;
}
.cta-btns .btn-primary:hover {
  box-shadow: 0 8px 30px rgba(252, 211, 77, 0.35);
  color: #0a0a0a;
  transform: scale(1.04);
}
.cta-btns .btn-outline {
  border: 1px solid rgba(252, 211, 77, 0.5);
  color: #fcd34d;
}
.cta-btns .btn-outline:hover {
  background: rgba(252, 211, 77, 0.15);
  color: #fcd34d;
}
.footer {
  background: #080808;
  border-top: 1px solid rgba(252, 211, 77, 0.15);
  padding: 50px 0 30px;
  margin-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}
.footer h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fcd34d;
  margin-bottom: 14px;
}
.footer p {
  font-size: 14px;
  color: rgba(245, 240, 232, 0.65);
  line-height: 1.8;
}
.footer-bottom {
  border-top: 1px solid rgba(252, 211, 77, 0.1);
  padding-top: 24px;
  text-align: center;
  font-size: 13px;
  color: rgba(245, 240, 232, 0.5);
}
.footer-bottom p {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .grid-4 { grid-template-columns: Repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 34px; }
  .nav-links { gap: 20px; padding: 14px 16px; }
}
@media (max-width: 600px) {
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 120px 0 60px; }
  section { padding: 50px 0; }
  .cta-box { padding: 36px 20px; }
}