
:root{--red:#ef402f;--orange:#ff742e;--ink:#2b211e;--muted:#806f68;--line:#f1ddd3;--cream:#fff7ef;--green:#08b768;--shadow:0 18px 55px rgba(122,53,24,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f6f0ea;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
button,a{font:inherit}.site{width:min(100%,560px);margin:auto;background:#fff;min-height:100vh;box-shadow:0 0 70px rgba(0,0,0,.08)}
.hero{position:relative;overflow:hidden;min-height:620px;padding:22px 20px 98px;color:#fff;background:linear-gradient(145deg,#e73c2d 0%,#ff5d34 48%,#ff8c2c 100%)}
.hero-orb{position:absolute;border-radius:50%;opacity:.24}.orb-one{width:310px;height:310px;right:-140px;top:95px;background:#ffd36e}.orb-two{width:250px;height:250px;left:-130px;bottom:25px;background:#ffc1ad}
.nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.logo{width:58px;height:58px;border-radius:19px;background:#fff;color:var(--red);display:grid;place-items:center;line-height:1;font-weight:900;box-shadow:0 12px 28px rgba(101,25,13,.2)}.logo small{font-size:10px;letter-spacing:2px}.share-btn{border:1px solid #ffffff70;background:#ffffff1f;color:#fff;border-radius:999px;padding:9px 15px}
.hero-copy{position:relative;z-index:2;text-align:center;padding-top:62px}.eyebrow,.section-head span,.trust>span,.final-card>span{font-size:11px;letter-spacing:2px;font-weight:900}.hero-copy h1{font-size:44px;line-height:1.08;margin:12px 0 18px}.hero-copy p{font-size:23px;line-height:1.5;margin:0}.hero-tags{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:24px 0}.hero-tags span{padding:7px 10px;border:1px solid #ffffff55;background:#ffffff18;border-radius:999px;font-size:12px}
.hero-cta{width:100%;border:0;border-radius:19px;background:#fff;color:var(--red);padding:17px;box-shadow:0 15px 38px rgba(109,25,7,.23)}.hero-cta b{display:block;font-size:18px}.hero-cta small{display:block;color:#9b5e4e;margin-top:5px}.hero-wave{position:absolute;left:-5%;right:-5%;bottom:-57px;height:112px;background:#fff;border-radius:50% 50% 0 0}
main{padding:0 16px 30px}.overlap{position:relative;z-index:3;margin-top:-58px}.shortcut-card{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px;background:#fff;border-radius:25px;box-shadow:var(--shadow)}
.shortcut{border:0;text-align:left;text-decoration:none;color:var(--ink);border-radius:19px;padding:16px;min-height:128px;display:flex;flex-direction:column;justify-content:center}.shortcut span{font-size:27px}.shortcut b{margin-top:8px;font-size:16px}.shortcut small{margin-top:4px;color:#766660}.orange{background:#fff0e8}.green{background:#e9fff4}.yellow{background:#fff8d9}.purple{background:#f3efff}
.section{padding:35px 4px 4px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.section-head span,.trust>span,.final-card>span{color:#e45a37}.section-head h2,.trust h2,.final-card h2{font-size:26px;line-height:1.25;margin:6px 0 0}.section-head em{font-style:normal;background:#fff0e7;color:#e45a37;border-radius:999px;padding:7px 10px;font-size:11px}
.benefits{display:grid;gap:10px}.benefits article{display:flex;gap:13px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fffdfa}.benefits i{font-style:normal;font-size:26px}.benefits b{font-size:15px}.benefits p{margin:5px 0 0;color:var(--muted);font-size:13px}
.categories{display:grid;grid-template-columns:1fr 1fr;gap:11px}.category{padding:18px;border-radius:20px;background:linear-gradient(160deg,#fff,#fff4eb);border:1px solid #f4e3d9;min-height:148px}.category i{font-style:normal;font-size:34px}.category b{display:block;margin-top:15px}.category p{font-size:12px;color:var(--muted);line-height:1.5}
.trust{margin:36px 0 8px;border-radius:27px;padding:27px;background:linear-gradient(145deg,#30221e,#51352c);color:#fff}.trust>span{color:#ffb58f}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.trust-grid b{padding:11px 12px;border-radius:12px;background:#ffffff12;font-size:13px}
.final-card{margin-top:28px;background:var(--cream);border-radius:25px;padding:25px}.final-card p{color:var(--muted);font-size:13px;line-height:1.7}.final-card button{width:100%;border:0;border-radius:16px;padding:15px;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;font-weight:900;font-size:17px}
footer{text-align:center;padding:33px 22px 44px;background:#2b211e;color:#fff}footer p{margin:8px 0;color:#e9c8ba}footer small{color:#aa958d;line-height:1.6}
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:flex-end;justify-content:center}.modal.show{display:flex}.mask{position:absolute;inset:0;background:#0008;backdrop-filter:blur(3px)}.modal-card{position:relative;z-index:2;width:min(100%,560px);border-radius:30px 30px 0 0;background:#fff;padding:28px 24px 35px;text-align:center;animation:rise .25s ease}.close-btn{position:absolute;right:17px;top:14px;border:0;border-radius:50%;width:35px;height:35px;background:#f5ece8;font-size:22px}.modal-label{display:inline-block;background:#fff0e8;color:#e45a37;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.modal-card h3{font-size:25px;line-height:1.35;margin:14px 0}.modal-card img{width:240px;max-width:82%;border-radius:18px}.wechat-id{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff6f0;border:1px dashed #ecae97;border-radius:16px;padding:13px 14px;margin:14px 0}.wechat-id div{text-align:left}.wechat-id small{display:block;color:#8b7369}.wechat-id b{font-size:17px}.wechat-id button{border:0;border-radius:12px;padding:10px 14px;background:var(--green);color:#fff;font-weight:900}.modal-card p{font-size:12px;color:var(--muted);line-height:1.7}
.toast{position:fixed;left:50%;bottom:25px;z-index:200;transform:translate(-50%,18px);opacity:0;background:#231b18;color:#fff;border-radius:999px;padding:10px 16px;font-size:13px;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@keyframes rise{from{transform:translateY(45px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:380px){.hero-copy h1{font-size:37px}.hero-copy p{font-size:20px}.shortcut-card,.categories{grid-template-columns:1fr}.shortcut{min-height:105px}}
