*,
*::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:#050816;
  color:#e5e7eb;
  line-height:1.8;
}
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(3,7,18,.9);
  border-bottom:1px solid rgba(148,163,184,.5);
  backdrop-filter:blur(12px);
}
.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:conic-gradient(from 180deg,#f97316,#facc15,#22c55e,#0ea5e9,#f97316);
  padding:2px;
}
.brand__mark span{
  width:100%;height:100%;border-radius:12px;
  background:#020617;color:#fefce8;
  display:inline-flex;align-items:center;justify-content:center;
}
.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(209,213,219,.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(226,232,240,.9);
  transition:background .18s,border-color .18s,transform .18s;
}
.nav a:hover{background:rgba(30,64,175,.35);border-color:rgba(59,130,246,.5)}
.nav a.active{background:rgba(234,179,8,.18);border-color:rgba(234,179,8,.4);color:#facc15}

.cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  background:#f97316;color:#111827;
  font-size:13px;font-weight:900;
  box-shadow:0 16px 40px rgba(248,113,113,.35);
}
.cta:hover{transform:translateY(-1px);background:#fb923c}

/* Hero - night gradient, three-column feel */
.hero{
  padding:40px 0 22px;
  background:
    radial-gradient(900px 360px at 10% 0%,rgba(59,130,246,.35),rgba(59,130,246,0)),
    radial-gradient(900px 360px at 90% 0%,rgba(34,197,94,.30),rgba(34,197,94,0)),
    linear-gradient(180deg,#020617,#020617);
}
.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:rgba(15,23,42,.9);
  border:1px solid rgba(148,163,184,.6);
}
.kicker i{width:10px;height:10px;border-radius:999px;background:conic-gradient(from 180deg,#f97316,#facc15,#22c55e,#0ea5e9);display:inline-flex}
.hero h1{font-size:30px;line-height:1.25;margin:12px 0 10px;max-width:760px}
.hero p{font-size:14px;color:rgba(209,213,219,.9);max-width:880px}

.hero__grid{
  display:grid;
  grid-template-columns: minmax(0,1.4fr) minmax(0,.8fr);
  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,#f97316,#facc15);
  color:#111827;
  box-shadow:0 16px 40px rgba(248,113,113,.35);
}
.btn--primary:hover{transform:translateY(-1px);filter:saturate(1.05)}
.btn--ghost{
  background:transparent;border-color:rgba(148,163,184,.7);
  color:rgba(226,232,240,.96);
}
.btn--ghost:hover{transform:translateY(-1px);border-color:#e5e7eb}

.heroCard{
  background:rgba(15,23,42,.96);
  border-radius:20px;
  border:1px solid rgba(148,163,184,.55);
  box-shadow:0 18px 48px rgba(15,23,42,.85);
  overflow:hidden;
}
.heroCard img{height:220px;width:100%;object-fit:cover}
.heroCard__pad{padding:14px}
.heroCard__pad strong{display:block;font-size:14px;color:#e5e7eb}
.heroCard__pad span{display:block;font-size:12px;color:rgba(148,163,184,.96);margin-top:2px}

.kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;margin-top:16px;
}
.kpi{
  background:linear-gradient(180deg,#020617,#020617);
  border-radius:18px;
  border:1px solid rgba(148,163,184,.55);
  box-shadow:0 12px 32px rgba(15,23,42,.7);
  padding:12px;
}
.kpi b{display:block;font-size:18px}
.kpi span{display:block;font-size:12px;color:rgba(148,163,184,.96);margin-top:2px;font-weight:900}

/* Sections */
.section{padding:30px 0}
.card{
  background:#020617;border-radius:20px;
  border:1px solid rgba(148,163,184,.55);
  box-shadow:0 12px 32px rgba(15,23,42,.75);
  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(148,163,184,.96);max-width:760px}

.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pill{
  padding:12px;border-radius:18px;
  background:radial-gradient(circle at 0 0,rgba(250,204,21,.24),rgba(15,23,42,0) 52%);
  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(209,213,219,.9)}

.faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.faq details{
  background:#020617;border-radius:18px;
  border:1px solid rgba(148,163,184,.55);
  box-shadow:0 10px 28px rgba(15,23,42,.75);
  padding:12px 14px;
}
.faq summary{cursor:pointer;font-weight:900;color:rgba(248,250,252,.96)}
.faq summary::-webkit-details-marker{display:none}
.faq p{margin-top:8px;font-size:14px;color:rgba(209,213,219,.9)}

/* Footer */
.footer{
  margin-top:24px;
  background:#020617;
  color:rgba(248,250,252,.9);
  border-top:1px solid rgba(30,64,175,.6);
}
.footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.8fr);
  gap:12px;
  padding:22px 0 16px;
}
.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(148,163,184,.96)}
.footer__bottom{
  border-top:1px solid rgba(30,64,175,.6);
  padding:10px 0 14px;
  font-size:12px;
  color:rgba(148,163,184,.9);
}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .hero__inner{text-align:left}
  .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}
}

