*,:before,:after{box-sizing:border-box;margin:0;padding:0}.lander{background:linear-gradient(150deg,#fdf0eb 0%,#fce8ec 45%,#ede8fd 100%);justify-content:center;align-items:center;min-height:100vh;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow-x:hidden}@keyframes blobPulse{0%,to{opacity:.65;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.18)}}@keyframes shimmer{0%{transform:translate(-160%)skew(-20deg)}to{transform:translate(260%)skew(-20deg)}}@keyframes rainbowSlide{0%{background-position:0%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes shadowPulse{0%,to{opacity:.3;transform:translate(-50%)translateY(10px)scaleX(1)}50%{opacity:.6;transform:translate(-50%)translateY(10px)scaleX(1.08)}}@keyframes dotPing{0%,to{opacity:.8;transform:scale(1)}50%{opacity:0;transform:scale(2.5)}}@keyframes glowPulse{0%,to{opacity:.4}50%{opacity:.7}}@keyframes progressFill{0%{width:0%}to{width:73%}}@keyframes modalPing{0%,to{opacity:.45;transform:scale(1)}50%{opacity:0;transform:scale(2)}}@keyframes dotGlow{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px #4ade80b3}50%{opacity:.6;transform:scale(1.4);box-shadow:0 0 15px #4ade80e6}}.blob{pointer-events:none;filter:blur(55px);border-radius:50%;width:288px;height:288px;animation:6s ease-in-out infinite blobPulse;position:absolute}.blob-1{background:radial-gradient(circle,#ffa08c73 0%,#0000 70%);animation-duration:6s;top:2%;left:-8%}.blob-2{background:radial-gradient(circle,#a0aaff61 0%,#0000 70%);animation-duration:8s;animation-delay:2.5s;top:55%;left:auto;right:-6%}.blob-3{background:radial-gradient(circle,#ffdc8c4d 0%,#0000 70%);animation-duration:10s;animation-delay:5s;top:35%;left:25%}.toast{opacity:0;white-space:nowrap;z-index:40;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)translateY(-30px);box-shadow:0 4px 24px #00000021}.toast.visible{opacity:1;transform:translate(-50%)translateY(0)}.toast-dot-wrap{flex-shrink:0;width:8px;height:8px;position:relative}.toast-dot-ping{background:#4ade80;border-radius:50%;animation:1.4s ease-out infinite dotPing;position:absolute;inset:0}.toast-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;position:relative}.toast-text{color:#374151}.toast-text strong{font-weight:700}.card-wrap{width:100%;max-width:384px;position:relative}.card-glow{filter:blur(22px);z-index:0;background:linear-gradient(135deg,#ff64642e,#7864ff2e);border-radius:24px;animation:4s ease-in-out infinite glowPulse;position:absolute;inset:0;transform:scale(1.06)}.card{z-index:10;background:#fff;border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000001c,0 8px 24px #00000012}.rainbow-bar{border-radius:24px 24px 0 0;height:4px;position:absolute;top:0;left:0;right:0;overflow:hidden}.rainbow-bar-inner{background:linear-gradient(90deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff,#c47aff,#ff6b6b) 0 0/200% 100%;width:100%;height:100%;animation:3s linear infinite rainbowSlide}.badge{color:#fff;letter-spacing:.12em;cursor:default;-webkit-user-select:none;user-select:none;background:#000;border-radius:999px;align-items:center;gap:8px;padding:8px 20px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 4px 16px #00000038}.badge-dot-wrap{flex-shrink:0;width:8px;height:8px;position:relative}.badge-dot-ping{background:#4ade80;border-radius:50%;animation:1.6s ease-out infinite dotPing;position:absolute;inset:0}.badge-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;position:relative}.logo-wrap{justify-content:center;margin-bottom:16px;display:flex}.logo-container{animation:3.8s ease-in-out infinite float;position:relative}.logo-shadow{filter:blur(8px);pointer-events:none;background:radial-gradient(#00000047 0%,#0000 70%);border-radius:50%;width:80px;height:16px;animation:3.8s ease-in-out infinite shadowPulse;position:absolute;bottom:0;left:50%}.logo-img{object-fit:cover;z-index:10;border-radius:16px;width:96px;height:96px;position:relative;box-shadow:0 16px 45px #00000038,0 4px 12px #0000001a}.title{text-align:center;color:#1f2937;margin-bottom:4px;font-size:20px;font-weight:700}.amount{text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#111 0%,#555 100%);-webkit-background-clip:text;font-size:96px;font-weight:900;line-height:1}.subtitle{text-align:center;color:#9ca3af;margin-top:4px;margin-bottom:20px;font-size:16px}.stats-bar{background:linear-gradient(135deg,#fdf0eb 0%,#fce8ec 100%);border-radius:16px;grid-template-columns:repeat(3,1fr);margin-bottom:20px;display:grid;overflow:hidden}.stat{text-align:center;border-right:1px solid #e7e5e4;padding:12px 4px;transition:background .2s}.stat:last-child{border-right:none}.stat:hover{background:#0000000a}.stat-value{color:#111;font-size:14px;font-weight:800}.stat-label{color:#9ca3af;letter-spacing:.08em;margin-top:2px;font-size:11px}.progress-wrap{margin-bottom:20px;padding:0 4px}.progress-header{justify-content:space-between;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.progress-header span:first-child{color:#6b7280}.progress-header span:last-child{color:#16a34a}.progress-track{background:#f3f4f6;border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#4ade80,#16a34a);border-radius:999px;width:0%;height:100%;animation:1.6s ease-out .9s forwards progressFill}.steps{margin-bottom:28px}.step{cursor:default;border-radius:16px;align-items:flex-start;gap:16px;padding:12px;transition:transform .2s,background .2s;display:flex}.step:hover{background:#00000006;transform:translate(5px)}.step-num{color:#fff;background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-size:14px;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 4px 14px #00000038}.step:hover .step-num{transform:scale(1.18)rotate(-6deg)}.step-title{color:#111827;font-size:16px;font-weight:700}.step-title.underline{text-underline-offset:2px;text-decoration:underline}.step-desc{color:#9ca3af;margin-top:2px;font-size:14px}.cta-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:#000;border:none;border-radius:999px;width:100%;padding:20px 24px;font-size:18px;font-weight:700;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 8px 28px #0000003d}.cta-btn:hover{transform:scale(1.025);box-shadow:0 14px 40px #0000004d}.cta-btn:active{transform:scale(.965)}.cta-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff29,#0000);width:33%;height:100%;animation:2.8s ease-in-out 1.2s infinite shimmer;position:absolute;top:0;left:0}.cta-btn span{z-index:10;position:relative}.footer{text-align:center;margin-top:12px;font-size:14px}.footer strong{color:#111;font-weight:700}.footer span{color:#9ca3af}.modal-overlay{z-index:50;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000000c7;justify-content:center;align-items:flex-end;padding:16px;display:none;position:fixed;inset:0}.modal-overlay.active{display:flex}.modal-box{background:#141414;border-radius:24px;width:100%;max-width:384px;margin-bottom:8px;padding:24px;position:relative;overflow:hidden;box-shadow:0 -8px 70px #00000080}.modal-highlight{background:linear-gradient(90deg,#0000 0%,#ffffff2e 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.modal-icon-wrap{justify-content:center;margin-bottom:16px;display:flex}.modal-icon-container{width:56px;height:56px;position:relative}.modal-icon-ping{pointer-events:none;background:#fff;border-radius:50%;animation:2.2s ease-out infinite modalPing;position:absolute;inset:0}.modal-icon{z-index:2;border:2px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.modal-icon span{color:#fff;font-size:24px;font-weight:900}.modal-label{text-align:center;color:#6b7280;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600}.modal-title{text-align:center;color:#fff;margin-bottom:16px;font-size:24px;font-weight:900;line-height:1.3}.modal-desc{text-align:center;color:#9ca3af;margin-bottom:20px;font-size:14px;line-height:1.6}.modal-desc strong{color:#fff;font-weight:700}.modal-18-card{background:#fff;border-radius:16px;align-items:center;gap:12px;margin-bottom:20px;padding:16px;display:flex;box-shadow:0 4px 24px #ffffff12}.modal-18-icon{color:#fff;background:#000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:12px;font-weight:800;display:flex;box-shadow:0 4px 12px #00000038}.modal-18-text{flex:1}.modal-18-text p:first-child{color:#000;font-size:14px;font-weight:700}.modal-18-text p:last-child{color:#6b7280;margin-top:2px;font-size:12px}.modal-18-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:1.6s ease-in-out infinite dotGlow}.modal-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:999px;width:100%;padding:16px 24px;font-size:18px;font-weight:700;transition:transform .15s,background .15s;box-shadow:0 4px 24px #ffffff1f}.modal-btn:hover{background:#f0f0f0;transform:scale(1.02)}.modal-btn:active{transform:scale(.97)}
