*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'SF Pro Text',sans-serif;background:#fff;color:#1a1a1a;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}.trust-ribbon{position:sticky;top:0;z-index:50;background:#f8faff;border-bottom:1px solid #e8edf5;padding:10px 16px;display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;font-size:13px;font-weight:500;color:#2c3e50;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:rgba(248,250,255,0.85)}.trust-ribbon span{display:flex;align-items:center;gap:6px;white-space:nowrap}.trust-ribbon span::before{content:'';display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,0.5)}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px 48px;text-align:center;max-width:720px;margin:0 auto;width:100%}.logo-wrap{margin-bottom:8px}.logo-wrap img{height:44px;width:auto;display:block;margin:0 auto}h1{font-size:clamp(2.2rem,6vw,3.2rem);font-weight:700;letter-spacing:-0.03em;line-height:1.15;color:#0a0f1d;margin:0 0 12px}.hero-sub{font-size:clamp(1rem,2.2vw,1.25rem);font-weight:400;color:#5a667b;max-width:540px;margin:0 auto 32px;line-height:1.5}.badge-row{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}.chip{display:inline-flex;align-items:center;gap:6px;background:#f2f6fc;border-radius:40px;padding:8px 18px;font-size:13px;font-weight:600;color:#1e293b;letter-spacing:-0.01em}.chip.green{background:#eafbf0;color:#0e6245}.live-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #e2e8f0;border-radius:40px;padding:8px 18px;font-size:13px;font-weight:600;color:#0f172a;box-shadow:0 4px 14px rgba(0,0,0,0.03);transition:all .2s}.live-badge .pulse{width:10px;height:10px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 0 rgba(59,130,246,0.7);animation:pulse-ring 1.8s infinite}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(59,130,246,0.7)}70%{box-shadow:0 0 0 8px rgba(59,130,246,0)}100%{box-shadow:0 0 0 0 rgba(59,130,246,0)}}.steps{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:36px;width:100%}.step-card{flex:1;min-width:140px;max-width:200px;background:#fff;border-radius:28px;padding:28px 16px 22px;box-shadow:0 12px 32px rgba(0,0,0,0.04),0 1px 3px rgba(0,0,0,0.03);border:1px solid #f0f3f9;transition:transform .2s}.step-card:hover{transform:translateY(-4px)}.step-num{display:inline-block;width:36px;height:36px;line-height:36px;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;font-size:16px;margin-bottom:12px}.step-card h3{font-size:1rem;font-weight:700;margin-bottom:4px;color:#0f172a}.step-card p{font-size:.85rem;color:#64748b;line-height:1.4}.activity{font-size:12px;color:#78909c;margin-bottom:28px;display:flex;align-items:center;gap:6px;justify-content:center}.activity::before{content:'';width:7px;height:7px;border-radius:50%;background:#22c55e;display:inline-block}.cta-wrap{width:100%;max-width:480px;margin:0 auto}.cta-btn{display:block;width:100%;padding:22px 24px;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:700;color:#fff;background:#2563eb;border:none;border-radius:24px;cursor:pointer;letter-spacing:-0.02em;box-shadow:0 12px 34px rgba(37,99,235,0.35),0 4px 12px rgba(37,99,235,0.25),inset 0 1px 0 rgba(255,255,255,0.2);transition:all .18s ease;position:relative;overflow:hidden}.cta-btn:hover{background:#1d4ed8;box-shadow:0 16px 40px rgba(37,99,235,0.45),0 6px 16px rgba(37,99,235,0.3)}.cta-btn:active{transform:scale(0.97)}.cta-btn:focus-visible{outline:3px solid #93c5fd;outline-offset:3px}.cta-btn.loading{pointer-events:none;color:transparent}.cta-btn.loading::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#2563eb 25%,#3b82f6 50%,#2563eb 75%);background-size:200% 100%;animation:shimmer 1s infinite;border-radius:24px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.micro-labels{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:16px;font-size:12px;font-weight:600;color:#4b5563}footer{margin-top:auto;padding:20px 16px;text-align:center;font-size:12px;color:#9ca3af;border-top:1px solid #f1f5f9}@media(max-width:480px){.trust-ribbon{gap:12px;font-size:11px;padding:8px 12px}.steps{flex-direction:column;align-items:center}.step-card{max-width:260px;width:100%}}