:root{--primary:#ff6b00;--primary2:#ff8b2c;--bg:#f5f6fa}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{max-width:520px;margin:auto;padding:30px 18px}.hero{text-align:center}.icon{background:linear-gradient(135deg,#ff6b00,#ff8c2f);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto;display:flex;box-shadow:0 15px 35px #ff6b0040}.icon img{width:46px;height:46px}.hero h1{color:#222;margin-top:22px;font-size:29px;font-weight:800}.hero p{color:#777;margin-top:10px;font-size:15px;line-height:1.6}.card{background:#fff;border-radius:22px;margin-top:28px;padding:22px;box-shadow:0 10px 28px #0000000f}.card h2{margin-bottom:18px;font-size:18px}.step{align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.number{color:#ff6b00;background:#fff3ea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.info{background:#fff8f3;border-radius:16px;align-items:flex-start;gap:12px;margin-top:10px;padding:16px;display:flex}.info img{flex-shrink:0;width:24px;height:24px}.info p{color:#666;font-size:14px;line-height:1.6}.btn{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8c2f);border-radius:18px;justify-content:center;align-items:center;height:56px;margin-top:28px;font-size:16px;font-weight:700;text-decoration:none;display:flex;box-shadow:0 12px 28px #ff6b0040}.btn-outline{color:#ff6b00;background:#fff;border:2px solid #ff6b00;border-radius:18px;justify-content:center;align-items:center;height:56px;margin-top:14px;font-size:16px;font-weight:700;text-decoration:none;display:flex}
