*{box-sizing:border-box}:root{--cyan: #1aa7ec;--cyan-2: #1888e6;--green: #2ec76a;--red: #ff5d5d;--purple: #6f5bff;--text: #eef4fb;--muted: rgba(224, 235, 247, .62);--soft: rgba(224, 235, 247, .42);--card: rgba(255, 255, 255, .035);--card-2: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .08);--inner: rgba(3, 10, 22, .45);--input-bg: rgba(255, 255, 255, .05);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;color:var(--text)}body{margin:0;min-width:320px;background:radial-gradient(1100px 520px at 50% -8%,#1a60a859,#09182e00 60%),linear-gradient(180deg,#0b1a30,#081426 45%,#060f1e);background-attachment:fixed}button,input{font-family:inherit}button{cursor:pointer;border:0;transition:transform .16s ease,filter .16s ease}button:hover{filter:brightness(1.06)}button:active{transform:translateY(1px) scale(.995)}.page{display:flex;min-height:100vh;justify-content:center;padding:26px 16px 50px}.page-inner{display:flex;width:100%;max-width:560px;flex-direction:column;align-items:stretch;gap:18px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:1px solid var(--border);border-radius:18px;background:var(--card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:12px}.brand-badge{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(150deg,#29c0f6,#1a7fe0);box-shadow:0 8px 18px #1a82e073;color:#fff;flex:0 0 auto}.brand-badge svg{width:22px;height:22px}.brand-name{display:flex;flex-direction:column;line-height:1.15}.brand-name strong{font-size:15px;font-weight:800}.brand-name span{color:var(--muted);font-size:12px}.dots{display:flex;gap:6px}.dot{display:flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0f;border:1px solid var(--border);color:#e0ebf780;font-size:12px;font-weight:700;transition:background-color .22s ease,color .22s ease}.dot.is-active{background:linear-gradient(150deg,#29c0f6,#1a7fe0);border-color:transparent;color:#fff;box-shadow:0 6px 14px #1a82e066}.dot.is-done{background:#1aa7ece6;border-color:transparent;color:#fff}.dot svg{width:14px;height:14px}.card{padding:26px 24px;border:1px solid var(--border);border-radius:20px;background:var(--card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 24px 60px #00000059;animation:cardIn .46s cubic-bezier(.2,.8,.2,1) both}.card+.card{margin-top:0}.badge-pill{display:inline-flex;align-items:center;gap:7px;margin:0 auto;padding:7px 15px;border:1px solid rgba(26,167,236,.35);border-radius:999px;background:#1aa7ec1a;color:#45b8f0;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.badge-pill svg{width:13px;height:13px;flex:0 0 auto}.center{text-align:center}.h1{margin:18px 0 0;font-size:30px;line-height:1.22;font-weight:800;letter-spacing:-.4px}.h1.sm{font-size:25px}.lead{margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.55}.accent{color:var(--cyan)}.green{color:var(--green)}.red{color:var(--red)}.stack-center{display:flex;flex-direction:column;align-items:center}.btn{display:flex;width:100%;height:54px;align-items:center;justify-content:center;gap:8px;margin-top:20px;border-radius:12px;background:linear-gradient(90deg,#22b6f2,#1a80e2);color:#fff;font-size:15px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 14px 28px #1a82e066}.btn svg{width:16px;height:16px}.note{margin:14px 0 0;color:var(--soft);font-size:12px;line-height:1.5}.payments{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:6px}.pay{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:700}.pay img{height:20px;width:auto;border-radius:4px}.pay-aipay{display:flex;width:26px;height:20px;align-items:center;justify-content:center;border-radius:4px;background:linear-gradient(150deg,#17c6c0,#12a7bd);color:#fff}.pay-aipay svg{width:13px;height:13px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.stat{padding:16px 10px;border:1px solid var(--border);border-radius:14px;background:var(--inner);text-align:center}.stat-ico{display:flex;height:22px;align-items:center;justify-content:center;margin-bottom:8px}.stat-ico svg{width:20px;height:20px}.stat-val{font-size:21px;font-weight:800}.stat-lbl{margin-top:4px;color:var(--soft);font-size:10px;font-weight:700;letter-spacing:.4px;line-height:1.3}.video{position:relative;margin-top:22px;height:190px;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:radial-gradient(600px 200px at 70% 40%,rgba(26,167,236,.18),transparent 70%),repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 46px),linear-gradient(180deg,#0e2036,#0a1728)}.video.is-playing{height:auto;background:#000}.video-el{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain;background:#000}.video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-play{position:absolute;top:50%;left:50%;display:flex;width:62px;height:62px;padding:0;align-items:center;justify-content:center;transform:translate(-50%,-50%);border-radius:50%;background:linear-gradient(150deg,#29c0f6,#1a7fe0);box-shadow:0 10px 26px #1a82e080;color:#fff}.video-play:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid rgba(41,192,246,.4);animation:videoPulse 2s ease-out infinite}.video-play:hover{transform:translate(-50%,-50%) scale(1.06)}.video-play svg{width:22px;height:22px;margin-left:3px}@keyframes videoPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.4);opacity:0}}.video-label{position:absolute;left:14px;bottom:12px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px #ff5d5d33}.secbox{display:flex;gap:12px;margin-top:18px;padding:16px;border:1px solid rgba(255,93,93,.25);border-radius:14px;background:#ff5d5d0f;text-align:left}.secbox svg{width:20px;height:20px;flex:0 0 auto;color:var(--red)}.secbox strong{font-size:14px;font-weight:800}.secbox p{margin:5px 0 0;color:var(--muted);font-size:12.5px;line-height:1.5}.trust{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:600}.trust-item svg{width:15px;height:15px;color:var(--green)}.trusted{margin:18px 0 0;color:var(--muted);font-size:13px;text-align:center}.trusted strong{color:var(--text)}.chart-card{margin-top:22px;padding:18px 16px 12px;border:1px solid var(--border);border-radius:16px;background:var(--inner)}.chart-label{display:block;color:var(--soft);font-size:11px;font-weight:800;letter-spacing:.8px}.chart-wrap{width:100%;margin-top:10px}.chart-wrap svg{width:100%;height:auto;display:block;overflow:visible}.chart-grid{stroke:#ffffff0f;stroke-width:1}.chart-axis-txt{fill:#e0ebf766;font-size:11px}.candle{opacity:0;animation:candleIn .22s ease both}.duo{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.duo-box{padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--inner);text-align:left}.duo-box span{display:block;color:var(--muted);font-size:12px}.duo-box strong{display:block;margin-top:8px;font-size:24px;font-weight:800}.intro-txt{margin:0;color:var(--muted);font-size:12.5px;line-height:1.5;text-align:center}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.metric{padding:15px;border:1px solid var(--border);border-radius:14px;background:var(--inner);text-align:left}.metric.is-green{border-color:#2ec76a4d;background:#2ec76a14}.metric span{display:block;color:var(--soft);font-size:12px}.metric strong{display:block;margin-top:7px;font-size:22px;font-weight:800}.reserve{margin:16px 0 0;color:var(--muted);font-size:12.5px;line-height:1.5;text-align:center}.reserve strong{color:var(--text)}.hl-box{margin-top:16px;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:var(--inner);text-align:center}.hl-box span{display:block;color:var(--muted);font-size:12.5px;line-height:1.4}.hl-box strong{display:block;margin-top:8px;font-size:24px;font-weight:800}.reviews-stats{display:flex;align-items:flex-start;justify-content:center;gap:26px;margin-top:18px}.reviews-stats>div{display:flex;flex-direction:column;align-items:center;gap:3px}.reviews-stats strong{font-size:19px;font-weight:800}.reviews-stats span{color:var(--muted);font-size:11px;text-align:center}.reviews-list{display:grid;gap:12px;margin-top:20px}.review{padding:15px 16px;border:1px solid var(--border);border-radius:14px;background:var(--inner);text-align:left}.review-head{display:flex;align-items:center;gap:11px}.avatar{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:13px;font-weight:800;flex:0 0 auto}.review-head .who{display:flex;flex-direction:column;gap:1px}.review-head strong{font-size:13.5px;font-weight:700}.review-head .time{color:var(--soft);font-size:11.5px}.follow{margin-left:auto;color:var(--cyan);font-size:12px;font-weight:700}.review p{margin:11px 0 0;color:#eef4fbd1;font-size:13.5px;line-height:1.55}.review-foot{display:flex;align-items:center;gap:16px;margin-top:12px;color:var(--muted);font-size:12.5px;font-weight:600}.review-foot .like{display:flex;align-items:center;gap:5px}.review-foot svg{width:14px;height:14px}.cta-title{margin:0;font-size:20px;font-weight:800;text-align:center}.cta-sub{margin:8px 0 0;color:var(--muted);font-size:13.5px;text-align:center}.summary{display:grid;grid-template-columns:1fr 1fr;gap:18px}.summary-left .s-brand{display:flex;align-items:center;gap:10px}.summary-left .s-brand strong{font-size:14px;font-weight:800}.summary-left .s-top{margin:14px 0 0;color:var(--muted);font-size:13px}.summary-left .s-big{margin:4px 0 0;font-size:30px;font-weight:800}.summary-left .s-text{margin:12px 0 0;color:var(--muted);font-size:12.5px;line-height:1.5}.summary-right{display:flex;flex-direction:column;gap:12px;justify-content:center}.bullet{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:#eef4fbe6}.bullet svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px;color:var(--cyan)}.income-top{margin:0;color:var(--muted);font-size:14px;text-align:center}.income-val{margin:6px 0 0;font-size:30px;font-weight:800;text-align:center}.form{margin-top:18px}.field{display:block;margin-top:15px}.field:first-child{margin-top:0}.field-label{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.4px}.field input{display:block;width:100%;height:52px;border:1px solid var(--border);border-radius:12px;outline:none;background:var(--input-bg);color:var(--text);font-size:15px;padding:0 16px;transition:border-color .16s ease,box-shadow .16s ease}.field input::placeholder{color:#e0ebf75c;opacity:1}.field input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #1aa7ec38}.field input.has-error{border-color:var(--red);box-shadow:0 0 0 3px #ff5d5d2e}.phone-field{display:flex;align-items:stretch;width:100%;height:52px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--input-bg);transition:border-color .16s ease,box-shadow .16s ease}.phone-field:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px #1aa7ec38}.phone-field.has-error{border-color:var(--red);box-shadow:0 0 0 3px #ff5d5d2e}.phone-prefix{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 12px;border-right:1px solid var(--border);background:#ffffff08;color:var(--text);font-size:15px;font-weight:600}.phone-flag{width:20px;height:14px;flex:0 0 auto;border-radius:3px;overflow:hidden;background:linear-gradient(180deg,#fff 0 50%,#dc143c 50% 100%);box-shadow:inset 0 0 0 1px #00000026}.phone-field input{flex:1 1 auto;width:100%;min-width:0;height:100%;border:0;outline:none;background:transparent;color:var(--text);font-size:15px;padding:0 16px;letter-spacing:.5px}.phone-field input::placeholder{color:#e0ebf75c;opacity:1;letter-spacing:0}.form-error{margin:12px 0 0;color:var(--red);font-size:12.5px;text-align:center}.consent{margin:14px 0 0;color:var(--soft);font-size:11.5px;line-height:1.5;text-align:center}.secure-line{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0;color:var(--soft);font-size:12px}.secure-line svg{width:13px;height:13px}.ty-check{display:flex;width:66px;height:66px;align-items:center;justify-content:center;margin:0 auto;border-radius:50%;border:2px solid rgba(46,199,106,.5);background:#2ec76a1a;color:var(--green)}.ty-check svg{width:30px;height:30px}.badge-pill.is-green{margin-top:18px;border-color:#2ec76a59;background:#2ec76a1a;color:#46d585}.ty-info{margin-top:18px;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:var(--inner);color:var(--muted);font-size:13px;line-height:1.6;text-align:left}.ty-info strong{color:var(--text)}.ty-secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#1aa7ec0d;color:var(--muted);font-size:12px}.ty-secure svg{width:14px;height:14px}.ty-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.ty-dots span{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#1aa7ecd9;color:#fff}.ty-dots svg{width:14px;height:14px}.ty-footer{margin:12px 0 0;color:var(--soft);font-size:12px;text-align:center}@keyframes cardIn{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes candleIn{0%{opacity:0;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1)}}@media(max-width:560px){.page{padding:16px 12px 40px}.page-inner{gap:14px}.app-header{padding:13px 14px}.card{padding:20px 16px;border-radius:18px}.h1{font-size:25px}.h1.sm{font-size:20px}.lead{font-size:14px}.summary{grid-template-columns:1fr;gap:16px}.stats-row{grid-template-columns:1fr;gap:10px}.stat{padding:16px 14px}.stat-lbl{font-size:11px}.trust{flex-direction:column;align-items:center;gap:10px}.duo{grid-template-columns:1fr}.duo strong{font-size:20px}.video{height:175px}.reviews-stats{gap:16px}.payments{gap:14px;flex-wrap:wrap}}@media(max-width:400px){.app-header{padding:12px}.dots{gap:5px}.dot{width:22px;height:22px;font-size:11px}.brand-badge{width:36px;height:36px}.brand-name strong{font-size:14px}.h1{font-size:23px}.h1.sm,.metric strong{font-size:19px}.reviews-stats{gap:12px}.reviews-stats strong{font-size:16px}.metrics-grid{gap:10px}}
