*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1E3A5F;--primary-light: #2E5A8F;--gold: #C9A227;--gold-light: #E8D48B;--bg: #F5F7FA;--card: #FFFFFF;--text: #1A1A2E;--text-muted: #6B7280;--green: #07C160}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:500px;margin:0 auto;cursor:pointer;min-height:100vh;background:linear-gradient(180deg,#eef2f7,#f8fafc,#fff);padding-bottom:80px}.hero{padding:24px 18px 32px;text-align:center;position:relative}.hero-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mini-icon{width:40px;height:40px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #07c16026}.trust-badge{display:flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:100px;font-size:12px;color:var(--text-muted);box-shadow:0 2px 10px #0000000d;font-weight:500}.pulse-dot{width:8px;height:8px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.brand{font-size:40px;font-weight:800;letter-spacing:4px;margin-bottom:6px;color:var(--primary)}.slogan{font-size:14px;color:var(--text-muted);letter-spacing:2px;margin-bottom:20px;font-weight:500}.price-card{display:flex;align-items:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:20px;padding:20px 24px;margin-bottom:20px;box-shadow:0 10px 30px #1e3a5f33}.price-left{display:flex;align-items:center;gap:8px;flex:1}.price-label{font-size:13px;color:#ffffffbf;white-space:nowrap}.price-num{display:flex;align-items:baseline}.price-num small{font-size:18px;font-weight:600;color:var(--gold-light)}.price-num b{font-size:40px;font-weight:800;color:var(--gold-light);margin:0 2px;line-height:1}.price-divider{width:1px;height:40px;background:#fff3;margin:0 20px}.price-right{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--gold) 0%,#D4AF37 100%);padding:10px 16px;border-radius:100px;box-shadow:0 4px 12px #c9a2274d}.bonus-icon{font-size:16px}.bonus-text{font-size:12px;font-weight:600;color:#fff;white-space:nowrap}.features-highlight{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}.feat-item{background:var(--card);border-radius:16px;padding:16px 6px;text-align:center;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}.feat-item:active{transform:scale(.96)}.feat-ico{font-size:26px;display:block;margin-bottom:6px}.feat-txt{font-size:12px;font-weight:600;color:var(--text)}.cta-btn{width:100%;max-width:300px;background:linear-gradient(135deg,var(--green) 0%,#059648 100%);color:#fff;font-size:17px;font-weight:700;padding:16px 40px;border:none;border-radius:100px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 24px #07c16059;transition:all .3s ease;margin-bottom:8px}.cta-btn:active{transform:scale(.98)}.cta-hint{font-size:12px;color:var(--text-muted)}.bottom-cta{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,#fff0,#fffffff2 30%,#fff);padding:16px 18px;z-index:100;display:flex;justify-content:center}.bottom-cta-btn{width:100%;max-width:400px;background:linear-gradient(135deg,var(--green) 0%,#059648 100%);color:#fff;font-size:16px;font-weight:700;padding:14px 40px;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 20px #07c16066;transition:all .3s ease}.bottom-cta-btn:active{transform:scale(.98)}.content{padding:0 18px 28px}.section{margin-bottom:22px}.section-title{font-size:15px;font-weight:700;color:var(--text);text-align:center;margin-bottom:14px}.section-title:after{content:"";display:block;width:28px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin:8px auto 0;border-radius:3px}.courier-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.courier-tag{background:var(--card);padding:8px 16px;border-radius:100px;font-size:12px;color:var(--text-muted);box-shadow:0 2px 8px #0000000a;font-weight:500}.steps{display:flex;justify-content:space-between;position:relative;padding:0 8px}.steps:before{content:"";position:absolute;top:16px;left:36px;right:36px;height:3px;background:linear-gradient(90deg,var(--primary),var(--primary-light));border-radius:3px}.step{text-align:center;position:relative;flex:1}.step-num{width:34px;height:34px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;margin:0 auto 8px;box-shadow:0 3px 10px #1e3a5f33}.step-text{font-size:12px;font-weight:600;color:var(--text)}.benefit-list{display:flex;flex-direction:column;gap:10px}.benefit-item{display:flex;align-items:center;background:var(--card);border-radius:14px;padding:14px;box-shadow:0 2px 10px #0000000a}.benefit-icon{width:34px;height:34px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;margin-right:12px;flex-shrink:0}.benefit-text{font-size:13px;color:var(--text);font-weight:500}.review-list{display:flex;flex-direction:column;gap:10px}.review-scroll-wrapper{overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 5%,black 95%,transparent 100%);max-height:240px}.review-scroll-content{display:flex;flex-direction:column;gap:10px;animation:scrollUp 35s linear infinite}.review-scroll-content:hover{animation-play-state:paused}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.review-item{background:var(--card);border-radius:14px;padding:14px;box-shadow:0 2px 10px #0000000a}.review-header{display:flex;align-items:center;margin-bottom:6px}.review-avatar{width:32px;height:32px;background:linear-gradient(135deg,var(--green),#059648);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;margin-right:10px}.review-name{font-size:13px;font-weight:600;color:var(--text)}.review-stars{color:var(--gold);font-size:11px;margin-left:auto}.review-content{font-size:12px;color:var(--text-muted);line-height:1.6}#wechatGuide{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center;padding:40px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.guide-modal{background:#fff;border-radius:24px;padding:32px 24px;text-align:center;max-width:280px;box-shadow:0 20px 50px #0003}.guide-icon{width:64px;height:64px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.guide-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:12px}.guide-desc{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:24px}.guide-btn{background:linear-gradient(135deg,var(--green),#059648);color:#fff;border:none;padding:14px 48px;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #07c1604d}@media (max-width: 360px){.brand{font-size:34px;letter-spacing:3px}.price-num b{font-size:34px}.price-card{padding:16px 18px}.price-divider{margin:0 14px}.features-highlight{gap:8px}}.icp-section{text-align:center;padding:16px 0 8px;font-size:12px;color:var(--text-muted)}.icp-link{color:var(--text-muted);text-decoration:none;transition:color .3s ease}.icp-link:hover{color:var(--primary)}#autoPopup{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auto-popup-modal{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:28px;padding:36px 28px;text-align:center;max-width:320px;width:100%;box-shadow:0 25px 60px #00000040;position:relative;animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-icon{width:72px;height:72px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 24px #07c16033}.popup-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:16px}.popup-highlight{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-radius:16px;padding:18px 20px;margin-bottom:24px;border:2px solid #FFD54F}.highlight-price{display:block;font-size:22px;font-weight:600;color:#e65100;margin-bottom:8px;letter-spacing:1px}.highlight-price em{font-style:normal;font-size:32px;font-weight:800;color:#d32f2f;text-shadow:0 2px 4px rgba(211,47,47,.2)}.highlight-text{display:block;font-size:14px;font-weight:500;color:#e65100;opacity:.9}.popup-desc{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:28px}.popup-btn{width:100%;background:linear-gradient(135deg,var(--green) 0%,#059648 100%);color:#fff;font-size:16px;font-weight:700;padding:16px 32px;border:none;border-radius:100px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 24px #07c16066;transition:all .3s ease}.popup-btn:active{transform:scale(.98)}.popup-close{position:absolute;top:16px;right:16px;width:28px;height:28px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.popup-close:hover{background:#e0e0e0;color:var(--text)}
