*,
*::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:#f5f6fb;
  color:#0f172a;
  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(245,246,252,.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(15,23,42,.08);
}
.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:linear-gradient(135deg,#f97316,#facc15);
  color:#451a03;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 18px 54px rgba(180,83,9,.28);
}
.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(15,23,42,.64);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(15,23,42,.84);
  transition:background .18s,border-color .18s,transform .18s;
}
.nav a:hover{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.18)}
.nav a.active{background:rgba(250,204,21,.20);border-color:rgba(250,204,21,.32);color:#713f12}

.cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  background:#0f172a;color:rgba(248,250,252,.96);
  font-size:13px;font-weight:900;
  box-shadow:0 16px 40px rgba(15,23,42,.2);
}
.cta:hover{transform:translateY(-1px)}

/* Hero - centered layout */
.hero{
  padding:38px 0 18px;
  background:
    radial-gradient(840px 380px at 20% 0%, rgba(37,99,235,.18), rgba(37,99,235,0)),
    radial-gradient(840px 380px at 80% 0%, rgba(250,204,21,.20), rgba(250,204,21,0)),
    linear-gradient(180deg,#fefce8,#f5f6fb);
}
.hero__inner{
  text-align:center;
}
.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(255,255,255,.92);
  border:1px solid rgba(15,23,42,.10);
}
.kicker i{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#f97316,#facc15);display:inline-flex}
.hero h1{font-size:32px;line-height:1.2;margin:12px auto 10px;max-width:760px}
.hero p{font-size:14px;color:rgba(15,23,42,.76);max-width:820px;margin:0 auto}
.hero__grid{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:16px;align-items:stretch;
  margin-top:18px;
}
.hero-left{text-align:left}
.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--solid{
  background:linear-gradient(135deg,#f97316,#facc15);
  color:#451a03;
  box-shadow:0 16px 40px rgba(194,65,12,.26);
}
.btn--solid:hover{transform:translateY(-1px);filter:saturate(1.05)}
.btn--ghost{
  background:#ffffff;border-color:rgba(15,23,42,.10);color:rgba(15,23,42,.9);
}
.btn--ghost:hover{transform:translateY(-1px);border-color:rgba(15,23,42,.22)}

.heroCard{
  background:rgba(255,255,255,.94);
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 40px rgba(15,23,42,.10);
  overflow:hidden;
}
.heroCard img{height:220px;width:100%;object-fit:cover}
.heroCard__pad{padding:14px;text-align:left}
.heroCard__pad strong{display:block;font-size:14px}
.heroCard__pad span{display:block;font-size:12px;color:rgba(15,23,42,.64);margin-top:2px}

.kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;margin-top:14px;
}
.kpi{
  background:#ffffff;border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  padding:12px;text-align:left;
}
.kpi b{display:block;font-size:18px}
.kpi span{display:block;font-size:12px;color:rgba(15,23,42,.64);margin-top:2px;font-weight:900}

/* Generic sections */
.section{padding:30px 0}
.card{
  background:#ffffff;border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  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(15,23,42,.74);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(250,204,21,.16),rgba(248,250,252,.96));
  border:1px solid rgba(15,23,42,.08);
}
.pill strong{display:block;font-size:14px;margin-bottom:4px}
.pill span{display:block;font-size:13px;color:rgba(15,23,42,.78)}

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

/* Footer */
.footer{
  margin-top:22px;
  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: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(209,213,219,.86)}
.footer__bottom{
  border-top:1px solid rgba(30,64,175,.5);
  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}
}

