:root{
  --pink:#f7c4df;--pink2:#f4a9cf;--cream:#fffafc;--ink:#151515;--muted:#777;--line:#f1d2e3;--card:rgba(255,255,255,.92);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft Yahei",Arial,sans-serif;color:var(--ink);background:#f7c4df;}
.page-bg{position:fixed;inset:0;background:radial-gradient(circle at top left,#ffe7f3 0,#f7c4df 35%,#f5a8ce 100%);z-index:-2}.page-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(255,255,255,.25) 25%,transparent 25%),linear-gradient(45deg,rgba(255,255,255,.18) 25%,transparent 25%);background-size:42px 42px;opacity:.25;}
.phone-shell{width:min(100%,520px);margin:0 auto;padding:18px 14px 34px}.card{background:var(--card);border:1px solid rgba(255,255,255,.65);border-radius:28px;box-shadow:0 18px 45px rgba(105,25,68,.18);backdrop-filter:blur(16px);overflow:hidden}.hero{min-height:92vh;padding:38px 24px 30px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo-wrap{width:132px;height:132px;border-radius:50%;border:4px solid #111;overflow:hidden;background:#f7c4df;box-shadow:0 14px 30px rgba(0,0,0,.16)}.logo-wrap img{width:100%;height:100%;object-fit:cover}.eyebrow{margin:18px 0 4px;font-weight:800;font-size:28px;letter-spacing:.2px}h1{font-size:36px;line-height:1.12;margin:8px 0 6px;font-weight:900;letter-spacing:-.8px}.hero-sub{font-size:21px;margin:0 0 18px;font-weight:700}.hero-points{width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px 16px;margin:8px 0 22px;line-height:1.72;font-size:16px}.cta{width:100%;border:3px solid #111;background:linear-gradient(180deg,#ff89c8,#f463ae);color:#111;border-radius:15px;padding:17px 18px;font-size:22px;font-weight:900;box-shadow:7px 7px 0 #111;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.cta:active{transform:translate(4px,4px);box-shadow:3px 3px 0 #111}.cta.secondary{margin-top:18px;background:linear-gradient(180deg,#fff,#ffe2f1);font-size:19px}.wechat-line,.wechat-big{font-size:18px;color:#444}.wechat-line strong,.wechat-big strong{color:#f05ba8;letter-spacing:.5px}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(90px);background:#111;color:#fff;padding:12px 16px;border-radius:999px;font-weight:700;opacity:0;transition:.25s ease;z-index:99;white-space:nowrap}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.section{margin-top:18px;padding:24px 16px}.section-head{text-align:center;margin-bottom:16px}.tag{display:inline-block;background:#ffe3f1;color:#c13f82;border:1px solid #f2bad8;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:900;letter-spacing:.4px;text-transform:uppercase}.section h2{font-size:26px;line-height:1.22;margin:12px 0 7px;font-weight:900}.section p{color:#666;margin:0;font-size:15px;line-height:1.55}.gallery.horizontal{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 4px 12px}.gallery.horizontal img{flex:0 0 76%;height:390px;object-fit:cover;border-radius:22px;scroll-snap-align:center;border:1px solid #f0d4e1;box-shadow:0 10px 24px rgba(0,0,0,.1)}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.quote{background:#fff;border:1px solid #f2d1e4;border-radius:18px;padding:13px 12px;font-weight:800;line-height:1.35;box-shadow:0 8px 18px rgba(244,105,174,.12)}.masonry{columns:2 180px;column-gap:12px}.masonry img{width:100%;break-inside:avoid;margin:0 0 12px;border-radius:18px;border:1px solid #eee;box-shadow:0 8px 18px rgba(0,0,0,.08)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.why-grid div{background:#fff;border:1px solid #f1d3e2;border-radius:20px;padding:15px 13px}.why-grid b{display:block;font-size:16px;margin-bottom:6px}.why-grid span{display:block;color:#666;font-size:14px;line-height:1.48}.social-grid{display:grid;grid-template-columns:1fr;gap:12px}.social-grid img{width:100%;border-radius:20px;border:1px solid #eee;box-shadow:0 9px 20px rgba(0,0,0,.08)}.final{text-align:center;padding-bottom:30px}.qr-card{background:#fff;border-radius:24px;padding:14px;margin:12px auto 14px;border:1px solid #eee;max-width:360px}.qr-card img{width:100%;display:block;border-radius:18px}.wechat-big{font-size:20px;margin:8px 0 15px!important}.footer-note{margin-top:18px!important;font-size:13px!important;color:#999!important}
@media (max-width:420px){.phone-shell{padding:12px 10px 26px}.hero{border-radius:24px;padding:30px 18px 24px}.logo-wrap{width:108px;height:108px}.eyebrow{font-size:24px}h1{font-size:31px}.hero-sub{font-size:18px}.hero-points{font-size:14.5px}.cta{font-size:19px;padding:15px 14px}.section{border-radius:24px;padding:20px 12px}.section h2{font-size:23px}.gallery.horizontal img{height:330px;flex-basis:82%}.quote-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.masonry{columns:1}.toast{font-size:13px}}
