*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#0f172a;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:880px;margin:0 auto;padding:0 20px}a{color:inherit}
.btn{display:inline-flex;align-items:center;gap:9px;background:#16a34a;color:#fff;text-decoration:none;font-weight:700;font-size:17px;padding:15px 26px;border-radius:14px;box-shadow:0 8px 24px rgba(22,163,74,.28)}
.btn.ghost{background:#f1f5f9;color:#0f172a;box-shadow:none;font-size:15px;padding:12px 20px}
header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0}
header .wrap{display:flex;align-items:center;justify-content:space-between;height:62px;max-width:1080px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:19px;text-decoration:none}.brand img{width:34px;height:34px;border-radius:50%}
.crumbs{font-size:13px;color:#64748b;padding:14px 0 0}.crumbs a{text-decoration:none}
.hero{background:linear-gradient(180deg,#f0fdf4,#fff);padding:26px 0 36px}
h1{font-size:32px;line-height:1.18;letter-spacing:-.4px;margin:10px 0 14px}h1 span{color:#16a34a}
.sub{font-size:18px;color:#475569;margin-bottom:22px}
.legend{display:flex;gap:16px;flex-wrap:wrap;margin:22px 0 0;font-size:15px;font-weight:600}
.legend i{width:13px;height:13px;border-radius:50%;display:inline-block;margin-right:7px;vertical-align:middle}
section{padding:30px 0}h2{font-size:24px;margin-bottom:14px;letter-spacing:-.3px}h3{font-size:18px;margin:18px 0 6px}
p{margin-bottom:12px}p.big{font-size:17px}
.card{border:1px solid #e2e8f0;border-radius:16px;padding:20px;margin:12px 0;background:#fff}
.faq details{border:1px solid #e2e8f0;border-radius:14px;padding:15px 18px;margin-bottom:11px}
.faq summary{font-weight:700;font-size:17px;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";float:right;color:#16a34a;font-size:22px;line-height:1}.faq details[open] summary::after{content:"\2212"}
.faq p{margin-top:10px;color:#475569}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:8px}
.chips a{background:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;padding:8px 15px;text-decoration:none;font-weight:600;font-size:14px}
.chips a:hover{border-color:#16a34a;color:#16a34a}
.final{text-align:center;background:linear-gradient(180deg,#fff,#f0fdf4);padding:44px 0;border-radius:18px;margin:20px 0}
footer{border-top:1px solid #e2e8f0;padding:28px 0;color:#64748b;font-size:14px;text-align:center;margin-top:10px}footer a{color:#64748b}
@media(max-width:560px){h1{font-size:26px}h2{font-size:21px}}