*,
*::before,
*::after{box-sizing:border-box;margin:0;padding:0}

html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
  background:#fdfdfb;
  color:#111827;
  line-height:1.8;
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.wrap{width:100%;max-width:1160px;margin:0 auto;padding:0 16px}

/* Header */
.header{
  position:sticky;top:0;z-index:20;
  background:rgba(253,253,251,.9);
  border-bottom:1px solid rgba(15,23,42,.06);
  backdrop-filter:blur(10px);
}
.header__inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;padding:12px 0;
}
.brand{
  display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.3px;
}
.brand__mark{
  width:40px;height:40px;border-radius:14px;
  background:radial-gradient(circle at 20% 20%,#0f766e,#22c55e);
  color:#ecfdf5;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 12px 32px rgba(15,118,110,.35);
}
.brand__name{display:flex;flex-direction:column;line-height:1.05}
.brand__name strong{font-size:15px}
.brand__name small{font-size:12px;color:rgba(55,65,81,.9);font-weight:900}

.nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.nav a{
  font-size:14px;font-weight:900;
  padding:8px 10px;border-radius:999px;border:1px solid transparent;
  color:rgba(55,65,81,.96);
  transition:background .18s,border-color .18s,transform .18s;
}
.nav a:hover{background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.22)}
.nav a.active{background:rgba(34,197,94,.18);border-color:rgba(34,197,94,.30);color:#065f46}

.cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  background:#111827;color:#f9fafb;
  font-size:13px;font-weight:900;
  box-shadow:0 14px 32px rgba(15,23,42,.25);
}
.cta:hover{transform:translateY(-1px)}

/* Hero */
.hero{
  padding:30px 0 16px;
  background:
    radial-gradient(900px 380px at 0 0,rgba(34,197,94,.16),rgba(34,197,94,0)),
    radial-gradient(900px 380px at 100% 0,rgba(59,130,246,.12),rgba(59,130,246,0)),
    linear-gradient(180deg,#f9fafb,#fdfdfb);
}
.kicker{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 12px;border-radius:999px;
  font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase;
  background:#ffffff;border:1px solid rgba(15,23,42,.08);
}
.kicker i{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#0ea5e9);display:inline-flex}
.hero h1{font-size:32px;line-height:1.2;margin:12px 0 10px;max-width:760px}
.hero p{font-size:14px;color:rgba(55,65,81,.92);max-width:880px}
.hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);
  gap:16px;margin-top:18px;align-items:stretch;
}
.hero__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 16px;border-radius:999px;
  border:1px solid transparent;
  font-size:14px;font-weight:900;
  transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;
}
.btn--primary{
  background:linear-gradient(135deg,#22c55e,#0ea5e9);
  color:#022c22;
  box-shadow:0 14px 32px rgba(34,197,94,.25);
}
.btn--primary:hover{transform:translateY(-1px);filter:saturate(1.05)}
.btn--ghost{
  background:#ffffff;border-color:rgba(148,163,184,.7);color:#111827;
}
.btn--ghost:hover{transform:translateY(-1px);border-color:rgba(55,65,81,.9)}

.heroCard{
  background:#ffffff;border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  overflow:hidden;
}
.heroCard img{height:220px;width:100%;object-fit:cover}
.heroCard__pad{padding:14px}
.heroCard__pad strong{display:block;font-size:14px}
.heroCard__pad span{display:block;font-size:12px;color:rgba(75,85,99,.9);margin-top:2px}

.kpis{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;margin-top:16px;
}
.kpi{
  background:#ffffff;border-radius:18px;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  padding:12px;
}
.kpi b{display:block;font-size:18px}
.kpi span{display:block;font-size:12px;color:rgba(75,85,99,.9);margin-top:2px;font-weight:900}

/* Sections */
.section{padding:20px 0}
.card{
  background:#ffffff;border-radius:20px;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  padding:16px;
}
.head{
  display:flex;align-items:baseline;justify-content:space-between;
  gap:12px;flex-wrap:wrap;margin-bottom:12px;
}
.head h2{font-size:22px}
.head p{font-size:14px;color:rgba(75,85,99,.95);max-width:760px}

.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pill{
  padding:12px;border-radius:18px;
  background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(14,165,233,.10));
  border:1px solid rgba(148,163,184,.7);
}
.pill strong{display:block;font-size:14px;margin-bottom:4px}
.pill span{display:block;font-size:13px;color:rgba(55,65,81,.96)}

.faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.faq details{
  background:#ffffff;border-radius:18px;
  border:1px solid rgba(148,163,184,.7);
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  padding:12px 14px;
}
.faq summary{cursor:pointer;font-weight:900;color:#111827}
.faq summary::-webkit-details-marker{display:none}
.faq p{margin-top:8px;font-size:14px;color:rgba(55,65,81,.96)}

/* Footer */
.footer{
  margin-top:12px;
  background:#020617;
  color:rgba(248,250,252,.9);
  border-top:1px solid rgba(30,64,175,.5);
}
.footer__grid{
  display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.8fr);
  gap:12px;padding:16px 0 12px;
}
.footer h4{font-size:14px;margin-bottom:8px;color:rgba(248,250,252,.96)}
.footer a{display:block;font-size:13px;padding:4px 0;color:rgba(209,213,219,.9)}
.footer a:hover{color:#ffffff;text-decoration:underline}
.footer p{font-size:13px;color:rgba(209,213,219,.86)}
.footer__bottom{
  border-top:1px solid rgba(30,64,175,.5);
  padding:8px 0 10px;
  font-size:12px;
  color:rgba(148,163,184,.9);
}

main{flex:1;}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid2{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .cta{display:none}
}
@media (max-width: 640px){
  .hero h1{font-size:28px}
  .kpis{grid-template-columns:1fr}
}

